Class JdbcCallableStatement

JdbcCallableবিবৃতি

একটি JDBC CallableStatement । এই ক্লাসের ডকুমেন্টেশনের জন্য, java.sql.CallableStatement দেখুন।

পদ্ধতি

পদ্ধতি রিটার্ন টাইপ সংক্ষিপ্ত বিবরণ
addBatch() void এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.PreparedStatement#addBatch() দেখুন।
addBatch(sql) void এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.Statement#addBatch(String) দেখুন।
cancel() void এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.Statement#cancel() দেখুন।
clearBatch() void এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.Statement#clearBatch() দেখুন।
clearParameters() void এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.PreparedStatement#clearParameters() দেখুন।
clearWarnings() void এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.Statement#clearWarnings() দেখুন।
close() void এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.Statement#close() দেখুন।
execute() Boolean এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.PreparedStatement#execute() দেখুন।
execute(sql) Boolean এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.Statement#execute(String) দেখুন।
execute(sql, autoGeneratedKeys) Boolean এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.Statement#execute(String, int) দেখুন।
execute(sql, columnIndexes) Boolean এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.Statement#execute(String, int[]) দেখুন।
execute(sql, columnNames) Boolean এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.Statement#execute(String, String[]) দেখুন।
executeBatch() Integer[] এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.Statement#executeBatch() দেখুন।
executeBatch(parameters) Integer[] ডাটাবেসে একগুচ্ছ কমান্ড কার্যকর করার জন্য জমা দেয় এবং যদি সমস্ত কমান্ড সফলভাবে কার্যকর হয়, তাহলে আপডেট গণনার একটি অ্যারে ফেরত দেয়।
executeQuery() JdbcResultSet এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.PreparedStatement#executeQuery() দেখুন।
executeQuery(sql) JdbcResultSet এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.Statement#executeQuery(String) দেখুন।
executeUpdate() Integer এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.PreparedStatement#executeUpdate() দেখুন।
executeUpdate(sql) Integer এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.Statement#executeUpdate(String) দেখুন।
executeUpdate(sql, autoGeneratedKeys) Integer এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.Statement#executeUpdate(String, int) দেখুন।
executeUpdate(sql, columnIndexes) Integer এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.Statement#executeUpdate(String, int[]) দেখুন।
executeUpdate(sql, columnNames) Integer এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.Statement#executeUpdate(String, String[]) দেখুন।
getArray(parameterIndex) JdbcArray এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.CallableStatement#getArray(int) দেখুন।
getArray(parameterName) JdbcArray এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.CallableStatement#getArray(String) দেখুন।
getBigDecimal(parameterIndex) BigNumber এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.CallableStatement#getBigDecimal(int) দেখুন।
getBigDecimal(parameterName) BigNumber এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.CallableStatement#getBigDecimal(String) দেখুন।
getBlob(parameterIndex) JdbcBlob এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.CallableStatement#getBlob(int) দেখুন।
getBlob(parameterName) JdbcBlob এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.CallableStatement#getBlob(String) দেখুন।
getBoolean(parameterIndex) Boolean এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.CallableStatement#getBoolean(int) দেখুন।
getBoolean(parameterName) Boolean এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.CallableStatement#getBoolean(String) দেখুন।
getByte(parameterIndex) Byte এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.CallableStatement#getByte(int) দেখুন।
getByte(parameterName) Byte এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.CallableStatement#getByte(String) দেখুন।
getBytes(parameterIndex) Byte[] এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.CallableStatement#getBytes(int) দেখুন।
getBytes(parameterName) Byte[] এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.CallableStatement#getBytes(String) দেখুন।
getClob(parameterIndex) JdbcClob এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.CallableStatement#getClob(int) দেখুন।
getClob(parameterName) JdbcClob এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.CallableStatement#getClob(String) দেখুন।
getConnection() JdbcConnection এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.Statement#getConnection() দেখুন।
getDate(parameterIndex) JdbcDate এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.CallableStatement#getDate(int) দেখুন।
getDate(parameterIndex, timeZone) JdbcDate এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.CallableStatement#getDate(int, Calendar) দেখুন।
getDate(parameterName) JdbcDate এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.CallableStatement#getDate(String) দেখুন।
getDate(parameterName, timeZone) JdbcDate এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.CallableStatement#getDate(String, Calendar) দেখুন।
getDouble(parameterIndex) Number এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.CallableStatement#getDouble(int) দেখুন।
getDouble(parameterName) Number এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.CallableStatement#getDouble(String) দেখুন।
getFetchDirection() Integer এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.Statement#getFetchDirection() দেখুন।
getFetchSize() Integer এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.Statement#getFetchSize() দেখুন।
getFloat(parameterIndex) Number এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.CallableStatement#getFloat(int) দেখুন।
getFloat(parameterName) Number এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.CallableStatement#getFloat(String) দেখুন।
getGeneratedKeys() JdbcResultSet এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.Statement#getGeneratedKeys() দেখুন।
getInt(parameterIndex) Integer এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.CallableStatement#getInt(int) দেখুন।
getInt(parameterName) Integer এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.CallableStatement#getInt(String) দেখুন।
getLong(parameterIndex) Integer এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.CallableStatement#getLong(int) দেখুন।
getLong(parameterName) Integer এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.CallableStatement#getLong(String) দেখুন।
getMaxFieldSize() Integer এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.Statement#getMaxFieldSize() দেখুন।
getMaxRows() Integer এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.Statement#getMaxRows() দেখুন।
getMetaData() JdbcResultSetMetaData এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.PreparedStatement#getMetaData() দেখুন।
getMoreResults() Boolean এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.Statement#getMoreResults() দেখুন।
getMoreResults(current) Boolean এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.Statement#getMoreResults(int) দেখুন।
getNClob(parameterIndex) JdbcClob এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.CallableStatement#getNClob(int) দেখুন।
getNClob(parameterName) JdbcClob এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.CallableStatement#getNClob(String) দেখুন।
getNString(parameterIndex) String এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.CallableStatement#getNString(int) দেখুন।
getNString(parameterName) String এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.CallableStatement#getNString(String) দেখুন।
getObject(parameterIndex) Object এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.CallableStatement#getObject(int) দেখুন।
getObject(parameterName) Object এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.CallableStatement#getObject(String) দেখুন।
getParameterMetaData() JdbcParameterMetaData এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.PreparedStatement#getParameterMetaData() দেখুন।
getQueryTimeout() Integer এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.Statement#getQueryTimeout() দেখুন।
getRef(parameterIndex) JdbcRef এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.CallableStatement#getRef(int) দেখুন।
getRef(parameterName) JdbcRef এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.CallableStatement#getRef(String) দেখুন।
getResultSet() JdbcResultSet এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.Statement#getResultSet() দেখুন।
getResultSetConcurrency() Integer এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.Statement#getResultSetConcurrency() দেখুন।
getResultSetHoldability() Integer এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.Statement#getResultSetHoldability() দেখুন।
getResultSetType() Integer এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.Statement#getResultSetType() দেখুন।
getRowId(parameterIndex) JdbcRowId এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.CallableStatement#getRowId(int) দেখুন।
getRowId(parameterName) JdbcRowId এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.CallableStatement#getRowId(String) দেখুন।
getSQLXML(parameterIndex) JdbcSQLXML এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.CallableStatement#getSQLXML(int) দেখুন।
getSQLXML(parameterName) JdbcSQLXML এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.CallableStatement#getSQLXML(String) দেখুন।
getShort(parameterIndex) Integer এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.CallableStatement#getShort(int) দেখুন।
getShort(parameterName) Integer এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.CallableStatement#getShort(String) দেখুন।
getString(parameterIndex) String এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.CallableStatement#getString(int) দেখুন।
getString(parameterName) String এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.CallableStatement#getString(String) দেখুন।
getTime(parameterIndex) JdbcTime এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.CallableStatement#getTime(int) দেখুন।
getTime(parameterIndex, timeZone) JdbcTime এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.CallableStatement#getTime(int, Calendar) দেখুন।
getTime(parameterName) JdbcTime এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.CallableStatement#getTime(String) দেখুন।
getTime(parameterName, timeZone) JdbcTime এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.CallableStatement#getTime(String, Calendar) দেখুন।
getTimestamp(parameterIndex) JdbcTimestamp এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.CallableStatement#getTimestamp(int) দেখুন।
getTimestamp(parameterIndex, timeZone) JdbcTimestamp এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.CallableStatement#getTimestamp(int, Calendar) দেখুন।
getTimestamp(parameterName) JdbcTimestamp এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.CallableStatement#getTimestamp(String) দেখুন।
getTimestamp(parameterName, timeZone) JdbcTimestamp এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.CallableStatement#getTimestamp(String, Calendar) দেখুন।
getURL(parameterIndex) String এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.CallableStatement#getURL(int) দেখুন।
getURL(parameterName) String এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.CallableStatement#getURL(String) দেখুন।
getUpdateCount() Integer এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.Statement#getUpdateCount() দেখুন।
getWarnings() String[] এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.Statement#getWarnings() দেখুন।
isClosed() Boolean এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.Statement#isClosed() দেখুন।
isPoolable() Boolean এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.Statement#isPoolable() দেখুন।
registerOutParameter(parameterIndex, sqlType) void এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.CallableStatement#registerOutParameter(int, int) দেখুন।
registerOutParameter(parameterIndex, sqlType, scale) void এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.CallableStatement#registerOutParameter(int, int, int) দেখুন।
registerOutParameter(parameterIndex, sqlType, typeName) void এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.CallableStatement#registerOutParameter(int, int, String) দেখুন।
registerOutParameter(parameterName, sqlType) void এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.CallableStatement#registerOutParameter(String, int) দেখুন।
registerOutParameter(parameterName, sqlType, scale) void এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.CallableStatement#registerOutParameter(String, int, int) দেখুন।
registerOutParameter(parameterName, sqlType, typeName) void এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.CallableStatement#registerOutParameter(String, int, String) দেখুন।
setArray(parameterIndex, x) void এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.PreparedStatement#setArray(int, Array) দেখুন।
setBigDecimal(parameterIndex, x) void এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.PreparedStatement#setBigDecimal(int, BigDecimal) দেখুন।
setBigDecimal(parameterName, x) void এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.CallableStatement#setBigDecimal(String, BigDecimal) দেখুন।
setBlob(parameterIndex, x) void এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.PreparedStatement#setBlob(int, Clob) দেখুন।
setBlob(parameterName, x) void এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.CallableStatement#setBlob(String, Blob) দেখুন।
setBoolean(parameterIndex, x) void এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.PreparedStatement#setBoolean(int, boolean) দেখুন।
setBoolean(parameterName, x) void এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.CallableStatement#setBoolean(String, boolean) দেখুন।
setByte(parameterIndex, x) void এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.PreparedStatement#setByte(int, byte) দেখুন।
setByte(parameterName, x) void এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.CallableStatement#setByte(String, byte) দেখুন।
setBytes(parameterIndex, x) void এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.PreparedStatement#setBytes(int, byte[]) দেখুন।
setBytes(parameterName, x) void এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.CallableStatement#setBytes(String, byte[]) দেখুন।
setClob(parameterIndex, x) void এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.PreparedStatement#setClob(int, Clob) দেখুন।
setClob(parameterName, x) void এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.CallableStatement#setBlob(String, Clob) দেখুন।
setCursorName(name) void এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.Statement#setCursorName(String) দেখুন।
setDate(parameterIndex, x) void এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.PreparedStatement#setDate(int, Date) দেখুন।
setDate(parameterIndex, x, timeZone) void এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.PreparedStatement#setDate(int, Date, Calendar) দেখুন।
setDate(parameterName, x) void এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.CallableStatement#setDate(String, Date) দেখুন।
setDate(parameterName, x, timeZone) void এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.CallableStatement#setDate(String, Date, Calendar) দেখুন।
setDouble(parameterIndex, x) void এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.PreparedStatement#setDouble(int, double) দেখুন।
setDouble(parameterName, x) void এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.CallableStatement#setDouble(String, double) দেখুন।
setEscapeProcessing(enable) void এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.Statement#setEscapeProcessing(boolean) দেখুন।
setFetchDirection(direction) void এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.Statement#setFetchDirection(int) দেখুন।
setFetchSize(rows) void এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.Statement#setFetchSize(int) দেখুন।
setFloat(parameterIndex, x) void এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.PreparedStatement#setFloat(int, float) দেখুন।
setFloat(parameterName, x) void এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.CallableStatement#setFloat(String, float) দেখুন।
setInt(parameterIndex, x) void এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.PreparedStatement#setInt(int, int) দেখুন।
setInt(parameterName, x) void এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.CallableStatement#setInt(String, int) দেখুন।
setLong(parameterIndex, x) void এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.PreparedStatement#setLong(int, long) দেখুন।
setLong(parameterName, x) void এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.CallableStatement#setLong(String, long) দেখুন।
setMaxFieldSize(max) void এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.Statement#setMaxFieldSize(int) দেখুন।
setMaxRows(max) void এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.Statement#setMaxRows(int) দেখুন।
setNClob(parameterIndex, x) void এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.PreparedStatement#setNClob(int, NClob) দেখুন।
setNClob(parameterName, value) void এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.CallableStatement#setNClob(String, NClob) দেখুন।
setNString(parameterIndex, x) void এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.PreparedStatement#setNString(int, String) দেখুন।
setNString(parameterName, value) void এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.CallableStatement#setNString(String, String) দেখুন।
setNull(parameterIndex, sqlType) void এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.PreparedStatement#setNull(int, int) দেখুন।
setNull(parameterIndex, sqlType, typeName) void এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.PreparedStatement#setNull(int, int, String) দেখুন।
setNull(parameterName, sqlType) void এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.CallableStatement#setNull(String, int) দেখুন।
setNull(parameterName, sqlType, typeName) void এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.CallableStatement#setNull(String, int, String) দেখুন।
setObject(index, x) void এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.PreparedStatement#setObject(int, Object) দেখুন।
setObject(parameterIndex, x, targetSqlType) void এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.PreparedStatement#setObject(int, Object, int) দেখুন।
setObject(parameterIndex, x, targetSqlType, scaleOrLength) void এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.PreparedStatement#setObject(int, Object, int, int) দেখুন।
setObject(parameterName, x) void এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.CallableStatement#setObject(String, Object) দেখুন।
setObject(parameterName, x, targetSqlType) void এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.CallableStatement#setObject(String, Object, int) দেখুন।
setObject(parameterName, x, targetSqlType, scale) void এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.CallableStatement#setObject(String, Object, int, int) দেখুন।
setPoolable(poolable) void এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.Statement#setPoolable(boolean) দেখুন।
setQueryTimeout(seconds) void এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.Statement#setQueryTimeout(int) দেখুন।
setRef(parameterIndex, x) void এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.PreparedStatement#setRef(int, Ref) দেখুন।
setRowId(parameterIndex, x) void এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.PreparedStatement#setRowId(int, RowId) দেখুন।
setRowId(parameterName, x) void এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.CallableStatement#setRowId(String, RowId) দেখুন।
setSQLXML(parameterIndex, x) void এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.PreparedStatement#setSQLXML(int, SQLXML) দেখুন।
setSQLXML(parameterName, xmlObject) void এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.CallableStatement#setSQLXML(String, SQLXML) দেখুন।
setShort(parameterIndex, x) void এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.PreparedStatement#setShort(int, short) দেখুন।
setShort(parameterName, x) void এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.CallableStatement#setShort(String, short) দেখুন।
setString(parameterIndex, x) void এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.PreparedStatement#setString(int, String) দেখুন।
setString(parameterName, x) void এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.CallableStatement#setString(String, String) দেখুন।
setTime(parameterIndex, x) void এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.PreparedStatement#setTime(int, Time) দেখুন।
setTime(parameterIndex, x, timeZone) void এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.PreparedStatement#setTime(int, Time, Calendar) দেখুন।
setTime(parameterName, x) void এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.CallableStatement#setTime(String, Time) দেখুন।
setTime(parameterName, x, timeZone) void এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.CallableStatement#setTime(String, Time, Calendar) দেখুন।
setTimestamp(parameterIndex, x) void এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.PreparedStatement#setTimestamp(int, Timestamp) দেখুন।
setTimestamp(parameterIndex, x, timeZone) void এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.PreparedStatement#setTimestamp(int, Timestamp, Calendar) দেখুন।
setTimestamp(parameterName, x) void এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.CallableStatement#setTimestamp(String, Timestamp) দেখুন।
setTimestamp(parameterName, x, timeZone) void এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.CallableStatement#setTimestamp(String, Timestamp, Calendar) দেখুন।
setURL(parameterIndex, x) void এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.PreparedStatement#setURL(int, URL) দেখুন।
setURL(parameterName, val) void এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.CallableStatement#setURL(String, URL) দেখুন।
wasNull() Boolean এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.CallableStatement#wasNull() দেখুন।

