A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://developers.google.com/apps-script/reference/jdbc/jdbc-callable-statement below:

Class JdbcCallableStatement | Apps Script

Skip to main content Class JdbcCallableStatement

Stay organized with collections Save and categorize content based on your preferences.

Methods Method Return type Brief description addBatch() void For documentation of this method, see java.sql.PreparedStatement#addBatch(). addBatch(sql) void For documentation of this method, see java.sql.Statement#addBatch(String). cancel() void For documentation of this method, see java.sql.Statement#cancel(). clearBatch() void For documentation of this method, see java.sql.Statement#clearBatch(). clearParameters() void For documentation of this method, see java.sql.PreparedStatement#clearParameters(). clearWarnings() void For documentation of this method, see java.sql.Statement#clearWarnings(). close() void For documentation of this method, see java.sql.Statement#close(). execute() Boolean For documentation of this method, see java.sql.PreparedStatement#execute(). execute(sql) Boolean For documentation of this method, see java.sql.Statement#execute(String). execute(sql, autoGeneratedKeys) Boolean For documentation of this method, see java.sql.Statement#execute(String, int). execute(sql, columnIndexes) Boolean For documentation of this method, see java.sql.Statement#execute(String, int[]). execute(sql, columnNames) Boolean For documentation of this method, see java.sql.Statement#execute(String, String[]). executeBatch() Integer[] For documentation of this method, see java.sql.Statement#executeBatch(). executeQuery() JdbcResultSet For documentation of this method, see java.sql.PreparedStatement#executeQuery(). executeQuery(sql) JdbcResultSet For documentation of this method, see java.sql.Statement#executeQuery(String). executeUpdate() Integer For documentation of this method, see java.sql.PreparedStatement#executeUpdate(). executeUpdate(sql) Integer For documentation of this method, see java.sql.Statement#executeUpdate(String). executeUpdate(sql, autoGeneratedKeys) Integer For documentation of this method, see java.sql.Statement#executeUpdate(String, int). executeUpdate(sql, columnIndexes) Integer For documentation of this method, see java.sql.Statement#executeUpdate(String, int[]). executeUpdate(sql, columnNames) Integer For documentation of this method, see java.sql.Statement#executeUpdate(String, String[]). getArray(parameterIndex) JdbcArray For documentation of this method, see java.sql.CallableStatement#getArray(int). getArray(parameterName) JdbcArray For documentation of this method, see java.sql.CallableStatement#getArray(String). getBigDecimal(parameterIndex) BigNumber For documentation of this method, see java.sql.CallableStatement#getBigDecimal(int). getBigDecimal(parameterName) BigNumber For documentation of this method, see java.sql.CallableStatement#getBigDecimal(String). getBlob(parameterIndex) JdbcBlob For documentation of this method, see java.sql.CallableStatement#getBlob(int). getBlob(parameterName) JdbcBlob For documentation of this method, see java.sql.CallableStatement#getBlob(String). getBoolean(parameterIndex) Boolean For documentation of this method, see java.sql.CallableStatement#getBoolean(int). getBoolean(parameterName) Boolean For documentation of this method, see java.sql.CallableStatement#getBoolean(String). getByte(parameterIndex) Byte For documentation of this method, see java.sql.CallableStatement#getByte(int). getByte(parameterName) Byte For documentation of this method, see java.sql.CallableStatement#getByte(String). getBytes(parameterIndex) Byte[] For documentation of this method, see java.sql.CallableStatement#getBytes(int). getBytes(parameterName) Byte[] For documentation of this method, see java.sql.CallableStatement#getBytes(String). getClob(parameterIndex) JdbcClob For documentation of this method, see java.sql.CallableStatement#getClob(int). getClob(parameterName) JdbcClob For documentation of this method, see java.sql.CallableStatement#getClob(String). getConnection() JdbcConnection For documentation of this method, see java.sql.Statement#getConnection(). getDate(parameterIndex) JdbcDate For documentation of this method, see java.sql.CallableStatement#getDate(int). getDate(parameterIndex, timeZone) JdbcDate For documentation of this method, see java.sql.CallableStatement#getDate(int, Calendar). getDate(parameterName) JdbcDate For documentation of this method, see java.sql.CallableStatement#getDate(String). getDate(parameterName, timeZone) JdbcDate For documentation of this method, see java.sql.CallableStatement#getDate(String, Calendar). getDouble(parameterIndex) Number For documentation of this method, see java.sql.CallableStatement#getDouble(int). getDouble(parameterName) Number For documentation of this method, see java.sql.CallableStatement#getDouble(String). getFetchDirection() Integer For documentation of this method, see java.sql.Statement#getFetchDirection(). getFetchSize() Integer For documentation of this method, see java.sql.Statement#getFetchSize(). getFloat(parameterIndex) Number For documentation of this method, see java.sql.CallableStatement#getFloat(int). getFloat(parameterName) Number For documentation of this method, see java.sql.CallableStatement#getFloat(String). getGeneratedKeys() JdbcResultSet For documentation of this method, see java.sql.Statement#getGeneratedKeys(). getInt(parameterIndex) Integer For documentation of this method, see java.sql.CallableStatement#getInt(int). getInt(parameterName) Integer For documentation of this method, see java.sql.CallableStatement#getInt(String). getLong(parameterIndex) Integer For documentation of this method, see java.sql.CallableStatement#getLong(int). getLong(parameterName) Integer For documentation of this method, see java.sql.CallableStatement#getLong(String). getMaxFieldSize() Integer For documentation of this method, see java.sql.Statement#getMaxFieldSize(). getMaxRows() Integer For documentation of this method, see java.sql.Statement#getMaxRows(). getMetaData() JdbcResultSetMetaData For documentation of this method, see java.sql.PreparedStatement#getMetaData(). getMoreResults() Boolean For documentation of this method, see java.sql.Statement#getMoreResults(). getMoreResults(current) Boolean For documentation of this method, see java.sql.Statement#getMoreResults(int). getNClob(parameterIndex) JdbcClob For documentation of this method, see java.sql.CallableStatement#getNClob(int). getNClob(parameterName) JdbcClob For documentation of this method, see java.sql.CallableStatement#getNClob(String). getNString(parameterIndex) String For documentation of this method, see java.sql.CallableStatement#getNString(int). getNString(parameterName) String For documentation of this method, see java.sql.CallableStatement#getNString(String). getObject(parameterIndex) Object For documentation of this method, see java.sql.CallableStatement#getObject(int). getObject(parameterName) Object For documentation of this method, see java.sql.CallableStatement#getObject(String). getParameterMetaData() JdbcParameterMetaData For documentation of this method, see java.sql.PreparedStatement#getParameterMetaData(). getQueryTimeout() Integer For documentation of this method, see java.sql.Statement#getQueryTimeout(). getRef(parameterIndex) JdbcRef For documentation of this method, see java.sql.CallableStatement#getRef(int). getRef(parameterName) JdbcRef For documentation of this method, see java.sql.CallableStatement#getRef(String). getResultSet() JdbcResultSet For documentation of this method, see java.sql.Statement#getResultSet(). getResultSetConcurrency() Integer For documentation of this method, see java.sql.Statement#getResultSetConcurrency(). getResultSetHoldability() Integer For documentation of this method, see java.sql.Statement#getResultSetHoldability(). getResultSetType() Integer For documentation of this method, see java.sql.Statement#getResultSetType(). getRowId(parameterIndex) JdbcRowId For documentation of this method, see java.sql.CallableStatement#getRowId(int). getRowId(parameterName) JdbcRowId For documentation of this method, see java.sql.CallableStatement#getRowId(String). getSQLXML(parameterIndex) JdbcSQLXML For documentation of this method, see java.sql.CallableStatement#getSQLXML(int). getSQLXML(parameterName) JdbcSQLXML For documentation of this method, see java.sql.CallableStatement#getSQLXML(String). getShort(parameterIndex) Integer For documentation of this method, see java.sql.CallableStatement#getShort(int). getShort(parameterName) Integer For documentation of this method, see java.sql.CallableStatement#getShort(String). getString(parameterIndex) String For documentation of this method, see java.sql.CallableStatement#getString(int). getString(parameterName) String For documentation of this method, see java.sql.CallableStatement#getString(String). getTime(parameterIndex) JdbcTime For documentation of this method, see java.sql.CallableStatement#getTime(int). getTime(parameterIndex, timeZone) JdbcTime For documentation of this method, see java.sql.CallableStatement#getTime(int, Calendar). getTime(parameterName) JdbcTime For documentation of this method, see java.sql.CallableStatement#getTime(String). getTime(parameterName, timeZone) JdbcTime For documentation of this method, see java.sql.CallableStatement#getTime(String, Calendar). getTimestamp(parameterIndex) JdbcTimestamp For documentation of this method, see java.sql.CallableStatement#getTimestamp(int). getTimestamp(parameterIndex, timeZone) JdbcTimestamp For documentation of this method, see java.sql.CallableStatement#getTimestamp(int, Calendar). getTimestamp(parameterName) JdbcTimestamp For documentation of this method, see java.sql.CallableStatement#getTimestamp(String). getTimestamp(parameterName, timeZone) JdbcTimestamp For documentation of this method, see java.sql.CallableStatement#getTimestamp(String, Calendar). getURL(parameterIndex) String For documentation of this method, see java.sql.CallableStatement#getURL(int). getURL(parameterName) String For documentation of this method, see java.sql.CallableStatement#getURL(String). getUpdateCount() Integer For documentation of this method, see java.sql.Statement#getUpdateCount(). getWarnings() String[] For documentation of this method, see java.sql.Statement#getWarnings(). isClosed() Boolean For documentation of this method, see java.sql.Statement#isClosed(). isPoolable() Boolean For documentation of this method, see java.sql.Statement#isPoolable(). registerOutParameter(parameterIndex, sqlType) void For documentation of this method, see java.sql.CallableStatement#registerOutParameter(int, int). registerOutParameter(parameterIndex, sqlType, scale) void For documentation of this method, see java.sql.CallableStatement#registerOutParameter(int, int, int). registerOutParameter(parameterIndex, sqlType, typeName) void For documentation of this method, see java.sql.CallableStatement#registerOutParameter(int, int, String). registerOutParameter(parameterName, sqlType) void For documentation of this method, see java.sql.CallableStatement#registerOutParameter(String, int). registerOutParameter(parameterName, sqlType, scale) void For documentation of this method, see java.sql.CallableStatement#registerOutParameter(String, int, int). registerOutParameter(parameterName, sqlType, typeName) void For documentation of this method, see java.sql.CallableStatement#registerOutParameter(String, int, String). setArray(parameterIndex, x) void For documentation of this method, see java.sql.PreparedStatement#setArray(int, Array). setBigDecimal(parameterIndex, x) void For documentation of this method, see java.sql.PreparedStatement#setBigDecimal(int, BigDecimal). setBigDecimal(parameterName, x) void For documentation of this method, see java.sql.CallableStatement#setBigDecimal(String, BigDecimal). setBlob(parameterIndex, x) void For documentation of this method, see java.sql.PreparedStatement#setBlob(int, Clob). setBlob(parameterName, x) void For documentation of this method, see java.sql.CallableStatement#setBlob(String, Blob). setBoolean(parameterIndex, x) void For documentation of this method, see java.sql.PreparedStatement#setBoolean(int, boolean). setBoolean(parameterName, x) void For documentation of this method, see java.sql.CallableStatement#setBoolean(String, boolean). setByte(parameterIndex, x) void For documentation of this method, see java.sql.PreparedStatement#setByte(int, byte). setByte(parameterName, x) void For documentation of this method, see java.sql.CallableStatement#setByte(String, byte). setBytes(parameterIndex, x) void For documentation of this method, see java.sql.PreparedStatement#setBytes(int, byte[]). setBytes(parameterName, x) void For documentation of this method, see java.sql.CallableStatement#setBytes(String, byte[]). setClob(parameterIndex, x) void For documentation of this method, see java.sql.PreparedStatement#setClob(int, Clob). setClob(parameterName, x) void For documentation of this method, see java.sql.CallableStatement#setBlob(String, Clob). setCursorName(name) void For documentation of this method, see java.sql.Statement#setCursorName(String). setDate(parameterIndex, x) void For documentation of this method, see java.sql.PreparedStatement#setDate(int, Date). setDate(parameterIndex, x, timeZone) void For documentation of this method, see java.sql.PreparedStatement#setDate(int, Date, Calendar). setDate(parameterName, x) void For documentation of this method, see java.sql.CallableStatement#setDate(String, Date). setDate(parameterName, x, timeZone) void For documentation of this method, see java.sql.CallableStatement#setDate(String, Date, Calendar). setDouble(parameterIndex, x) void For documentation of this method, see java.sql.PreparedStatement#setDouble(int, double). setDouble(parameterName, x) void For documentation of this method, see java.sql.CallableStatement#setDouble(String, double). setEscapeProcessing(enable) void For documentation of this method, see java.sql.Statement#setEscapeProcessing(boolean). setFetchDirection(direction) void For documentation of this method, see java.sql.Statement#setFetchDirection(int). setFetchSize(rows) void For documentation of this method, see java.sql.Statement#setFetchSize(int). setFloat(parameterIndex, x) void For documentation of this method, see java.sql.PreparedStatement#setFloat(int, float). setFloat(parameterName, x) void For documentation of this method, see java.sql.CallableStatement#setFloat(String, float). setInt(parameterIndex, x) void For documentation of this method, see java.sql.PreparedStatement#setInt(int, int). setInt(parameterName, x) void For documentation of this method, see java.sql.CallableStatement#setInt(String, int). setLong(parameterIndex, x) void For documentation of this method, see java.sql.PreparedStatement#setLong(int, long). setLong(parameterName, x) void For documentation of this method, see java.sql.CallableStatement#setLong(String, long). setMaxFieldSize(max) void For documentation of this method, see java.sql.Statement#setMaxFieldSize(int). setMaxRows(max) void For documentation of this method, see java.sql.Statement#setMaxRows(int). setNClob(parameterIndex, x) void For documentation of this method, see java.sql.PreparedStatement#setNClob(int, NClob). setNClob(parameterName, value) void For documentation of this method, see java.sql.CallableStatement#setNClob(String, NClob). setNString(parameterIndex, x) void For documentation of this method, see java.sql.PreparedStatement#setNString(int, String). setNString(parameterName, value) void For documentation of this method, see java.sql.CallableStatement#setNString(String, String). setNull(parameterIndex, sqlType) void For documentation of this method, see java.sql.PreparedStatement#setNull(int, int). setNull(parameterIndex, sqlType, typeName) void For documentation of this method, see java.sql.PreparedStatement#setNull(int, int, String). setNull(parameterName, sqlType) void For documentation of this method, see java.sql.CallableStatement#setNull(String, int). setNull(parameterName, sqlType, typeName) void For documentation of this method, see java.sql.CallableStatement#setNull(String, int, String). setObject(index, x) void For documentation of this method, see java.sql.PreparedStatement#setObject(int, Object). setObject(parameterIndex, x, targetSqlType) void For documentation of this method, see java.sql.PreparedStatement#setObject(int, Object, int). setObject(parameterIndex, x, targetSqlType, scaleOrLength) void For documentation of this method, see java.sql.PreparedStatement#setObject(int, Object, int, int). setObject(parameterName, x) void For documentation of this method, see java.sql.CallableStatement#setObject(String, Object). setObject(parameterName, x, targetSqlType) void For documentation of this method, see java.sql.CallableStatement#setObject(String, Object, int). setObject(parameterName, x, targetSqlType, scale) void For documentation of this method, see java.sql.CallableStatement#setObject(String, Object, int, int). setPoolable(poolable) void For documentation of this method, see java.sql.Statement#setPoolable(boolean). setQueryTimeout(seconds) void For documentation of this method, see java.sql.Statement#setQueryTimeout(int). setRef(parameterIndex, x) void For documentation of this method, see java.sql.PreparedStatement#setRef(int, Ref). setRowId(parameterIndex, x) void For documentation of this method, see java.sql.PreparedStatement#setRowId(int, RowId). setRowId(parameterName, x) void For documentation of this method, see java.sql.CallableStatement#setRowId(String, RowId). setSQLXML(parameterIndex, x) void For documentation of this method, see java.sql.PreparedStatement#setSQLXML(int, SQLXML). setSQLXML(parameterName, xmlObject) void For documentation of this method, see java.sql.CallableStatement#setSQLXML(String, SQLXML). setShort(parameterIndex, x) void For documentation of this method, see java.sql.PreparedStatement#setShort(int, short). setShort(parameterName, x) void For documentation of this method, see java.sql.CallableStatement#setShort(String, short). setString(parameterIndex, x) void For documentation of this method, see java.sql.PreparedStatement#setString(int, String). setString(parameterName, x) void For documentation of this method, see java.sql.CallableStatement#setString(String, String). setTime(parameterIndex, x) void For documentation of this method, see java.sql.PreparedStatement#setTime(int, Time). setTime(parameterIndex, x, timeZone) void For documentation of this method, see java.sql.PreparedStatement#setTime(int, Time, Calendar). setTime(parameterName, x) void For documentation of this method, see java.sql.CallableStatement#setTime(String, Time). setTime(parameterName, x, timeZone) void For documentation of this method, see java.sql.CallableStatement#setTime(String, Time, Calendar). setTimestamp(parameterIndex, x) void For documentation of this method, see java.sql.PreparedStatement#setTimestamp(int, Timestamp). setTimestamp(parameterIndex, x, timeZone) void For documentation of this method, see java.sql.PreparedStatement#setTimestamp(int, Timestamp, Calendar). setTimestamp(parameterName, x) void For documentation of this method, see java.sql.CallableStatement#setTimestamp(String, Timestamp). setTimestamp(parameterName, x, timeZone) void For documentation of this method, see java.sql.CallableStatement#setTimestamp(String, Timestamp, Calendar). setURL(parameterIndex, x) void For documentation of this method, see java.sql.PreparedStatement#setURL(int, URL). setURL(parameterName, val) void For documentation of this method, see java.sql.CallableStatement#setURL(String, URL). wasNull() Boolean For documentation of this method, see java.sql.CallableStatement#wasNull(). Detailed documentation addBatch()

