Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
G 
- getArray(int) - Method in class org.tquadrat.foundation.sql.internal.ResultSetWrapper
- getArray(String) - Method in class org.tquadrat.foundation.sql.internal.ResultSetWrapper
- getAsciiStream(int) - Method in class org.tquadrat.foundation.sql.internal.ResultSetWrapper
- getAsciiStream(String) - Method in class org.tquadrat.foundation.sql.internal.ResultSetWrapper
- getAutoCommit() - Method in class org.tquadrat.foundation.sql.StaticConnectionProvider.UncloseableConnection
- getBigDecimal(int) - Method in class org.tquadrat.foundation.sql.internal.ResultSetWrapper
- getBigDecimal(int, int) - Method in class org.tquadrat.foundation.sql.internal.ResultSetWrapper
-
Deprecated.
- getBigDecimal(String) - Method in class org.tquadrat.foundation.sql.internal.ResultSetWrapper
- getBigDecimal(String, int) - Method in class org.tquadrat.foundation.sql.internal.ResultSetWrapper
-
Deprecated.
- getBinaryStream(int) - Method in class org.tquadrat.foundation.sql.internal.ResultSetWrapper
- getBinaryStream(String) - Method in class org.tquadrat.foundation.sql.internal.ResultSetWrapper
- getBlob(int) - Method in class org.tquadrat.foundation.sql.internal.ResultSetWrapper
- getBlob(String) - Method in class org.tquadrat.foundation.sql.internal.ResultSetWrapper
- getBoolean(int) - Method in class org.tquadrat.foundation.sql.internal.ResultSetWrapper
- getBoolean(String) - Method in class org.tquadrat.foundation.sql.internal.ResultSetWrapper
- getByte(int) - Method in class org.tquadrat.foundation.sql.internal.ResultSetWrapper
- getByte(String) - Method in class org.tquadrat.foundation.sql.internal.ResultSetWrapper
- getBytes(int) - Method in class org.tquadrat.foundation.sql.internal.ResultSetWrapper
- getBytes(String) - Method in class org.tquadrat.foundation.sql.internal.ResultSetWrapper
- getCatalog() - Method in class org.tquadrat.foundation.sql.StaticConnectionProvider.UncloseableConnection
- getCharacterStream(int) - Method in class org.tquadrat.foundation.sql.internal.ResultSetWrapper
- getCharacterStream(String) - Method in class org.tquadrat.foundation.sql.internal.ResultSetWrapper
- getClientInfo() - Method in class org.tquadrat.foundation.sql.StaticConnectionProvider.UncloseableConnection
- getClientInfo(String) - Method in class org.tquadrat.foundation.sql.StaticConnectionProvider.UncloseableConnection
- getClob(int) - Method in class org.tquadrat.foundation.sql.internal.ResultSetWrapper
- getClob(String) - Method in class org.tquadrat.foundation.sql.internal.ResultSetWrapper
- getConcurrency() - Method in class org.tquadrat.foundation.sql.internal.ResultSetWrapper
- getConnection() - Method in interface org.tquadrat.foundation.sql.ConnectionProvider
-
Returns a valid database connection.
- getConnection() - Method in interface org.tquadrat.foundation.sql.EnhancedPreparedStatement
-
Retrieves the
Connection
instance that produced thePreparedStatement
instance wrapped by thisEnhancedPreparedStatement
. - getConnection() - Method in class org.tquadrat.foundation.sql.internal.EnhancedPreparedStatementBase
-
Retrieves the
Connection
instance that produced thePreparedStatement
instance wrapped by thisEnhancedPreparedStatement
. - getConnection() - Method in class org.tquadrat.foundation.sql.SimpleConnectionProvider
-
Returns a valid database connection.
- getConnection() - Method in class org.tquadrat.foundation.sql.StaticConnectionProvider
-
Returns a valid database connection.
- getCurrentValues() - Method in class org.tquadrat.foundation.sql.internal.EnhancedPreparedStatementBase
-
Provides the current values for logging purposes.
- getCursorName() - Method in class org.tquadrat.foundation.sql.internal.ResultSetWrapper
- getDate(int) - Method in class org.tquadrat.foundation.sql.internal.ResultSetWrapper
- getDate(int, Calendar) - Method in class org.tquadrat.foundation.sql.internal.ResultSetWrapper
- getDate(String) - Method in class org.tquadrat.foundation.sql.internal.ResultSetWrapper
- getDate(String, Calendar) - Method in class org.tquadrat.foundation.sql.internal.ResultSetWrapper
- getDouble(int) - Method in class org.tquadrat.foundation.sql.internal.ResultSetWrapper
- getDouble(String) - Method in class org.tquadrat.foundation.sql.internal.ResultSetWrapper
- getFetchDirection() - Method in interface org.tquadrat.foundation.sql.EnhancedPreparedStatement
-
Retrieves the direction for fetching rows from database tables that is the default for result sets generated from this
EnhancedPreparedStatement
instance. - getFetchDirection() - Method in class org.tquadrat.foundation.sql.internal.EnhancedPreparedStatementBase
-
Retrieves the direction for fetching rows from database tables that is the default for result sets generated from this
EnhancedPreparedStatement
instance. - getFetchDirection() - Method in class org.tquadrat.foundation.sql.internal.ResultSetWrapper
- getFetchSize() - Method in interface org.tquadrat.foundation.sql.EnhancedPreparedStatement
-
Retrieves the number of result set rows that is the default fetch size for
ResultSet
instances generated from thisEnhancedPreparedStatement
instance. - getFetchSize() - Method in class org.tquadrat.foundation.sql.internal.EnhancedPreparedStatementBase
-
Retrieves the number of result set rows that is the default fetch size for
ResultSet
instances generated from thisEnhancedPreparedStatement
instance. - getFetchSize() - Method in class org.tquadrat.foundation.sql.internal.ResultSetWrapper
- getFloat(int) - Method in class org.tquadrat.foundation.sql.internal.ResultSetWrapper
- getFloat(String) - Method in class org.tquadrat.foundation.sql.internal.ResultSetWrapper
- getGeneratedKeys() - Method in interface org.tquadrat.foundation.sql.EnhancedPreparedStatement
-
Retrieves any auto-generated keys created as a result of executing this
EnhancedPreparedStatement
instance. - getGeneratedKeys() - Method in class org.tquadrat.foundation.sql.internal.EnhancedPreparedStatementBase
-
Retrieves any auto-generated keys created as a result of executing this
EnhancedPreparedStatement
instance. - getHoldability() - Method in class org.tquadrat.foundation.sql.internal.ResultSetWrapper
- getHoldability() - Method in class org.tquadrat.foundation.sql.StaticConnectionProvider.UncloseableConnection
- getInt(int) - Method in class org.tquadrat.foundation.sql.internal.ResultSetWrapper
- getInt(String) - Method in class org.tquadrat.foundation.sql.internal.ResultSetWrapper
- getLargeMaxRows() - Method in interface org.tquadrat.foundation.sql.EnhancedPreparedStatement
-
Retrieves the maximum number of rows that a
ResultSet
instance produced by thisEnhancedPreparedStatement
instance can contain. - getLargeMaxRows() - Method in class org.tquadrat.foundation.sql.internal.EnhancedPreparedStatementBase
-
Retrieves the maximum number of rows that a
ResultSet
instance produced by thisEnhancedPreparedStatement
instance can contain. - getLargeUpdateCount() - Method in interface org.tquadrat.foundation.sql.EnhancedPreparedStatement
-
Retrieves the current result as an update count.
- getLargeUpdateCount() - Method in class org.tquadrat.foundation.sql.internal.EnhancedPreparedStatementBase
-
Retrieves the current result as an update count.
- getLastError() - Method in class org.tquadrat.foundation.sql.internal.ResultSetSpliterator
-
Returns the last error that was caught on a call to
ResultSet.next()
. - getLong(int) - Method in class org.tquadrat.foundation.sql.internal.ResultSetWrapper
- getLong(String) - Method in class org.tquadrat.foundation.sql.internal.ResultSetWrapper
- getMaxFieldSize() - Method in interface org.tquadrat.foundation.sql.EnhancedPreparedStatement
-
Retrieves the maximum number of bytes that can be returned for character and binary column values in a
ResultSet
object produced by thisEnhancedPreparedStatement
object. - getMaxFieldSize() - Method in class org.tquadrat.foundation.sql.internal.EnhancedPreparedStatementBase
-
Retrieves the maximum number of bytes that can be returned for character and binary column values in a
ResultSet
object produced by thisEnhancedPreparedStatement
object. - getMaxRows() - Method in interface org.tquadrat.foundation.sql.EnhancedPreparedStatement
-
Retrieves the maximum number of rows that a
ResultSet
instance produced by thisEnhancedPreparedStatement
instance can contain. - getMaxRows() - Method in class org.tquadrat.foundation.sql.internal.EnhancedPreparedStatementBase
-
Retrieves the maximum number of rows that a
ResultSet
instance produced by thisEnhancedPreparedStatement
instance can contain. - getMetaData() - Method in interface org.tquadrat.foundation.sql.EnhancedPreparedStatement
-
Retrieves a
ResultSetMetaData
object that contains information about the columns of theResultSet
instance that will be returned when thisEnhancedPreparedStatement
instance is executed. - getMetaData() - Method in class org.tquadrat.foundation.sql.internal.EnhancedPreparedStatementBase
-
Retrieves a
ResultSetMetaData
object that contains information about the columns of theResultSet
instance that will be returned when thisEnhancedPreparedStatement
instance is executed. - getMetaData() - Method in class org.tquadrat.foundation.sql.internal.ResultSetWrapper
- getMetaData() - Method in class org.tquadrat.foundation.sql.StaticConnectionProvider.UncloseableConnection
- getMoreResults() - Method in interface org.tquadrat.foundation.sql.EnhancedPreparedStatement
-
Moves to this
EnhancedPreparedStatement
instance's next result, returnstrue
if it is aResultSet
instance, and implicitly closes any currentResultSet
instance(s) previously obtained with the methodEnhancedPreparedStatement.getResultSet()
. - getMoreResults() - Method in class org.tquadrat.foundation.sql.internal.EnhancedPreparedStatementBase
-
Moves to this
EnhancedPreparedStatement
instance's next result, returnstrue
if it is aResultSet
instance, and implicitly closes any currentResultSet
instance(s) previously obtained with the methodEnhancedPreparedStatement.getResultSet()
. - getMoreResults(int) - Method in interface org.tquadrat.foundation.sql.EnhancedPreparedStatement
-
Moves to this
EnhancedPreparedStatement
instance's next result, deals with any currentResultSet
instance(s) according to the instructions specified by the given flag, and returnstrue
if the next result is aResultSet
object. - getMoreResults(int) - Method in class org.tquadrat.foundation.sql.internal.EnhancedPreparedStatementBase
-
Moves to this
EnhancedPreparedStatement
instance's next result, deals with any currentResultSet
instance(s) according to the instructions specified by the given flag, and returnstrue
if the next result is aResultSet
object. - getNCharacterStream(int) - Method in class org.tquadrat.foundation.sql.internal.ResultSetWrapper
- getNCharacterStream(String) - Method in class org.tquadrat.foundation.sql.internal.ResultSetWrapper
- getNClob(int) - Method in class org.tquadrat.foundation.sql.internal.ResultSetWrapper
- getNClob(String) - Method in class org.tquadrat.foundation.sql.internal.ResultSetWrapper
- getNetworkTimeout() - Method in class org.tquadrat.foundation.sql.StaticConnectionProvider.UncloseableConnection
- getNString(int) - Method in class org.tquadrat.foundation.sql.internal.ResultSetWrapper
- getNString(String) - Method in class org.tquadrat.foundation.sql.internal.ResultSetWrapper
- getObject(int) - Method in class org.tquadrat.foundation.sql.internal.ResultSetWrapper
- getObject(int, Class<T>) - Method in class org.tquadrat.foundation.sql.internal.ResultSetWrapper
- getObject(int, Map<String, Class<?>>) - Method in class org.tquadrat.foundation.sql.internal.ResultSetWrapper
- getObject(String) - Method in class org.tquadrat.foundation.sql.internal.ResultSetWrapper
- getObject(String, Class<T>) - Method in class org.tquadrat.foundation.sql.internal.ResultSetWrapper
- getObject(String, Map<String, Class<?>>) - Method in class org.tquadrat.foundation.sql.internal.ResultSetWrapper
- getParameterClassName(String) - Method in class org.tquadrat.foundation.sql.internal.ParameterMetaDataBase
-
Retrieves the fully-qualified name of the Java class whose instances should be passed to the method
EnhancedPreparedStatement.setObject(String, Object)
. - getParameterClassName(String) - Method in interface org.tquadrat.foundation.sql.ParameterMetaData
-
Retrieves the fully-qualified name of the Java class whose instances should be passed to the method
EnhancedPreparedStatement.setObject(String, Object)
. - getParameterCount() - Method in class org.tquadrat.foundation.sql.internal.ParameterMetaDataBase
-
Retrieves the number of parameters in the
EnhancedPreparedStatement
object for which thisParameterMetaData
object contains information. - getParameterCount() - Method in interface org.tquadrat.foundation.sql.ParameterMetaData
-
Retrieves the number of parameters in the
EnhancedPreparedStatement
object for which thisParameterMetaData
object contains information. - getParameterIndexes(String) - Method in class org.tquadrat.foundation.sql.internal.EnhancedPreparedStatementBase
-
Returns the parameter indexes for the given parameter name.
- getParameterIndexes(String) - Method in class org.tquadrat.foundation.sql.internal.EnhancedPreparedStatementBase.ParameterMetaDataImpl
-
Retrieves the parameter indexes for the given parameter name.
- getParameterIndexes(String) - Method in class org.tquadrat.foundation.sql.internal.ParameterMetaDataBase
-
Retrieves the parameter indexes for the given parameter name.
- getParameterIndexes(String) - Method in interface org.tquadrat.foundation.sql.ParameterMetaData
-
Retrieves the parameter indexes for the given parameter name.
- getParameterMetaData() - Method in interface org.tquadrat.foundation.sql.EnhancedPreparedStatement
-
Retrieves the number, types and properties of this
EnhancedPreparedStatement
instance's parameters. - getParameterMetaData() - Method in class org.tquadrat.foundation.sql.internal.EnhancedPreparedStatementBase
- getParameterNames() - Method in class org.tquadrat.foundation.sql.internal.EnhancedPreparedStatementBase
-
Returns the parameter names for this
EnhancedPreparedStatement
. - getParameterNames() - Method in class org.tquadrat.foundation.sql.internal.EnhancedPreparedStatementBase.ParameterMetaDataImpl
-
Retrieves the names of the parameters in the
EnhancedPreparedStatement
object for which thisParameterMetaData
object contains information. - getParameterNames() - Method in class org.tquadrat.foundation.sql.internal.ParameterMetaDataBase
-
Retrieves the names of the parameters in the
EnhancedPreparedStatement
object for which thisParameterMetaData
object contains information. - getParameterNames() - Method in interface org.tquadrat.foundation.sql.ParameterMetaData
-
Retrieves the names of the parameters in the
EnhancedPreparedStatement
object for which thisParameterMetaData
object contains information. - getParameterType(String) - Method in class org.tquadrat.foundation.sql.internal.ParameterMetaDataBase
-
Retrieves the designated parameter's SQL type.
- getParameterType(String) - Method in interface org.tquadrat.foundation.sql.ParameterMetaData
-
Retrieves the designated parameter's SQL type.
- getParameterTypeName(String) - Method in class org.tquadrat.foundation.sql.internal.ParameterMetaDataBase
-
Retrieves the designated parameter's database-specific type name.
- getParameterTypeName(String) - Method in interface org.tquadrat.foundation.sql.ParameterMetaData
-
Retrieves the designated parameter's database-specific type name.
- getPrecision(String) - Method in class org.tquadrat.foundation.sql.internal.ParameterMetaDataBase
-
Retrieves the designated parameter's specified column size.
- getPrecision(String) - Method in interface org.tquadrat.foundation.sql.ParameterMetaData
-
Retrieves the designated parameter's specified column size.
- getQueryTimeout() - Method in interface org.tquadrat.foundation.sql.EnhancedPreparedStatement
-
Retrieves the number of seconds the driver will wait for a
Statement
instance to execute. - getQueryTimeout() - Method in class org.tquadrat.foundation.sql.internal.EnhancedPreparedStatementBase
-
Retrieves the number of seconds the driver will wait for a
Statement
instance to execute. - getRef(int) - Method in class org.tquadrat.foundation.sql.internal.ResultSetWrapper
- getRef(String) - Method in class org.tquadrat.foundation.sql.internal.ResultSetWrapper
- getResultSet() - Method in interface org.tquadrat.foundation.sql.EnhancedPreparedStatement
-
Retrieves the current result as a
ResultSet
instance. - getResultSet() - Method in class org.tquadrat.foundation.sql.internal.EnhancedPreparedStatementBase
-
Retrieves the current result as a
ResultSet
instance. - getResultSetConcurrency() - Method in interface org.tquadrat.foundation.sql.EnhancedPreparedStatement
-
Retrieves the result set concurrency for
ResultSet
instances generated by thisEnhancedPreparedStatement
instance. - getResultSetConcurrency() - Method in class org.tquadrat.foundation.sql.internal.EnhancedPreparedStatementBase
-
Retrieves the result set concurrency for
ResultSet
instances generated by thisEnhancedPreparedStatement
instance. - getResultSetHoldability() - Method in interface org.tquadrat.foundation.sql.EnhancedPreparedStatement
-
Retrieves the result set holdability for
ResultSet
instances generated by thisEnhancedPreparedStatement
instance. - getResultSetHoldability() - Method in class org.tquadrat.foundation.sql.internal.EnhancedPreparedStatementBase
-
Retrieves the result set holdability for
ResultSet
instances generated by thisEnhancedPreparedStatement
instance. - getResultSetType() - Method in interface org.tquadrat.foundation.sql.EnhancedPreparedStatement
-
Retrieves the result set type for
ResultSet
instances generated by thisEnhancedPreparedStatement
instance. - getResultSetType() - Method in class org.tquadrat.foundation.sql.internal.EnhancedPreparedStatementBase
-
Retrieves the result set type for
ResultSet
instances generated by thisEnhancedPreparedStatement
instance. - getRow() - Method in class org.tquadrat.foundation.sql.internal.ResultSetWrapper
- getRowId(int) - Method in class org.tquadrat.foundation.sql.internal.ResultSetWrapper
- getRowId(String) - Method in class org.tquadrat.foundation.sql.internal.ResultSetWrapper
- getScale(String) - Method in class org.tquadrat.foundation.sql.internal.ParameterMetaDataBase
-
Retrieves the designated parameter's number of digits to right of the decimal point.
- getScale(String) - Method in interface org.tquadrat.foundation.sql.ParameterMetaData
-
Retrieves the designated parameter's number of digits to right of the decimal point.
- getSchema() - Method in class org.tquadrat.foundation.sql.StaticConnectionProvider.UncloseableConnection
- getShort(int) - Method in class org.tquadrat.foundation.sql.internal.ResultSetWrapper
- getShort(String) - Method in class org.tquadrat.foundation.sql.internal.ResultSetWrapper
- getSourceStatement() - Method in class org.tquadrat.foundation.sql.internal.EnhancedPreparedStatementBase
-
Provides the source statement for logging purposes.
- getSQLXML(int) - Method in class org.tquadrat.foundation.sql.internal.ResultSetWrapper
- getSQLXML(String) - Method in class org.tquadrat.foundation.sql.internal.ResultSetWrapper
- getStatement() - Method in class org.tquadrat.foundation.sql.internal.ResultSetWrapper
- getString(int) - Method in class org.tquadrat.foundation.sql.internal.ResultSetWrapper
- getString(String) - Method in class org.tquadrat.foundation.sql.internal.ResultSetWrapper
- getTime(int) - Method in class org.tquadrat.foundation.sql.internal.ResultSetWrapper
- getTime(int, Calendar) - Method in class org.tquadrat.foundation.sql.internal.ResultSetWrapper
- getTime(String) - Method in class org.tquadrat.foundation.sql.internal.ResultSetWrapper
- getTime(String, Calendar) - Method in class org.tquadrat.foundation.sql.internal.ResultSetWrapper
- getTimestamp(int) - Method in class org.tquadrat.foundation.sql.internal.ResultSetWrapper
- getTimestamp(int, Calendar) - Method in class org.tquadrat.foundation.sql.internal.ResultSetWrapper
- getTimestamp(String) - Method in class org.tquadrat.foundation.sql.internal.ResultSetWrapper
- getTimestamp(String, Calendar) - Method in class org.tquadrat.foundation.sql.internal.ResultSetWrapper
- getTransactionIsolation() - Method in class org.tquadrat.foundation.sql.StaticConnectionProvider.UncloseableConnection
- getType() - Method in class org.tquadrat.foundation.sql.internal.ResultSetWrapper
- getTypeMap() - Method in class org.tquadrat.foundation.sql.StaticConnectionProvider.UncloseableConnection
- getUnicodeStream(int) - Method in class org.tquadrat.foundation.sql.internal.ResultSetWrapper
-
Deprecated.
- getUnicodeStream(String) - Method in class org.tquadrat.foundation.sql.internal.ResultSetWrapper
-
Deprecated.
- getUpdateCount() - Method in interface org.tquadrat.foundation.sql.EnhancedPreparedStatement
-
Retrieves the current result as an update count.
- getUpdateCount() - Method in class org.tquadrat.foundation.sql.internal.EnhancedPreparedStatementBase
-
Retrieves the current result as an update count.
- getURL(int) - Method in class org.tquadrat.foundation.sql.internal.ResultSetWrapper
- getURL(String) - Method in class org.tquadrat.foundation.sql.internal.ResultSetWrapper
- getWarnings() - Method in interface org.tquadrat.foundation.sql.EnhancedPreparedStatement
-
Retrieves the first warning reported by calls on this
EnhancedPreparedStatement
instance. - getWarnings() - Method in class org.tquadrat.foundation.sql.internal.EnhancedPreparedStatementBase
-
Retrieves the first warning reported by calls on this
EnhancedPreparedStatement
instance. - getWarnings() - Method in class org.tquadrat.foundation.sql.internal.ResultSetWrapper
- getWarnings() - Method in class org.tquadrat.foundation.sql.StaticConnectionProvider.UncloseableConnection
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form