বিস্তারিত ডকুমেন্টেশন

addBatch()

এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.PreparedStatement#addBatch() দেখুন।

অনুমোদন

এই পদ্ধতি ব্যবহার করে এমন স্ক্রিপ্টগুলির জন্য নিম্নলিখিত এক বা একাধিক স্কোপের অনুমোদন প্রয়োজন:

  • https://www.googleapis.com/auth/script.external_request

addBatch(sql)

এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.Statement#addBatch(String) দেখুন।

পরামিতি

নাম আদর্শ বিবরণ
sql String এই বিবৃতিতে যোগ করার জন্য SQL কমান্ড, সাধারণত একটি SQL INSERT অথবা UPDATE

অনুমোদন

এই পদ্ধতি ব্যবহার করে এমন স্ক্রিপ্টগুলির জন্য নিম্নলিখিত এক বা একাধিক স্কোপের অনুমোদন প্রয়োজন:

  • https://www.googleapis.com/auth/script.external_request

cancel()

এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.Statement#cancel() দেখুন।

অনুমোদন

এই পদ্ধতি ব্যবহার করে এমন স্ক্রিপ্টগুলির জন্য নিম্নলিখিত এক বা একাধিক স্কোপের অনুমোদন প্রয়োজন:

  • https://www.googleapis.com/auth/script.external_request