For documentation of this method, see java.sql.PreparedStatement#addBatch().

Scripts that use this method require authorization with one or more of the following scopes:

addBatch(sql)

For documentation of this method, see java.sql.Statement#addBatch(String).

Parameters Name Type Description sql String The SQL command to add to this statement, typically an SQL INSERT or UPDATE. Authorization

Scripts that use this method require authorization with one or more of the following scopes:

cancel()

For documentation of this method, see java.sql.Statement#cancel().

Authorization

Scripts that use this method require authorization with one or more of the following scopes:

clearBatch()

For documentation of this method, see java.sql.Statement#clearBatch().

Authorization

Scripts that use this method require authorization with one or more of the following scopes:

clearWarnings()

For documentation of this method, see java.sql.Statement#clearWarnings().

Authorization

Scripts that use this method require authorization with one or more of the following scopes:

execute()

For documentation of this method, see java.sql.PreparedStatement#execute().

Return

Booleantrue if the first result is a result set; false if the first result is an update count or there is no result.

Authorization

Scripts that use this method require authorization with one or more of the following scopes:

execute(sql)

For documentation of this method, see java.sql.Statement#execute(String).

Parameters Name Type Description sql String The SQL statement to execute. Return

Booleantrue if the first result is a result set; false if it is an update count or if there are no results.

