A B C D E F G I K L M N O P R S U

S

setArray(String, int, Array) - Method in class org.example.project.database.GenericTable
Sets the designated parameter of the specified PreparedStatement to the given Array object.
setAsciiStream(String, int, InputStream, int) - Method in class org.example.project.database.GenericTable
Sets the designated parameter of the specified PreparedStatement to the given input stream, which will have the specified number of bytes.
setAutoCommit(boolean) - Method in class org.example.project.database.GenericTable
Sets this connection's auto-commit mode to the given state.
setBigDecimal(String, int, BigDecimal) - Method in class org.example.project.database.GenericTable
Sets the designated parameter of the specified PreparedStatement to the given java.math.BigDecimal value.
setBinaryStream(String, int, InputStream, int) - Method in class org.example.project.database.GenericTable
Sets the designated parameter of the specified PreparedStatement to the given input stream, which will have the specified number of bytes.
setBlob(String, int, Blob) - Method in class org.example.project.database.GenericTable
Sets the designated parameter of the specified PreparedStatement to the given Blob object.
setBoolean(String, int, boolean) - Method in class org.example.project.database.GenericTable
Sets the designated parameter of the specified PreparedStatement to the given Java boolean value.
setByte(String, int, byte) - Method in class org.example.project.database.GenericTable
Sets the designated parameter of the specified PreparedStatement to the given Java byte value.
setBytes(String, int, byte[]) - Method in class org.example.project.database.GenericTable
Sets the designated parameter of the specified PreparedStatement to the given Java array of bytes.
setCharacterStream(String, int, Reader, int) - Method in class org.example.project.database.GenericTable
Sets the designated parameter of the specified PreparedStatement to the given Reader object, which is the given number of characters long.
setClob(String, int, Clob) - Method in class org.example.project.database.GenericTable
Sets the designated parameter of the specified PreparedStatement to the given Clob object.
setDate(String, int, Date) - Method in class org.example.project.database.GenericTable
Sets the designated parameter of the specified PreparedStatement to the given java.sql.Date value.
setDate(String, int, Date, Calendar) - Method in class org.example.project.database.GenericTable
Sets the designated parameter of the specified PreparedStatement to the given java.sql.Date value, using the given Calendar object.
setDouble(String, int, double) - Method in class org.example.project.database.GenericTable
Sets the designated parameter of the specified PreparedStatement to the given Java double value.
setFloat(String, int, float) - Method in class org.example.project.database.GenericTable
Sets the designated parameter of the specified PreparedStatement to the given Java float value.
setInt(String, int, int) - Method in class org.example.project.database.GenericTable
Sets the designated parameter of the specified PreparedStatement to the given Java int value.
setLong(String, int, long) - Method in class org.example.project.database.GenericTable
Sets the designated parameter of the specified PreparedStatement to the given Java long value.
setNull(String, int, int) - Method in class org.example.project.database.GenericTable
Sets the designated parameter of the specified PreparedStatement to SQL NULL.
setNull(String, int, int, String) - Method in class org.example.project.database.GenericTable
Sets the designated parameter of the specified PreparedStatement to SQL NULL.
setObject(String, int, Object) - Method in class org.example.project.database.GenericTable
Sets the value of the designated parameter for the given PreparedStatement using the given object.
setObject(String, int, Object, int) - Method in class org.example.project.database.GenericTable
Sets the value of the designated parameter for the specified PreparedStatement with the given object.
setObject(String, int, Object, int, int) - Method in class org.example.project.database.GenericTable
Sets the value of the designated parameter for the given PreparedStatement using the given object.
setRef(String, int, Ref) - Method in class org.example.project.database.GenericTable
Sets the designated parameter for the specified PreparedStatement to the given REF(<structured-type>) value.
setShort(String, int, short) - Method in class org.example.project.database.GenericTable
Sets the designated parameter for the specified PreparedStatement to the given Java short value.
setString(String, int, String) - Method in class org.example.project.database.GenericTable
Sets the designated parameter for the specified PreparedStatement to the given Java String value.
setTime(String, int, Time) - Method in class org.example.project.database.GenericTable
Sets the designated parameter for the specified PreparedStatement to the given java.sql.Time value.
setTime(String, int, Time, Calendar) - Method in class org.example.project.database.GenericTable
Sets the designated parameter for the specified PreparedStatement to the given java.sql.Time value, using the given Calendar object.
setTimestamp(String, int, Timestamp) - Method in class org.example.project.database.GenericTable
Sets the designated parameter for the specified PreparedStatement to the given java.sql.Timestamp value.
setTimestamp(String, int, Timestamp, Calendar) - Method in class org.example.project.database.GenericTable
Sets the designated parameter for the specified PreparedStatement to the given java.sql.Timestamp value, using the given Calendar object.
setTransactionIsolation(int) - Method in class org.example.project.database.GenericTable
Attempts to change the transaction isolation level for the database connection object to the one given.
setURL(String, int, URL) - Method in class org.example.project.database.GenericTable
Sets the designated parameter for the specified PreparedStatement to the given java.net.URL value.

A B C D E F G I K L M N O P R S U