Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
S
- setArray(String, Array) - Method in interface org.tquadrat.foundation.sql.EnhancedPreparedStatement
-
Sets the designated parameter to the given
Arrayinstance. - setArray(String, Array) - Method in class org.tquadrat.foundation.sql.internal.EnhancedPreparedStatementBase
-
Sets the designated parameter to the given
Arrayinstance. - setAsciiStream(String, InputStream) - Method in interface org.tquadrat.foundation.sql.EnhancedPreparedStatement
-
Sets the designated parameter to the given
InputStream. - setAsciiStream(String, InputStream) - Method in class org.tquadrat.foundation.sql.internal.EnhancedPreparedStatementBase
-
Sets the designated parameter to the given
InputStream. - setAsciiStream(String, InputStream, int) - Method in interface org.tquadrat.foundation.sql.EnhancedPreparedStatement
-
Sets the designated parameter to the given
InputStreamwhich will have the specified number of bytes. - setAsciiStream(String, InputStream, int) - Method in class org.tquadrat.foundation.sql.internal.EnhancedPreparedStatementBase
-
Sets the designated parameter to the given
InputStreamwhich will have the specified number of bytes. - setAsciiStream(String, InputStream, long) - Method in interface org.tquadrat.foundation.sql.EnhancedPreparedStatement
-
Sets the designated parameter to the given
InputStreamwhich will have the specified number of bytes. - setAsciiStream(String, InputStream, long) - Method in class org.tquadrat.foundation.sql.internal.EnhancedPreparedStatementBase
-
Sets the designated parameter to the given
InputStreamwhich will have the specified number of bytes. - setAutoCommit(boolean) - Method in class org.tquadrat.foundation.sql.StaticConnectionProvider.UncloseableConnection
- setBigDecimal(String, BigDecimal) - Method in interface org.tquadrat.foundation.sql.EnhancedPreparedStatement
-
Sets the designated parameter to the given Java
BigDecimalvalue. - setBigDecimal(String, BigDecimal) - Method in class org.tquadrat.foundation.sql.internal.EnhancedPreparedStatementBase
-
Sets the designated parameter to the given Java
BigDecimalvalue. - setBinaryStream(String, InputStream) - Method in interface org.tquadrat.foundation.sql.EnhancedPreparedStatement
-
Sets the designated parameter to the given
InputStream. - setBinaryStream(String, InputStream) - Method in class org.tquadrat.foundation.sql.internal.EnhancedPreparedStatementBase
-
Sets the designated parameter to the given
InputStream. - setBinaryStream(String, InputStream, int) - Method in interface org.tquadrat.foundation.sql.EnhancedPreparedStatement
-
Sets the designated parameter to the given
InputStreamwhich will have the specified number of bytes. - setBinaryStream(String, InputStream, int) - Method in class org.tquadrat.foundation.sql.internal.EnhancedPreparedStatementBase
-
Sets the designated parameter to the given
InputStreamwhich will have the specified number of bytes. - setBinaryStream(String, InputStream, long) - Method in interface org.tquadrat.foundation.sql.EnhancedPreparedStatement
-
Sets the designated parameter to the given
InputStreamwhich will have the specified number of bytes. - setBinaryStream(String, InputStream, long) - Method in class org.tquadrat.foundation.sql.internal.EnhancedPreparedStatementBase
-
Sets the designated parameter to the given
InputStreamwhich will have the specified number of bytes. - setBlob(String, InputStream) - Method in interface org.tquadrat.foundation.sql.EnhancedPreparedStatement
-
Sets the designated parameter to a
InputStreamobject. - setBlob(String, InputStream) - Method in class org.tquadrat.foundation.sql.internal.EnhancedPreparedStatementBase
-
Sets the designated parameter to a
InputStreamobject. - setBlob(String, InputStream, long) - Method in interface org.tquadrat.foundation.sql.EnhancedPreparedStatement
-
Sets the designated parameter to a
InputStreamobject. - setBlob(String, InputStream, long) - Method in class org.tquadrat.foundation.sql.internal.EnhancedPreparedStatementBase
-
Sets the designated parameter to a
InputStreamobject. - setBlob(String, Blob) - Method in interface org.tquadrat.foundation.sql.EnhancedPreparedStatement
-
Sets the designated parameter to the given Java
Blobinstance. - setBlob(String, Blob) - Method in class org.tquadrat.foundation.sql.internal.EnhancedPreparedStatementBase
-
Sets the designated parameter to the given Java
Blobinstance. - setBoolean(String, boolean) - Method in interface org.tquadrat.foundation.sql.EnhancedPreparedStatement
-
Sets the designated parameter to the given Java
booleanvalue. - setBoolean(String, boolean) - Method in class org.tquadrat.foundation.sql.internal.EnhancedPreparedStatementBase
-
Sets the designated parameter to the given Java
booleanvalue. - setByte(String, byte) - Method in interface org.tquadrat.foundation.sql.EnhancedPreparedStatement
-
Sets the designated parameter to the given Java
bytevalue. - setByte(String, byte) - Method in class org.tquadrat.foundation.sql.internal.EnhancedPreparedStatementBase
-
Sets the designated parameter to the given Java
bytevalue. - setBytes(String, byte[]) - Method in interface org.tquadrat.foundation.sql.EnhancedPreparedStatement
-
Sets the designated parameter to the given Java array of bytes.
- setBytes(String, byte[]) - Method in class org.tquadrat.foundation.sql.internal.EnhancedPreparedStatementBase
-
Sets the designated parameter to the given Java array of bytes.
- setCatalog(String) - Method in class org.tquadrat.foundation.sql.StaticConnectionProvider.UncloseableConnection
- setCharacterStream(String, Reader) - Method in interface org.tquadrat.foundation.sql.EnhancedPreparedStatement
-
Sets the designated parameter to the given
Readerinstance. - setCharacterStream(String, Reader) - Method in class org.tquadrat.foundation.sql.internal.EnhancedPreparedStatementBase
-
Sets the designated parameter to the given
Readerinstance. - setCharacterStream(String, Reader, int) - Method in interface org.tquadrat.foundation.sql.EnhancedPreparedStatement
-
Sets the designated parameter to the given
Readerinstance, which provides the given number of characters. - setCharacterStream(String, Reader, int) - Method in class org.tquadrat.foundation.sql.internal.EnhancedPreparedStatementBase
-
Sets the designated parameter to the given
Readerinstance, which provides the given number of characters. - setCharacterStream(String, Reader, long) - Method in interface org.tquadrat.foundation.sql.EnhancedPreparedStatement
-
Sets the designated parameter to the given
Readerinstance, which provides the given number of characters. - setCharacterStream(String, Reader, long) - Method in class org.tquadrat.foundation.sql.internal.EnhancedPreparedStatementBase
-
Sets the designated parameter to the given
Readerinstance, which provides the given number of characters. - setClientInfo(String, String) - Method in class org.tquadrat.foundation.sql.StaticConnectionProvider.UncloseableConnection
- setClientInfo(Properties) - Method in class org.tquadrat.foundation.sql.StaticConnectionProvider.UncloseableConnection
- setClob(String, Reader) - Method in interface org.tquadrat.foundation.sql.EnhancedPreparedStatement
-
Sets the designated parameter to a
Readerinstance. - setClob(String, Reader) - Method in class org.tquadrat.foundation.sql.internal.EnhancedPreparedStatementBase
-
Sets the designated parameter to a
Readerinstance. - setClob(String, Reader, long) - Method in interface org.tquadrat.foundation.sql.EnhancedPreparedStatement
-
Sets the designated parameter to a
Readerinstance. - setClob(String, Reader, long) - Method in class org.tquadrat.foundation.sql.internal.EnhancedPreparedStatementBase
-
Sets the designated parameter to a
Readerinstance. - setClob(String, Clob) - Method in interface org.tquadrat.foundation.sql.EnhancedPreparedStatement
-
Sets the designated parameter to the given
Clobinstance. - setClob(String, Clob) - Method in class org.tquadrat.foundation.sql.internal.EnhancedPreparedStatementBase
-
Sets the designated parameter to the given
Clobinstance. - setCursorName(String) - Method in interface org.tquadrat.foundation.sql.EnhancedPreparedStatement
-
Sets the SQL cursor name to the given String, which will be used by subsequent statement
execute()methods. - setCursorName(String) - Method in class org.tquadrat.foundation.sql.internal.EnhancedPreparedStatementBase
-
Sets the SQL cursor name to the given String, which will be used by subsequent statement
execute()methods. - setDate(String, Date) - Method in interface org.tquadrat.foundation.sql.EnhancedPreparedStatement
-
Sets the designated parameter to the given
Datevalue using the default time zone of the virtual machine that is running the application. - setDate(String, Date) - Method in class org.tquadrat.foundation.sql.internal.EnhancedPreparedStatementBase
-
Sets the designated parameter to the given
Datevalue using the default time zone of the virtual machine that is running the application. - setDate(String, Date, Calendar) - Method in interface org.tquadrat.foundation.sql.EnhancedPreparedStatement
- setDate(String, Date, Calendar) - Method in class org.tquadrat.foundation.sql.internal.EnhancedPreparedStatementBase
- setDouble(String, double) - Method in interface org.tquadrat.foundation.sql.EnhancedPreparedStatement
-
Sets the designated parameter to the given Java
doublevalue. - setDouble(String, double) - Method in class org.tquadrat.foundation.sql.internal.EnhancedPreparedStatementBase
-
Sets the designated parameter to the given Java
doublevalue. - setFetchDirection(int) - Method in interface org.tquadrat.foundation.sql.EnhancedPreparedStatement
-
Gives the driver a hint as to the direction in which rows will be processed in
ResultSetinstances created using thisEnhancedPreparedStatementobject. - setFetchDirection(int) - Method in class org.tquadrat.foundation.sql.internal.EnhancedPreparedStatementBase
-
Gives the driver a hint as to the direction in which rows will be processed in
ResultSetinstances created using thisEnhancedPreparedStatementobject. - setFetchDirection(int) - Method in class org.tquadrat.foundation.sql.internal.ResultSetWrapper
- setFetchSize(int) - Method in interface org.tquadrat.foundation.sql.EnhancedPreparedStatement
-
Gives the JDBC driver a hint as to the number of rows that should be fetched from the database when more rows are needed for
ResultSetinstances generated by thisEnhancedPreparedStatementinstance. - setFetchSize(int) - Method in class org.tquadrat.foundation.sql.internal.EnhancedPreparedStatementBase
-
Gives the JDBC driver a hint as to the number of rows that should be fetched from the database when more rows are needed for
ResultSetinstances generated by thisEnhancedPreparedStatementinstance. - setFetchSize(int) - Method in class org.tquadrat.foundation.sql.internal.ResultSetWrapper
- setFloat(String, float) - Method in interface org.tquadrat.foundation.sql.EnhancedPreparedStatement
-
Sets the designated parameter to the given Java
floatvalue. - setFloat(String, float) - Method in class org.tquadrat.foundation.sql.internal.EnhancedPreparedStatementBase
-
Sets the designated parameter to the given Java
floatvalue. - setHoldability(int) - Method in class org.tquadrat.foundation.sql.StaticConnectionProvider.UncloseableConnection
- setInt(String, int) - Method in interface org.tquadrat.foundation.sql.EnhancedPreparedStatement
-
Sets the designated parameter to the given Java
intvalue. - setInt(String, int) - Method in class org.tquadrat.foundation.sql.internal.EnhancedPreparedStatementBase
-
Sets the designated parameter to the given Java
intvalue. - setLargeMaxRows(long) - Method in interface org.tquadrat.foundation.sql.EnhancedPreparedStatement
-
Sets the limit for the maximum number of rows that any
ResultSetinstance generated by thisEnhancedPreparedStatementinstance can contain. - setLargeMaxRows(long) - Method in class org.tquadrat.foundation.sql.internal.EnhancedPreparedStatementBase
-
Sets the limit for the maximum number of rows that any
ResultSetinstance generated by thisEnhancedPreparedStatementinstance can contain. - setLong(String, long) - Method in interface org.tquadrat.foundation.sql.EnhancedPreparedStatement
-
Sets the designated parameter to the given Java
longvalue. - setLong(String, long) - Method in class org.tquadrat.foundation.sql.internal.EnhancedPreparedStatementBase
-
Sets the designated parameter to the given Java
longvalue. - setMaxFieldSize(int) - Method in interface org.tquadrat.foundation.sql.EnhancedPreparedStatement
-
Sets the limit for the maximum number of bytes that can be returned for character and binary column values in a
ResultSetobject produced by thisStatementobject. - setMaxFieldSize(int) - Method in class org.tquadrat.foundation.sql.internal.EnhancedPreparedStatementBase
-
Sets the limit for the maximum number of bytes that can be returned for character and binary column values in a
ResultSetobject produced by thisStatementobject. - setMaxRows(int) - Method in interface org.tquadrat.foundation.sql.EnhancedPreparedStatement
-
Sets the limit for the maximum number of rows, that any
ResultSetinstance generated by thisEnhancedPreparedStatementinstance can contain, to the given number. - setMaxRows(int) - Method in class org.tquadrat.foundation.sql.internal.EnhancedPreparedStatementBase
-
Sets the limit for the maximum number of rows, that any
ResultSetinstance generated by thisEnhancedPreparedStatementinstance can contain, to the given number. - setNCharacterStream(String, Reader) - Method in interface org.tquadrat.foundation.sql.EnhancedPreparedStatement
-
Sets the designated parameter to the given
Readerinstance. - setNCharacterStream(String, Reader) - Method in class org.tquadrat.foundation.sql.internal.EnhancedPreparedStatementBase
-
Sets the designated parameter to the given
Readerinstance. - setNCharacterStream(String, Reader, long) - Method in interface org.tquadrat.foundation.sql.EnhancedPreparedStatement
-
Sets the designated parameter to the given
Readerinstance. - setNCharacterStream(String, Reader, long) - Method in class org.tquadrat.foundation.sql.internal.EnhancedPreparedStatementBase
-
Sets the designated parameter to the given
Readerinstance. - setNClob(String, Reader) - Method in interface org.tquadrat.foundation.sql.EnhancedPreparedStatement
-
Sets the designated parameter to a
Readerinstance. - setNClob(String, Reader) - Method in class org.tquadrat.foundation.sql.internal.EnhancedPreparedStatementBase
-
Sets the designated parameter to a
Readerinstance. - setNClob(String, Reader, long) - Method in interface org.tquadrat.foundation.sql.EnhancedPreparedStatement
-
Sets the designated parameter to a
Readerinstance. - setNClob(String, Reader, long) - Method in class org.tquadrat.foundation.sql.internal.EnhancedPreparedStatementBase
-
Sets the designated parameter to a
Readerinstance. - setNClob(String, NClob) - Method in interface org.tquadrat.foundation.sql.EnhancedPreparedStatement
-
Sets the designated parameter to the given
NClobvalue. - setNClob(String, NClob) - Method in class org.tquadrat.foundation.sql.internal.EnhancedPreparedStatementBase
-
Sets the designated parameter to the given
NClobvalue. - setNetworkTimeout(Executor, int) - Method in class org.tquadrat.foundation.sql.StaticConnectionProvider.UncloseableConnection
- setNString(String, String) - Method in interface org.tquadrat.foundation.sql.EnhancedPreparedStatement
-
Sets the designated parameter to the given Java
Stringvalue. - setNString(String, String) - Method in class org.tquadrat.foundation.sql.internal.EnhancedPreparedStatementBase
-
Sets the designated parameter to the given Java
Stringvalue. - setNull(String, SQLType) - Method in interface org.tquadrat.foundation.sql.EnhancedPreparedStatement
-
Sets the designated parameter to SQL
NULL. - setNull(String, SQLType) - Method in class org.tquadrat.foundation.sql.internal.EnhancedPreparedStatementBase
-
Sets the designated parameter to SQL
NULL. - setNull(String, SQLType, String) - Method in interface org.tquadrat.foundation.sql.EnhancedPreparedStatement
-
Sets the designated parameter to SQL
NULL. - setNull(String, SQLType, String) - Method in class org.tquadrat.foundation.sql.internal.EnhancedPreparedStatementBase
-
Sets the designated parameter to SQL
NULL. - setObject(String, Object) - Method in interface org.tquadrat.foundation.sql.EnhancedPreparedStatement
-
Sets the value of the designated parameter using the given object.
- setObject(String, Object) - Method in class org.tquadrat.foundation.sql.internal.EnhancedPreparedStatementBase
-
Sets the value of the designated parameter using the given object.
- setObject(String, Object, SQLType) - Method in interface org.tquadrat.foundation.sql.EnhancedPreparedStatement
-
Sets the value of the designated parameter with the given object.
- setObject(String, Object, SQLType) - Method in class org.tquadrat.foundation.sql.internal.EnhancedPreparedStatementBase
-
Sets the value of the designated parameter with the given object.
- setObject(String, Object, SQLType, int) - Method in interface org.tquadrat.foundation.sql.EnhancedPreparedStatement
-
Sets the value of the designated parameter using the given object.
- setObject(String, Object, SQLType, int) - Method in class org.tquadrat.foundation.sql.internal.EnhancedPreparedStatementBase
-
Sets the value of the designated parameter using the given object.
- setQueryTimeout(int) - Method in interface org.tquadrat.foundation.sql.EnhancedPreparedStatement
-
Sets the number of seconds the driver will wait for a
Statementinstance to execute to the given number of seconds. - setQueryTimeout(int) - Method in class org.tquadrat.foundation.sql.internal.EnhancedPreparedStatementBase
-
Sets the number of seconds the driver will wait for a
Statementinstance to execute to the given number of seconds. - setReadOnly(boolean) - Method in class org.tquadrat.foundation.sql.StaticConnectionProvider.UncloseableConnection
- setRef(String, Ref) - Method in interface org.tquadrat.foundation.sql.EnhancedPreparedStatement
-
Sets the designated parameter to the given
REF(<structured-type>)value. - setRef(String, Ref) - Method in class org.tquadrat.foundation.sql.internal.EnhancedPreparedStatementBase
-
Sets the designated parameter to the given
REF(<structured-type>)value. - setRowId(String, RowId) - Method in interface org.tquadrat.foundation.sql.EnhancedPreparedStatement
-
Sets the designated parameter to the given
RowIdinstance. - setRowId(String, RowId) - Method in class org.tquadrat.foundation.sql.internal.EnhancedPreparedStatementBase
-
Sets the designated parameter to the given
RowIdinstance. - setSavepoint() - Method in class org.tquadrat.foundation.sql.StaticConnectionProvider.UncloseableConnection
- setSavepoint(String) - Method in class org.tquadrat.foundation.sql.StaticConnectionProvider.UncloseableConnection
- setSchema(String) - Method in class org.tquadrat.foundation.sql.StaticConnectionProvider.UncloseableConnection
- setShardingKey(ShardingKey) - Method in class org.tquadrat.foundation.sql.StaticConnectionProvider.UncloseableConnection
- setShardingKey(ShardingKey, ShardingKey) - Method in class org.tquadrat.foundation.sql.StaticConnectionProvider.UncloseableConnection
- setShardingKeyIfValid(ShardingKey, int) - Method in class org.tquadrat.foundation.sql.StaticConnectionProvider.UncloseableConnection
- setShardingKeyIfValid(ShardingKey, ShardingKey, int) - Method in class org.tquadrat.foundation.sql.StaticConnectionProvider.UncloseableConnection
- setShort(String, short) - Method in interface org.tquadrat.foundation.sql.EnhancedPreparedStatement
-
Sets the designated parameter to the given Java
shortvalue. - setShort(String, short) - Method in class org.tquadrat.foundation.sql.internal.EnhancedPreparedStatementBase
-
Sets the designated parameter to the given Java
shortvalue. - setSQLXML(String, SQLXML) - Method in interface org.tquadrat.foundation.sql.EnhancedPreparedStatement
-
Sets the designated parameter to the given
SQLXMLvalue. - setSQLXML(String, SQLXML) - Method in class org.tquadrat.foundation.sql.internal.EnhancedPreparedStatementBase
-
Sets the designated parameter to the given
SQLXMLvalue. - setString(String, String) - Method in interface org.tquadrat.foundation.sql.EnhancedPreparedStatement
-
Sets the designated parameter to the given Java
Stringvalue. - setString(String, String) - Method in class org.tquadrat.foundation.sql.internal.EnhancedPreparedStatementBase
-
Sets the designated parameter to the given Java
Stringvalue. - setTime(String, Time) - Method in interface org.tquadrat.foundation.sql.EnhancedPreparedStatement
-
Sets the designated parameter to the given
Timevalue. - setTime(String, Time) - Method in class org.tquadrat.foundation.sql.internal.EnhancedPreparedStatementBase
-
Sets the designated parameter to the given
Timevalue. - setTime(String, Time, Calendar) - Method in interface org.tquadrat.foundation.sql.EnhancedPreparedStatement
- setTime(String, Time, Calendar) - Method in class org.tquadrat.foundation.sql.internal.EnhancedPreparedStatementBase
- setTimestamp(String, Timestamp) - Method in interface org.tquadrat.foundation.sql.EnhancedPreparedStatement
-
Sets the designated parameter to the given
Timestampvalue. - setTimestamp(String, Timestamp) - Method in class org.tquadrat.foundation.sql.internal.EnhancedPreparedStatementBase
-
Sets the designated parameter to the given
Timestampvalue. - setTimestamp(String, Timestamp, Calendar) - Method in interface org.tquadrat.foundation.sql.EnhancedPreparedStatement
- setTimestamp(String, Timestamp, Calendar) - Method in class org.tquadrat.foundation.sql.internal.EnhancedPreparedStatementBase
- setTransactionIsolation(int) - Method in class org.tquadrat.foundation.sql.StaticConnectionProvider.UncloseableConnection
- setTypeMap(Map<String, Class<?>>) - Method in class org.tquadrat.foundation.sql.StaticConnectionProvider.UncloseableConnection
- setURL(String, URL) - Method in interface org.tquadrat.foundation.sql.EnhancedPreparedStatement
-
Sets the designated parameter to the given
URLvalue. - setURL(String, URL) - Method in class org.tquadrat.foundation.sql.internal.EnhancedPreparedStatementBase
-
Sets the designated parameter to the given
URLvalue. - SimpleConnectionProvider - Class in org.tquadrat.foundation.sql
-
An implementation of
ConnectionProviderthat will just callDriverManager.getConnection(String,Properties)to obtain aConnection. - SimpleConnectionProvider(String, Properties) - Constructor for class org.tquadrat.foundation.sql.SimpleConnectionProvider
-
Creates a new instance of
SimpleConnectionProvider. - StatementValue - Record Class in org.tquadrat.foundation.sql.internal
-
A value for an
EnhancedPreparedStatement. - StatementValue(String, SQLType, String) - Constructor for record class org.tquadrat.foundation.sql.internal.StatementValue
-
Creates an instance of a
StatementValuerecord class. - StatementVariable - Record Class in org.tquadrat.foundation.sql.internal
-
A variable for an
EnhancedPreparedStatement. - StatementVariable(String, int) - Constructor for record class org.tquadrat.foundation.sql.internal.StatementVariable
-
Creates an instance of a
StatementVariablerecord class. - StaticConnectionProvider - Class in org.tquadrat.foundation.sql
-
An implementation of
ConnectionProviderthat returns always the sameConnectioninstance. - StaticConnectionProvider(Connection) - Constructor for class org.tquadrat.foundation.sql.StaticConnectionProvider
-
Creates a new instance of
StaticConnectionProvider. - StaticConnectionProvider.UncloseableConnection - Class in org.tquadrat.foundation.sql
-
An implementation of
Connectionthat replaces the implementation of the methodclose()by a dummy that does nothing. - stream(ResultSet) - Static method in class org.tquadrat.foundation.sql.DatabaseUtils
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