Authorization

Scripts that use this method require authorization with one or more of the following scopes:

execute(sql, autoGeneratedKeys)

For documentation of this method, see java.sql.Statement#execute(String, int).

Parameters Name Type Description sql String The SQL statement to execute. autoGeneratedKeys Integer A flag that indicates whether auto-generated keys are made available for future retrieval; either Jdbc.Statement.RETURN_GENERATED_KEYS or Jdbc.Statement.NO_GENERATED_KEYS. Return

Booleantrue if the first result is a result set; false if it is an update count or if there are no results.

Authorization

Scripts that use this method require authorization with one or more of the following scopes:

execute(sql, columnIndexes)

For documentation of this method, see java.sql.Statement#execute(String, int[]).

Parameters Name Type Description sql String The SQL statement to execute. columnIndexes Integer[] The column indices in the whose auto-generated keys are made available for future retrieval. Return

Booleantrue if the first result is a result set; false if it is an update count or if there are no results.

Authorization

Scripts that use this method require authorization with one or more of the following scopes:

execute(sql, columnNames)

For documentation of this method, see java.sql.Statement#execute(String, String[]).

Parameters Name Type Description sql String The SQL statement to execute. columnNames String[] The names of columns in the whose auto-generated keys are made available for future retrieval. Return

Booleantrue if the first result is a result set; false if it is an update count or if there are no results.

Authorization

Scripts that use this method require authorization with one or more of the following scopes:

executeBatch()

For documentation of this method, see java.sql.Statement#executeBatch().

Return

Integer[] — The update counts for each command in the batch, using the same order in which commands were added to the batch.

Authorization

Scripts that use this method require authorization with one or more of the following scopes:

executeQuery()

For documentation of this method, see java.sql.PreparedStatement#executeQuery().

Return

JdbcResultSet — A result set that contains the data produced by the query.

Authorization

Scripts that use this method require authorization with one or more of the following scopes:

executeQuery(sql)

For documentation of this method, see java.sql.Statement#executeQuery(String).

Parameters Name Type Description sql String The SQL statement to execute, typically a static SELECT. Return

JdbcResultSet — A result set containing the results of the execution. This is never null.

Authorization

Scripts that use this method require authorization with one or more of the following scopes:

executeUpdate()

For documentation of this method, see java.sql.PreparedStatement#executeUpdate().

Return

Integer — The row count ofr SQL Data Manipulation Language statements, or 0 for SQL statements that return nothing.

Authorization

Scripts that use this method require authorization with one or more of the following scopes:

executeUpdate(sql)

For documentation of this method, see java.sql.Statement#executeUpdate(String).

Parameters Name Type Description sql String The SQL Data Manipulation Language statement to execute (such as INSERT, UPDATE, or DELETE), or else a statement that returns nothing (such as a DDL statement). Return

Integer — Either the row count for for Data Manipulation Language statements, or 0 for statements that return nothing.

Authorization

Scripts that use this method require authorization with one or more of the following scopes:

executeUpdate(sql, autoGeneratedKeys)

For documentation of this method, see java.sql.Statement#executeUpdate(String, int).

Parameters Name Type Description sql String The SQL Data Manipulation Language statement to execute (such as INSERT, UPDATE, or DELETE), or else a statement that returns nothing (such as a DDL statement). autoGeneratedKeys Integer A flag that indicates whether auto-generated keys are made available for future retrieval; either Jdbc.Statement.RETURN_GENERATED_KEYS or Jdbc.Statement.NO_GENERATED_KEYS. Return

Integer — Either the row count for for Data Manipulation Language statements, or 0 for statements that return nothing.

Authorization

Scripts that use this method require authorization with one or more of the following scopes:

executeUpdate(sql, columnIndexes)

For documentation of this method, see java.sql.Statement#executeUpdate(String, int[]).

Parameters Name Type Description sql String The SQL Data Manipulation Language statement to execute (such as INSERT, UPDATE, or DELETE), or else a statement that returns nothing (such as a DDL statement). columnIndexes Integer[] The column indices in the whose auto-generated keys are made available for future retrieval. Return

Integer — Either the row count for for Data Manipulation Language statements, or 0 for statements that return nothing.

Authorization

Scripts that use this method require authorization with one or more of the following scopes:

executeUpdate(sql, columnNames)

For documentation of this method, see java.sql.Statement#executeUpdate(String, String[]).

Parameters Name Type Description sql String The SQL Data Manipulation Language statement to execute (such as INSERT, UPDATE, or DELETE), or else a statement that returns nothing (such as a DDL statement). columnNames String[] The names of columns in the whose auto-generated keys are made available for future retrieval. Return

Integer — Either the row count for for Data Manipulation Language statements, or 0 for statements that return nothing.

Authorization

Scripts that use this method require authorization with one or more of the following scopes:

getArray(parameterIndex)

For documentation of this method, see java.sql.CallableStatement#getArray(int).

Parameters Name Type Description parameterIndex Integer The index of the parameter to retrieve (the first parameter is 1, the second is 2, and so on). Return

JdbcArray — The value of a ARRAY parameter. Returns null if the value is null.

Authorization

Scripts that use this method require authorization with one or more of the following scopes:

getArray(parameterName)

For documentation of this method, see java.sql.CallableStatement#getArray(String).

Parameters Name Type Description parameterName String The name of the parameter. Return

JdbcArray — The value of a ARRAY parameter. Returns null if the value is null.

Authorization

Scripts that use this method require authorization with one or more of the following scopes:

getBigDecimal(parameterIndex)

For documentation of this method, see java.sql.CallableStatement#getBigDecimal(int).

Parameters Name Type Description parameterIndex Integer The index of the parameter to retrieve (the first parameter is 1, the second is 2, and so on). Return

BigNumber — The value of a NUMERIC parameter in full precision. Returns null if the value is null.

Authorization

Scripts that use this method require authorization with one or more of the following scopes:

getBigDecimal(parameterName)

For documentation of this method, see java.sql.CallableStatement#getBigDecimal(String).

Parameters Name Type Description parameterName String The name of the parameter. Return

BigNumber — The value of a NUMERIC parameter. Returns null if the value is null.

Authorization

Scripts that use this method require authorization with one or more of the following scopes:

getBlob(parameterIndex)

For documentation of this method, see java.sql.CallableStatement#getBlob(int).

Parameters Name Type Description parameterIndex Integer The index of the parameter to retrieve (the first parameter is 1, the second is 2, and so on). Return

JdbcBlob — The value of a BLOB parameter. Returns null if the value is null.

Authorization

Scripts that use this method require authorization with one or more of the following scopes:

getBlob(parameterName)

For documentation of this method, see java.sql.CallableStatement#getBlob(String).

Parameters Name Type Description parameterName String The name of the parameter. Return

JdbcBlob — The value of a BLOB parameter. Returns null if the value is null.

Authorization

Scripts that use this method require authorization with one or more of the following scopes:

getBoolean(parameterIndex)

For documentation of this method, see java.sql.CallableStatement#getBoolean(int).

Parameters Name Type Description parameterIndex Integer The index of the parameter to retrieve (the first parameter is 1, the second is 2, and so on). Return

Boolean — The value of a BIT or BOOLEAN parameter. Returns false if the value is null.

Authorization

Scripts that use this method require authorization with one or more of the following scopes:

getBoolean(parameterName)

For documentation of this method, see java.sql.CallableStatement#getBoolean(String).

Parameters Name Type Description parameterName String The name of the parameter. Return

Boolean — The value of a BIT or BOOLEAN parameter. Returns false if the value is null.

Authorization

Scripts that use this method require authorization with one or more of the following scopes:

getByte(parameterIndex)

For documentation of this method, see java.sql.CallableStatement#getByte(int).

Parameters Name Type Description parameterIndex Integer The index of the parameter to retrieve (the first parameter is 1, the second is 2, and so on). Return

Byte — The value of a TINYINT parameter. Returns 0 if the value is null.

Authorization

Scripts that use this method require authorization with one or more of the following scopes:

getByte(parameterName)

For documentation of this method, see java.sql.CallableStatement#getByte(String).

Parameters Name Type Description parameterName String The name of the parameter. Return

Byte — The value of a TINYINT parameter. Returns 0 if the value is null.

Authorization

Scripts that use this method require authorization with one or more of the following scopes:

getBytes(parameterIndex)

For documentation of this method, see java.sql.CallableStatement#getBytes(int).

Parameters Name Type Description parameterIndex Integer The index of the parameter to retrieve (the first parameter is 1, the second is 2, and so on). Return

Byte[] — The value of a BINARY or VARBINARY parameter. Returns null if the value is null.

Authorization

Scripts that use this method require authorization with one or more of the following scopes:

getBytes(parameterName)

