Index

A B C D E F G H I L M N O P R S T U V W 
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 Array instance.
setArray(String, Array) - Method in class org.tquadrat.foundation.sql.internal.EnhancedPreparedStatementBase
Sets the designated parameter to the given Array instance.
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 InputStream which 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 InputStream which 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 InputStream which 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 InputStream which 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 BigDecimal value.
setBigDecimal(String, BigDecimal) - Method in class org.tquadrat.foundation.sql.internal.EnhancedPreparedStatementBase
Sets the designated parameter to the given Java BigDecimal value.
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 InputStream which 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 InputStream which 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 InputStream which 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 InputStream which will have the specified number of bytes.
setBlob(String, InputStream) - Method in interface org.tquadrat.foundation.sql.EnhancedPreparedStatement
Sets the designated parameter to a InputStream object.
setBlob(String, InputStream) - Method in class org.tquadrat.foundation.sql.internal.EnhancedPreparedStatementBase
Sets the designated parameter to a InputStream object.
setBlob(String, InputStream, long) - Method in interface org.tquadrat.foundation.sql.EnhancedPreparedStatement
Sets the designated parameter to a InputStream object.
setBlob(String, InputStream, long) - Method in class org.tquadrat.foundation.sql.internal.EnhancedPreparedStatementBase
Sets the designated parameter to a InputStream object.
setBlob(String, Blob) - Method in interface org.tquadrat.foundation.sql.EnhancedPreparedStatement
Sets the designated parameter to the given Java Blob instance.
setBlob(String, Blob) - Method in class org.tquadrat.foundation.sql.internal.EnhancedPreparedStatementBase
Sets the designated parameter to the given Java Blob instance.
setBoolean(String, boolean) - Method in interface org.tquadrat.foundation.sql.EnhancedPreparedStatement
Sets the designated parameter to the given Java boolean value.
setBoolean(String, boolean) - Method in class org.tquadrat.foundation.sql.internal.EnhancedPreparedStatementBase
Sets the designated parameter to the given Java boolean value.
setByte(String, byte) - Method in interface org.tquadrat.foundation.sql.EnhancedPreparedStatement
Sets the designated parameter to the given Java byte value.
setByte(String, byte) - Method in class org.tquadrat.foundation.sql.internal.EnhancedPreparedStatementBase
Sets the designated parameter to the given Java byte value.
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 Reader instance.
setCharacterStream(String, Reader) - Method in class org.tquadrat.foundation.sql.internal.EnhancedPreparedStatementBase
Sets the designated parameter to the given Reader instance.
setCharacterStream(String, Reader, int) - Method in interface org.tquadrat.foundation.sql.EnhancedPreparedStatement
Sets the designated parameter to the given Reader instance, 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 Reader instance, 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 Reader instance, 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 Reader instance, 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 Reader instance.
setClob(String, Reader) - Method in class org.tquadrat.foundation.sql.internal.EnhancedPreparedStatementBase
Sets the designated parameter to a Reader instance.
setClob(String, Reader, long) - Method in interface org.tquadrat.foundation.sql.EnhancedPreparedStatement
Sets the designated parameter to a Reader instance.
setClob(String, Reader, long) - Method in class org.tquadrat.foundation.sql.internal.EnhancedPreparedStatementBase
Sets the designated parameter to a Reader instance.
setClob(String, Clob) - Method in interface org.tquadrat.foundation.sql.EnhancedPreparedStatement
Sets the designated parameter to the given Clob instance.
setClob(String, Clob) - Method in class org.tquadrat.foundation.sql.internal.EnhancedPreparedStatementBase
Sets the designated parameter to the given Clob instance.
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 Date value 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 Date value 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
Sets the designated parameter to the given Date value using the given Calendar instance.
setDate(String, Date, Calendar) - Method in class org.tquadrat.foundation.sql.internal.EnhancedPreparedStatementBase
Sets the designated parameter to the given Date value using the given Calendar instance.
setDouble(String, double) - Method in interface org.tquadrat.foundation.sql.EnhancedPreparedStatement
Sets the designated parameter to the given Java double value.
setDouble(String, double) - Method in class org.tquadrat.foundation.sql.internal.EnhancedPreparedStatementBase
Sets the designated parameter to the given Java double value.
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 ResultSet instances created using this EnhancedPreparedStatement object.
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 ResultSet instances created using this EnhancedPreparedStatement object.
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 ResultSet instances generated by this EnhancedPreparedStatement instance.
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 ResultSet instances generated by this EnhancedPreparedStatement instance.
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 float value.
setFloat(String, float) - Method in class org.tquadrat.foundation.sql.internal.EnhancedPreparedStatementBase
Sets the designated parameter to the given Java float value.
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 int value.
setInt(String, int) - Method in class org.tquadrat.foundation.sql.internal.EnhancedPreparedStatementBase
Sets the designated parameter to the given Java int value.
setLargeMaxRows(long) - Method in interface org.tquadrat.foundation.sql.EnhancedPreparedStatement
Sets the limit for the maximum number of rows that any ResultSet instance generated by this EnhancedPreparedStatement instance can contain.
setLargeMaxRows(long) - Method in class org.tquadrat.foundation.sql.internal.EnhancedPreparedStatementBase
Sets the limit for the maximum number of rows that any ResultSet instance generated by this EnhancedPreparedStatement instance can contain.
setLong(String, long) - Method in interface org.tquadrat.foundation.sql.EnhancedPreparedStatement
Sets the designated parameter to the given Java long value.
setLong(String, long) - Method in class org.tquadrat.foundation.sql.internal.EnhancedPreparedStatementBase
Sets the designated parameter to the given Java long value.
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 ResultSet object produced by this Statement object.
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 ResultSet object produced by this Statement object.
setMaxRows(int) - Method in interface org.tquadrat.foundation.sql.EnhancedPreparedStatement
Sets the limit for the maximum number of rows, that any ResultSet instance generated by this EnhancedPreparedStatement instance 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 ResultSet instance generated by this EnhancedPreparedStatement instance can contain, to the given number.
setNCharacterStream(String, Reader) - Method in interface org.tquadrat.foundation.sql.EnhancedPreparedStatement
Sets the designated parameter to the given Reader instance.
setNCharacterStream(String, Reader) - Method in class org.tquadrat.foundation.sql.internal.EnhancedPreparedStatementBase
Sets the designated parameter to the given Reader instance.
setNCharacterStream(String, Reader, long) - Method in interface org.tquadrat.foundation.sql.EnhancedPreparedStatement
Sets the designated parameter to the given Reader instance.
setNCharacterStream(String, Reader, long) - Method in class org.tquadrat.foundation.sql.internal.EnhancedPreparedStatementBase
Sets the designated parameter to the given Reader instance.
setNClob(String, Reader) - Method in interface org.tquadrat.foundation.sql.EnhancedPreparedStatement
Sets the designated parameter to a Reader instance.
setNClob(String, Reader) - Method in class org.tquadrat.foundation.sql.internal.EnhancedPreparedStatementBase
Sets the designated parameter to a Reader instance.
setNClob(String, Reader, long) - Method in interface org.tquadrat.foundation.sql.EnhancedPreparedStatement
Sets the designated parameter to a Reader instance.
setNClob(String, Reader, long) - Method in class org.tquadrat.foundation.sql.internal.EnhancedPreparedStatementBase
Sets the designated parameter to a Reader instance.
setNClob(String, NClob) - Method in interface org.tquadrat.foundation.sql.EnhancedPreparedStatement
Sets the designated parameter to the given NClob value.
setNClob(String, NClob) - Method in class org.tquadrat.foundation.sql.internal.EnhancedPreparedStatementBase
Sets the designated parameter to the given NClob value.
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 String value.
setNString(String, String) - Method in class org.tquadrat.foundation.sql.internal.EnhancedPreparedStatementBase
Sets the designated parameter to the given Java String value.
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 Statement instance 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 Statement instance 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 RowId instance.
setRowId(String, RowId) - Method in class org.tquadrat.foundation.sql.internal.EnhancedPreparedStatementBase
Sets the designated parameter to the given RowId instance.
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 short value.
setShort(String, short) - Method in class org.tquadrat.foundation.sql.internal.EnhancedPreparedStatementBase
Sets the designated parameter to the given Java short value.
setSQLXML(String, SQLXML) - Method in interface org.tquadrat.foundation.sql.EnhancedPreparedStatement
Sets the designated parameter to the given SQLXML value.
setSQLXML(String, SQLXML) - Method in class org.tquadrat.foundation.sql.internal.EnhancedPreparedStatementBase
Sets the designated parameter to the given SQLXML value.
setString(String, String) - Method in interface org.tquadrat.foundation.sql.EnhancedPreparedStatement
Sets the designated parameter to the given Java String value.
setString(String, String) - Method in class org.tquadrat.foundation.sql.internal.EnhancedPreparedStatementBase
Sets the designated parameter to the given Java String value.
setTime(String, Time) - Method in interface org.tquadrat.foundation.sql.EnhancedPreparedStatement
Sets the designated parameter to the given Time value.
setTime(String, Time) - Method in class org.tquadrat.foundation.sql.internal.EnhancedPreparedStatementBase
Sets the designated parameter to the given Time value.
setTime(String, Time, Calendar) - Method in interface org.tquadrat.foundation.sql.EnhancedPreparedStatement
Sets the designated parameter to the given Time value using the given Calendar instance.
setTime(String, Time, Calendar) - Method in class org.tquadrat.foundation.sql.internal.EnhancedPreparedStatementBase
Sets the designated parameter to the given Time value using the given Calendar instance.
setTimestamp(String, Timestamp) - Method in interface org.tquadrat.foundation.sql.EnhancedPreparedStatement
Sets the designated parameter to the given Timestamp value.
setTimestamp(String, Timestamp) - Method in class org.tquadrat.foundation.sql.internal.EnhancedPreparedStatementBase
Sets the designated parameter to the given Timestamp value.
setTimestamp(String, Timestamp, Calendar) - Method in interface org.tquadrat.foundation.sql.EnhancedPreparedStatement
Sets the designated parameter to the given Timestamp value using the given Calendar instance.
setTimestamp(String, Timestamp, Calendar) - Method in class org.tquadrat.foundation.sql.internal.EnhancedPreparedStatementBase
Sets the designated parameter to the given Timestamp value using the given Calendar instance.
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 URL value.
setURL(String, URL) - Method in class org.tquadrat.foundation.sql.internal.EnhancedPreparedStatementBase
Sets the designated parameter to the given URL value.
SimpleConnectionProvider - Class in org.tquadrat.foundation.sql
An implementation of ConnectionProvider that will just call DriverManager.getConnection(String,Properties) to obtain a Connection.
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
StatementValue(String, SQLType, String) - Constructor for record class org.tquadrat.foundation.sql.internal.StatementValue
Creates an instance of a StatementValue record 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 StatementVariable record class.
StaticConnectionProvider - Class in org.tquadrat.foundation.sql
An implementation of ConnectionProvider that returns always the same Connection instance.
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 Connection that replaces the implementation of the method close() by a dummy that does nothing.
stream(ResultSet) - Static method in class org.tquadrat.foundation.sql.DatabaseUtils
Returns a Stream implementation for the given ResultSet.
A B C D E F G H I L M N O P R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form