clearBatch()

এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.Statement#clearBatch() দেখুন।

অনুমোদন

এই পদ্ধতি ব্যবহার করে এমন স্ক্রিপ্টগুলির জন্য নিম্নলিখিত এক বা একাধিক স্কোপের অনুমোদন প্রয়োজন:

  • https://www.googleapis.com/auth/script.external_request

clearParameters()

এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.PreparedStatement#clearParameters() দেখুন।

অনুমোদন

এই পদ্ধতি ব্যবহার করে এমন স্ক্রিপ্টগুলির জন্য নিম্নলিখিত এক বা একাধিক স্কোপের অনুমোদন প্রয়োজন:

  • https://www.googleapis.com/auth/script.external_request

clearWarnings()

এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.Statement#clearWarnings() দেখুন।

অনুমোদন

এই পদ্ধতি ব্যবহার করে এমন স্ক্রিপ্টগুলির জন্য নিম্নলিখিত এক বা একাধিক স্কোপের অনুমোদন প্রয়োজন:

  • https://www.googleapis.com/auth/script.external_request

close()

এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.Statement#close() দেখুন।


execute()

এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.PreparedStatement#execute() দেখুন।

প্রত্যাবর্তন

Boolean — যদি প্রথম ফলাফলটি একটি ফলাফল সেট হয় তবে true ; যদি প্রথম ফলাফলটি একটি আপডেট গণনা হয় বা কোনও ফলাফল না থাকে তবে false

অনুমোদন

এই পদ্ধতি ব্যবহার করে এমন স্ক্রিপ্টগুলির জন্য নিম্নলিখিত এক বা একাধিক স্কোপের অনুমোদন প্রয়োজন:

  • https://www.googleapis.com/auth/script.external_request

execute(sql)

এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.Statement#execute(String) দেখুন।

পরামিতি

নাম আদর্শ বিবরণ
sql String কার্যকর করার জন্য SQL স্টেটমেন্ট।

প্রত্যাবর্তন

Boolean — যদি প্রথম ফলাফলটি একটি ফলাফল সেট হয় তবে true ; যদি এটি একটি আপডেট গণনা হয় বা কোনও ফলাফল না থাকে তবে false

অনুমোদন

এই পদ্ধতি ব্যবহার করে এমন স্ক্রিপ্টগুলির জন্য নিম্নলিখিত এক বা একাধিক স্কোপের অনুমোদন প্রয়োজন:

  • https://www.googleapis.com/auth/script.external_request

execute(sql, autoGeneratedKeys)

এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.Statement#execute(String, int) দেখুন।

পরামিতি

নাম আদর্শ বিবরণ
sql String কার্যকর করার জন্য SQL স্টেটমেন্ট।
autoGeneratedKeys Integer একটি পতাকা যা নির্দেশ করে যে স্বয়ংক্রিয়ভাবে তৈরি কীগুলি ভবিষ্যতে পুনরুদ্ধারের জন্য উপলব্ধ করা হবে কিনা; হয় Jdbc.Statement.RETURN_GENERATED_KEYS অথবা Jdbc.Statement.NO_GENERATED_KEYS

প্রত্যাবর্তন

Boolean — যদি প্রথম ফলাফলটি একটি ফলাফল সেট হয় তবে true ; যদি এটি একটি আপডেট গণনা হয় বা কোনও ফলাফল না থাকে তবে false

অনুমোদন

এই পদ্ধতি ব্যবহার করে এমন স্ক্রিপ্টগুলির জন্য নিম্নলিখিত এক বা একাধিক স্কোপের অনুমোদন প্রয়োজন:

  • https://www.googleapis.com/auth/script.external_request

execute(sql, columnIndexes)

এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.Statement#execute(String, int[]) দেখুন।

পরামিতি

নাম আদর্শ বিবরণ
sql String কার্যকর করার জন্য SQL স্টেটমেন্ট।
columnIndexes Integer[] যেসব কলামের স্বয়ংক্রিয়ভাবে তৈরি কীগুলি ভবিষ্যতে পুনরুদ্ধারের জন্য উপলব্ধ করা হয়েছে, তার মধ্যে কলামের সূচকগুলি।

প্রত্যাবর্তন

Boolean — যদি প্রথম ফলাফলটি একটি ফলাফল সেট হয় তবে true ; যদি এটি একটি আপডেট গণনা হয় বা কোনও ফলাফল না থাকে তবে false

অনুমোদন

এই পদ্ধতি ব্যবহার করে এমন স্ক্রিপ্টগুলির জন্য নিম্নলিখিত এক বা একাধিক স্কোপের অনুমোদন প্রয়োজন:

  • https://www.googleapis.com/auth/script.external_request

execute(sql, columnNames)

এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.Statement#execute(String, String[]) দেখুন।

পরামিতি

নাম আদর্শ বিবরণ
sql String কার্যকর করার জন্য SQL স্টেটমেন্ট।
columnNames String[] যেসব কলামের স্বয়ংক্রিয়ভাবে তৈরি কীগুলি ভবিষ্যতে পুনরুদ্ধারের জন্য উপলব্ধ করা হয়েছে, তাদের নাম।

প্রত্যাবর্তন

Boolean — যদি প্রথম ফলাফলটি একটি ফলাফল সেট হয় তবে true ; যদি এটি একটি আপডেট গণনা হয় বা কোনও ফলাফল না থাকে তবে false

অনুমোদন

এই পদ্ধতি ব্যবহার করে এমন স্ক্রিপ্টগুলির জন্য নিম্নলিখিত এক বা একাধিক স্কোপের অনুমোদন প্রয়োজন:

  • https://www.googleapis.com/auth/script.external_request

executeBatch()

এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.Statement#executeBatch() দেখুন।

প্রত্যাবর্তন

Integer[] — ব্যাচের প্রতিটি কমান্ডের জন্য আপডেট গণনা করা হয়, যে ক্রমে ব্যাচে কমান্ড যোগ করা হয়েছিল সেই ক্রমে।

অনুমোদন

এই পদ্ধতি ব্যবহার করে এমন স্ক্রিপ্টগুলির জন্য নিম্নলিখিত এক বা একাধিক স্কোপের অনুমোদন প্রয়োজন:

  • https://www.googleapis.com/auth/script.external_request

executeBatch(parameters)

ডাটাবেসে এক্সিকিউশনের জন্য কমান্ডের একটি ব্যাচ জমা দেয় এবং যদি সমস্ত কমান্ড সফলভাবে এক্সিকিউট হয়, তাহলে আপডেট কাউন্টের একটি অ্যারে ফেরত পাঠায়। প্যারামিটার আর্গুমেন্ট হল একটি 2D অ্যারে, যেখানে প্রতিটি অভ্যন্তরীণ অ্যারে স্টেটমেন্টের একটি একক এক্সিকিউশনের জন্য প্যারামিটার ধারণ করে। উদাহরণস্বরূপ, যদি আপনার "INSERT INTO employees (name, age) VALUES (?, ?)" এর মতো একটি স্টেটমেন্ট থাকে, তাহলে প্যারামিটারগুলি [["John Doe", 30], ["John Smith", 25]] হতে পারে।

নিচের উদাহরণটি ব্যাচিং ব্যবহার করে একটি ডাটাবেসে একাধিক সারি সন্নিবেশ করায়:

var conn = Jdbc.getCloudSqlConnection("jdbc:google:mysql://...");
var stmt = conn.prepareStatement("INSERT INTO employees (name, age) VALUES (?, ?)");
var params = [["John Doe", 30], ["John Smith", 25]];
stmt.executeBatch(params);

পরামিতি

নাম আদর্শ বিবরণ
parameters Object[][] প্রতিটি ব্যাচের জন্য প্যারামিটারগুলি উপস্থাপন করে বস্তুর একটি 2D অ্যারে।

প্রত্যাবর্তন

Integer[] — ব্যাচের প্রতিটি কমান্ডের জন্য একটি করে উপাদান ধারণকারী আপডেট গণনার একটি অ্যারে।

থ্রো

Error — যদি ডাটাবেস অ্যাক্সেস ত্রুটি ঘটে।

অনুমোদন

এই পদ্ধতি ব্যবহার করে এমন স্ক্রিপ্টগুলির জন্য নিম্নলিখিত এক বা একাধিক স্কোপের অনুমোদন প্রয়োজন:

  • https://www.googleapis.com/auth/script.external_request

executeQuery()

এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.PreparedStatement#executeQuery() দেখুন।

প্রত্যাবর্তন

JdbcResultSet — একটি ফলাফল সেট যাতে কোয়েরি দ্বারা উৎপাদিত ডেটা থাকে।

অনুমোদন

এই পদ্ধতি ব্যবহার করে এমন স্ক্রিপ্টগুলির জন্য নিম্নলিখিত এক বা একাধিক স্কোপের অনুমোদন প্রয়োজন:

  • https://www.googleapis.com/auth/script.external_request

executeQuery(sql)

এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.Statement#executeQuery(String) দেখুন।

পরামিতি

নাম আদর্শ বিবরণ
sql String যে SQL স্টেটমেন্টটি এক্সিকিউট করা হবে, সাধারণত একটি স্ট্যাটিক SELECT