For documentation of this method, see java.sql.CallableStatement#getBytes(String).

Parameters Name Type Description parameterName String The name of the parameter. Return

Byte[] — The value of a BINARY or VARBINARY parameter. Returns null if the value is null.

Authorization

Scripts that use this method require authorization with one or more of the following scopes:

getClob(parameterIndex)

For documentation of this method, see java.sql.CallableStatement#getClob(int).

Parameters Name Type Description parameterIndex Integer The index of the parameter to retrieve (the first parameter is 1, the second is 2, and so on). Return

JdbcClob — The value of a CLOB parameter. Returns null if the value is null.

Authorization

Scripts that use this method require authorization with one or more of the following scopes:

getClob(parameterName)

For documentation of this method, see java.sql.CallableStatement#getClob(String).

Parameters Name Type Description parameterName String The name of the parameter. Return

JdbcClob — The value of a CLOB parameter. Returns null if the value is null.

Authorization

Scripts that use this method require authorization with one or more of the following scopes:

getConnection()

For documentation of this method, see java.sql.Statement#getConnection().

Return

JdbcConnection — The connection that produced this statement.

Authorization

Scripts that use this method require authorization with one or more of the following scopes:

getDate(parameterIndex)

For documentation of this method, see java.sql.CallableStatement#getDate(int).

Parameters Name Type Description parameterIndex Integer The index of the parameter to retrieve (the first parameter is 1, the second is 2, and so on). Return

JdbcDate — The value of a DATE parameter. Returns null if the value is null.

Authorization

Scripts that use this method require authorization with one or more of the following scopes:

getDate(parameterIndex, timeZone)

For documentation of this method, see java.sql.CallableStatement#getDate(int, Calendar).

Parameters Name Type Description parameterIndex Integer The index of the parameter to retrieve (the first parameter is 1, the second is 2, and so on). timeZone String A time zone string used to construct java.lang.Calendar instance, which in turn is used to build the date. Several formats of time zone strings are recognized: short IDs (such as PST, EST, and GMT), long IDs (such as US/Pacific and America/Los_Angeles), and offsets (such as GMT+6:30). Return

JdbcDate — The value of a DATE parameter. Returns null if the value is null.

Authorization

Scripts that use this method require authorization with one or more of the following scopes:

getDate(parameterName)

For documentation of this method, see java.sql.CallableStatement#getDate(String).

Parameters Name Type Description parameterName String The name of the parameter. Return

JdbcDate — The value of a DATE parameter. Returns null if the value is null.

Authorization

Scripts that use this method require authorization with one or more of the following scopes:

getDate(parameterName, timeZone)

For documentation of this method, see java.sql.CallableStatement#getDate(String, Calendar).

Parameters Name Type Description parameterName String The name of the parameter. timeZone String A time zone string used to construct java.lang.Calendar instance, which in turn is used to build the date. Several formats of time zone strings are recognized: short IDs (such as PST, EST, and GMT), long IDs (such as US/Pacific and America/Los_Angeles), and offsets (such as GMT+6:30). Return

JdbcDate — The value of a DATE parameter. Returns null if the value is null.

Authorization

Scripts that use this method require authorization with one or more of the following scopes:

getDouble(parameterIndex)

For documentation of this method, see java.sql.CallableStatement#getDouble(int).

Parameters Name Type Description parameterIndex Integer The index of the parameter to retrieve (the first parameter is 1, the second is 2, and so on). Return

Number — The value of a DOUBLE parameter. Returns 0 if the value is null.

Authorization

Scripts that use this method require authorization with one or more of the following scopes:

getDouble(parameterName)

For documentation of this method, see java.sql.CallableStatement#getDouble(String).

Parameters Name Type Description parameterName String The name of the parameter. Return

Number — The value of a DOUBLE parameter. Returns 0 if the value is null.

Authorization

Scripts that use this method require authorization with one or more of the following scopes:

getFetchDirection()

For documentation of this method, see java.sql.Statement#getFetchDirection().

Return

Integer — The default direction for result sets generated by this statement, which is either Jdbc.ResultSet.FETCH_FORWARD or Jdbc.ResultSet.FETCH_REVERSE.

Authorization

Scripts that use this method require authorization with one or more of the following scopes:

getFetchSize()

For documentation of this method, see java.sql.Statement#getFetchSize().

Return

Integer — The default row fetch size for result sets generated from this statement.

Authorization

Scripts that use this method require authorization with one or more of the following scopes:

getFloat(parameterIndex)

For documentation of this method, see java.sql.CallableStatement#getFloat(int).

Parameters Name Type Description parameterIndex Integer The index of the parameter to retrieve (the first parameter is 1, the second is 2, and so on). Return

Number — The value of a FLOAT parameter. Returns 0 if the value is null.

Authorization

Scripts that use this method require authorization with one or more of the following scopes:

getFloat(parameterName)

For documentation of this method, see java.sql.CallableStatement#getFloat(String).

Parameters Name Type Description parameterName String The name of the parameter. Return

Number — The value of a FLOAT parameter. Returns 0 if the value is null.

Authorization

Scripts that use this method require authorization with one or more of the following scopes:

getGeneratedKeys()

For documentation of this method, see java.sql.Statement#getGeneratedKeys().

Return

JdbcResultSet — A result set containing the auto-generated keys generated by the execution of this statement.

Authorization

Scripts that use this method require authorization with one or more of the following scopes:

getInt(parameterIndex)

For documentation of this method, see java.sql.CallableStatement#getInt(int).

Parameters Name Type Description parameterIndex Integer The index of the parameter to retrieve (the first parameter is 1, the second is 2, and so on). Return

Integer — The value of a INTEGER parameter. Returns 0 if the value is null.

Authorization

Scripts that use this method require authorization with one or more of the following scopes:

getInt(parameterName)

For documentation of this method, see java.sql.CallableStatement#getInt(String).

Parameters Name Type Description parameterName String The name of the parameter. Return

Integer — The value of a INTEGER parameter. Returns 0 if the value is null.

Authorization

Scripts that use this method require authorization with one or more of the following scopes:

getLong(parameterIndex)

For documentation of this method, see java.sql.CallableStatement#getLong(int).

Parameters Name Type Description parameterIndex Integer The index of the parameter to retrieve (the first parameter is 1, the second is 2, and so on). Return

Integer — The value of a BIGINT parameter. Returns 0 if the value is null.

Authorization

Scripts that use this method require authorization with one or more of the following scopes:

getLong(parameterName)

For documentation of this method, see java.sql.CallableStatement#getLong(String).

Parameters Name Type Description parameterName String The name of the parameter. Return

Integer — The value of a BIGINT parameter. Returns 0 if the value is null.

Authorization

Scripts that use this method require authorization with one or more of the following scopes:

getMaxFieldSize()

For documentation of this method, see java.sql.Statement#getMaxFieldSize().

Return

Integer — The current column byte size limit for columns storing character and binary values; a value of zero indictates no limit.

Authorization

Scripts that use this method require authorization with one or more of the following scopes:

getMaxRows()

For documentation of this method, see java.sql.Statement#getMaxRows().

Return

Integer — The current maximum number of rows for a result set produced by this statement; a value of 0 indicates no limit.

Authorization

Scripts that use this method require authorization with one or more of the following scopes:

getMoreResults()

For documentation of this method, see java.sql.Statement#getMoreResults().

Return

Booleantrue if the next result is a result set; false otherwise.

Authorization

Scripts that use this method require authorization with one or more of the following scopes:

getMoreResults(current)

For documentation of this method, see java.sql.Statement#getMoreResults(int).

Parameters Name Type Description current Integer A flag that indicates what happens to current result sets when retrieved. This value is one of Jdbc.Statement.CLOSE_CURRENT_RESULT, Jdbc.Statement.KEEP_CURRENT_RESULT, or Jdbc.Statement.CLOSE_ALL_RESULTS. Return

Booleantrue if the next result is a result set; false otherwise.

Authorization

Scripts that use this method require authorization with one or more of the following scopes:

getNClob(parameterIndex)

For documentation of this method, see java.sql.CallableStatement#getNClob(int).

Parameters Name Type Description parameterIndex Integer An index indicating which paramater to register (the first parameter is 1, the second is 2, and so on). Return

JdbcClob — The value of a NCLOB parameter. Returns null if the value is null.

Authorization

Scripts that use this method require authorization with one or more of the following scopes:

getNClob(parameterName)

For documentation of this method, see java.sql.CallableStatement#getNClob(String).

Parameters Name Type Description parameterName String The name of the parameter. Return

JdbcClob — The value of a NCLOB parameter. Returns null if the value is null.

Authorization

Scripts that use this method require authorization with one or more of the following scopes:

getNString(parameterIndex)

For documentation of this method, see java.sql.CallableStatement#getNString(int).

Parameters Name Type Description parameterIndex Integer An index indicating which paramater to register (the first parameter is 1, the second is 2, and so on). Return

String — A string that maps a NCHAR, NVARCHAR, or LONGNVARCHAR value.

Authorization

Scripts that use this method require authorization with one or more of the following scopes:

getNString(parameterName)

For documentation of this method, see java.sql.CallableStatement#getNString(String).

Parameters Name Type Description parameterName String The name of the parameter. Return

String — A string that maps a NCHAR, NVARCHAR, or LONGNVARCHAR value.

Authorization

Scripts that use this method require authorization with one or more of the following scopes:

getObject(parameterIndex)

For documentation of this method, see java.sql.CallableStatement#getObject(int).

