A B C D E F G H I J K L M N O P Q R S T U V W X Y Z | |
AbstractAsynchronousSQLDAO — Class in package com.ericfeminella.sql.dao | |
AbstractAsynchronousSQLDAO provides an abstraction of
an asynchronous SQL DAO implementation. |
|
AbstractAsynchronousSQLDAO(connection, databaseFile) — Constructor in class com.ericfeminella.sql.dao.AbstractAsynchronousSQLDAO | |
AbstractAsynchronousSQLDAO constructor requires the
databasePath from which the database connection is made as well as
an optional ISQLConnectionResponder for handling the
connection response. |
|
AbstractSQLDAO — Class in package com.ericfeminella.sql.dao | |
AbstractSQLDAO provides default abstract functionality
which is common amongst all SQLDAO implementations
|
|
AbstractSQLDAO(connection) — Constructor in class com.ericfeminella.sql.dao.AbstractSQLDAO | |
AbstractSQLDAO constructor requires the databasePath from
which the database connection is made. |
|
AbstractSynchronizedSQLDAO — Class in package com.ericfeminella.sql.dao | |
AbstractSynchronizedSQLDAO provides an abstraction of
a synchronized DAO SQL implementation. |
|
AbstractSynchronizedSQLDAO(connection, databaseFile) — Constructor in class com.ericfeminella.sql.dao.AbstractSynchronizedSQLDAO | |
AbstractSynchronizedSQLDAO constructor requires the
databasePath from which the database connection is to be made. |
|
applyStatementParameters(statement, ... rest) — Method in class com.ericfeminella.sql.dao.AbstractSQLDAO | |
Convenience method which executes a prepares SQL statement for execution against a database | |
applyUnnamedParameters(statement, ... rest) — Static method in class com.ericfeminella.sql.utils.SQLStatementHelper | |
Provides a mechanism allowing automated substitution of unnamed parameters
specified in a SQLStatement.text value, with an arbitrary list
of parameters. |
|
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z |