প্রত্যাবর্তন

JdbcResultSet — এক্সিকিউশনের ফলাফল ধারণকারী একটি ফলাফল সেট। এটি কখনই null হয় না।

অনুমোদন

এই পদ্ধতি ব্যবহার করে এমন স্ক্রিপ্টগুলির জন্য নিম্নলিখিত এক বা একাধিক স্কোপের অনুমোদন প্রয়োজন:

  • https://www.googleapis.com/auth/script.external_request

executeUpdate()

এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.PreparedStatement#executeUpdate() দেখুন।

প্রত্যাবর্তন

Integer — SQL ডেটা ম্যানিপুলেশন ল্যাঙ্গুয়েজ স্টেটমেন্টের সারি গণনা, অথবা SQL স্টেটমেন্টের জন্য 0 যা কিছুই ফেরত দেয় না।

অনুমোদন

এই পদ্ধতি ব্যবহার করে এমন স্ক্রিপ্টগুলির জন্য নিম্নলিখিত এক বা একাধিক স্কোপের অনুমোদন প্রয়োজন:

  • https://www.googleapis.com/auth/script.external_request

executeUpdate(sql)

এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.Statement#executeUpdate(String) দেখুন।

পরামিতি

নাম আদর্শ বিবরণ
sql String SQL ডেটা ম্যানিপুলেশন ল্যাঙ্গুয়েজ স্টেটমেন্ট (যেমন INSERT , UPDATE , অথবা DELETE ), অথবা এমন স্টেটমেন্ট যা কিছুই ফেরত দেয় না (যেমন DDL স্টেটমেন্ট)।

প্রত্যাবর্তন

Integer — হয় ডেটা ম্যানিপুলেশন ল্যাঙ্গুয়েজ স্টেটমেন্টের জন্য সারি গণনা, অথবা এমন স্টেটমেন্টের জন্য 0 যা কিছুই ফেরত দেয় না।

অনুমোদন

এই পদ্ধতি ব্যবহার করে এমন স্ক্রিপ্টগুলির জন্য নিম্নলিখিত এক বা একাধিক স্কোপের অনুমোদন প্রয়োজন:

  • https://www.googleapis.com/auth/script.external_request

executeUpdate(sql, autoGeneratedKeys)

এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.Statement#executeUpdate(String, int) দেখুন।

পরামিতি

নাম আদর্শ বিবরণ
sql String SQL ডেটা ম্যানিপুলেশন ল্যাঙ্গুয়েজ স্টেটমেন্ট (যেমন INSERT , UPDATE , অথবা DELETE ), অথবা এমন স্টেটমেন্ট যা কিছুই ফেরত দেয় না (যেমন DDL স্টেটমেন্ট)।
autoGeneratedKeys Integer একটি পতাকা যা নির্দেশ করে যে স্বয়ংক্রিয়ভাবে তৈরি কীগুলি ভবিষ্যতে পুনরুদ্ধারের জন্য উপলব্ধ করা হবে কিনা; হয় Jdbc.Statement.RETURN_GENERATED_KEYS অথবা Jdbc.Statement.NO_GENERATED_KEYS

প্রত্যাবর্তন

Integer — হয় ডেটা ম্যানিপুলেশন ল্যাঙ্গুয়েজ স্টেটমেন্টের জন্য সারি গণনা, অথবা এমন স্টেটমেন্টের জন্য 0 যা কিছুই ফেরত দেয় না।

অনুমোদন

এই পদ্ধতি ব্যবহার করে এমন স্ক্রিপ্টগুলির জন্য নিম্নলিখিত এক বা একাধিক স্কোপের অনুমোদন প্রয়োজন:

  • https://www.googleapis.com/auth/script.external_request

executeUpdate(sql, columnIndexes)

এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.Statement#executeUpdate(String, int[]) দেখুন।

পরামিতি

নাম আদর্শ বিবরণ
sql String SQL ডেটা ম্যানিপুলেশন ল্যাঙ্গুয়েজ স্টেটমেন্ট (যেমন INSERT , UPDATE , অথবা DELETE ), অথবা এমন স্টেটমেন্ট যা কিছুই ফেরত দেয় না (যেমন DDL স্টেটমেন্ট)।
columnIndexes Integer[] যেসব কলামের স্বয়ংক্রিয়ভাবে তৈরি কীগুলি ভবিষ্যতে পুনরুদ্ধারের জন্য উপলব্ধ করা হয়েছে, তার মধ্যে কলামের সূচকগুলি।

প্রত্যাবর্তন

Integer — হয় ডেটা ম্যানিপুলেশন ল্যাঙ্গুয়েজ স্টেটমেন্টের জন্য সারি গণনা, অথবা এমন স্টেটমেন্টের জন্য 0 যা কিছুই ফেরত দেয় না।

অনুমোদন

এই পদ্ধতি ব্যবহার করে এমন স্ক্রিপ্টগুলির জন্য নিম্নলিখিত এক বা একাধিক স্কোপের অনুমোদন প্রয়োজন:

  • https://www.googleapis.com/auth/script.external_request

executeUpdate(sql, columnNames)

এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.Statement#executeUpdate(String, String[]) দেখুন।

পরামিতি

নাম আদর্শ বিবরণ
sql String SQL ডেটা ম্যানিপুলেশন ল্যাঙ্গুয়েজ স্টেটমেন্ট (যেমন INSERT , UPDATE , অথবা DELETE ), অথবা এমন স্টেটমেন্ট যা কিছুই ফেরত দেয় না (যেমন DDL স্টেটমেন্ট)।
columnNames String[] যেসব কলামের স্বয়ংক্রিয়ভাবে তৈরি কীগুলি ভবিষ্যতে পুনরুদ্ধারের জন্য উপলব্ধ করা হয়েছে, তাদের নাম।

প্রত্যাবর্তন

Integer — হয় ডেটা ম্যানিপুলেশন ল্যাঙ্গুয়েজ স্টেটমেন্টের জন্য সারি গণনা, অথবা এমন স্টেটমেন্টের জন্য 0 যা কিছুই ফেরত দেয় না।

অনুমোদন

এই পদ্ধতি ব্যবহার করে এমন স্ক্রিপ্টগুলির জন্য নিম্নলিখিত এক বা একাধিক স্কোপের অনুমোদন প্রয়োজন:

  • https://www.googleapis.com/auth/script.external_request

getArray(parameterIndex)

এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.CallableStatement#getArray(int) দেখুন।

পরামিতি

নাম আদর্শ বিবরণ
parameterIndex Integer যে প্যারামিটারটি পুনরুদ্ধার করতে হবে তার সূচক (প্রথম প্যারামিটারটি 1, দ্বিতীয়টি 2, ইত্যাদি)।

প্রত্যাবর্তন

JdbcArray — একটি ARRAY প্যারামিটারের মান। মানটি null হলে null প্রদান করে।

অনুমোদন

এই পদ্ধতি ব্যবহার করে এমন স্ক্রিপ্টগুলির জন্য নিম্নলিখিত এক বা একাধিক স্কোপের অনুমোদন প্রয়োজন:

  • https://www.googleapis.com/auth/script.external_request

getArray(parameterName)

এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.CallableStatement#getArray(String) দেখুন।

পরামিতি

নাম আদর্শ বিবরণ
parameterName String প্যারামিটারের নাম।

প্রত্যাবর্তন

JdbcArray — একটি ARRAY প্যারামিটারের মান। মানটি null হলে null প্রদান করে।

অনুমোদন

এই পদ্ধতি ব্যবহার করে এমন স্ক্রিপ্টগুলির জন্য নিম্নলিখিত এক বা একাধিক স্কোপের অনুমোদন প্রয়োজন:

  • https://www.googleapis.com/auth/script.external_request

getBigDecimal(parameterIndex)

এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.CallableStatement#getBigDecimal(int) দেখুন।

পরামিতি

নাম আদর্শ বিবরণ
parameterIndex Integer যে প্যারামিটারটি পুনরুদ্ধার করতে হবে তার সূচক (প্রথম প্যারামিটারটি 1, দ্বিতীয়টি 2, ইত্যাদি)।

প্রত্যাবর্তন

BigNumber — সম্পূর্ণ নির্ভুলতার সাথে একটি NUMERIC প্যারামিটারের মান। মানটি null হলে null প্রদান করে।

অনুমোদন

এই পদ্ধতি ব্যবহার করে এমন স্ক্রিপ্টগুলির জন্য নিম্নলিখিত এক বা একাধিক স্কোপের অনুমোদন প্রয়োজন:

  • https://www.googleapis.com/auth/script.external_request

getBigDecimal(parameterName)

এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.CallableStatement#getBigDecimal(String) দেখুন।

পরামিতি

নাম আদর্শ বিবরণ
parameterName String প্যারামিটারের নাম।

প্রত্যাবর্তন

BigNumber — একটি NUMERIC প্যারামিটারের মান। মানটি null হলে null প্রদান করে।

অনুমোদন

এই পদ্ধতি ব্যবহার করে এমন স্ক্রিপ্টগুলির জন্য নিম্নলিখিত এক বা একাধিক স্কোপের অনুমোদন প্রয়োজন:

  • https://www.googleapis.com/auth/script.external_request

getBlob(parameterIndex)

এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.CallableStatement#getBlob(int) দেখুন।