Parameters Name Type Description parameterIndex Integer The index of the parameter to retrieve (the first parameter is 1, the second is 2, and so on). Return

Object — An object holding the parameter value.

Authorization

Scripts that use this method require authorization with one or more of the following scopes:

getObject(parameterName)

For documentation of this method, see java.sql.CallableStatement#getObject(String).

Parameters Name Type Description parameterName String The name of the parameter. Return

Object — An object holding the parameter value.

Authorization

Scripts that use this method require authorization with one or more of the following scopes:

getQueryTimeout()

For documentation of this method, see java.sql.Statement#getQueryTimeout().

Return

Integer — The current query timeout in seconds; a value of zero indicates no timeout.

Authorization

Scripts that use this method require authorization with one or more of the following scopes:

getRef(parameterIndex)

For documentation of this method, see java.sql.CallableStatement#getRef(int).

Parameters Name Type Description parameterIndex Integer The index of the parameter to retrieve (the first parameter is 1, the second is 2, and so on). Return

JdbcRef — The value of a REF parameter. Returns null if the value is null.

Authorization

Scripts that use this method require authorization with one or more of the following scopes:

getRef(parameterName)

For documentation of this method, see java.sql.CallableStatement#getRef(String).

Parameters Name Type Description parameterName String The name of the parameter. Return

JdbcRef — The value of a REF parameter. Returns null if the value is null.

Authorization

Scripts that use this method require authorization with one or more of the following scopes:

getResultSet()

For documentation of this method, see java.sql.Statement#getResultSet().

Return

JdbcResultSet — The current result set, or null if the result is an update count or there are no more results.

Authorization

Scripts that use this method require authorization with one or more of the following scopes:

getResultSetConcurrency()

For documentation of this method, see java.sql.Statement#getResultSetConcurrency().

Return

Integer — The result set concurrency for result sets generated from this statement, which is either Jdbc.ResultSet.CONCUR_READ_ONLY or Jdbc.ResultSet.CONCUR_UPDATABLE.

Authorization

Scripts that use this method require authorization with one or more of the following scopes:

getResultSetHoldability()

For documentation of this method, see java.sql.Statement#getResultSetHoldability().

Return

Integer — The result set holdability, which is either Jdbc.ResultSet.HOLD_CURSORS_OVER_COMMIT or Jdbc.ResultSet.CLOSE_CURSORS_AT_COMMIT.

Authorization

Scripts that use this method require authorization with one or more of the following scopes:

getResultSetType()

For documentation of this method, see java.sql.Statement#getResultSetType().

Return

Integer — The result set type for result sets generated from this statement, which is Jdbc.ResultSet.TYPE_FORWARD_ONLY, Jdbc.ResultSet.TYPE_SCROLL_INSENSITIVE, or Jdbc.ResultSet.TYPE_SCROLL_INSENSITIVE.

Authorization

Scripts that use this method require authorization with one or more of the following scopes:

getRowId(parameterIndex)

For documentation of this method, see java.sql.CallableStatement#getRowId(int).

Parameters Name Type Description parameterIndex Integer An index indicating which paramater to register (the first parameter is 1, the second is 2, and so on). Return

JdbcRowId — The ROWID value. Returns null if the parameter contains an SQL NULL.

Authorization

Scripts that use this method require authorization with one or more of the following scopes:

getRowId(parameterName)

For documentation of this method, see java.sql.CallableStatement#getRowId(String).

Parameters Name Type Description parameterName String The name of the parameter. Return

JdbcRowId — The ROWID value. Returns null if the parameter contains an SQL NULL.

Authorization

Scripts that use this method require authorization with one or more of the following scopes:

getSQLXML(parameterIndex)

For documentation of this method, see java.sql.CallableStatement#getSQLXML(int).

Parameters Name Type Description parameterIndex Integer An index indicating which paramater to register (the first parameter is 1, the second is 2, and so on). Return

JdbcSQLXML — A SQLXML object that maps to an SQL XML value.

Authorization

Scripts that use this method require authorization with one or more of the following scopes:

getSQLXML(parameterName)

For documentation of this method, see java.sql.CallableStatement#getSQLXML(String).

Parameters Name Type Description parameterName String The name of the parameter. Return

JdbcSQLXML — A SQLXML object that maps to an SQL XML value.

Authorization

Scripts that use this method require authorization with one or more of the following scopes:

getShort(parameterIndex)

For documentation of this method, see java.sql.CallableStatement#getShort(int).

Parameters Name Type Description parameterIndex Integer The index of the parameter to retrieve (the first parameter is 1, the second is 2, and so on). Return

Integer — The value of a SMALLINT parameter. Returns 0 if the value is null.

Authorization

Scripts that use this method require authorization with one or more of the following scopes:

getShort(parameterName)

For documentation of this method, see java.sql.CallableStatement#getShort(String).

Parameters Name Type Description parameterName String The name of the parameter. Return

Integer — The value of a SMALLINT parameter. Returns 0 if the value is null.

Authorization

Scripts that use this method require authorization with one or more of the following scopes:

getString(parameterIndex)

For documentation of this method, see java.sql.CallableStatement#getString(int).

Parameters Name Type Description parameterIndex Integer The index of the parameter to retrieve (the first parameter is 1, the second is 2, and so on). Return

String — The value of a CHAR, VARCHAR, or LONGVARCHAR parameter.

Authorization

Scripts that use this method require authorization with one or more of the following scopes:

getString(parameterName)

For documentation of this method, see java.sql.CallableStatement#getString(String).

Parameters Name Type Description parameterName String The name of the parameter. Return

String — The value of a CHAR, VARCHAR, or LONGVARCHAR parameter. Returns null if the value is null.

Authorization

Scripts that use this method require authorization with one or more of the following scopes:

getTime(parameterIndex)

For documentation of this method, see java.sql.CallableStatement#getTime(int).

Parameters Name Type Description parameterIndex Integer The index of the parameter to retrieve (the first parameter is 1, the second is 2, and so on). Return

JdbcTime — The value of a TIME parameter. Returns null if the value is null.

Authorization

Scripts that use this method require authorization with one or more of the following scopes:

getTime(parameterIndex, timeZone)

For documentation of this method, see java.sql.CallableStatement#getTime(int, Calendar).

Parameters Name Type Description parameterIndex Integer The index of the parameter to retrieve (the first parameter is 1, the second is 2, and so on). timeZone String A time zone string used to construct java.lang.Calendar instance, which in turn is used to build the date. Several formats of time zone strings are recognized: short IDs (such as PST, EST, and GMT), long IDs (such as US/Pacific and America/Los_Angeles), and offsets (such as GMT+6:30). Return

JdbcTime — The value of a TIME parameter. Returns null if the value is null.

Authorization

Scripts that use this method require authorization with one or more of the following scopes:

getTime(parameterName)

For documentation of this method, see java.sql.CallableStatement#getTime(String).

Parameters Name Type Description parameterName String The name of the parameter. Return

JdbcTime — The value of a TIME parameter. Returns null if the value is null.

Authorization

Scripts that use this method require authorization with one or more of the following scopes:

getTime(parameterName, timeZone)

For documentation of this method, see java.sql.CallableStatement#getTime(String, Calendar).

Parameters Name Type Description parameterName String The name of the parameter. timeZone String A time zone string used to construct java.lang.Calendar instance, which in turn is used to build the date. Several formats of time zone strings are recognized: short IDs (such as PST, EST, and GMT), long IDs (such as US/Pacific and America/Los_Angeles), and offsets (such as GMT+6:30). Return

JdbcTime — The value of a TIME parameter. Returns null if the value is null.

Authorization

Scripts that use this method require authorization with one or more of the following scopes:

getTimestamp(parameterIndex)

For documentation of this method, see java.sql.CallableStatement#getTimestamp(int).

Parameters Name Type Description parameterIndex Integer The index of the parameter to retrieve (the first parameter is 1, the second is 2, and so on). Return

JdbcTimestamp — The value of a TIMESTAMP parameter. Returns null if the value is null.

Authorization

Scripts that use this method require authorization with one or more of the following scopes:

getTimestamp(parameterIndex, timeZone)

For documentation of this method, see java.sql.CallableStatement#getTimestamp(int, Calendar).

Parameters Name Type Description parameterIndex Integer The index of the parameter to retrieve (the first parameter is 1, the second is 2, and so on). timeZone String A time zone string used to construct java.lang.Calendar instance, which in turn is used to build the date. Several formats of time zone strings are recognized: short IDs (such as PST, EST, and GMT), long IDs (such as US/Pacific and America/Los_Angeles), and offsets (such as GMT+6:30). Return

JdbcTimestamp — The value of a TIMESTAMP parameter. Returns null if the value is null.

Authorization

Scripts that use this method require authorization with one or more of the following scopes:

getTimestamp(parameterName)

For documentation of this method, see java.sql.CallableStatement#getTimestamp(String).

Parameters Name Type Description parameterName String The name of the parameter. Return

JdbcTimestamp — The value of a TIMESTAMP parameter. Returns null if the value is null.

Authorization

Scripts that use this method require authorization with one or more of the following scopes:

getTimestamp(parameterName, timeZone)

For documentation of this method, see java.sql.CallableStatement#getTimestamp(String, Calendar).

Parameters Name Type Description parameterName String The name of the parameter. timeZone String A time zone string used to construct java.lang.Calendar instance, which in turn is used to build the date. Several formats of time zone strings are recognized: short IDs (such as PST, EST, and GMT), long IDs (such as US/Pacific and America/Los_Angeles), and offsets (such as GMT+6:30). Return

