Index
All Classes and Interfaces|All Packages|Constant Field Values
A
- abort(Executor) - Method in class org.spincast.plugins.jdbc.SpincastConnectionDefault
- absolute(int) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- addBatch() - Method in class org.spincast.plugins.jdbc.NamedParameterStatement
-
Adds the current set of parameters as a batch entry.
- addBatch() - Method in interface org.spincast.plugins.jdbc.statements.BatchInsertStatement
- addBatch() - Method in class org.spincast.plugins.jdbc.statements.BatchInsertStatementDefault
- addBatchParams(Map<String, Object>) - Method in class org.spincast.plugins.jdbc.statements.BatchInsertStatementDefault
- addCurrentParamsToStatement(PreparedStatement) - Method in class org.spincast.plugins.jdbc.statements.StatementBase
- addParam(String, Object) - Method in class org.spincast.plugins.jdbc.statements.StatementBase
- addParamsToStatement(PreparedStatement, Map<String, Object>) - Method in class org.spincast.plugins.jdbc.statements.StatementBase
- afterLast() - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- apply(Module) - Method in class org.spincast.plugins.jdbc.SpincastJdbcPlugin
- autoCommit(DataSource, JdbcQueries<T>) - Method in class org.spincast.plugins.jdbc.JdbcScope
-
Executes the
querieswith a Connection guaranteed to not be closed during the process.
B
- BasicFormatterImpl - Class in org.spincast.plugins.jdbc.utils
-
Performs formatting of basic SQL statements (DML + query).
- BasicFormatterImpl() - Constructor for class org.spincast.plugins.jdbc.utils.BasicFormatterImpl
- batchInsert() - Method in interface org.spincast.plugins.jdbc.statements.BatchInsertStatement
-
Run the batch insert query.
- batchInsert() - Method in class org.spincast.plugins.jdbc.statements.BatchInsertStatementDefault
- batchInsert(String) - Method in interface org.spincast.plugins.jdbc.statements.BatchInsertStatement
-
Run the batch insert query and return the generated ids, if the current driver supports it.
- batchInsert(String) - Method in class org.spincast.plugins.jdbc.statements.BatchInsertStatementDefault
- BatchInsertStatement - Interface in org.spincast.plugins.jdbc.statements
- BatchInsertStatementDefault - Class in org.spincast.plugins.jdbc.statements
- BatchInsertStatementDefault(Connection) - Constructor for class org.spincast.plugins.jdbc.statements.BatchInsertStatementDefault
- beforeFirst() - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
C
- cancelRowUpdates() - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- clearParams() - Method in class org.spincast.plugins.jdbc.statements.StatementBase
- clearSql() - Method in interface org.spincast.plugins.jdbc.statements.Statement
-
Clears the current SQL query being built.
- clearSql() - Method in class org.spincast.plugins.jdbc.statements.StatementBase
- clearSql(boolean) - Method in interface org.spincast.plugins.jdbc.statements.Statement
-
Clears the current SQL query being built.
- clearSql(boolean) - Method in class org.spincast.plugins.jdbc.statements.StatementBase
- clearWarnings() - Method in class org.spincast.plugins.jdbc.SpincastConnectionDefault
- clearWarnings() - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- close() - Method in class org.spincast.plugins.jdbc.NamedParameterStatement
-
Closes the statement.
- close() - Method in class org.spincast.plugins.jdbc.SpincastConnectionDefault
- close() - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- close(PreparedStatement) - Method in class org.spincast.plugins.jdbc.statements.StatementBase
-
Closes statement quietly
- close(ResultSet) - Method in class org.spincast.plugins.jdbc.statements.StatementBase
-
Closes resultSet quietly
- commit() - Method in class org.spincast.plugins.jdbc.SpincastConnectionDefault
- configure() - Method in class org.spincast.plugins.jdbc.SpincastJdbcPluginModule
- ConnectionScope<T> - Interface in org.spincast.plugins.jdbc
- copyParamsAndStaticTokensTo(Statement) - Method in class org.spincast.plugins.jdbc.statements.StatementBase
- create(Connection) - Method in interface org.spincast.plugins.jdbc.SpincastConnectionFactory
- create(DataSource) - Method in interface org.spincast.plugins.jdbc.SpincastDataSourceFactory
- createArrayOf(String, Object[]) - Method in class org.spincast.plugins.jdbc.SpincastConnectionDefault
- createBatchInsertStatement(Connection) - Method in interface org.spincast.plugins.jdbc.JdbcStatementFactory
-
Creates an Batch Insert statement.
- createBlob() - Method in class org.spincast.plugins.jdbc.SpincastConnectionDefault
- createClob() - Method in class org.spincast.plugins.jdbc.SpincastConnectionDefault
- createDeleteStatement(Connection) - Method in interface org.spincast.plugins.jdbc.JdbcStatementFactory
-
Creates an Delete statement.
- createInsertStatement(Connection) - Method in interface org.spincast.plugins.jdbc.JdbcStatementFactory
-
Creates an Insert statement.
- createNClob() - Method in class org.spincast.plugins.jdbc.SpincastConnectionDefault
- createSelectStatement(Connection) - Method in interface org.spincast.plugins.jdbc.JdbcStatementFactory
-
Creates a Select statement.
- createSQLXML() - Method in class org.spincast.plugins.jdbc.SpincastConnectionDefault
- createStatement() - Method in class org.spincast.plugins.jdbc.SpincastConnectionDefault
- createStatement(int, int) - Method in class org.spincast.plugins.jdbc.SpincastConnectionDefault
- createStatement(int, int, int) - Method in class org.spincast.plugins.jdbc.SpincastConnectionDefault
- createStruct(String, Object[]) - Method in class org.spincast.plugins.jdbc.SpincastConnectionDefault
- createUniqueParamName() - Method in class org.spincast.plugins.jdbc.statements.UpdateStatementDefault
- createUpdateStatement(Connection) - Method in interface org.spincast.plugins.jdbc.JdbcStatementFactory
-
Creates an Update statement.
D
- DataSourceInterceptor - Class in org.spincast.plugins.jdbc
- DataSourceInterceptor(Provider<JdbcScope>) - Constructor for class org.spincast.plugins.jdbc.DataSourceInterceptor
- delete() - Method in interface org.spincast.plugins.jdbc.statements.DeleteStatement
-
Execute the delete query and return the number of affected rows.
- delete() - Method in class org.spincast.plugins.jdbc.statements.DeleteStatementDefault
- delete(ResultSetHandler<T>) - Method in interface org.spincast.plugins.jdbc.statements.DeleteStatement
-
Execute the delete query and return a result set.
- delete(ResultSetHandler<T>) - Method in class org.spincast.plugins.jdbc.statements.DeleteStatementDefault
- deleteRow() - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- DeleteStatement - Interface in org.spincast.plugins.jdbc.statements
- DeleteStatementDefault - Class in org.spincast.plugins.jdbc.statements
- DeleteStatementDefault(Connection) - Constructor for class org.spincast.plugins.jdbc.statements.DeleteStatementDefault
E
- execute() - Method in class org.spincast.plugins.jdbc.NamedParameterStatement
-
Executes the statement.
- executeBatch() - Method in class org.spincast.plugins.jdbc.NamedParameterStatement
-
Executes all of the batched statements.
- executeQuery() - Method in class org.spincast.plugins.jdbc.NamedParameterStatement
-
Executes the statement, which must be a query.
- executeUpdate() - Method in class org.spincast.plugins.jdbc.NamedParameterStatement
-
Executes the statement, which must be an SQL INSERT, UPDATE or DELETE statement; or an SQL statement that returns nothing, such as a DDL statement.
F
- findColumn(String) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- first() - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- format(String) - Method in class org.spincast.plugins.jdbc.utils.BasicFormatterImpl
G
- getArray(int) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- getArray(String) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- getAsciiStream(int) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- getAsciiStream(String) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- getAutoCommit() - Method in class org.spincast.plugins.jdbc.SpincastConnectionDefault
- getBatchInsertJdbcStatementImpl() - Method in class org.spincast.plugins.jdbc.SpincastJdbcPluginModule
- getBatchInsertSize() - Method in class org.spincast.plugins.jdbc.statements.BatchInsertStatementDefault
- getBatchParams() - Method in class org.spincast.plugins.jdbc.statements.BatchInsertStatementDefault
- getBigDecimal(int) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- getBigDecimal(int, int) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- getBigDecimal(String) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- getBigDecimal(String, int) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- getBinaryStream(int) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- getBinaryStream(String) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- getBlob(int) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- getBlob(String) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- getBoolean(int) - Method in interface org.spincast.plugins.jdbc.SpincastResultSet
-
Deprecated.
- getBoolean(int) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- getBoolean(String) - Method in interface org.spincast.plugins.jdbc.SpincastResultSet
-
Deprecated.
- getBoolean(String) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- getBooleanOrFalse(int) - Method in interface org.spincast.plugins.jdbc.SpincastResultSet
-
Returns
falsewhennull. - getBooleanOrFalse(int) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- getBooleanOrFalse(String) - Method in interface org.spincast.plugins.jdbc.SpincastResultSet
-
Returns
falsewhennull. - getBooleanOrFalse(String) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- getBooleanOrNull(int) - Method in interface org.spincast.plugins.jdbc.SpincastResultSet
-
Returns
nullwhen null, notfalseas JDBC does by default! - getBooleanOrNull(int) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- getBooleanOrNull(String) - Method in interface org.spincast.plugins.jdbc.SpincastResultSet
-
Returns
nullwhen null, notfalseas JDBC does by default! - getBooleanOrNull(String) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- getByte(int) - Method in interface org.spincast.plugins.jdbc.SpincastResultSet
-
Deprecated.
- getByte(int) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- getByte(String) - Method in interface org.spincast.plugins.jdbc.SpincastResultSet
-
Deprecated.
- getByte(String) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- getByteOrNull(int) - Method in interface org.spincast.plugins.jdbc.SpincastResultSet
-
Returns
nullwhen null, not0as JDBC does by default! - getByteOrNull(int) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- getByteOrNull(String) - Method in interface org.spincast.plugins.jdbc.SpincastResultSet
-
Returns
nullwhen null, not0as JDBC does by default! - getByteOrNull(String) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- getByteOrZero(int) - Method in interface org.spincast.plugins.jdbc.SpincastResultSet
-
Returns
0when null. - getByteOrZero(int) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- getByteOrZero(String) - Method in interface org.spincast.plugins.jdbc.SpincastResultSet
-
Returns
0when null. - getByteOrZero(String) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- getBytes(int) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- getBytes(String) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- getCatalog() - Method in class org.spincast.plugins.jdbc.SpincastConnectionDefault
- getCharacterStream(int) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- getCharacterStream(String) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- getClientInfo() - Method in class org.spincast.plugins.jdbc.SpincastConnectionDefault
- getClientInfo(String) - Method in class org.spincast.plugins.jdbc.SpincastConnectionDefault
- getClob(int) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- getClob(String) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- getConcurrency() - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- getConnection() - Method in class org.spincast.plugins.jdbc.SpincastDataSourceDefault
- getConnection() - Method in class org.spincast.plugins.jdbc.statements.StatementBase
- getConnection(String, String) - Method in class org.spincast.plugins.jdbc.SpincastDataSourceDefault
- getConnectionInterceptor(MethodInvocation) - Method in class org.spincast.plugins.jdbc.JdbcScope
-
Gets a Connection from a DataSource, or from the ThreadLocal cache if we're inside a transaction.
- getCurrentRootSavepoint() - Method in class org.spincast.plugins.jdbc.SpincastConnectionDefault
- getCursorName() - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- getDataSourceInterceptor() - Method in class org.spincast.plugins.jdbc.SpincastJdbcPluginModule
- getDataSourceKey(DataSource) - Method in class org.spincast.plugins.jdbc.JdbcScope
- getDate(int) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- getDate(int, Calendar) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- getDate(String) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- getDate(String, Calendar) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- getDeleteJdbcStatementImpl() - Method in class org.spincast.plugins.jdbc.SpincastJdbcPluginModule
- getDouble(int) - Method in interface org.spincast.plugins.jdbc.SpincastResultSet
-
Deprecated.
- getDouble(int) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- getDouble(String) - Method in interface org.spincast.plugins.jdbc.SpincastResultSet
-
Deprecated.
- getDouble(String) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- getDoubleOrNull(int) - Method in interface org.spincast.plugins.jdbc.SpincastResultSet
-
Returns
nullwhen null, not0as JDBC does by default! - getDoubleOrNull(int) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- getDoubleOrNull(String) - Method in interface org.spincast.plugins.jdbc.SpincastResultSet
-
Returns
nullwhen null, not0as JDBC does by default! - getDoubleOrNull(String) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- getDoubleOrZero(int) - Method in interface org.spincast.plugins.jdbc.SpincastResultSet
-
Returns
0when null. - getDoubleOrZero(int) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- getDoubleOrZero(String) - Method in interface org.spincast.plugins.jdbc.SpincastResultSet
-
Returns
0when null. - getDoubleOrZero(String) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- getFetchDirection() - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- getFetchSize() - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- getFloat(int) - Method in interface org.spincast.plugins.jdbc.SpincastResultSet
-
Deprecated.
- getFloat(int) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- getFloat(String) - Method in interface org.spincast.plugins.jdbc.SpincastResultSet
-
Deprecated.
- getFloat(String) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- getFloatOrNull(int) - Method in interface org.spincast.plugins.jdbc.SpincastResultSet
-
Returns
nullwhen null, not0as JDBC does by default! - getFloatOrNull(int) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- getFloatOrNull(String) - Method in interface org.spincast.plugins.jdbc.SpincastResultSet
-
Returns
nullwhen null, not0as JDBC does by default! - getFloatOrNull(String) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- getFloatOrZero(int) - Method in interface org.spincast.plugins.jdbc.SpincastResultSet
-
Returns
0when null. - getFloatOrZero(int) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- getFloatOrZero(String) - Method in interface org.spincast.plugins.jdbc.SpincastResultSet
-
Returns
0when null. - getFloatOrZero(String) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- getGeneratedKeys() - Method in class org.spincast.plugins.jdbc.NamedParameterStatement
-
Spincast added
- getHoldability() - Method in class org.spincast.plugins.jdbc.SpincastConnectionDefault
- getHoldability() - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- getId() - Method in class org.spincast.plugins.jdbc.SpincastJdbcPlugin
- getIndexMap() - Method in class org.spincast.plugins.jdbc.statements.StatementBase
- getInsertJdbcStatementDefaultImpl() - Method in class org.spincast.plugins.jdbc.SpincastJdbcPluginModule
- getInstant(int) - Method in interface org.spincast.plugins.jdbc.SpincastResultSet
-
Returns an
Instantfrom aTIMESTAMP WITH TIME ZONE(ie: "TIMESTAMPTZ") column. - getInstant(int) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- getInstant(String) - Method in interface org.spincast.plugins.jdbc.SpincastResultSet
-
Returns an
Instantfrom aTIMESTAMP WITH TIME ZONE(ie: "TIMESTAMPTZ") column. - getInstant(String) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- getInt(int) - Method in interface org.spincast.plugins.jdbc.SpincastResultSet
-
Deprecated.
- getInt(int) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- getInt(String) - Method in interface org.spincast.plugins.jdbc.SpincastResultSet
-
Deprecated.
- getInt(String) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- getIntegerOrNull(int) - Method in interface org.spincast.plugins.jdbc.SpincastResultSet
-
Returns
nullwhen null, not0as JDBC does by default! - getIntegerOrNull(int) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- getIntegerOrNull(String) - Method in interface org.spincast.plugins.jdbc.SpincastResultSet
-
Returns
nullwhen null, not0as JDBC does by default! - getIntegerOrNull(String) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- getIntegerOrZero(int) - Method in interface org.spincast.plugins.jdbc.SpincastResultSet
-
Returns
0when null. - getIntegerOrZero(int) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- getIntegerOrZero(String) - Method in interface org.spincast.plugins.jdbc.SpincastResultSet
-
Returns
0when null. - getIntegerOrZero(String) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- getItems() - Method in interface org.spincast.plugins.jdbc.utils.ItemsAndTotalCount
- getItems() - Method in class org.spincast.plugins.jdbc.utils.ItemsAndTotalCountDefault
- getJdbcScope() - Method in class org.spincast.plugins.jdbc.DataSourceInterceptor
- getJdbcUtils() - Method in class org.spincast.plugins.jdbc.statements.SelectStatementDefault
- getLoginTimeout() - Method in class org.spincast.plugins.jdbc.SpincastDataSourceDefault
- getLogWriter() - Method in class org.spincast.plugins.jdbc.SpincastDataSourceDefault
- getLong(int) - Method in interface org.spincast.plugins.jdbc.SpincastResultSet
-
Deprecated.
- getLong(int) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- getLong(String) - Method in interface org.spincast.plugins.jdbc.SpincastResultSet
-
Deprecated.
- getLong(String) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- getLongOrNull(int) - Method in interface org.spincast.plugins.jdbc.SpincastResultSet
-
Returns
nullwhen null, not0as JDBC does by default! - getLongOrNull(int) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- getLongOrNull(String) - Method in interface org.spincast.plugins.jdbc.SpincastResultSet
-
Returns
nullwhen null, not0as JDBC does by default! - getLongOrNull(String) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- getLongOrZero(int) - Method in interface org.spincast.plugins.jdbc.SpincastResultSet
-
Returns
0when null. - getLongOrZero(int) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- getLongOrZero(String) - Method in interface org.spincast.plugins.jdbc.SpincastResultSet
-
Returns
0when null. - getLongOrZero(String) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- getMetaData() - Method in class org.spincast.plugins.jdbc.SpincastConnectionDefault
- getMetaData() - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- getNCharacterStream(int) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- getNCharacterStream(String) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- getNClob(int) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- getNClob(String) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- getNetworkTimeout() - Method in class org.spincast.plugins.jdbc.SpincastConnectionDefault
- getNString(int) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- getNString(String) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- getObject(int) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- getObject(int, Class<T>) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- getObject(int, Map<String, Class<?>>) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- getObject(String) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- getObject(String, Class<T>) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- getObject(String, Map<String, Class<?>>) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- getOriginalQuery() - Method in class org.spincast.plugins.jdbc.statements.StatementBase
- getParams() - Method in class org.spincast.plugins.jdbc.statements.StatementBase
- getParentLogger() - Method in class org.spincast.plugins.jdbc.SpincastDataSourceDefault
- getParsedQuery() - Method in class org.spincast.plugins.jdbc.statements.StatementBase
- getPluginModule() - Method in class org.spincast.plugins.jdbc.SpincastJdbcPlugin
- getQueryBuilder() - Method in class org.spincast.plugins.jdbc.statements.StatementBase
- getRef(int) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- getRef(String) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- getRow() - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- getRowId(int) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- getRowId(String) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- getSchema() - Method in class org.spincast.plugins.jdbc.SpincastConnectionDefault
- getSelectJdbcStatementImpl() - Method in class org.spincast.plugins.jdbc.SpincastJdbcPluginModule
- getShort(int) - Method in interface org.spincast.plugins.jdbc.SpincastResultSet
-
Deprecated.
- getShort(int) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- getShort(String) - Method in interface org.spincast.plugins.jdbc.SpincastResultSet
-
Deprecated.
- getShort(String) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- getShortOrNull(int) - Method in interface org.spincast.plugins.jdbc.SpincastResultSet
-
Returns
nullwhen null, not0as JDBC does by default! - getShortOrNull(int) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- getShortOrNull(String) - Method in interface org.spincast.plugins.jdbc.SpincastResultSet
-
Returns
nullwhen null, not0as JDBC does by default! - getShortOrNull(String) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- getShortOrZero(int) - Method in interface org.spincast.plugins.jdbc.SpincastResultSet
-
Returns
0when null. - getShortOrZero(int) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- getShortOrZero(String) - Method in interface org.spincast.plugins.jdbc.SpincastResultSet
-
Returns
0when null. - getShortOrZero(String) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- getSpincastConnectionFactory() - Method in class org.spincast.plugins.jdbc.JdbcScope
- getSpincastConnectionImpl() - Method in class org.spincast.plugins.jdbc.SpincastJdbcPluginModule
- getSpincastDataSourceImpl() - Method in class org.spincast.plugins.jdbc.SpincastJdbcPluginModule
- getSql(boolean) - Method in interface org.spincast.plugins.jdbc.statements.Statement
-
Returns the current SQL query.
- getSql(boolean) - Method in class org.spincast.plugins.jdbc.statements.StatementBase
- getSqlFormmatter() - Method in class org.spincast.plugins.jdbc.statements.StatementBase
- getSQLXML(int) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- getSQLXML(String) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- getStatement() - Method in class org.spincast.plugins.jdbc.NamedParameterStatement
-
Returns the underlying statement.
- getStatement() - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- getStatementWithParamsAdded(Connection) - Method in class org.spincast.plugins.jdbc.statements.DeleteStatementDefault
- getStatementWithParamsAdded(Connection) - Method in class org.spincast.plugins.jdbc.statements.SelectStatementDefault
- getStatementWithParamsAdded(Connection) - Method in class org.spincast.plugins.jdbc.statements.UpdateStatementDefault
- getStaticTokens() - Method in class org.spincast.plugins.jdbc.statements.StatementBase
- getString(int) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- getString(String) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- getTime(int) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- getTime(int, Calendar) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- getTime(String) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- getTime(String, Calendar) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- getTimestamp(int) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- getTimestamp(int, Calendar) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- getTimestamp(String) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- getTimestamp(String, Calendar) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- getTotalCount() - Method in interface org.spincast.plugins.jdbc.utils.ItemsAndTotalCount
- getTotalCount() - Method in class org.spincast.plugins.jdbc.utils.ItemsAndTotalCountDefault
- getTotalFromSelectQuery(Connection) - Method in class org.spincast.plugins.jdbc.statements.SelectStatementDefault
-
Returns -1 to indicate the number of items should be taken instead of the total found by a generated query.
- getTransactionIsolation() - Method in class org.spincast.plugins.jdbc.SpincastConnectionDefault
- getType() - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- getTypeMap() - Method in class org.spincast.plugins.jdbc.SpincastConnectionDefault
- getUnicodeStream(int) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- getUnicodeStream(String) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- getUpdateJdbcStatementImpl() - Method in class org.spincast.plugins.jdbc.SpincastJdbcPluginModule
- getURL(int) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- getURL(String) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- getWarnings() - Method in class org.spincast.plugins.jdbc.SpincastConnectionDefault
- getWarnings() - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- getWrappedConnection() - Method in interface org.spincast.plugins.jdbc.SpincastConnection
- getWrappedConnection() - Method in class org.spincast.plugins.jdbc.SpincastConnectionDefault
H
- handle(SpincastResultSet) - Method in interface org.spincast.plugins.jdbc.statements.ResultSetHandler
I
- insert() - Method in interface org.spincast.plugins.jdbc.statements.InsertStatement
-
Runs the insert query, returns the number of affected rows.
- insert() - Method in class org.spincast.plugins.jdbc.statements.InsertStatementDefault
- insertGetGeneratedId(String) - Method in interface org.spincast.plugins.jdbc.statements.InsertStatement
-
Runs the insert query and return the generated id
- insertGetGeneratedId(String) - Method in class org.spincast.plugins.jdbc.statements.InsertStatementDefault
- insertPrivate(String) - Method in class org.spincast.plugins.jdbc.statements.InsertStatementDefault
-
If
primaryKeyColumnNameis null, returns the affected rows number. - insertRow() - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- InsertStatement - Interface in org.spincast.plugins.jdbc.statements
- InsertStatementDefault - Class in org.spincast.plugins.jdbc.statements
- InsertStatementDefault(Connection) - Constructor for class org.spincast.plugins.jdbc.statements.InsertStatementDefault
- invoke(MethodInvocation) - Method in class org.spincast.plugins.jdbc.DataSourceInterceptor
- isAfterLast() - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- isBeforeFirst() - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- isClosed() - Method in class org.spincast.plugins.jdbc.SpincastConnectionDefault
- isClosed() - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- isFirst() - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- isInTransactionnalScope() - Method in class org.spincast.plugins.jdbc.SpincastConnectionDefault
- isInTransactionScope() - Method in class org.spincast.plugins.jdbc.JdbcScope
- isLast() - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- isReadOnly() - Method in class org.spincast.plugins.jdbc.SpincastConnectionDefault
- isValid(int) - Method in class org.spincast.plugins.jdbc.SpincastConnectionDefault
- isWrapperFor(Class<?>) - Method in class org.spincast.plugins.jdbc.SpincastConnectionDefault
- isWrapperFor(Class<?>) - Method in class org.spincast.plugins.jdbc.SpincastDataSourceDefault
- isWrapperFor(Class<?>) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- ItemsAndTotalCount<T> - Interface in org.spincast.plugins.jdbc.utils
- ItemsAndTotalCountDefault<T> - Class in org.spincast.plugins.jdbc.utils
- ItemsAndTotalCountDefault() - Constructor for class org.spincast.plugins.jdbc.utils.ItemsAndTotalCountDefault
-
Empty result.
- ItemsAndTotalCountDefault(List<T>, long) - Constructor for class org.spincast.plugins.jdbc.utils.ItemsAndTotalCountDefault
J
- JdbcQueries<T> - Interface in org.spincast.plugins.jdbc
-
The JDBC queries to run inside a
JdbcScopewrapper. - JdbcScope - Class in org.spincast.plugins.jdbc
- JdbcScope(SpincastConnectionFactory) - Constructor for class org.spincast.plugins.jdbc.JdbcScope
- JdbcStatementFactory - Interface in org.spincast.plugins.jdbc
- JdbcUtils - Interface in org.spincast.plugins.jdbc
- JdbcUtilsDefault - Class in org.spincast.plugins.jdbc
- JdbcUtilsDefault(JdbcScope, JdbcStatementFactory) - Constructor for class org.spincast.plugins.jdbc.JdbcUtilsDefault
L
- last() - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- logger - Static variable in class org.spincast.plugins.jdbc.JdbcScope
- logger - Static variable in class org.spincast.plugins.jdbc.SpincastConnectionDefault
- logger - Static variable in class org.spincast.plugins.jdbc.statements.BatchInsertStatementDefault
- logger - Static variable in class org.spincast.plugins.jdbc.statements.SelectStatementDefault
M
- moveToCurrentRow() - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- moveToInsertRow() - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
N
- NamedParameterStatement - Class in org.spincast.plugins.jdbc
- NamedParameterStatement(Connection, String) - Constructor for class org.spincast.plugins.jdbc.NamedParameterStatement
-
Creates a NamedParameterStatement.
- NamedParameterStatement(Connection, String, int) - Constructor for class org.spincast.plugins.jdbc.NamedParameterStatement
-
Spincast added
- nativeSQL(String) - Method in class org.spincast.plugins.jdbc.SpincastConnectionDefault
- next() - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
O
- org.spincast.plugins.jdbc - package org.spincast.plugins.jdbc
- org.spincast.plugins.jdbc.statements - package org.spincast.plugins.jdbc.statements
- org.spincast.plugins.jdbc.utils - package org.spincast.plugins.jdbc.utils
P
- parse() - Method in class org.spincast.plugins.jdbc.statements.StatementBase
- PLUGIN_ID - Static variable in class org.spincast.plugins.jdbc.SpincastJdbcPlugin
- prepareCall(String) - Method in class org.spincast.plugins.jdbc.SpincastConnectionDefault
- prepareCall(String, int, int) - Method in class org.spincast.plugins.jdbc.SpincastConnectionDefault
- prepareCall(String, int, int, int) - Method in class org.spincast.plugins.jdbc.SpincastConnectionDefault
- prepareStatement(String) - Method in class org.spincast.plugins.jdbc.SpincastConnectionDefault
- prepareStatement(String, int) - Method in class org.spincast.plugins.jdbc.SpincastConnectionDefault
- prepareStatement(String, int[]) - Method in class org.spincast.plugins.jdbc.SpincastConnectionDefault
- prepareStatement(String, int, int) - Method in class org.spincast.plugins.jdbc.SpincastConnectionDefault
- prepareStatement(String, int, int, int) - Method in class org.spincast.plugins.jdbc.SpincastConnectionDefault
- prepareStatement(String, String[]) - Method in class org.spincast.plugins.jdbc.SpincastConnectionDefault
- previous() - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
R
- refreshRow() - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- relative(int) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- releaseSavepoint(Savepoint) - Method in class org.spincast.plugins.jdbc.SpincastConnectionDefault
- ResultSetHandler<T> - Interface in org.spincast.plugins.jdbc.statements
- rollback() - Method in class org.spincast.plugins.jdbc.SpincastConnectionDefault
- rollback(Savepoint) - Method in class org.spincast.plugins.jdbc.SpincastConnectionDefault
- rowDeleted() - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- rowInserted() - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- rowUpdated() - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- run() - Method in interface org.spincast.plugins.jdbc.TransactionalScope
- run(Connection) - Method in interface org.spincast.plugins.jdbc.ConnectionScope
- run(Connection) - Method in interface org.spincast.plugins.jdbc.JdbcQueries
S
- scopes() - Method in interface org.spincast.plugins.jdbc.JdbcUtils
- scopes() - Method in class org.spincast.plugins.jdbc.JdbcUtilsDefault
- selectList(ResultSetHandler<T>) - Method in interface org.spincast.plugins.jdbc.statements.SelectStatement
- selectList(ResultSetHandler<T>) - Method in class org.spincast.plugins.jdbc.statements.SelectStatementDefault
- selectList(ResultSetHandler<T>, boolean) - Method in class org.spincast.plugins.jdbc.statements.SelectStatementDefault
- selectListAndTotal(ResultSetHandler<T>) - Method in interface org.spincast.plugins.jdbc.statements.SelectStatement
-
Executes the SELECT query but also returns the total of items.
- selectListAndTotal(ResultSetHandler<T>) - Method in class org.spincast.plugins.jdbc.statements.SelectStatementDefault
- selectOne(ResultSetHandler<T>) - Method in interface org.spincast.plugins.jdbc.statements.SelectStatement
- selectOne(ResultSetHandler<T>) - Method in class org.spincast.plugins.jdbc.statements.SelectStatementDefault
- SelectStatement - Interface in org.spincast.plugins.jdbc.statements
- SelectStatementDefault - Class in org.spincast.plugins.jdbc.statements
- SelectStatementDefault(Connection, JdbcUtils) - Constructor for class org.spincast.plugins.jdbc.statements.SelectStatementDefault
- setAutoCommit(boolean) - Method in class org.spincast.plugins.jdbc.SpincastConnectionDefault
- setBoolean(String, Boolean) - Method in interface org.spincast.plugins.jdbc.statements.Statement
- setBoolean(String, Boolean) - Method in class org.spincast.plugins.jdbc.statements.StatementBase
- setBytes(String, byte[]) - Method in class org.spincast.plugins.jdbc.NamedParameterStatement
-
Added to the original code by Spincast.
- setCase(String, String, Map<?, ?>) - Method in interface org.spincast.plugins.jdbc.statements.UpdateStatement
-
Adds a
CASEstatement, using the key and values of the given map. - setCase(String, String, Map<?, ?>) - Method in class org.spincast.plugins.jdbc.statements.UpdateStatementDefault
- setCatalog(String) - Method in class org.spincast.plugins.jdbc.SpincastConnectionDefault
- setClientInfo(String, String) - Method in class org.spincast.plugins.jdbc.SpincastConnectionDefault
- setClientInfo(Properties) - Method in class org.spincast.plugins.jdbc.SpincastConnectionDefault
- setDate(String, LocalDate) - Method in interface org.spincast.plugins.jdbc.statements.Statement
- setDate(String, LocalDate) - Method in class org.spincast.plugins.jdbc.statements.StatementBase
- setDouble(String, Double) - Method in interface org.spincast.plugins.jdbc.statements.Statement
- setDouble(String, Double) - Method in class org.spincast.plugins.jdbc.statements.StatementBase
- setFetchDirection(int) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- setFetchSize(int) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- setFloat(String, Float) - Method in interface org.spincast.plugins.jdbc.statements.Statement
- setFloat(String, Float) - Method in class org.spincast.plugins.jdbc.statements.StatementBase
- setHoldability(int) - Method in class org.spincast.plugins.jdbc.SpincastConnectionDefault
- setInInteger(String, Set<Integer>) - Method in interface org.spincast.plugins.jdbc.statements.Statement
-
Explodes a collection of Integer and replaces the specified param with them, so it can be used inside a <codeIN(:ids)</code section
- setInInteger(String, Set<Integer>) - Method in class org.spincast.plugins.jdbc.statements.StatementBase
- setInLong(String, Set<Long>) - Method in interface org.spincast.plugins.jdbc.statements.Statement
-
Explodes a collection of Long and replaces the specified param with them, so it can be used inside a <codeIN(:ids)</code section
- setInLong(String, Set<Long>) - Method in class org.spincast.plugins.jdbc.statements.StatementBase
- setInstant(String, Instant) - Method in interface org.spincast.plugins.jdbc.statements.Statement
-
This replaces setTimestamp()!
- setInstant(String, Instant) - Method in class org.spincast.plugins.jdbc.statements.StatementBase
- setInString(String, Set<String>) - Method in interface org.spincast.plugins.jdbc.statements.Statement
-
Explodes a collection of String and replaces the specified param with them, so it can be used inside a
IN(:ids)section. - setInString(String, Set<String>) - Method in class org.spincast.plugins.jdbc.statements.StatementBase
- setInStringFromEnumNames(String, Enum<?>...) - Method in interface org.spincast.plugins.jdbc.statements.Statement
-
Uses a list of enum names so it can be used inside a
IN(:ids)section. - setInStringFromEnumNames(String, Enum<?>...) - Method in class org.spincast.plugins.jdbc.statements.StatementBase
- setInStringFromEnumNames(String, Set<? extends Enum<?>>) - Method in interface org.spincast.plugins.jdbc.statements.Statement
-
Explodes a collection of enum names and replaces the specified param with them, so it can be used inside a
IN(:ids)section. - setInStringFromEnumNames(String, Set<? extends Enum<?>>) - Method in class org.spincast.plugins.jdbc.statements.StatementBase
- setInt(String, int) - Method in class org.spincast.plugins.jdbc.NamedParameterStatement
-
Sets a parameter.
- setInteger(String, Integer) - Method in interface org.spincast.plugins.jdbc.statements.Statement
- setInteger(String, Integer) - Method in class org.spincast.plugins.jdbc.statements.StatementBase
- setLoginTimeout(int) - Method in class org.spincast.plugins.jdbc.SpincastDataSourceDefault
- setLogWriter(PrintWriter) - Method in class org.spincast.plugins.jdbc.SpincastDataSourceDefault
- setLong(String, long) - Method in class org.spincast.plugins.jdbc.NamedParameterStatement
-
Sets a parameter.
- setLong(String, Long) - Method in interface org.spincast.plugins.jdbc.statements.Statement
- setLong(String, Long) - Method in class org.spincast.plugins.jdbc.statements.StatementBase
- setLongList(String, List<Long>) - Method in interface org.spincast.plugins.jdbc.statements.Statement
-
Explodes a list of Long and replaces the specified param with them, so it can be used to replace a "ids list" inside a (PostgreSQL example):
INNER JOIN UNNEST('{:idsList}'::int[]) WITH ORDINALITY o(id, ord) ON o.id = myMainTable.id - setLongList(String, List<Long>) - Method in class org.spincast.plugins.jdbc.statements.StatementBase
- setNetworkTimeout(Executor, int) - Method in class org.spincast.plugins.jdbc.SpincastConnectionDefault
- setNewRootSavePoint() - Method in interface org.spincast.plugins.jdbc.SpincastConnection
- setNewRootSavePoint() - Method in class org.spincast.plugins.jdbc.SpincastConnectionDefault
- setObject(String, Object) - Method in class org.spincast.plugins.jdbc.NamedParameterStatement
-
Sets a parameter.
- setParams(Map<String, Object>) - Method in class org.spincast.plugins.jdbc.statements.StatementBase
- setReadOnly(boolean) - Method in class org.spincast.plugins.jdbc.SpincastConnectionDefault
- setSavepoint() - Method in class org.spincast.plugins.jdbc.SpincastConnectionDefault
- setSavepoint(String) - Method in class org.spincast.plugins.jdbc.SpincastConnectionDefault
- setSchema(String) - Method in class org.spincast.plugins.jdbc.SpincastConnectionDefault
- setStaticTokens(Map<String, String>) - Method in class org.spincast.plugins.jdbc.statements.StatementBase
- setString(String, String) - Method in class org.spincast.plugins.jdbc.NamedParameterStatement
-
Sets a parameter.
- setString(String, String) - Method in interface org.spincast.plugins.jdbc.statements.Statement
- setString(String, String) - Method in class org.spincast.plugins.jdbc.statements.StatementBase
- setTimestamp(String, Timestamp) - Method in class org.spincast.plugins.jdbc.NamedParameterStatement
-
Sets a parameter.
- setTransactionIsolation(int) - Method in class org.spincast.plugins.jdbc.SpincastConnectionDefault
- setTypeMap(Map<String, Class<?>>) - Method in class org.spincast.plugins.jdbc.SpincastConnectionDefault
- specificConnection(Connection, DataSource, ConnectionScope<T>) - Method in class org.spincast.plugins.jdbc.JdbcScope
-
Starts a scope where only the specified connection will be used (as long as
autoCommit(),transactional(),transactional(),withSpecificConnection()orwithSpecificConnection()are used... - specificConnection(Connection, DataSource, JdbcQueries<T>) - Method in class org.spincast.plugins.jdbc.JdbcScope
-
Starts a scope where only the specified connection.
- SpincastConnection - Interface in org.spincast.plugins.jdbc
- SpincastConnectionDefault - Class in org.spincast.plugins.jdbc
-
A wrapper for JDBC connections.
- SpincastConnectionDefault(Connection, JdbcScope) - Constructor for class org.spincast.plugins.jdbc.SpincastConnectionDefault
- SpincastConnectionFactory - Interface in org.spincast.plugins.jdbc
- spincastConnectionsThreadLocal - Static variable in class org.spincast.plugins.jdbc.JdbcScope
- SpincastDataSource - Interface in org.spincast.plugins.jdbc
- SpincastDataSourceDefault - Class in org.spincast.plugins.jdbc
- SpincastDataSourceDefault(DataSource) - Constructor for class org.spincast.plugins.jdbc.SpincastDataSourceDefault
- SpincastDataSourceFactory - Interface in org.spincast.plugins.jdbc
- SpincastJdbcPlugin - Class in org.spincast.plugins.jdbc
- SpincastJdbcPlugin() - Constructor for class org.spincast.plugins.jdbc.SpincastJdbcPlugin
- SpincastJdbcPluginModule - Class in org.spincast.plugins.jdbc
- SpincastJdbcPluginModule() - Constructor for class org.spincast.plugins.jdbc.SpincastJdbcPluginModule
- SpincastJdbcPluginModule(Class<? extends RequestContext<?>>, Class<? extends WebsocketContext<?>>) - Constructor for class org.spincast.plugins.jdbc.SpincastJdbcPluginModule
- SpincastResultSet - Interface in org.spincast.plugins.jdbc
-
Resultset that adds a "getXXXOrNull()" method for every primitive types.
- SpincastResultSetDefault - Class in org.spincast.plugins.jdbc
- SpincastResultSetDefault(ResultSet) - Constructor for class org.spincast.plugins.jdbc.SpincastResultSetDefault
- spincastSpecificConnectionsThreadLocal - Static variable in class org.spincast.plugins.jdbc.JdbcScope
- sql(String) - Method in interface org.spincast.plugins.jdbc.statements.Statement
-
Appends some SQL to the query to launch.
- sql(String) - Method in class org.spincast.plugins.jdbc.statements.StatementBase
- Statement - Interface in org.spincast.plugins.jdbc.statements
-
Note that the connection used by a Stement is not closed after the statement has been executed.
- StatementBase - Class in org.spincast.plugins.jdbc.statements
-
If the connection's
Connection.getAutoCommit()istrue/code>, the connection will be automatically closed. - StatementBase(Connection) - Constructor for class org.spincast.plugins.jdbc.statements.StatementBase
- statements() - Method in interface org.spincast.plugins.jdbc.JdbcUtils
- statements() - Method in class org.spincast.plugins.jdbc.JdbcUtilsDefault
T
- toString() - Method in class org.spincast.plugins.jdbc.statements.StatementBase
- transactional(DataSource, JdbcQueries<T>) - Method in class org.spincast.plugins.jdbc.JdbcScope
-
Executes the
queriesin a transaction by setting theConnection#setAutoCommit()property tofalse. - transactional(TransactionalScope<T>) - Method in class org.spincast.plugins.jdbc.JdbcScope
-
Starts a transactional scope.
- TransactionalScope<T> - Interface in org.spincast.plugins.jdbc
U
- unwrap(Class<T>) - Method in class org.spincast.plugins.jdbc.SpincastConnectionDefault
- unwrap(Class<T>) - Method in class org.spincast.plugins.jdbc.SpincastDataSourceDefault
- unwrap(Class<T>) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- update() - Method in interface org.spincast.plugins.jdbc.statements.UpdateStatement
-
Execute the update and return the number of affected rows.
- update() - Method in class org.spincast.plugins.jdbc.statements.UpdateStatementDefault
- update(ResultSetHandler<T>) - Method in interface org.spincast.plugins.jdbc.statements.UpdateStatement
-
Execute the update and return a result set.
- update(ResultSetHandler<T>) - Method in class org.spincast.plugins.jdbc.statements.UpdateStatementDefault
- updateArray(int, Array) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- updateArray(String, Array) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- updateAsciiStream(int, InputStream) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- updateAsciiStream(int, InputStream, int) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- updateAsciiStream(int, InputStream, long) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- updateAsciiStream(String, InputStream) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- updateAsciiStream(String, InputStream, int) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- updateAsciiStream(String, InputStream, long) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- updateBigDecimal(int, BigDecimal) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- updateBigDecimal(String, BigDecimal) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- updateBinaryStream(int, InputStream) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- updateBinaryStream(int, InputStream, int) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- updateBinaryStream(int, InputStream, long) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- updateBinaryStream(String, InputStream) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- updateBinaryStream(String, InputStream, int) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- updateBinaryStream(String, InputStream, long) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- updateBlob(int, InputStream) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- updateBlob(int, InputStream, long) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- updateBlob(int, Blob) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- updateBlob(String, InputStream) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- updateBlob(String, InputStream, long) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- updateBlob(String, Blob) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- updateBoolean(int, boolean) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- updateBoolean(String, boolean) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- updateByte(int, byte) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- updateByte(String, byte) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- updateBytes(int, byte[]) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- updateBytes(String, byte[]) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- updateCharacterStream(int, Reader) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- updateCharacterStream(int, Reader, int) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- updateCharacterStream(int, Reader, long) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- updateCharacterStream(String, Reader) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- updateCharacterStream(String, Reader, int) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- updateCharacterStream(String, Reader, long) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- updateClob(int, Reader) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- updateClob(int, Reader, long) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- updateClob(int, Clob) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- updateClob(String, Reader) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- updateClob(String, Reader, long) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- updateClob(String, Clob) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- updateDate(int, Date) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- updateDate(String, Date) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- updateDouble(int, double) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- updateDouble(String, double) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- updateFloat(int, float) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- updateFloat(String, float) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- updateInt(int, int) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- updateInt(String, int) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- updateLong(int, long) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- updateLong(String, long) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- updateNCharacterStream(int, Reader) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- updateNCharacterStream(int, Reader, long) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- updateNCharacterStream(String, Reader) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- updateNCharacterStream(String, Reader, long) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- updateNClob(int, Reader) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- updateNClob(int, Reader, long) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- updateNClob(int, NClob) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- updateNClob(String, Reader) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- updateNClob(String, Reader, long) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- updateNClob(String, NClob) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- updateNString(int, String) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- updateNString(String, String) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- updateNull(int) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- updateNull(String) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- updateObject(int, Object) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- updateObject(int, Object, int) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- updateObject(String, Object) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- updateObject(String, Object, int) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- updateRef(int, Ref) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- updateRef(String, Ref) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- updateRow() - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- updateRowId(int, RowId) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- updateRowId(String, RowId) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- updateShort(int, short) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- updateShort(String, short) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- updateSQLXML(int, SQLXML) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- updateSQLXML(String, SQLXML) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- UpdateStatement - Interface in org.spincast.plugins.jdbc.statements
- UpdateStatementDefault - Class in org.spincast.plugins.jdbc.statements
- UpdateStatementDefault(Connection) - Constructor for class org.spincast.plugins.jdbc.statements.UpdateStatementDefault
- updateString(int, String) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- updateString(String, String) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- updateTime(int, Time) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- updateTime(String, Time) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- updateTimestamp(int, Timestamp) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- updateTimestamp(String, Timestamp) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- UTC_CALENDAR - Static variable in interface org.spincast.plugins.jdbc.JdbcUtils
W
- wasNull() - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- WHITESPACE - Static variable in class org.spincast.plugins.jdbc.utils.BasicFormatterImpl
All Classes and Interfaces|All Packages|Constant Field Values