পরামিতি

নাম আদর্শ বিবরণ
parameterIndex Integer যে প্যারামিটারটি পুনরুদ্ধার করতে হবে তার সূচক (প্রথম প্যারামিটারটি 1, দ্বিতীয়টি 2, ইত্যাদি)।

প্রত্যাবর্তন

JdbcBlob — একটি BLOB প্যারামিটারের মান। মান null হলে null প্রদান করে।

অনুমোদন

এই পদ্ধতি ব্যবহার করে এমন স্ক্রিপ্টগুলির জন্য নিম্নলিখিত এক বা একাধিক স্কোপের অনুমোদন প্রয়োজন:

  • https://www.googleapis.com/auth/script.external_request

getBlob(parameterName)

এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.CallableStatement#getBlob(String) দেখুন।

পরামিতি

নাম আদর্শ বিবরণ
parameterName String প্যারামিটারের নাম।

প্রত্যাবর্তন

JdbcBlob — একটি BLOB প্যারামিটারের মান। মান null হলে null প্রদান করে।

অনুমোদন

এই পদ্ধতি ব্যবহার করে এমন স্ক্রিপ্টগুলির জন্য নিম্নলিখিত এক বা একাধিক স্কোপের অনুমোদন প্রয়োজন:

  • https://www.googleapis.com/auth/script.external_request

getBoolean(parameterIndex)

এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.CallableStatement#getBoolean(int) দেখুন।

পরামিতি

নাম আদর্শ বিবরণ
parameterIndex Integer যে প্যারামিটারটি পুনরুদ্ধার করতে হবে তার সূচক (প্রথম প্যারামিটারটি 1, দ্বিতীয়টি 2, ইত্যাদি)।

প্রত্যাবর্তন

Boolean — একটি BIT অথবা BOOLEAN প্যারামিটারের মান। মান null হলে false প্রদান করে।

অনুমোদন

এই পদ্ধতি ব্যবহার করে এমন স্ক্রিপ্টগুলির জন্য নিম্নলিখিত এক বা একাধিক স্কোপের অনুমোদন প্রয়োজন:

  • https://www.googleapis.com/auth/script.external_request

getBoolean(parameterName)

এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.CallableStatement#getBoolean(String) দেখুন।

পরামিতি

নাম আদর্শ বিবরণ
parameterName String প্যারামিটারের নাম।

প্রত্যাবর্তন

Boolean — একটি BIT অথবা BOOLEAN প্যারামিটারের মান। মান null হলে false প্রদান করে।

অনুমোদন

এই পদ্ধতি ব্যবহার করে এমন স্ক্রিপ্টগুলির জন্য নিম্নলিখিত এক বা একাধিক স্কোপের অনুমোদন প্রয়োজন:

  • https://www.googleapis.com/auth/script.external_request

getByte(parameterIndex)

এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.CallableStatement#getByte(int) দেখুন।

পরামিতি

নাম আদর্শ বিবরণ
parameterIndex Integer যে প্যারামিটারটি পুনরুদ্ধার করতে হবে তার সূচক (প্রথম প্যারামিটারটি 1, দ্বিতীয়টি 2, ইত্যাদি)।

প্রত্যাবর্তন

Byte — একটি TINYINT প্যারামিটারের মান। মানটি null হলে 0 প্রদান করে।

অনুমোদন

এই পদ্ধতি ব্যবহার করে এমন স্ক্রিপ্টগুলির জন্য নিম্নলিখিত এক বা একাধিক স্কোপের অনুমোদন প্রয়োজন:

  • https://www.googleapis.com/auth/script.external_request

getByte(parameterName)

এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.CallableStatement#getByte(String) দেখুন।

পরামিতি

নাম আদর্শ বিবরণ
parameterName String প্যারামিটারের নাম।

প্রত্যাবর্তন

Byte — একটি TINYINT প্যারামিটারের মান। মানটি null হলে 0 প্রদান করে।

অনুমোদন

এই পদ্ধতি ব্যবহার করে এমন স্ক্রিপ্টগুলির জন্য নিম্নলিখিত এক বা একাধিক স্কোপের অনুমোদন প্রয়োজন:

  • https://www.googleapis.com/auth/script.external_request

getBytes(parameterIndex)

এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.CallableStatement#getBytes(int) দেখুন।

পরামিতি

নাম আদর্শ বিবরণ
parameterIndex Integer যে প্যারামিটারটি পুনরুদ্ধার করতে হবে তার সূচক (প্রথম প্যারামিটারটি 1, দ্বিতীয়টি 2, ইত্যাদি)।

প্রত্যাবর্তন

Byte[] — একটি BINARY বা VARBINARY প্যারামিটারের মান। মান null হলে null প্রদান করে।

অনুমোদন

এই পদ্ধতি ব্যবহার করে এমন স্ক্রিপ্টগুলির জন্য নিম্নলিখিত এক বা একাধিক স্কোপের অনুমোদন প্রয়োজন:

  • https://www.googleapis.com/auth/script.external_request

getBytes(parameterName)

এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.CallableStatement#getBytes(String) দেখুন।

পরামিতি

নাম আদর্শ বিবরণ
parameterName String প্যারামিটারের নাম।

প্রত্যাবর্তন

Byte[] — একটি BINARY বা VARBINARY প্যারামিটারের মান। মান null হলে null প্রদান করে।

অনুমোদন

এই পদ্ধতি ব্যবহার করে এমন স্ক্রিপ্টগুলির জন্য নিম্নলিখিত এক বা একাধিক স্কোপের অনুমোদন প্রয়োজন:

  • https://www.googleapis.com/auth/script.external_request

getClob(parameterIndex)

এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.CallableStatement#getClob(int) দেখুন।

পরামিতি

নাম আদর্শ বিবরণ
parameterIndex Integer যে প্যারামিটারটি পুনরুদ্ধার করতে হবে তার সূচক (প্রথম প্যারামিটারটি 1, দ্বিতীয়টি 2, ইত্যাদি)।

প্রত্যাবর্তন

JdbcClob — একটি CLOB প্যারামিটারের মান। মান null হলে null প্রদান করে।

অনুমোদন

এই পদ্ধতি ব্যবহার করে এমন স্ক্রিপ্টগুলির জন্য নিম্নলিখিত এক বা একাধিক স্কোপের অনুমোদন প্রয়োজন:

  • https://www.googleapis.com/auth/script.external_request

getClob(parameterName)

এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.CallableStatement#getClob(String) দেখুন।

পরামিতি

নাম আদর্শ বিবরণ
parameterName String প্যারামিটারের নাম।

প্রত্যাবর্তন

JdbcClob — একটি CLOB প্যারামিটারের মান। মান null হলে null প্রদান করে।

অনুমোদন

এই পদ্ধতি ব্যবহার করে এমন স্ক্রিপ্টগুলির জন্য নিম্নলিখিত এক বা একাধিক স্কোপের অনুমোদন প্রয়োজন:

  • https://www.googleapis.com/auth/script.external_request

getConnection()

এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.Statement#getConnection() দেখুন।

প্রত্যাবর্তন

JdbcConnection — যে সংযোগটি এই বিবৃতিটি তৈরি করেছে।

অনুমোদন

এই পদ্ধতি ব্যবহার করে এমন স্ক্রিপ্টগুলির জন্য নিম্নলিখিত এক বা একাধিক স্কোপের অনুমোদন প্রয়োজন:

  • https://www.googleapis.com/auth/script.external_request

getDate(parameterIndex)

এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.CallableStatement#getDate(int) দেখুন।

পরামিতি

নাম আদর্শ বিবরণ
parameterIndex Integer যে প্যারামিটারটি পুনরুদ্ধার করতে হবে তার সূচক (প্রথম প্যারামিটারটি 1, দ্বিতীয়টি 2, ইত্যাদি)।

প্রত্যাবর্তন

JdbcDate — একটি DATE প্যারামিটারের মান। মানটি null হলে null প্রদান করে।

অনুমোদন

এই পদ্ধতি ব্যবহার করে এমন স্ক্রিপ্টগুলির জন্য নিম্নলিখিত এক বা একাধিক স্কোপের অনুমোদন প্রয়োজন:

  • https://www.googleapis.com/auth/script.external_request

getDate(parameterIndex, timeZone)

এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.CallableStatement#getDate(int, Calendar) দেখুন।

পরামিতি

নাম আদর্শ বিবরণ
parameterIndex Integer যে প্যারামিটারটি পুনরুদ্ধার করতে হবে তার সূচক (প্রথম প্যারামিটারটি 1, দ্বিতীয়টি 2, ইত্যাদি)।
timeZone String java.lang.Calendar ইনস্ট্যান্স তৈরি করতে ব্যবহৃত একটি টাইম জোন স্ট্রিং, যা পরবর্তীতে তারিখ তৈরি করতে ব্যবহৃত হয়। টাইম জোন স্ট্রিংয়ের বেশ কয়েকটি ফর্ম্যাট স্বীকৃত: ছোট আইডি (যেমন PST , EST , এবং GMT ), লম্বা আইডি (যেমন US/Pacific এবং America/Los_Angeles ), এবং অফসেট (যেমন GMT+6:30 )।

প্রত্যাবর্তন

JdbcDate — একটি DATE প্যারামিটারের মান। মানটি null হলে null প্রদান করে।