JdbcTimestamp — The value of a TIMESTAMP parameter. Returns null if the value is null.

Authorization

Scripts that use this method require authorization with one or more of the following scopes:

getURL(parameterIndex)

For documentation of this method, see java.sql.CallableStatement#getURL(int).

Parameters Name Type Description parameterIndex Integer The index of the parameter to retrieve (the first parameter is 1, the second is 2, and so on). Return

String — The value of a DATALINK parameter as a string.

Authorization

Scripts that use this method require authorization with one or more of the following scopes:

getURL(parameterName)

For documentation of this method, see java.sql.CallableStatement#getURL(String).

Parameters Name Type Description parameterName String The name of the parameter. Return

String — The value of a DATALINK parameter. Returns null if the value is null.

Authorization

Scripts that use this method require authorization with one or more of the following scopes:

getUpdateCount()

For documentation of this method, see java.sql.Statement#getUpdateCount().

Return

Integer — The current result as an update count, or -1 if the current result is a result set or if there are no more results.

Authorization

Scripts that use this method require authorization with one or more of the following scopes:

getWarnings()

For documentation of this method, see java.sql.Statement#getWarnings().

Return

String[] — The current set of warnings, or null if there are no warnings.

Authorization

Scripts that use this method require authorization with one or more of the following scopes:

isClosed()

For documentation of this method, see java.sql.Statement#isClosed().

Return

Booleantrue if this statement is closed; false otherwise.

Authorization

Scripts that use this method require authorization with one or more of the following scopes:

isPoolable()

For documentation of this method, see java.sql.Statement#isPoolable().

Return

Booleantrue if this statement is poolable; false otherwise.

Authorization

Scripts that use this method require authorization with one or more of the following scopes:

registerOutParameter(parameterIndex, sqlType) registerOutParameter(parameterIndex, sqlType, scale)

For documentation of this method, see java.sql.CallableStatement#registerOutParameter(int, int, int).

Parameters Name Type Description parameterIndex Integer An index indicating which paramater to register (the first parameter is 1, the second is 2, and so on). sqlType Integer The JDBC type code to register. scale Integer The desired number of digits to the right of the decimal point (must be zero or greater). Authorization

Scripts that use this method require authorization with one or more of the following scopes:

registerOutParameter(parameterIndex, sqlType, typeName)

For documentation of this method, see java.sql.CallableStatement#registerOutParameter(int, int, String).

Parameters Name Type Description parameterIndex Integer The index of the parameter to retrieve (the first parameter is 1, the second is 2, and so on). sqlType Integer A type code value. typeName String The fully-qualified name of an SQL structured type. Authorization

Scripts that use this method require authorization with one or more of the following scopes:

registerOutParameter(parameterName, sqlType)

For documentation of this method, see java.sql.CallableStatement#registerOutParameter(String, int).

Parameters Name Type Description parameterName String The name of the parameter to be registered. sqlType Integer A type code value. Authorization

Scripts that use this method require authorization with one or more of the following scopes:

registerOutParameter(parameterName, sqlType, scale)

For documentation of this method, see java.sql.CallableStatement#registerOutParameter(String, int, int).

Parameters Name Type Description parameterName String The name of the parameter to be registered. sqlType Integer A type code value. scale Integer The desired number of digits to the right of the decimal point, which must be zero or greater. Authorization

Scripts that use this method require authorization with one or more of the following scopes:

registerOutParameter(parameterName, sqlType, typeName)

For documentation of this method, see java.sql.CallableStatement#registerOutParameter(String, int, String).

Parameters Name Type Description parameterName String The name of the parameter to be registered. sqlType Integer A type code value. typeName String The fully-qualified name of an SQL structured type. Authorization

Scripts that use this method require authorization with one or more of the following scopes:

setArray(parameterIndex, x)

For documentation of this method, see java.sql.PreparedStatement#setArray(int, Array).

Parameters Name Type Description parameterIndex Integer The index of the parameter to set (the first parameter is 1, the second is 2, and so on). x JdbcArray The parameter value to set. Authorization

Scripts that use this method require authorization with one or more of the following scopes:

setBigDecimal(parameterIndex, x)

For documentation of this method, see java.sql.PreparedStatement#setBigDecimal(int, BigDecimal).

Parameters Name Type Description parameterIndex Integer The index of the parameter to set (the first parameter is 1, the second is 2, and so on). x BigNumber The parameter value to set. Authorization

Scripts that use this method require authorization with one or more of the following scopes:

setBigDecimal(parameterName, x)

For documentation of this method, see java.sql.CallableStatement#setBigDecimal(String, BigDecimal).

Parameters Name Type Description parameterName String The name of the parameter to set. x BigNumber The parameter value to set. Authorization

Scripts that use this method require authorization with one or more of the following scopes:

setBlob(parameterIndex, x)

For documentation of this method, see java.sql.PreparedStatement#setBlob(int, Clob).

Parameters Name Type Description parameterIndex Integer The index of the parameter to set (the first parameter is 1, the second is 2, and so on). x JdbcBlob The parameter value to set. Authorization

Scripts that use this method require authorization with one or more of the following scopes:

setBlob(parameterName, x)

For documentation of this method, see java.sql.CallableStatement#setBlob(String, Blob).

Parameters Name Type Description parameterName String The name of the parameter to set. x JdbcBlob A blob that maps to an SQL BLOB value. Authorization

Scripts that use this method require authorization with one or more of the following scopes:

setBoolean(parameterIndex, x)

For documentation of this method, see java.sql.PreparedStatement#setBoolean(int, boolean).

Parameters Name Type Description parameterIndex Integer The index of the parameter to set (the first parameter is 1, the second is 2, and so on). x Boolean The parameter value to set. Authorization

Scripts that use this method require authorization with one or more of the following scopes:

setBoolean(parameterName, x)

For documentation of this method, see java.sql.CallableStatement#setBoolean(String, boolean).

Parameters Name Type Description parameterName String The name of the parameter to set. x Boolean The parameter value to set. Authorization

Scripts that use this method require authorization with one or more of the following scopes:

setByte(parameterIndex, x)

For documentation of this method, see java.sql.PreparedStatement#setByte(int, byte).

Parameters Name Type Description parameterIndex Integer The index of the parameter to set (the first parameter is 1, the second is 2, and so on). x Byte The parameter value to set. Authorization

Scripts that use this method require authorization with one or more of the following scopes:

setByte(parameterName, x)

For documentation of this method, see java.sql.CallableStatement#setByte(String, byte).

Parameters Name Type Description parameterName String The name of the parameter to set. x Byte The parameter value to set. Authorization

Scripts that use this method require authorization with one or more of the following scopes:

setBytes(parameterIndex, x)

For documentation of this method, see java.sql.PreparedStatement#setBytes(int, byte[]).

Parameters Name Type Description parameterIndex Integer The index of the parameter to set (the first parameter is 1, the second is 2, and so on). x Byte[] The parameter value to set. Authorization

Scripts that use this method require authorization with one or more of the following scopes:

setBytes(parameterName, x)

For documentation of this method, see java.sql.CallableStatement#setBytes(String, byte[]).

Parameters Name Type Description parameterName String The name of the parameter to set. x Byte[] The parameter value to set. Authorization

Scripts that use this method require authorization with one or more of the following scopes:

setClob(parameterIndex, x)

For documentation of this method, see java.sql.PreparedStatement#setClob(int, Clob).

Parameters Name Type Description parameterIndex Integer The index of the parameter to set (the first parameter is 1, the second is 2, and so on). x JdbcClob The parameter value to set. Authorization

Scripts that use this method require authorization with one or more of the following scopes:

setClob(parameterName, x)

For documentation of this method, see java.sql.CallableStatement#setBlob(String, Clob).

Parameters Name Type Description parameterName String The name of the parameter to set. x JdbcClob A clob that maps to an SQL CLOB value. Authorization

Scripts that use this method require authorization with one or more of the following scopes:

setCursorName(name)

For documentation of this method, see java.sql.Statement#setCursorName(String).

Parameters Name Type Description name String The new cursor name, which must be unique within a connection. Authorization

Scripts that use this method require authorization with one or more of the following scopes:

setDate(parameterIndex, x)

For documentation of this method, see java.sql.PreparedStatement#setDate(int, Date).

Parameters Name Type Description parameterIndex Integer The index of the parameter to set (the first parameter is 1, the second is 2, and so on). x JdbcDate The parameter value to set. Authorization

Scripts that use this method require authorization with one or more of the following scopes:

setDate(parameterIndex, x, timeZone)

For documentation of this method, see java.sql.PreparedStatement#setDate(int, Date, Calendar).

Parameters Name Type Description parameterIndex Integer The index of the parameter to set (the first parameter is 1, the second is 2, and so on). x JdbcDate The parameter value to set. timeZone String A time zone string used to construct java.lang.Calendar instance, which in turn is used to build the date. Several formats of time zone strings are recognized: short IDs (such as PST, EST, and GMT), long IDs (such as US/Pacific and America/Los_Angeles), and offsets (such as GMT+6:30). Authorization

Scripts that use this method require authorization with one or more of the following scopes:

setDate(parameterName, x)

For documentation of this method, see java.sql.CallableStatement#setDate(String, Date).

Parameters Name Type Description parameterName String The name of the parameter to set. x JdbcDate The parameter value to set. Authorization

