- getAddObjectSql() - Method in class org.hisp.quick.batchhandler.AbstractBatchHandler
-
Use for testing purposes only.
- getAutoIncrementColumn() - Method in class org.hisp.quick.batchhandler.AbstractBatchHandler
-
Returns the database auto-increment column name, null if none.
- getCollection(ResultSet, RowMapper<T>) - Method in class org.hisp.quick.mapper.ObjectMapper
-
Retrieves a Collection from the argument ResultSet using the argument RowMapper.
- getColumns() - Method in class org.hisp.quick.batchhandler.AbstractBatchHandler
-
Returns a list of columns for the table of this batch handler.
- getConfiguration() - Method in class org.hisp.quick.batchhandler.AbstractBatchHandler
-
- getConfiguration() - Method in interface org.hisp.quick.BatchHandler
-
Returns the current JdbcConfiguration.
- getConfiguration() - Method in class org.hisp.quick.statement.JdbcStatementManager
-
- getConfiguration() - Method in interface org.hisp.quick.StatementManager
-
Returns the current JdbcConfiguration.
- getConnection() - Method in class org.hisp.quick.statement.DefaultStatementHolder
-
- getConnection() - Method in interface org.hisp.quick.StatementHolder
-
Returns the wrapped Connection.
- getConnectionUrl() - Method in class org.hisp.quick.JdbcConfiguration
-
- getDeleteStatement(T) - Method in class org.hisp.quick.statementbuilder.AbstractStatementBuilder
-
- getDeleteStatement(T) - Method in interface org.hisp.quick.StatementBuilder
-
Creates a delete SQL statement.
- getDialect() - Method in class org.hisp.quick.JdbcConfiguration
-
- getDoubleColumnType() - Method in class org.hisp.quick.statementbuilder.DerbyStatementBuilder
-
- getDoubleColumnType() - Method in interface org.hisp.quick.StatementBuilder
-
Returns the name of a SQL double column type.
- getDoubleColumnType() - Method in class org.hisp.quick.statementbuilder.H2StatementBuilder
-
- getDoubleColumnType() - Method in class org.hisp.quick.statementbuilder.HsqlStatementBuilder
-
- getDoubleColumnType() - Method in class org.hisp.quick.statementbuilder.MySqlStatementBuilder
-
- getDoubleColumnType() - Method in class org.hisp.quick.statementbuilder.PostgreSqlStatementBuilder
-
- getDriverClass() - Method in class org.hisp.quick.JdbcConfiguration
-
- getHolder() - Method in class org.hisp.quick.statement.JdbcStatementManager
-
- getHolder(boolean) - Method in class org.hisp.quick.statement.JdbcStatementManager
-
- getHolder() - Method in interface org.hisp.quick.StatementManager
-
Gets a pre-initialized StatementHolder object.
- getHolder(boolean) - Method in interface org.hisp.quick.StatementManager
-
Gets a pre-initalized StatementHolder object.
- getIdentifierColumns() - Method in class org.hisp.quick.batchhandler.AbstractBatchHandler
-
Returns a list of primary key column names.
- getIdentifierValues(T) - Method in class org.hisp.quick.batchhandler.AbstractBatchHandler
-
Returns a list of values matching the unique columns for the given object.
- getInsertStatementOpening() - Method in class org.hisp.quick.statementbuilder.DerbyStatementBuilder
-
- getInsertStatementOpening() - Method in interface org.hisp.quick.StatementBuilder
-
Creates the opening of an insert SQL statement.
- getInsertStatementOpening() - Method in class org.hisp.quick.statementbuilder.H2StatementBuilder
-
- getInsertStatementOpening() - Method in class org.hisp.quick.statementbuilder.HsqlStatementBuilder
-
- getInsertStatementOpening() - Method in class org.hisp.quick.statementbuilder.MySqlStatementBuilder
-
- getInsertStatementOpening() - Method in class org.hisp.quick.statementbuilder.PostgreSqlStatementBuilder
-
- getInsertStatementValues(T) - Method in class org.hisp.quick.statementbuilder.DerbyStatementBuilder
-
- getInsertStatementValues(T) - Method in interface org.hisp.quick.StatementBuilder
-
Creates a value list for an insert SQL statement.
- getInsertStatementValues(T) - Method in class org.hisp.quick.statementbuilder.H2StatementBuilder
-
- getInsertStatementValues(T) - Method in class org.hisp.quick.statementbuilder.HsqlStatementBuilder
-
- getInsertStatementValues(T) - Method in class org.hisp.quick.statementbuilder.MySqlStatementBuilder
-
- getInsertStatementValues(T) - Method in class org.hisp.quick.statementbuilder.PostgreSqlStatementBuilder
-
- getNoColumnInsertStatementOpening() - Method in class org.hisp.quick.statementbuilder.AbstractStatementBuilder
-
- getNoColumnInsertStatementOpening() - Method in interface org.hisp.quick.StatementBuilder
-
Creates the opening of an insert SQL statement with no columns defined.
- getObject() - Method in class org.hisp.quick.configuration.JdbcConfigurationFactoryBean
-
- getObject(ResultSet, RowMapper<T>) - Method in class org.hisp.quick.mapper.ObjectMapper
-
Retrieves an Object from the argument ResultSet using the argument RowMapper.
- getObjectList(Object...) - Method in class org.hisp.quick.batchhandler.AbstractBatchHandler
-
Returns a List of Object items.
- getObjectType() - Method in class org.hisp.quick.configuration.JdbcConfigurationFactoryBean
-
- getPassword() - Method in class org.hisp.quick.JdbcConfiguration
-
- getSelectStatement(T) - Method in class org.hisp.quick.statementbuilder.AbstractStatementBuilder
-
- getSelectStatement(T) - Method in interface org.hisp.quick.StatementBuilder
-
Creates a select SQL statement.
- getStatement() - Method in class org.hisp.quick.statement.DefaultStatementHolder
-
- getStatement() - Method in interface org.hisp.quick.Statement
-
- getStatement() - Method in interface org.hisp.quick.StatementHolder
-
Returns the wrapped Statement.
- getStringList(String...) - Method in class org.hisp.quick.batchhandler.AbstractBatchHandler
-
Returns a List of String items.
- getTableName() - Method in class org.hisp.quick.batchhandler.AbstractBatchHandler
-
Returns the database table name.
- getUniqueColumns() - Method in class org.hisp.quick.batchhandler.AbstractBatchHandler
-
Returns a list of unique column names.
- getUniquenessClause(T) - Method in class org.hisp.quick.statementbuilder.AbstractStatementBuilder
-
- getUniquenessClause(T) - Method in interface org.hisp.quick.StatementBuilder
-
Creates a SQL where / and clause for unique rows.
- getUniquenessStatement(T) - Method in class org.hisp.quick.statementbuilder.AbstractStatementBuilder
-
- getUniquenessStatement(T) - Method in interface org.hisp.quick.StatementBuilder
-
Creates a select SQL statement.
- getUniqueValues(T) - Method in class org.hisp.quick.batchhandler.AbstractBatchHandler
-
Returns a list of values matching the unique columns for the given object.
- getUpdateStatement(T) - Method in class org.hisp.quick.statementbuilder.AbstractStatementBuilder
-
- getUpdateStatement(T) - Method in interface org.hisp.quick.StatementBuilder
-
Creates an update SQL statement.
- getUsername() - Method in class org.hisp.quick.JdbcConfiguration
-
- getValues(T) - Method in class org.hisp.quick.batchhandler.AbstractBatchHandler
-
Returns a list of values matching the columns for the given object.