অনুমোদন

এই পদ্ধতি ব্যবহার করে এমন স্ক্রিপ্টগুলির জন্য নিম্নলিখিত এক বা একাধিক স্কোপের অনুমোদন প্রয়োজন:

  • https://www.googleapis.com/auth/script.external_request

getDate(parameterName)

এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.CallableStatement#getDate(String) দেখুন।

পরামিতি

নাম আদর্শ বিবরণ
parameterName String প্যারামিটারের নাম।

প্রত্যাবর্তন

JdbcDate — একটি DATE প্যারামিটারের মান। মানটি null হলে null প্রদান করে।

অনুমোদন

এই পদ্ধতি ব্যবহার করে এমন স্ক্রিপ্টগুলির জন্য নিম্নলিখিত এক বা একাধিক স্কোপের অনুমোদন প্রয়োজন:

  • https://www.googleapis.com/auth/script.external_request

getDate(parameterName, timeZone)

এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.CallableStatement#getDate(String, Calendar) দেখুন।

পরামিতি

নাম আদর্শ বিবরণ
parameterName String প্যারামিটারের নাম।
timeZone String java.lang.Calendar ইনস্ট্যান্স তৈরি করতে ব্যবহৃত একটি টাইম জোন স্ট্রিং, যা পরবর্তীতে তারিখ তৈরি করতে ব্যবহৃত হয়। টাইম জোন স্ট্রিংয়ের বেশ কয়েকটি ফর্ম্যাট স্বীকৃত: ছোট আইডি (যেমন PST , EST , এবং GMT ), লম্বা আইডি (যেমন US/Pacific এবং America/Los_Angeles ), এবং অফসেট (যেমন GMT+6:30 )।

প্রত্যাবর্তন

JdbcDate — একটি DATE প্যারামিটারের মান। মানটি null হলে null প্রদান করে।

অনুমোদন

এই পদ্ধতি ব্যবহার করে এমন স্ক্রিপ্টগুলির জন্য নিম্নলিখিত এক বা একাধিক স্কোপের অনুমোদন প্রয়োজন:

  • https://www.googleapis.com/auth/script.external_request

getDouble(parameterIndex)

এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.CallableStatement#getDouble(int) দেখুন।

পরামিতি

নাম আদর্শ বিবরণ
parameterIndex Integer যে প্যারামিটারটি পুনরুদ্ধার করতে হবে তার সূচক (প্রথম প্যারামিটারটি 1, দ্বিতীয়টি 2, ইত্যাদি)।

প্রত্যাবর্তন

Number — একটি DOUBLE প্যারামিটারের মান। মানটি null হলে 0 প্রদান করে।

অনুমোদন

এই পদ্ধতি ব্যবহার করে এমন স্ক্রিপ্টগুলির জন্য নিম্নলিখিত এক বা একাধিক স্কোপের অনুমোদন প্রয়োজন:

  • https://www.googleapis.com/auth/script.external_request

getDouble(parameterName)

এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.CallableStatement#getDouble(String) দেখুন।

পরামিতি

নাম আদর্শ বিবরণ
parameterName String প্যারামিটারের নাম।

প্রত্যাবর্তন

Number — একটি DOUBLE প্যারামিটারের মান। মানটি null হলে 0 প্রদান করে।

অনুমোদন

এই পদ্ধতি ব্যবহার করে এমন স্ক্রিপ্টগুলির জন্য নিম্নলিখিত এক বা একাধিক স্কোপের অনুমোদন প্রয়োজন:

  • https://www.googleapis.com/auth/script.external_request

getFetchDirection()

এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.Statement#getFetchDirection() দেখুন।

প্রত্যাবর্তন

Integer — এই বিবৃতি দ্বারা উৎপন্ন ফলাফল সেটের জন্য ডিফল্ট দিকনির্দেশনা, যা হয় Jdbc.ResultSet.FETCH_FORWARD অথবা Jdbc.ResultSet.FETCH_REVERSE

অনুমোদন

এই পদ্ধতি ব্যবহার করে এমন স্ক্রিপ্টগুলির জন্য নিম্নলিখিত এক বা একাধিক স্কোপের অনুমোদন প্রয়োজন:

  • https://www.googleapis.com/auth/script.external_request

getFetchSize()

এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.Statement#getFetchSize() দেখুন।

প্রত্যাবর্তন

Integer — এই বিবৃতি থেকে উৎপন্ন ফলাফল সেটের জন্য ডিফল্ট সারি আনার আকার।

অনুমোদন

এই পদ্ধতি ব্যবহার করে এমন স্ক্রিপ্টগুলির জন্য নিম্নলিখিত এক বা একাধিক স্কোপের অনুমোদন প্রয়োজন:

  • https://www.googleapis.com/auth/script.external_request

getFloat(parameterIndex)

এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.CallableStatement#getFloat(int) দেখুন।

পরামিতি

নাম আদর্শ বিবরণ
parameterIndex Integer যে প্যারামিটারটি পুনরুদ্ধার করতে হবে তার সূচক (প্রথম প্যারামিটারটি 1, দ্বিতীয়টি 2, ইত্যাদি)।

প্রত্যাবর্তন

Number — একটি FLOAT প্যারামিটারের মান। মানটি null হলে 0 প্রদান করে।

অনুমোদন

এই পদ্ধতি ব্যবহার করে এমন স্ক্রিপ্টগুলির জন্য নিম্নলিখিত এক বা একাধিক স্কোপের অনুমোদন প্রয়োজন:

  • https://www.googleapis.com/auth/script.external_request

getFloat(parameterName)

এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.CallableStatement#getFloat(String) দেখুন।

পরামিতি

নাম আদর্শ বিবরণ
parameterName String প্যারামিটারের নাম।

প্রত্যাবর্তন

Number — একটি FLOAT প্যারামিটারের মান। মানটি null হলে 0 প্রদান করে।

অনুমোদন

এই পদ্ধতি ব্যবহার করে এমন স্ক্রিপ্টগুলির জন্য নিম্নলিখিত এক বা একাধিক স্কোপের অনুমোদন প্রয়োজন:

  • https://www.googleapis.com/auth/script.external_request

getGeneratedKeys()

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

প্রত্যাবর্তন

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 :

  • https://www.googleapis.com/auth/script.external_request

getInt(parameterIndex)

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

Parameters

নাম আদর্শ বিবরণ
parameterIndex Integer The index of the parameter to retrieve (the first parameter is 1, the second is 2, and so on).

প্রত্যাবর্তন

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 :

  • https://www.googleapis.com/auth/script.external_request

getInt(parameterName)

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

Parameters

নাম আদর্শ বিবরণ
parameterName String The name of the parameter.

প্রত্যাবর্তন

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 :

  • https://www.googleapis.com/auth/script.external_request

getLong(parameterIndex)

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

Parameters

নাম আদর্শ বিবরণ
parameterIndex Integer The index of the parameter to retrieve (the first parameter is 1, the second is 2, and so on).

প্রত্যাবর্তন

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 :

  • https://www.googleapis.com/auth/script.external_request

getLong(parameterName)

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

Parameters

নাম আদর্শ বিবরণ
parameterName String The name of the parameter.

প্রত্যাবর্তন

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 :

  • https://www.googleapis.com/auth/script.external_request

getMaxFieldSize()

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

প্রত্যাবর্তন

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 :

  • https://www.googleapis.com/auth/script.external_request

getMaxRows()

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

প্রত্যাবর্তন

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 :

  • https://www.googleapis.com/auth/script.external_request

getMetaData()

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

প্রত্যাবর্তন

JdbcResultSetMetaData — The description of a result set's columns, or NULL if this metadata is unavailable.

Authorization

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

  • https://www.googleapis.com/auth/script.external_request

getMoreResults()

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

প্রত্যাবর্তন

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 :

  • https://www.googleapis.com/auth/script.external_request

getMoreResults(current)

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

Parameters

নাম আদর্শ বিবরণ
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 .

প্রত্যাবর্তন

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 :

  • https://www.googleapis.com/auth/script.external_request

getNClob(parameterIndex)

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

Parameters

নাম আদর্শ বিবরণ
parameterIndex Integer An index indicating which parameter to register (the first parameter is 1, the second is 2, and so on).

প্রত্যাবর্তন

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 :

  • https://www.googleapis.com/auth/script.external_request

getNClob(parameterName)

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

Parameters

নাম আদর্শ বিবরণ
parameterName String The name of the parameter.

প্রত্যাবর্তন

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 :

  • https://www.googleapis.com/auth/script.external_request

getNString(parameterIndex)

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

Parameters

নাম আদর্শ বিবরণ
parameterIndex Integer An index indicating which parameter to register (the first parameter is 1, the second is 2, and so on).

প্রত্যাবর্তন

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 :

  • https://www.googleapis.com/auth/script.external_request

getNString(parameterName)

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

Parameters

নাম আদর্শ বিবরণ
parameterName String The name of the parameter.

প্রত্যাবর্তন

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 :

  • https://www.googleapis.com/auth/script.external_request

getObject(parameterIndex)

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

Parameters

নাম আদর্শ বিবরণ
parameterIndex Integer The index of the parameter to retrieve (the first parameter is 1, the second is 2, and so on).

প্রত্যাবর্তন

Object — An object holding the parameter value.