Scripts that use this method require authorization with one or more of the following scopes:

setDate(parameterName, x, timeZone)

For documentation of this method, see java.sql.CallableStatement#setDate(String, Date, Calendar).

Parameters Name Type Description parameterName String The name of the parameter to set. x JdbcDate The parameter value to set. timeZone String A time zone string used to construct java.lang.Calendar instance, which in turn is used to build the date. Several formats of time zone strings are recognized: short IDs (such as PST, EST, and GMT), long IDs (such as US/Pacific and America/Los_Angeles), and offsets (such as GMT+6:30). Authorization

Scripts that use this method require authorization with one or more of the following scopes:

setDouble(parameterIndex, x)

For documentation of this method, see java.sql.PreparedStatement#setDouble(int, double).

Parameters Name Type Description parameterIndex Integer The index of the parameter to set (the first parameter is 1, the second is 2, and so on). x Number The parameter value to set. Authorization

Scripts that use this method require authorization with one or more of the following scopes:

setDouble(parameterName, x)

For documentation of this method, see java.sql.CallableStatement#setDouble(String, double).

Parameters Name Type Description parameterName String The name of the parameter to set. x Number The parameter value to set. Authorization

Scripts that use this method require authorization with one or more of the following scopes:

setEscapeProcessing(enable)

For documentation of this method, see java.sql.Statement#setEscapeProcessing(boolean).

Parameters Name Type Description enable Boolean If true, escape processing is enabled; otherwise it is disabled. Authorization

Scripts that use this method require authorization with one or more of the following scopes:

setFetchDirection(direction)

For documentation of this method, see java.sql.Statement#setFetchDirection(int).

Parameters Name Type Description direction Integer The specified direction to set, which is either Jdbc.ResultSet.FETCH_FORWARD or Jdbc.ResultSet.FETCH_REVERSE. Authorization

Scripts that use this method require authorization with one or more of the following scopes:

setFetchSize(rows)

For documentation of this method, see java.sql.Statement#setFetchSize(int).

Parameters Name Type Description rows Integer The number of rows to fetch. Authorization

Scripts that use this method require authorization with one or more of the following scopes:

setFloat(parameterIndex, x)

For documentation of this method, see java.sql.PreparedStatement#setFloat(int, float).

Parameters Name Type Description parameterIndex Integer The index of the parameter to set (the first parameter is 1, the second is 2, and so on). x Number The parameter value to set. Authorization

Scripts that use this method require authorization with one or more of the following scopes:

setFloat(parameterName, x)

For documentation of this method, see java.sql.CallableStatement#setFloat(String, float).

Parameters Name Type Description parameterName String The name of the parameter to set. x Number The parameter value to set. Authorization

Scripts that use this method require authorization with one or more of the following scopes:

setInt(parameterIndex, x)

For documentation of this method, see java.sql.PreparedStatement#setInt(int, int).

Parameters Name Type Description parameterIndex Integer The index of the parameter to set (the first parameter is 1, the second is 2, and so on). x Integer The parameter value to set. Authorization

Scripts that use this method require authorization with one or more of the following scopes:

setInt(parameterName, x)

For documentation of this method, see java.sql.CallableStatement#setInt(String, int).

Parameters Name Type Description parameterName String The name of the parameter to set. x Integer The parameter value to set. Authorization

Scripts that use this method require authorization with one or more of the following scopes:

setLong(parameterIndex, x)

For documentation of this method, see java.sql.PreparedStatement#setLong(int, long).

Parameters Name Type Description parameterIndex Integer The index of the parameter to set (the first parameter is 1, the second is 2, and so on). x Integer The parameter value to set. Authorization

Scripts that use this method require authorization with one or more of the following scopes:

setLong(parameterName, x)

For documentation of this method, see java.sql.CallableStatement#setLong(String, long).

Parameters Name Type Description parameterName String The name of the parameter to set. x Integer The parameter value to set. Authorization

Scripts that use this method require authorization with one or more of the following scopes:

setMaxFieldSize(max)

For documentation of this method, see java.sql.Statement#setMaxFieldSize(int).

Parameters Name Type Description max Integer The new column byte size limit; a value of zero indicates no limit. Authorization

Scripts that use this method require authorization with one or more of the following scopes:

setMaxRows(max)

For documentation of this method, see java.sql.Statement#setMaxRows(int).

Parameters Name Type Description max Integer The maximum number of rows a result set generated by this statement can have. A value of 0 indicates no limit. Authorization

Scripts that use this method require authorization with one or more of the following scopes:

setNClob(parameterIndex, x)

For documentation of this method, see java.sql.PreparedStatement#setNClob(int, NClob).

Parameters Name Type Description parameterIndex Integer The index of the parameter to set (the first parameter is 1, the second is 2, and so on). x JdbcClob The parameter value to set. Authorization

Scripts that use this method require authorization with one or more of the following scopes:

setNClob(parameterName, value)

For documentation of this method, see java.sql.CallableStatement#setNClob(String, NClob).

Parameters Name Type Description parameterName String The name of the parameter to set. value JdbcClob The parameter value to set. Authorization

Scripts that use this method require authorization with one or more of the following scopes:

setNString(parameterIndex, x)

For documentation of this method, see java.sql.PreparedStatement#setNString(int, String).

Parameters Name Type Description parameterIndex Integer The index of the parameter to set (the first parameter is 1, the second is 2, and so on). x String The parameter value to set. Authorization

Scripts that use this method require authorization with one or more of the following scopes:

setNString(parameterName, value)

For documentation of this method, see java.sql.CallableStatement#setNString(String, String).

Parameters Name Type Description parameterName String The name of the parameter to set. value String The parameter value to set. Authorization

Scripts that use this method require authorization with one or more of the following scopes:

setNull(parameterIndex, sqlType)

For documentation of this method, see java.sql.PreparedStatement#setNull(int, int).

Parameters Name Type Description parameterIndex Integer The index of the parameter to set (the first parameter is 1, the second is 2, and so on). sqlType Integer The SQL type of the specified parameter. Authorization

Scripts that use this method require authorization with one or more of the following scopes:

setNull(parameterIndex, sqlType, typeName)

For documentation of this method, see java.sql.PreparedStatement#setNull(int, int, String).

Parameters Name Type Description parameterIndex Integer The index of the parameter to set (the first parameter is 1, the second is 2, and so on). sqlType Integer The SQL type of the specified parameter. typeName String The fully-qualifed name of an SQL user-defined type. Ignored if the parameter isn't a user-defined type or REF. Authorization

Scripts that use this method require authorization with one or more of the following scopes:

setNull(parameterName, sqlType)

For documentation of this method, see java.sql.CallableStatement#setNull(String, int).

Parameters Name Type Description parameterName String The name of the parameter to set. sqlType Integer The SQL type code. Authorization

Scripts that use this method require authorization with one or more of the following scopes:

setNull(parameterName, sqlType, typeName)

For documentation of this method, see java.sql.CallableStatement#setNull(String, int, String).

Parameters Name Type Description parameterName String The name of the parameter to set. sqlType Integer The SQL type. typeName String The fully-qualified name of an SQL user-defined type; ignored if the parameter is not a user-defined type or SQL REF value. Authorization

Scripts that use this method require authorization with one or more of the following scopes:

setObject(index, x)

For documentation of this method, see java.sql.PreparedStatement#setObject(int, Object).

Parameters Name Type Description index Integer The index of the parameter to set (the first parameter is 1, the second is 2, and so on). x Object The object containing the value to set the parameter to. Authorization

Scripts that use this method require authorization with one or more of the following scopes:

setObject(parameterIndex, x, targetSqlType)

For documentation of this method, see java.sql.PreparedStatement#setObject(int, Object, int).

Parameters Name Type Description parameterIndex Integer The index of the parameter to set (the first parameter is 1, the second is 2, and so on). x Object The object containing the value to set the parameter to. targetSqlType Integer The SQL type to send to the database. Authorization

Scripts that use this method require authorization with one or more of the following scopes:

setObject(parameterIndex, x, targetSqlType, scaleOrLength)

For documentation of this method, see java.sql.PreparedStatement#setObject(int, Object, int, int).

Parameters Name Type Description parameterIndex Integer The index of the parameter to set (the first parameter is 1, the second is 2, and so on). x Object The object containing the value to set the parameter to. targetSqlType Integer The SQL type to send to the database. The scale argument may further qualify this type. scaleOrLength Integer The number of digits after the decimal for DECIMAL or NUMERIC types, or the length of data for InputStream or Reader types. Ignored for all other types. Authorization

Scripts that use this method require authorization with one or more of the following scopes:

setObject(parameterName, x)

For documentation of this method, see java.sql.CallableStatement#setObject(String, Object).

Parameters Name Type Description parameterName String The name of the parameter to set. x Object The object containing the value to set. Authorization

Scripts that use this method require authorization with one or more of the following scopes:

setObject(parameterName, x, targetSqlType)

For documentation of this method, see java.sql.CallableStatement#setObject(String, Object, int).

Parameters Name Type Description parameterName String The name of the parameter to set. x Object The object containing the value to set. targetSqlType Integer The SQL type sent to the database. Authorization

Scripts that use this method require authorization with one or more of the following scopes:

setObject(parameterName, x, targetSqlType, scale)

For documentation of this method, see java.sql.CallableStatement#setObject(String, Object, int, int).

Parameters Name Type Description parameterName String The name of the parameter to set. x Object The object containing the value to set. targetSqlType Integer The SQL type sent to the database. The scale parameter may further qualify this type. scale Integer The number of digits after the decimal point for DECIMAL and NUMERIC types. Ignored for all other types. Authorization