Authorization

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

  • https://www.googleapis.com/auth/script.external_request

getObject(parameterName)

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

Parameters

নাম আদর্শ বিবরণ
parameterName String The name of the parameter.

প্রত্যাবর্তন

Object — An object holding the parameter value.

Authorization

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

  • https://www.googleapis.com/auth/script.external_request

getParameterMetaData()

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

প্রত্যাবর্তন

JdbcParameterMetaData — The parameter metadata, including the number, types, and properties for each parameter.

Authorization

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

  • https://www.googleapis.com/auth/script.external_request

getQueryTimeout()

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

প্রত্যাবর্তন

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 :

  • https://www.googleapis.com/auth/script.external_request

getRef(parameterIndex)

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

Parameters

নাম আদর্শ বিবরণ
parameterIndex Integer The index of the parameter to retrieve (the first parameter is 1, the second is 2, and so on).

প্রত্যাবর্তন

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 :

  • https://www.googleapis.com/auth/script.external_request

getRef(parameterName)

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

Parameters

নাম আদর্শ বিবরণ
parameterName String The name of the parameter.

প্রত্যাবর্তন

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 :

  • https://www.googleapis.com/auth/script.external_request

getResultSet()

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

প্রত্যাবর্তন

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 :

  • https://www.googleapis.com/auth/script.external_request

getResultSetConcurrency()

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

প্রত্যাবর্তন

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 :

  • https://www.googleapis.com/auth/script.external_request

getResultSetHoldability()

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

প্রত্যাবর্তন

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 :

  • https://www.googleapis.com/auth/script.external_request

getResultSetType()

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

প্রত্যাবর্তন

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 :

  • https://www.googleapis.com/auth/script.external_request

getRowId(parameterIndex)

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

Parameters

নাম আদর্শ বিবরণ
parameterIndex Integer An index indicating which parameter to register (the first parameter is 1, the second is 2, and so on).

প্রত্যাবর্তন

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 :

  • https://www.googleapis.com/auth/script.external_request

getRowId(parameterName)

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

Parameters

নাম আদর্শ বিবরণ
parameterName String The name of the parameter.

প্রত্যাবর্তন

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 :

  • https://www.googleapis.com/auth/script.external_request

getSQLXML(parameterIndex)

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

Parameters

নাম আদর্শ বিবরণ
parameterIndex Integer An index indicating which parameter to register (the first parameter is 1, the second is 2, and so on).

প্রত্যাবর্তন

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 :

  • https://www.googleapis.com/auth/script.external_request

getSQLXML(parameterName)

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

Parameters

নাম আদর্শ বিবরণ
parameterName String The name of the parameter.

প্রত্যাবর্তন

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 :

  • https://www.googleapis.com/auth/script.external_request

getShort(parameterIndex)

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

Parameters

নাম আদর্শ বিবরণ
parameterIndex Integer The index of the parameter to retrieve (the first parameter is 1, the second is 2, and so on).

প্রত্যাবর্তন

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 :

  • https://www.googleapis.com/auth/script.external_request

getShort(parameterName)

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

Parameters

নাম আদর্শ বিবরণ
parameterName String The name of the parameter.

প্রত্যাবর্তন

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 :

  • https://www.googleapis.com/auth/script.external_request

getString(parameterIndex)

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

Parameters

নাম আদর্শ বিবরণ
parameterIndex Integer The index of the parameter to retrieve (the first parameter is 1, the second is 2, and so on).

প্রত্যাবর্তন

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 :

  • https://www.googleapis.com/auth/script.external_request

getString(parameterName)

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

Parameters

নাম আদর্শ বিবরণ
parameterName String The name of the parameter.

প্রত্যাবর্তন

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 :

  • https://www.googleapis.com/auth/script.external_request

getTime(parameterIndex)

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

Parameters

নাম আদর্শ বিবরণ
parameterIndex Integer The index of the parameter to retrieve (the first parameter is 1, the second is 2, and so on).

প্রত্যাবর্তন

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 :

  • https://www.googleapis.com/auth/script.external_request

getTime(parameterIndex, timeZone)

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

Parameters

নাম আদর্শ বিবরণ
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 ).

প্রত্যাবর্তন

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 :

  • https://www.googleapis.com/auth/script.external_request

getTime(parameterName)

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

Parameters

নাম আদর্শ বিবরণ
parameterName String The name of the parameter.

প্রত্যাবর্তন

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 :

  • https://www.googleapis.com/auth/script.external_request

getTime(parameterName, timeZone)

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

Parameters

নাম আদর্শ বিবরণ
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 ).

প্রত্যাবর্তন

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 :

  • https://www.googleapis.com/auth/script.external_request

getTimestamp(parameterIndex)

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

Parameters

নাম আদর্শ বিবরণ
parameterIndex Integer The index of the parameter to retrieve (the first parameter is 1, the second is 2, and so on).

প্রত্যাবর্তন

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 :

  • https://www.googleapis.com/auth/script.external_request

getTimestamp(parameterIndex, timeZone)

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

Parameters

নাম আদর্শ বিবরণ
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 ).

প্রত্যাবর্তন

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 :

  • https://www.googleapis.com/auth/script.external_request

getTimestamp(parameterName)

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

Parameters

নাম আদর্শ বিবরণ
parameterName String The name of the parameter.

প্রত্যাবর্তন

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 :

  • https://www.googleapis.com/auth/script.external_request

getTimestamp(parameterName, timeZone)

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

Parameters

নাম আদর্শ বিবরণ
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 ).

প্রত্যাবর্তন

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 :

  • https://www.googleapis.com/auth/script.external_request

getURL(parameterIndex)

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

Parameters

নাম আদর্শ বিবরণ
parameterIndex Integer The index of the parameter to retrieve (the first parameter is 1, the second is 2, and so on).

প্রত্যাবর্তন

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 :

  • https://www.googleapis.com/auth/script.external_request

getURL(parameterName)

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

Parameters

নাম আদর্শ বিবরণ
parameterName String The name of the parameter.

প্রত্যাবর্তন

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 :

  • https://www.googleapis.com/auth/script.external_request

getUpdateCount()

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

প্রত্যাবর্তন

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 :

  • https://www.googleapis.com/auth/script.external_request

getWarnings()

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

প্রত্যাবর্তন

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 :

  • https://www.googleapis.com/auth/script.external_request

isClosed()

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

প্রত্যাবর্তন

Booleantrue if this statement is closed; false otherwise.

Authorization

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

  • https://www.googleapis.com/auth/script.external_request

isPoolable()

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

প্রত্যাবর্তন

Booleantrue if this statement is poolable; false otherwise.

Authorization

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

  • https://www.googleapis.com/auth/script.external_request

registerOutParameter(parameterIndex, sqlType)

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

Parameters

নাম আদর্শ বিবরণ
parameterIndex Integer An index indicating which parameter to register (the first parameter is 1, the second is 2, and so on).
sqlType Integer The JDBC type code to register. If the parameter is of JDBC type NUMERIC or DECIMAL , use registerOutParameter(parameterIndex, sqlType, scale) instead.

Authorization

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

  • https://www.googleapis.com/auth/script.external_request

registerOutParameter(parameterIndex, sqlType, scale)

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

Parameters

নাম আদর্শ বিবরণ
parameterIndex Integer An index indicating which parameter 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 :

  • https://www.googleapis.com/auth/script.external_request

registerOutParameter(parameterIndex, sqlType, typeName)

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

Parameters

নাম আদর্শ বিবরণ
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 :

  • https://www.googleapis.com/auth/script.external_request

registerOutParameter(parameterName, sqlType)

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

Parameters

নাম আদর্শ বিবরণ
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 :

  • https://www.googleapis.com/auth/script.external_request

registerOutParameter(parameterName, sqlType, scale)

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

Parameters

নাম আদর্শ বিবরণ
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 :

  • https://www.googleapis.com/auth/script.external_request

registerOutParameter(parameterName, sqlType, typeName)

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

Parameters

নাম আদর্শ বিবরণ
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 :

  • https://www.googleapis.com/auth/script.external_request

setArray(parameterIndex, x)

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

Parameters

নাম আদর্শ বিবরণ
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 :

  • https://www.googleapis.com/auth/script.external_request

setBigDecimal(parameterIndex, x)

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

Parameters

নাম আদর্শ বিবরণ
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 :

  • https://www.googleapis.com/auth/script.external_request

setBigDecimal(parameterName, x)

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

Parameters

নাম আদর্শ বিবরণ
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 :

  • https://www.googleapis.com/auth/script.external_request

setBlob(parameterIndex, x)

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

Parameters

নাম আদর্শ বিবরণ
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 :

  • https://www.googleapis.com/auth/script.external_request

setBlob(parameterName, x)

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

Parameters

নাম আদর্শ বিবরণ
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 :

  • https://www.googleapis.com/auth/script.external_request

setBoolean(parameterIndex, x)

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

Parameters

নাম আদর্শ বিবরণ
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 :

  • https://www.googleapis.com/auth/script.external_request

setBoolean(parameterName, x)

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

Parameters

নাম আদর্শ বিবরণ
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 :

  • https://www.googleapis.com/auth/script.external_request

setByte(parameterIndex, x)

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

Parameters

নাম আদর্শ বিবরণ
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 :

  • https://www.googleapis.com/auth/script.external_request