Scripts that use this method require authorization with one or more of the following scopes:

setPoolable(poolable)

For documentation of this method, see java.sql.Statement#setPoolable(boolean).

Parameters Name Type Description poolable Boolean If true, requests that this statement be pooled; otherwise requests it not be pooled. Authorization

Scripts that use this method require authorization with one or more of the following scopes:

setQueryTimeout(seconds)

For documentation of this method, see java.sql.Statement#setQueryTimeout(int).

Parameters Name Type Description seconds Integer The new query timeout in seconds; a value of 0 indicates no timeout. Authorization

Scripts that use this method require authorization with one or more of the following scopes:

setRef(parameterIndex, x)

For documentation of this method, see java.sql.PreparedStatement#setRef(int, Ref).

Parameters Name Type Description parameterIndex Integer The index of the parameter to set (the first parameter is 1, the second is 2, and so on). x JdbcRef The SQL REF value to set. Authorization

Scripts that use this method require authorization with one or more of the following scopes:

setRowId(parameterIndex, x)

For documentation of this method, see java.sql.PreparedStatement#setRowId(int, RowId).

Parameters Name Type Description parameterIndex Integer The index of the parameter to set (the first parameter is 1, the second is 2, and so on). x JdbcRowId The parameter value to set. Authorization

Scripts that use this method require authorization with one or more of the following scopes:

setRowId(parameterName, x)

For documentation of this method, see java.sql.CallableStatement#setRowId(String, RowId).

Parameters Name Type Description parameterName String The name of the parameter to set. x JdbcRowId The parameter value to set. Authorization

Scripts that use this method require authorization with one or more of the following scopes:

setSQLXML(parameterIndex, x)

For documentation of this method, see java.sql.PreparedStatement#setSQLXML(int, SQLXML).

Parameters Name Type Description parameterIndex Integer The index of the parameter to set (the first parameter is 1, the second is 2, and so on). x JdbcSQLXML The parameter value to set. Authorization

Scripts that use this method require authorization with one or more of the following scopes:

setSQLXML(parameterName, xmlObject)

For documentation of this method, see java.sql.CallableStatement#setSQLXML(String, SQLXML).

Parameters Name Type Description parameterName String The name of the parameter to set. xmlObject JdbcSQLXML A SQLXML object that maps to an SQL XML value. Authorization

Scripts that use this method require authorization with one or more of the following scopes:

setShort(parameterIndex, x)

For documentation of this method, see java.sql.PreparedStatement#setShort(int, short).

Parameters Name Type Description parameterIndex Integer The index of the parameter to set (the first parameter is 1, the second is 2, and so on). x Integer The parameter value to set. Authorization

Scripts that use this method require authorization with one or more of the following scopes:

setShort(parameterName, x)

For documentation of this method, see java.sql.CallableStatement#setShort(String, short).

Parameters Name Type Description parameterName String The name of the parameter to set. x Integer The parameter value to set. Authorization

Scripts that use this method require authorization with one or more of the following scopes:

setString(parameterIndex, x)

For documentation of this method, see java.sql.PreparedStatement#setString(int, String).

Parameters Name Type Description parameterIndex Integer The index of the parameter to set (the first parameter is 1, the second is 2, and so on). x String The parameter value to set. Authorization

Scripts that use this method require authorization with one or more of the following scopes:

setString(parameterName, x)

For documentation of this method, see java.sql.CallableStatement#setString(String, String).

Parameters Name Type Description parameterName String The name of the parameter to set. x String The parameter value to set. Authorization

Scripts that use this method require authorization with one or more of the following scopes:

setTime(parameterIndex, x)

For documentation of this method, see java.sql.PreparedStatement#setTime(int, Time).

Parameters Name Type Description parameterIndex Integer The index of the parameter to set (the first parameter is 1, the second is 2, and so on). x JdbcTime The parameter value to set. Authorization

Scripts that use this method require authorization with one or more of the following scopes:

setTime(parameterIndex, x, timeZone)

For documentation of this method, see java.sql.PreparedStatement#setTime(int, Time, Calendar).

Parameters Name Type Description parameterIndex Integer The index of the parameter to set (the first parameter is 1, the second is 2, and so on). x JdbcTime The parameter value to set. timeZone String A time zone string used to construct java.lang.Calendar instance, which in turn is used to build the date. Several formats of time zone strings are recognized: short IDs (such as PST, EST, and GMT), long IDs (such as US/Pacific and America/Los_Angeles), and offsets (such as GMT+6:30). Authorization

Scripts that use this method require authorization with one or more of the following scopes:

setTime(parameterName, x)

For documentation of this method, see java.sql.CallableStatement#setTime(String, Time).

Parameters Name Type Description parameterName String The name of the parameter to set. x JdbcTime The parameter value to set. Authorization

Scripts that use this method require authorization with one or more of the following scopes:

setTime(parameterName, x, timeZone)

For documentation of this method, see java.sql.CallableStatement#setTime(String, Time, Calendar).

Parameters Name Type Description parameterName String The name of the parameter to set. x JdbcTime The parameter value to set. timeZone String A time zone string used to construct java.lang.Calendar instance, which in turn is used to build the date. Several formats of time zone strings are recognized: short IDs (such as PST, EST, and GMT), long IDs (such as US/Pacific and America/Los_Angeles), and offsets (such as GMT+6:30). Authorization

Scripts that use this method require authorization with one or more of the following scopes:

setTimestamp(parameterIndex, x)

For documentation of this method, see java.sql.PreparedStatement#setTimestamp(int, Timestamp).

Parameters Name Type Description parameterIndex Integer The index of the parameter to set (the first parameter is 1, the second is 2, and so on). x JdbcTimestamp The parameter value to set. Authorization

Scripts that use this method require authorization with one or more of the following scopes:

setTimestamp(parameterIndex, x, timeZone)

For documentation of this method, see java.sql.PreparedStatement#setTimestamp(int, Timestamp, Calendar).

Parameters Name Type Description parameterIndex Integer The index of the parameter to set (the first parameter is 1, the second is 2, and so on). x JdbcTimestamp The parameter value to set. timeZone String A time zone string used to construct java.lang.Calendar instance, which in turn is used to build the date. Several formats of time zone strings are recognized: short IDs (such as PST, EST, and GMT), long IDs (such as US/Pacific and America/Los_Angeles), and offsets (such as GMT+6:30). Authorization

Scripts that use this method require authorization with one or more of the following scopes:

setTimestamp(parameterName, x)

For documentation of this method, see java.sql.CallableStatement#setTimestamp(String, Timestamp).

Parameters Name Type Description parameterName String The name of the parameter to set. x JdbcTimestamp The parameter value to set. Authorization

Scripts that use this method require authorization with one or more of the following scopes:

setTimestamp(parameterName, x, timeZone)

For documentation of this method, see java.sql.CallableStatement#setTimestamp(String, Timestamp, Calendar).

Parameters Name Type Description parameterName String The name of the parameter to set. x JdbcTimestamp The parameter value to set. timeZone String A time zone string used to construct java.lang.Calendar instance, which in turn is used to build the date. Several formats of time zone strings are recognized: short IDs (such as PST, EST, and GMT), long IDs (such as US/Pacific and America/Los_Angeles), and offsets (such as GMT+6:30). Authorization

Scripts that use this method require authorization with one or more of the following scopes:

setURL(parameterIndex, x)

For documentation of this method, see java.sql.PreparedStatement#setURL(int, URL).

Parameters Name Type Description parameterIndex Integer The index of the parameter to set (the first parameter is 1, the second is 2, and so on). x String The parameter value to set. Authorization

Scripts that use this method require authorization with one or more of the following scopes:

setURL(parameterName, val)

For documentation of this method, see java.sql.CallableStatement#setURL(String, URL).

Parameters Name Type Description parameterName String The name of the parameter to set. val String The parameter value to set. Authorization

Scripts that use this method require authorization with one or more of the following scopes:

wasNull()

For documentation of this method, see java.sql.CallableStatement#wasNull().

Return

Booleantrue if the last parameter read was null; returns false otherwise.

Authorization

Scripts that use this method require authorization with one or more of the following scopes:

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2024-12-05 UTC.

[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-12-05 UTC."],[[["`JdbcCallableStatement` methods in Apps Script enable interaction with database stored procedures using JDBC."],["Methods cover functionalities like executing procedures, setting input parameters, and retrieving output/result sets."],["Each method's documentation details its purpose, parameters, return type, and authorization requirements."],["Authorization with the `https://www.googleapis.com/auth/script.external_request` scope is necessary for all methods."],["Comprehensive documentation and links to corresponding Java documentation provide detailed guidance."]]],["`JdbcCallableStatement` manages SQL stored procedures and parameters, enabling batch operations (`addBatch`, `executeBatch`), execution (`execute`, `executeQuery`, `executeUpdate`), and parameter management (`clearParameters`, `registerOutParameter`). Data retrieval uses `get...()` methods (e.g., `getInt`, `getString`), while `set...()` methods (e.g., `setInt`, `setString`) set parameter values. Metadata and properties are accessed via methods like `getConnection`, and statement control is achieved using `close` and `cancel`. Methods often have variants for indexed or named parameters. The `wasNull` method tells if the last read parameter is null. `setTime`, `setTimestamp`, and `setURL` set values. All of them require external request authorization.\n"]]


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4