setByte(parameterName, x)

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

Parameters

নাম আদর্শ বিবরণ
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 :

  • https://www.googleapis.com/auth/script.external_request

setBytes(parameterIndex, x)

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

Parameters

নাম আদর্শ বিবরণ
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 :

  • https://www.googleapis.com/auth/script.external_request

setBytes(parameterName, x)

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

Parameters

নাম আদর্শ বিবরণ
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 :

  • https://www.googleapis.com/auth/script.external_request

setClob(parameterIndex, x)

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

Parameters

নাম আদর্শ বিবরণ
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 :

  • https://www.googleapis.com/auth/script.external_request

setClob(parameterName, x)

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

Parameters

নাম আদর্শ বিবরণ
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 :

  • https://www.googleapis.com/auth/script.external_request

setCursorName(name)

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

Parameters

নাম আদর্শ বিবরণ
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 :

  • https://www.googleapis.com/auth/script.external_request

setDate(parameterIndex, x)

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

Parameters

নাম আদর্শ বিবরণ
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 :

  • https://www.googleapis.com/auth/script.external_request

setDate(parameterIndex, x, timeZone)

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

Parameters

নাম আদর্শ বিবরণ
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 :

  • https://www.googleapis.com/auth/script.external_request

setDate(parameterName, x)

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

Parameters

নাম আদর্শ বিবরণ
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 :

  • https://www.googleapis.com/auth/script.external_request

setDate(parameterName, x, timeZone)

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

Parameters

নাম আদর্শ বিবরণ
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 :

  • https://www.googleapis.com/auth/script.external_request

setDouble(parameterIndex, x)

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

Parameters

নাম আদর্শ বিবরণ
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 :

  • https://www.googleapis.com/auth/script.external_request

setDouble(parameterName, x)

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

Parameters

নাম আদর্শ বিবরণ
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 :

  • https://www.googleapis.com/auth/script.external_request

setEscapeProcessing(enable)

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

Parameters

নাম আদর্শ বিবরণ
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 :

  • https://www.googleapis.com/auth/script.external_request

setFetchDirection(direction)

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

Parameters

নাম আদর্শ বিবরণ
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 :

  • https://www.googleapis.com/auth/script.external_request

setFetchSize(rows)

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

Parameters

নাম আদর্শ বিবরণ
rows Integer The number of rows to fetch.

Authorization

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

  • https://www.googleapis.com/auth/script.external_request

setFloat(parameterIndex, x)

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

Parameters

নাম আদর্শ বিবরণ
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 :

  • https://www.googleapis.com/auth/script.external_request

setFloat(parameterName, x)

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

Parameters

নাম আদর্শ বিবরণ
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 :

  • https://www.googleapis.com/auth/script.external_request

setInt(parameterIndex, x)

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

Parameters

নাম আদর্শ বিবরণ
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 :

  • https://www.googleapis.com/auth/script.external_request

setInt(parameterName, x)

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

Parameters

নাম আদর্শ বিবরণ
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 :

  • https://www.googleapis.com/auth/script.external_request

setLong(parameterIndex, x)

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

Parameters

নাম আদর্শ বিবরণ
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 :

  • https://www.googleapis.com/auth/script.external_request

setLong(parameterName, x)

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

Parameters

নাম আদর্শ বিবরণ
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 :

  • https://www.googleapis.com/auth/script.external_request

setMaxFieldSize(max)

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

Parameters

নাম আদর্শ বিবরণ
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 :

  • https://www.googleapis.com/auth/script.external_request

setMaxRows(max)

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

Parameters

নাম আদর্শ বিবরণ
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 :

  • https://www.googleapis.com/auth/script.external_request

setNClob(parameterIndex, x)

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

Parameters

নাম আদর্শ বিবরণ
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 :

  • https://www.googleapis.com/auth/script.external_request

setNClob(parameterName, value)

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

Parameters

নাম আদর্শ বিবরণ
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 :

  • https://www.googleapis.com/auth/script.external_request

setNString(parameterIndex, x)

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

Parameters

নাম আদর্শ বিবরণ
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 :

  • https://www.googleapis.com/auth/script.external_request

setNString(parameterName, value)

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

Parameters

নাম আদর্শ বিবরণ
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 :

  • https://www.googleapis.com/auth/script.external_request

setNull(parameterIndex, sqlType)

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

Parameters

নাম আদর্শ বিবরণ
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 :

  • https://www.googleapis.com/auth/script.external_request

setNull(parameterIndex, sqlType, typeName)

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

Parameters

নাম আদর্শ বিবরণ
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 :

  • https://www.googleapis.com/auth/script.external_request

setNull(parameterName, sqlType)

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

Parameters

নাম আদর্শ বিবরণ
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 :

  • https://www.googleapis.com/auth/script.external_request

setNull(parameterName, sqlType, typeName)

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

Parameters

নাম আদর্শ বিবরণ
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 :

  • https://www.googleapis.com/auth/script.external_request

setObject(index, x)

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

Parameters

নাম আদর্শ বিবরণ
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 :

  • https://www.googleapis.com/auth/script.external_request

setObject(parameterIndex, x, targetSqlType)

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

Parameters

নাম আদর্শ বিবরণ
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 :

  • https://www.googleapis.com/auth/script.external_request

setObject(parameterIndex, x, targetSqlType, scaleOrLength)

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

Parameters

নাম আদর্শ বিবরণ
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 :

  • https://www.googleapis.com/auth/script.external_request

setObject(parameterName, x)

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

Parameters

নাম আদর্শ বিবরণ
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 :

  • https://www.googleapis.com/auth/script.external_request

setObject(parameterName, x, targetSqlType)

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

Parameters

নাম আদর্শ বিবরণ
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 :

  • https://www.googleapis.com/auth/script.external_request

setObject(parameterName, x, targetSqlType, scale)

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

Parameters

নাম আদর্শ বিবরণ
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 :

  • https://www.googleapis.com/auth/script.external_request

setPoolable(poolable)

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

Parameters

নাম আদর্শ বিবরণ
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 :

  • https://www.googleapis.com/auth/script.external_request

setQueryTimeout(seconds)

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

Parameters

নাম আদর্শ বিবরণ
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 :

  • https://www.googleapis.com/auth/script.external_request

setRef(parameterIndex, x)

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

Parameters

নাম আদর্শ বিবরণ
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 :

  • https://www.googleapis.com/auth/script.external_request

setRowId(parameterIndex, x)

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

Parameters

নাম আদর্শ বিবরণ
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 :

  • https://www.googleapis.com/auth/script.external_request

setRowId(parameterName, x)

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

Parameters

নাম আদর্শ বিবরণ
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 :

  • https://www.googleapis.com/auth/script.external_request

setSQLXML(parameterIndex, x)

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

Parameters

নাম আদর্শ বিবরণ
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 :

  • https://www.googleapis.com/auth/script.external_request

setSQLXML(parameterName, xmlObject)

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

Parameters

নাম আদর্শ বিবরণ
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 :

  • https://www.googleapis.com/auth/script.external_request

setShort(parameterIndex, x)

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

Parameters

নাম আদর্শ বিবরণ
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 :

  • https://www.googleapis.com/auth/script.external_request

setShort(parameterName, x)

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

Parameters

নাম আদর্শ বিবরণ
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 :

  • https://www.googleapis.com/auth/script.external_request

setString(parameterIndex, x)

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

Parameters

নাম আদর্শ বিবরণ
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 :

  • https://www.googleapis.com/auth/script.external_request

setString(parameterName, x)

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

Parameters

নাম আদর্শ বিবরণ
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 :

  • https://www.googleapis.com/auth/script.external_request

setTime(parameterIndex, x)

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

Parameters

নাম আদর্শ বিবরণ
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 :

  • https://www.googleapis.com/auth/script.external_request

setTime(parameterIndex, x, timeZone)

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

Parameters

নাম আদর্শ বিবরণ
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 :

  • https://www.googleapis.com/auth/script.external_request

setTime(parameterName, x)

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

Parameters

নাম আদর্শ বিবরণ
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 :

  • https://www.googleapis.com/auth/script.external_request

setTime(parameterName, x, timeZone)

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

Parameters

নাম আদর্শ বিবরণ
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 :

  • https://www.googleapis.com/auth/script.external_request

setTimestamp(parameterIndex, x)

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

Parameters

নাম আদর্শ বিবরণ
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 :

  • https://www.googleapis.com/auth/script.external_request

setTimestamp(parameterIndex, x, timeZone)

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

Parameters

নাম আদর্শ বিবরণ
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 :

  • https://www.googleapis.com/auth/script.external_request

setTimestamp(parameterName, x)

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

Parameters

নাম আদর্শ বিবরণ
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 :

  • https://www.googleapis.com/auth/script.external_request

setTimestamp(parameterName, x, timeZone)

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

Parameters

নাম আদর্শ বিবরণ
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 :

  • https://www.googleapis.com/auth/script.external_request

setURL(parameterIndex, x)

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

Parameters

নাম আদর্শ বিবরণ
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 :

  • https://www.googleapis.com/auth/script.external_request

setURL(parameterName, val)

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

Parameters

নাম আদর্শ বিবরণ
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 :

  • https://www.googleapis.com/auth/script.external_request

wasNull()

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

প্রত্যাবর্তন

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 :

  • https://www.googleapis.com/auth/script.external_request