Class JdbcResultSet

JdbcResultSet সম্পর্কে

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

পদ্ধতি

পদ্ধতি রিটার্ন টাইপ সংক্ষিপ্ত বিবরণ
absolute(row) Boolean এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.ResultSet#absolute(int) দেখুন।
afterLast() void এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.ResultSet#afterLast() দেখুন।
beforeFirst() void এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.ResultSet#beforeFirst() দেখুন।
cancelRowUpdates() void এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.ResultSet#cancelRowUpdates() দেখুন।
clearWarnings() void এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.ResultSet#clearWarnings() দেখুন।
close() void এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.ResultSet#close() দেখুন।
deleteRow() void এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.ResultSet#deleteRow() দেখুন।
findColumn(columnLabel) Integer এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.ResultSet#findColumn(String) দেখুন।
first() Boolean এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.ResultSet#first() দেখুন।
getArray(columnIndex) JdbcArray এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.ResultSet#getArray(int) দেখুন।
getArray(columnLabel) JdbcArray এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.ResultSet#getArray(String) দেখুন।
getBigDecimal(columnIndex) BigNumber এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.ResultSet#getBigDecimal(int) দেখুন।
getBigDecimal(columnLabel) BigNumber এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.ResultSet#getBigDecimal(String) দেখুন।
getBlob(columnIndex) JdbcBlob এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.ResultSet#getBlob(int) দেখুন।
getBlob(columnLabel) JdbcBlob এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.ResultSet#getBlob(String) দেখুন।
getBoolean(columnIndex) Boolean এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.ResultSet#getBoolean(int) দেখুন।
getBoolean(columnLabel) Boolean এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.ResultSet#getBoolean(String) দেখুন।
getByte(columnIndex) Byte এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.ResultSet#getByte(int) দেখুন।
getByte(columnLabel) Byte এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.ResultSet#getByte(String) দেখুন।
getBytes(columnIndex) Byte[] এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.ResultSet#getBytes(int) দেখুন।
getBytes(columnLabel) Byte[] এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.ResultSet#getBytes(String) দেখুন।
getClob(columnIndex) JdbcClob এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.ResultSet#getClob(int) দেখুন।
getClob(columnLabel) JdbcClob এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.ResultSet#getClob(String) দেখুন।
getConcurrency() Integer এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.ResultSet#getConcurrency() দেখুন।
getCursorName() String এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.ResultSet#getCursorName() দেখুন।
getDate(columnIndex) JdbcDate এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.ResultSet#getDate(int) দেখুন।
getDate(columnIndex, timeZone) JdbcDate এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.ResultSet#getDate(int, Calendar) দেখুন।
getDate(columnLabel) JdbcDate এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.ResultSet#getDate(String) দেখুন।
getDate(columnLabel, timeZone) JdbcDate এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.ResultSet#getDate(String, Calendar) দেখুন।
getDouble(columnIndex) Number এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.ResultSet#getDouble(int) দেখুন।
getDouble(columnLabel) Number এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.ResultSet#getDouble(String) দেখুন।
getFetchDirection() Integer এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.ResultSet#getFetchDirection() দেখুন।
getFetchSize() Integer এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.ResultSet#getFetchSize() দেখুন।
getFloat(columnIndex) Number এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.ResultSet#getFloat(int) দেখুন।
getFloat(columnLabel) Number এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.ResultSet#getFloat(String) দেখুন।
getHoldability() Integer এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.ResultSet#getHoldability() দেখুন।
getInt(columnIndex) Integer এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.ResultSet#getInt(int) দেখুন।
getInt(columnLabel) Integer এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.ResultSet#getInt(String) দেখুন।
getLong(columnIndex) Integer এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.ResultSet#getLong(int) দেখুন।
getLong(columnLabel) Integer এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.ResultSet#getLong(String) দেখুন।
getMetaData() JdbcResultSetMetaData এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.ResultSet#getMetaData() দেখুন।
getNClob(columnIndex) JdbcClob এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.ResultSet#getNClob(int) দেখুন।
getNClob(columnLabel) JdbcClob এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.ResultSet#getNClob(String) দেখুন।
getNString(columnIndex) String এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.ResultSet#getNString(int) দেখুন।
getNString(columnLabel) String এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.ResultSet#getNString(String) দেখুন।
getObject(columnIndex) Object এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.ResultSet#getObject(int) দেখুন।
getObject(columnLabel) Object এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.ResultSet#getObject(String) দেখুন।
getRef(columnIndex) JdbcRef এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.ResultSet#getRef(int) দেখুন।
getRef(columnLabel) JdbcRef এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.ResultSet#getRef(String) দেখুন।
getRow() Integer এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.ResultSet#getRow() দেখুন।
getRowId(columnIndex) JdbcRowId এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.ResultSet#getRowId(int) দেখুন।
getRowId(columnLabel) JdbcRowId এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.ResultSet#getRowId(String) দেখুন।
getRows(queryString) Object[][] এই ResultSet অবজেক্ট থেকে সমস্ত সারি ফেরত পাঠায়।
getRows(queryString, batchSize) Object[][] এই ResultSet অবজেক্ট থেকে batchSize সারি পর্যন্ত ফেরত পাঠায়।
getSQLXML(columnIndex) JdbcSQLXML এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.ResultSet#getSQLXML(int) দেখুন।
getSQLXML(columnLabel) JdbcSQLXML এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.ResultSet#getSQLXML(String) দেখুন।
getShort(columnIndex) Integer এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.ResultSet#getShort(int) দেখুন।
getShort(columnLabel) Integer এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.ResultSet#getShort(String) দেখুন।
getStatement() JdbcStatement এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.ResultSet#getStatement() দেখুন।
getString(columnIndex) String এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.ResultSet#getString(int) দেখুন।
getString(columnLabel) String এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.ResultSet#getString(String) দেখুন।
getTime(columnIndex) JdbcTime এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.ResultSet#getTime(int) দেখুন।
getTime(columnIndex, timeZone) JdbcTime এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.ResultSet#getTime(int, Calendar) দেখুন।
getTime(columnLabel) JdbcTime এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.ResultSet#getTime(String) দেখুন।
getTime(columnLabel, timeZone) JdbcTime এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.ResultSet#getTime(String, Calendar) দেখুন।
getTimestamp(columnIndex) JdbcTimestamp এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.ResultSet#getTimestamp(int) দেখুন।
getTimestamp(columnIndex, timeZone) JdbcTimestamp এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.ResultSet#getTimestamp(int, Calendar) দেখুন।
getTimestamp(columnLabel) JdbcTimestamp এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.ResultSet#getTimestamp(String) দেখুন।
getTimestamp(columnLabel, timeZone) JdbcTimestamp এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.ResultSet#getTimestamp(String, Calendar) দেখুন।
getType() Integer এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.ResultSet#getType() দেখুন।
getURL(columnIndex) String এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.ResultSet#getURL(int) দেখুন।
getURL(columnLabel) String এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.ResultSet#getURL(String) দেখুন।
getWarnings() String[] ড্রাইভার দ্বারা রিপোর্ট করা বর্তমান সতর্কতার সেটটি ফেরত পাঠায়।
insertRow() void এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.ResultSet#insertRow() দেখুন।
isAfterLast() Boolean এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.ResultSet#isAfterLast() দেখুন।
isBeforeFirst() Boolean এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.ResultSet#isBeforeFirst() দেখুন।
isClosed() Boolean এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.ResultSet#isClosed() দেখুন।
isFirst() Boolean এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.ResultSet#isFirst() দেখুন।
isLast() Boolean এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.ResultSet#isLast() দেখুন।
last() Boolean এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.ResultSet#first() দেখুন।
moveToCurrentRow() void এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.ResultSet#moveToCurrentRow() দেখুন।
moveToInsertRow() void এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.ResultSet#moveToInsertRow() দেখুন।
next() Boolean এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.ResultSet#next() দেখুন।
previous() Boolean এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.ResultSet#previous() দেখুন।
refreshRow() void এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.ResultSet#refreshRow() দেখুন।
relative(rows) Boolean এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.ResultSet#relative(int) দেখুন।
rowDeleted() Boolean এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.ResultSet#rowDeleted() দেখুন।
rowInserted() Boolean এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.ResultSet#rowInserted() দেখুন।
rowUpdated() Boolean এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.ResultSet#rowUpdated() দেখুন।
setFetchDirection(direction) void এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.ResultSet#setFetchDirection(int) দেখুন।
setFetchSize(rows) void এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.ResultSet#setFetchSize(int) দেখুন।
updateArray(columnIndex, x) void এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.ResultSet#updateArray(int, Array) দেখুন।
updateArray(columnLabel, x) void এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.ResultSet#updateArray(String, Array) দেখুন।
updateBigDecimal(columnIndex, x) void এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.ResultSet#updateBigDecimal(int, BigDecimal) দেখুন।
updateBigDecimal(columnLabel, x) void এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.ResultSet#updateBigDecimal(String, BigDecimal) দেখুন।
updateBlob(columnIndex, x) void এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.ResultSet#updateBlob(int, Blob) দেখুন।
updateBlob(columnLabel, x) void এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.ResultSet#updateRef(String, Blob) দেখুন।
updateBoolean(columnIndex, x) void এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.ResultSet#updateBoolean(int, boolean) দেখুন।
updateBoolean(columnLabel, x) void এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.ResultSet#updateBoolean(String, boolean) দেখুন।
updateByte(columnIndex, x) void এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.ResultSet#updateByte(int, byte) দেখুন।
updateByte(columnLabel, x) void এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.ResultSet#updateByte(String, byte) দেখুন।
updateBytes(columnIndex, x) void এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.ResultSet#updateBytes(int, byte[]) দেখুন।
updateBytes(columnLabel, x) void এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.ResultSet#updateBytes(String, byte[]) দেখুন।
updateClob(columnIndex, x) void এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.ResultSet#updateClob(int, Clob) দেখুন।
updateClob(columnLabel, x) void এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.ResultSet#updateClob(String, Clob) দেখুন।
updateDate(columnIndex, x) void এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.ResultSet#updateDate(int, Date) দেখুন।
updateDate(columnLabel, x) void এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.ResultSet#updateDate(String, Date) দেখুন।
updateDouble(columnIndex, x) void এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.ResultSet#updateDouble(int, double) দেখুন।
updateDouble(columnLabel, x) void এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.ResultSet#updateDouble(String, double) দেখুন।
updateFloat(columnIndex, x) void এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.ResultSet#updateFloat(int, float) দেখুন।
updateFloat(columnLabel, x) void এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.ResultSet#updateFloat(String, float) দেখুন।
updateInt(columnIndex, x) void এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.ResultSet#updateInt(int, int) দেখুন।
updateInt(columnLabel, x) void এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.ResultSet#updateInt(String, int) দেখুন।
updateLong(columnIndex, x) void এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.ResultSet#updateLong(int, long) দেখুন।
updateLong(columnLabel, x) void এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.ResultSet#updateLong(String, long) দেখুন।
updateNClob(columnIndex, x) void এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.ResultSet#updateNClob(int, NClob) দেখুন।
updateNClob(columnLabel, x) void এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.ResultSet#updateNClob(String, NClob) দেখুন।
updateNString(columnIndex, x) void এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.ResultSet#updateNString(int, String) দেখুন।
updateNString(columnLabel, x) void এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.ResultSet#updateNString(String, String) দেখুন।
updateNull(columnIndex) void এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.ResultSet#updateNull(int) দেখুন।
updateNull(columnLabel) void এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.ResultSet#updateNull(String) দেখুন।
updateObject(columnIndex, x) void এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.ResultSet#updateObject(int, Object) দেখুন।
updateObject(columnIndex, x, scaleOrLength) void এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.ResultSet#updateObject(int, Object, int) দেখুন।
updateObject(columnLabel, x) void এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.ResultSet#updateObject(String, Object) দেখুন।
updateObject(columnLabel, x, scaleOrLength) void এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.ResultSet#updateObject(String, Object, int) দেখুন।
updateRef(columnIndex, x) void এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.ResultSet#updateRef(int, Ref) দেখুন।
updateRef(columnLabel, x) void এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.ResultSet#updateRef(String, Ref) দেখুন।
updateRow() void এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.ResultSet#updateRow() দেখুন।
updateRowId(columnIndex, x) void এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.ResultSet#updateRowId(int, RowId) দেখুন।
updateRowId(columnLabel, x) void এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.ResultSet#updateRowId(String, RowId) দেখুন।
updateSQLXML(columnIndex, x) void এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.ResultSet#updateSQLXML(int, SQLXML) দেখুন।
updateSQLXML(columnLabel, x) void এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.ResultSet#updateSQLXML(String, SQLXML) দেখুন।
updateShort(columnIndex, x) void এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.ResultSet#updateShort(int, short) দেখুন।
updateShort(columnLabel, x) void এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.ResultSet#updateShort(String, short) দেখুন।
updateString(columnIndex, x) void এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.ResultSet#updateString(int, String) দেখুন।
updateString(columnLabel, x) void এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.ResultSet#updateString(String, String) দেখুন।
updateTime(columnIndex, x) void এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.ResultSet#updateTime(int, Time) দেখুন।
updateTime(columnLabel, x) void এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.ResultSet#updateTime(String, Time) দেখুন।
updateTimestamp(columnIndex, x) void এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.ResultSet#updateTimestamp(int, Timestamp) দেখুন।
updateTimestamp(columnLabel, x) void এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.ResultSet#updateTimestamp(String, Timestamp) দেখুন।
wasNull() Boolean এই পদ্ধতির ডকুমেন্টেশনের জন্য, java.sql.ResultSet#wasNull() দেখুন।

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

absolute(row)

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

পরামিতি

নাম আদর্শ বিবরণ
row Integer কার্সারটি যে সারিতে চলে যাবে তার সংখ্যা। একটি ধনাত্মক সংখ্যা ফলাফল সেটের শুরু থেকে গণনা করা সারির সংখ্যা নির্দেশ করে, যেখানে একটি ঋণাত্মক সংখ্যা ফলাফল সেটের শেষ থেকে গণনা করা নির্দেশ করে।

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

এই ফলাফল সেটের কোন অবস্থানে কার্সার সরানো হলে Booleantrue ; যদি কার্সার প্রথম সারির আগে বা শেষ সারির পরে থাকে তবে false

অনুমোদন

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

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

afterLast()

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

অনুমোদন

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

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

beforeFirst()

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

অনুমোদন

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

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

cancelRowUpdates()

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

অনুমোদন

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

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

clearWarnings()

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

অনুমোদন

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

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

close()

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


deleteRow()

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

অনুমোদন

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

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

findColumn(columnLabel)

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

পরামিতি

নাম আদর্শ বিবরণ
columnLabel String কলামের লেবেল, যা SQL AS ক্লজ দিয়ে নির্দিষ্ট করা হয়েছে। যদি AS ক্লজটি নির্দিষ্ট না করা থাকে, তাহলে লেবেলটি কলামের নাম।

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

Integer — নির্দিষ্ট কলামের কলাম সূচী।

অনুমোদন

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

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

first()

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

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

Boolean — যদি কার্সারটি একটি বৈধ সারিতে থাকে তবে true ; যদি ফলাফল সেটে কোনও সারি না থাকে তবে false

অনুমোদন

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

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

getArray(columnIndex)

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

পরামিতি

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

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

JdbcArray — এই ফলাফলের বর্তমান সারিতে নির্ধারিত কলামের মান, যা একটি অ্যারে হিসেবে সেট করা হয়েছে।

অনুমোদন

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

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

getArray(columnLabel)

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

পরামিতি

নাম আদর্শ বিবরণ
columnLabel String কলামের লেবেল, যা SQL AS ক্লজ দিয়ে নির্দিষ্ট করা হয়েছে। যদি AS ক্লজটি নির্দিষ্ট না করা থাকে, তাহলে লেবেলটি কলামের নাম।

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

JdbcArray — এই ফলাফলের বর্তমান সারিতে নির্ধারিত কলামের মান, যা একটি অ্যারে হিসেবে সেট করা হয়েছে।

অনুমোদন

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

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

getBigDecimal(columnIndex)

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

পরামিতি

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

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

BigNumber — কলামের মান; যদি মানটি SQL NULL হয়, তাহলে null

অনুমোদন

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

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

getBigDecimal(columnLabel)

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

পরামিতি

নাম আদর্শ বিবরণ
columnLabel String কলামের লেবেল, যা SQL AS ক্লজ দিয়ে নির্দিষ্ট করা হয়েছে। যদি AS ক্লজটি নির্দিষ্ট না করা থাকে, তাহলে লেবেলটি কলামের নাম।

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

BigNumber — কলামের মান; যদি মানটি SQL NULL হয়, তাহলে null

অনুমোদন

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

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

getBlob(columnIndex)

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

পরামিতি

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

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

JdbcBlob — এই ফলাফলের বর্তমান সারিতে নির্ধারিত কলামের মান একটি ব্লব হিসেবে সেট করা হয়েছে।

অনুমোদন

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

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

getBlob(columnLabel)

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

পরামিতি

নাম আদর্শ বিবরণ
columnLabel String কলামের লেবেল, যা SQL AS ক্লজ দিয়ে নির্দিষ্ট করা হয়েছে। যদি AS ক্লজটি নির্দিষ্ট না করা থাকে, তাহলে লেবেলটি কলামের নাম।

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

JdbcBlob — এই ফলাফলের বর্তমান সারিতে নির্ধারিত কলামের মান একটি ব্লব হিসেবে সেট করা হয়েছে।

অনুমোদন

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

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

getBoolean(columnIndex)

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

পরামিতি

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

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

Boolean — কলামের মান; যদি মান SQL NULL হয় তাহলে false

অনুমোদন

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

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

getBoolean(columnLabel)

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

পরামিতি

নাম আদর্শ বিবরণ
columnLabel String কলামের লেবেল, যা SQL AS ক্লজ দিয়ে নির্দিষ্ট করা হয়েছে। যদি AS ক্লজটি নির্দিষ্ট না করা থাকে, তাহলে লেবেলটি কলামের নাম।

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

Boolean — কলামের মান; যদি মান SQL NULL হয় তাহলে false

অনুমোদন

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

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

getByte(columnIndex)

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

পরামিতি

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

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

Byte — কলামের মান; 0 যদি মানটি SQL NULL হয়।

অনুমোদন

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

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

getByte(columnLabel)

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

পরামিতি

নাম আদর্শ বিবরণ
columnLabel String কলামের লেবেল, যা SQL AS ক্লজ দিয়ে নির্দিষ্ট করা হয়েছে। যদি AS ক্লজটি নির্দিষ্ট না করা থাকে, তাহলে লেবেলটি কলামের নাম।

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

Byte — কলামের মান; 0 যদি মানটি SQL NULL হয়।

অনুমোদন

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

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

getBytes(columnIndex)

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

পরামিতি

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

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

Byte[] — কলামের মান; যদি মানটি SQL NULL হয়, তাহলে null

অনুমোদন

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

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

getBytes(columnLabel)

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

পরামিতি

নাম আদর্শ বিবরণ
columnLabel String কলামের লেবেল, যা SQL AS ক্লজ দিয়ে নির্দিষ্ট করা হয়েছে। যদি AS ক্লজটি নির্দিষ্ট না করা থাকে, তাহলে লেবেলটি কলামের নাম।

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

Byte[] — কলামের মান; যদি মানটি SQL NULL হয়, তাহলে null

অনুমোদন

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

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

getClob(columnIndex)

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

পরামিতি

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

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

JdbcClob — এই ফলাফলের বর্তমান সারিতে নির্ধারিত কলামের মান একটি ক্লব হিসেবে সেট করা হয়েছে।

অনুমোদন

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

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

getClob(columnLabel)

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

পরামিতি

নাম আদর্শ বিবরণ
columnLabel String কলামের লেবেল, যা SQL AS ক্লজ দিয়ে নির্দিষ্ট করা হয়েছে। যদি AS ক্লজটি নির্দিষ্ট না করা থাকে, তাহলে লেবেলটি কলামের নাম।

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

JdbcClob — এই ফলাফলের বর্তমান সারিতে নির্ধারিত কলামের মান একটি ক্লব হিসেবে সেট করা হয়েছে।

অনুমোদন

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

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

getConcurrency()

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

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

Integer — কনকারেন্সি টাইপ, যা হয় Jdbc.ResultSet.CONCUR_READ_ONLY অথবা Jdbc.ResultSet.CONCUR_UPDATABLE

অনুমোদন

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

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

getCursorName()

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

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

String — এই ফলাফল সেটের কার্সারের SQL নাম।

অনুমোদন

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

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

getDate(columnIndex)

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

পরামিতি

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

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

JdbcDate — কলামের মান; যদি মানটি SQL NULL হয়, তাহলে null

অনুমোদন

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

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

getDate(columnIndex, timeZone)

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

পরামিতি

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

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

JdbcDate — কলামের মান; যদি মানটি SQL NULL হয়, তাহলে null

অনুমোদন

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

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

getDate(columnLabel)

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

পরামিতি

নাম আদর্শ বিবরণ
columnLabel String কলামের লেবেল, যা SQL AS ক্লজ দিয়ে নির্দিষ্ট করা হয়েছে। যদি AS ক্লজটি নির্দিষ্ট না করা থাকে, তাহলে লেবেলটি কলামের নাম।

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

JdbcDate — কলামের মান; যদি মানটি SQL NULL হয়, তাহলে null

অনুমোদন

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

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

getDate(columnLabel, timeZone)

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

পরামিতি

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

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

JdbcDate — কলামের মান; যদি মানটি SQL NULL হয়, তাহলে null

অনুমোদন

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

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

getDouble(columnIndex)

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

পরামিতি

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

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

Number — কলামের মান; 0 যদি মানটি SQL NULL হয়।

অনুমোদন

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

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

getDouble(columnLabel)

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

পরামিতি

নাম আদর্শ বিবরণ
columnLabel String কলামের লেবেল, যা SQL AS ক্লজ দিয়ে নির্দিষ্ট করা হয়েছে। যদি AS ক্লজটি নির্দিষ্ট না করা থাকে, তাহলে লেবেলটি কলামের নাম।

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

Number — কলামের মান; 0 যদি মানটি SQL NULL হয়।

অনুমোদন

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

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

getFetchDirection()

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

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

Integer — সেট করার জন্য নির্দিষ্ট দিক, যা হয় Jdbc.ResultSet.FETCH_FORWARD অথবা Jdbc.ResultSet.FETCH_REVERSE

অনুমোদন

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

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

getFetchSize()

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

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

Integer — এই ফলাফল সেটের জন্য বর্তমান আনয়নের আকার।

অনুমোদন

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

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

getFloat(columnIndex)

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

পরামিতি

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

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

Number — কলামের মান; 0 যদি মানটি SQL NULL হয়।

অনুমোদন

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

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

getFloat(columnLabel)

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

পরামিতি

নাম আদর্শ বিবরণ
columnLabel String কলামের লেবেল, যা SQL AS ক্লজ দিয়ে নির্দিষ্ট করা হয়েছে। যদি AS ক্লজটি নির্দিষ্ট না করা থাকে, তাহলে লেবেলটি কলামের নাম।

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

Number — কলামের মান; 0 যদি মানটি SQL NULL হয়।

অনুমোদন

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

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

getHoldability()

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

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

Integer — এই ফলাফল সেটের ধারণক্ষমতা, যা হয় Jdbc.ResultSet.HOLD_CURSORS_OVER_COMMIT অথবা Jdbc.ResultSet.CLOSE_CURSORS_AT_COMMIT

অনুমোদন

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

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

getInt(columnIndex)

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

পরামিতি

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

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

Integer — কলামের মান; 0 যদি মানটি SQL NULL হয়।

অনুমোদন

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

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

getInt(columnLabel)

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

পরামিতি

নাম আদর্শ বিবরণ
columnLabel String কলামের লেবেল, যা SQL AS ক্লজ দিয়ে নির্দিষ্ট করা হয়েছে। যদি AS ক্লজটি নির্দিষ্ট না করা থাকে, তাহলে লেবেলটি কলামের নাম।

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

Integer — কলামের মান; 0 যদি মানটি SQL NULL হয়।

অনুমোদন

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

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

getLong(columnIndex)

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

পরামিতি

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

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

Integer — কলামের মান; 0 যদি মানটি SQL NULL হয়।

অনুমোদন

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

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

getLong(columnLabel)

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

পরামিতি

নাম আদর্শ বিবরণ
columnLabel String কলামের লেবেল, যা SQL AS ক্লজ দিয়ে নির্দিষ্ট করা হয়েছে। যদি AS ক্লজটি নির্দিষ্ট না করা থাকে, তাহলে লেবেলটি কলামের নাম।

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

Integer — কলামের মান; 0 যদি মানটি SQL NULL হয়।

অনুমোদন

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

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

getMetaData()

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

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

JdbcResultSetMetaData — এই ফলাফল সেটের কলামের সংখ্যা, প্রকার এবং বৈশিষ্ট্য।

অনুমোদন

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

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

getNClob(columnIndex)

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

পরামিতি

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

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

JdbcClob — বর্তমান সারির কলামের মান।

অনুমোদন

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

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

getNClob(columnLabel)

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

পরামিতি

নাম আদর্শ বিবরণ
columnLabel String কলামের লেবেল, যা SQL AS ক্লজ দিয়ে নির্দিষ্ট করা হয়েছে। যদি AS ক্লজটি নির্দিষ্ট না করা থাকে, তাহলে লেবেলটি কলামের নাম।

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

JdbcClob — বর্তমান সারির কলামের মান।

অনুমোদন

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

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

getNString(columnIndex)

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

পরামিতি

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

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

String — বর্তমান সারির কলামের মান; যদি মানটি SQL NULL হয়, তাহলে null

অনুমোদন

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

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

getNString(columnLabel)

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

পরামিতি

নাম আদর্শ বিবরণ
columnLabel String কলামের লেবেল, যা SQL AS ক্লজ দিয়ে নির্দিষ্ট করা হয়েছে। যদি AS ক্লজটি নির্দিষ্ট না করা থাকে, তাহলে লেবেলটি কলামের নাম।

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

String — বর্তমান সারির কলামের মান; যদি মানটি SQL NULL হয়, তাহলে null

অনুমোদন

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

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

getObject(columnIndex)

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

পরামিতি

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

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

Object — এই ফলাফল সেটের বর্তমান সারিতে নির্ধারিত কলামের মান।

অনুমোদন

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

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

getObject(columnLabel)

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

পরামিতি

নাম আদর্শ বিবরণ
columnLabel String কলামের লেবেল, যা SQL AS ক্লজ দিয়ে নির্দিষ্ট করা হয়েছে। যদি AS ক্লজটি নির্দিষ্ট না করা থাকে, তাহলে লেবেলটি কলামের নাম।

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

Object — এই ফলাফল সেটের বর্তমান সারিতে নির্ধারিত কলামের মান।

অনুমোদন

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

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

getRef(columnIndex)

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

পরামিতি

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

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

JdbcRef — রেফারেন্স হিসেবে সেট করা এই ফলাফলের বর্তমান সারিতে নির্ধারিত কলামের মান।

অনুমোদন

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

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

getRef(columnLabel)

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

পরামিতি

নাম আদর্শ বিবরণ
columnLabel String কলামের লেবেল, যা SQL AS ক্লজ দিয়ে নির্দিষ্ট করা হয়েছে। যদি AS ক্লজটি নির্দিষ্ট না করা থাকে, তাহলে লেবেলটি কলামের নাম।

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

JdbcRef — রেফারেন্স হিসেবে সেট করা এই ফলাফলের বর্তমান সারিতে নির্ধারিত কলামের মান।

অনুমোদন

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

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

getRow()

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

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

Integer — বর্তমান সারি সংখ্যা, অথবা যদি কোন বর্তমান সারি না থাকে তাহলে ০।

অনুমোদন

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

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

getRowId(columnIndex)

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

পরামিতি

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

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

JdbcRowId — কলামের সারি আইডি মান; যদি মান SQL NULL হয় তাহলে null

অনুমোদন

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

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

getRowId(columnLabel)

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

পরামিতি

নাম আদর্শ বিবরণ
columnLabel String কলামের লেবেল, যা SQL AS ক্লজ দিয়ে নির্দিষ্ট করা হয়েছে। যদি AS ক্লজটি নির্দিষ্ট না করা থাকে, তাহলে লেবেলটি কলামের নাম।

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

JdbcRowId — কলামের সারি আইডি মান; যদি মান SQL NULL হয় তাহলে null

অনুমোদন

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

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

getRows(queryString)

এই ResultSet অবজেক্ট থেকে সমস্ত সারি ফেরত পাঠায়।

queryString এই JdbcResultSet এর getter পদ্ধতিতে কমা-বিভাজিত কল থাকে, উদাহরণস্বরূপ: "getString(1), getDouble('price'), getDate(3, 'UTC')" । সমর্থিত পদ্ধতিগুলির মধ্যে রয়েছে getString , getInt , getDouble , getDate , ইত্যাদি। আর্গুমেন্টগুলি পূর্ণসংখ্যা কলাম সূচক (1-ভিত্তিক) অথবা একক/দ্বৈত উদ্ধৃত স্ট্রিং কলাম লেবেল হতে পারে।

ব্যবহার: উদাহরণস্বরূপ, ফলাফল সেট থেকে কলাম ১ পড়ার জন্য, next() ব্যবহার করে পুনরাবৃত্তি করার পরিবর্তে, getRows ব্যবহার করুন, যা নিম্নলিখিত উদাহরণগুলিতে দেখানো হয়েছে।

নিম্নলিখিত উদাহরণে next() ব্যবহার করা হয়েছে:

while (rs.next()) {
  Logger.log(rs.getString(1));
}

ভালো পারফরম্যান্সের জন্য getRows() ব্যবহার করুন, নিম্নলিখিত উপায়ে:

var rows = rs.getRows("getString(1)");
for (var i = 0; i < rows.length; i++) {
  Logger.log(rows[i][0]);
}

দ্রষ্টব্য: বড় ফলাফলের জন্য, আপনি পৃষ্ঠাঙ্কনের জন্য getRows(queryString, batchSize) ব্যবহার করতে পারেন।

পরামিতি

নাম আদর্শ বিবরণ
queryString String এই ফলাফল সেট তৈরি করতে ব্যবহৃত SQL কোয়েরি স্ট্রিং।

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

Object[][] — এই ResultSet অবজেক্টের বর্তমান সারি।

অনুমোদন

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

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

getRows(queryString, batchSize)

এই ResultSet অবজেক্ট থেকে batchSize সারি পর্যন্ত ফেরত পাঠায়। ধারাবাহিকভাবে এই পদ্ধতিটি কল করলে পূর্ববর্তী পুনরাবৃত্তিতে যেখানে রেখেছিল সেখান থেকে পুনরাবৃত্তি শুরু হয়।

ব্যবহার:

var rows;
do {
  rows = rs.getRows("getString(1)", 100);
  for (var i = 0; i < rows.length; i++) {
    Logger.log(rows[i][0]);
  }
} while(rows.length > 0);

পরামিতি

নাম আদর্শ বিবরণ
queryString String এই ফলাফল সেট তৈরি করতে ব্যবহৃত SQL কোয়েরি স্ট্রিং।
batchSize Integer একক কলে সর্বাধিক কতগুলি সারি ফেরত পাঠানো হবে।

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

Object[][] — এই ResultSet অবজেক্টের বর্তমান সারি।

অনুমোদন

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

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

getSQLXML(columnIndex)

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

পরামিতি

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

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

JdbcSQLXML — বর্তমান সারির কলামের মান।

অনুমোদন

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

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

getSQLXML(columnLabel)

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

পরামিতি

নাম আদর্শ বিবরণ
columnLabel String কলামের লেবেল, যা SQL AS ক্লজ দিয়ে নির্দিষ্ট করা হয়েছে। যদি AS ক্লজটি নির্দিষ্ট না করা থাকে, তাহলে লেবেলটি কলামের নাম।

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

JdbcSQLXML — বর্তমান সারির কলামের মান।

অনুমোদন

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

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

getShort(columnIndex)

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

পরামিতি

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

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

Integer — কলামের মান; 0 যদি মানটি SQL NULL হয়।

অনুমোদন

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

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

getShort(columnLabel)

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

পরামিতি

নাম আদর্শ বিবরণ
columnLabel String কলামের লেবেল, যা SQL AS ক্লজ দিয়ে নির্দিষ্ট করা হয়েছে। যদি AS ক্লজটি নির্দিষ্ট না করা থাকে, তাহলে লেবেলটি কলামের নাম।

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

Integer — কলামের মান; 0 যদি মানটি SQL NULL হয়।

অনুমোদন

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

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

getStatement()

For documentation of this method, see java.sql.ResultSet#getStatement() .

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

JdbcStatement — The statement that produced this result set, or null if the result set was produced some other way.

অনুমোদন

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

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

getString(columnIndex)

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

পরামিতি

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

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

String — The column value; null if the value was SQL NULL .

অনুমোদন

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

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

getString(columnLabel)

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

পরামিতি

নাম আদর্শ বিবরণ
columnLabel String The label for the column, specified with the SQL AS clause. If the AS clause wasn't specified, then the label is the name of the column.

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

String — The column value; null if the value was SQL NULL .

অনুমোদন

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

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

getTime(columnIndex)

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

পরামিতি

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

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

JdbcTime — The column value; null if the value was SQL NULL .

অনুমোদন

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

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

getTime(columnIndex, timeZone)

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

পরামিতি

নাম আদর্শ বিবরণ
columnIndex Integer The index of the column to retrieve (the first column 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 column value; null if the value was SQL NULL .

অনুমোদন

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

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

getTime(columnLabel)

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

পরামিতি

নাম আদর্শ বিবরণ
columnLabel String The label for the column, specified with the SQL AS clause. If the AS clause wasn't specified, then the label is the name of the column.

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

JdbcTime — The column value; null if the value was SQL NULL .

অনুমোদন

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

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

getTime(columnLabel, timeZone)

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

পরামিতি

নাম আদর্শ বিবরণ
columnLabel String The label for the column, specified with the SQL AS clause. If the AS clause wasn't specified, then the label is the name of the column.
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 column value; null if the value was SQL NULL .

অনুমোদন

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

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

getTimestamp(columnIndex)

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

পরামিতি

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

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

JdbcTimestamp — The column value; null if the value was SQL NULL .

অনুমোদন

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

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

getTimestamp(columnIndex, timeZone)

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

পরামিতি

নাম আদর্শ বিবরণ
columnIndex Integer The index of the column to retrieve (the first column 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 column value; null if the value was SQL NULL .

অনুমোদন

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

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

getTimestamp(columnLabel)

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

পরামিতি

নাম আদর্শ বিবরণ
columnLabel String The label for the column, specified with the SQL AS clause. If the AS clause wasn't specified, then the label is the name of the column.

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

JdbcTimestamp — The column value; null if the value was SQL NULL .

অনুমোদন

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

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

getTimestamp(columnLabel, timeZone)

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

পরামিতি

নাম আদর্শ বিবরণ
columnLabel String The label for the column, specified with the SQL AS clause. If the AS clause wasn't specified, then the label is the name of the column.
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 column value; null if the value was SQL NULL .

অনুমোদন

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

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

getType()

For documentation of this method, see java.sql.ResultSet#getType() .

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

Integer — The type of this result set, which is one of Jdbc.ResultSet.TYPE_FORWARD_ONLY , Jdbc.ResultSet.TYPE_SCROLL_INSENSITIVE , or Jdbc.ResultSet.TYPE_SCROLL_INSENSITIVE .

অনুমোদন

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

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

getURL(columnIndex)

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

পরামিতি

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

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

String — The URL value of the designated column in the current row of this result set.

অনুমোদন

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

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

getURL(columnLabel)

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

পরামিতি

নাম আদর্শ বিবরণ
columnLabel String The label for the column, specified with the SQL AS clause. If the AS clause wasn't specified, then the label is the name of the column.

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

String — The URL value of the designated column in the current row of this result set.

অনুমোদন

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

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

getWarnings()

Returns the current set of warnings reported by the driver.

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

String[] — The current set of warnings.

অনুমোদন

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

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

insertRow()

For documentation of this method, see java.sql.ResultSet#insertRow() .

অনুমোদন

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

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

isAfterLast()

For documentation of this method, see java.sql.ResultSet#isAfterLast() .

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

Booleantrue if the cursor is after the last row; false if it is in any other position or if the result set contains no rows.

অনুমোদন

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

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

isBeforeFirst()

For documentation of this method, see java.sql.ResultSet#isBeforeFirst() .

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

Booleantrue if the cursor is before the first row; false if it is in any other position or if the result set contains no rows.

অনুমোদন

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.ResultSet#isClosed() .

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

Booleantrue if this result set is closed; false otherwise.

অনুমোদন

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

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

isFirst()

For documentation of this method, see java.sql.ResultSet#isFirst() .

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

Booleantrue if the cursor is on the first row; false otherwise.

অনুমোদন

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

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

isLast()

For documentation of this method, see java.sql.ResultSet#isLast() .

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

Booleantrue if the cursor is on the last row; false otherwise.

অনুমোদন

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

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

last()

For documentation of this method, see java.sql.ResultSet#first() .

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

Booleantrue if the cursor is on a valid row; false if there are no rows in the result set.

অনুমোদন

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

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

moveToCurrentRow()

For documentation of this method, see java.sql.ResultSet#moveToCurrentRow() .

অনুমোদন

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

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

moveToInsertRow()

For documentation of this method, see java.sql.ResultSet#moveToInsertRow() .

অনুমোদন

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

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

next()

For documentation of this method, see java.sql.ResultSet#next() .

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

Booleantrue if the new current row is valid; false otherwise.

অনুমোদন

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

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

previous()

For documentation of this method, see java.sql.ResultSet#previous() .

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

Booleantrue if the cursor is on a valid row; false if the cursor is positioned before the first row.

অনুমোদন

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

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

refreshRow()

For documentation of this method, see java.sql.ResultSet#refreshRow() .

অনুমোদন

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

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

relative(rows)

For documentation of this method, see java.sql.ResultSet#relative(int) .

পরামিতি

নাম আদর্শ বিবরণ
rows Integer The number row steps to move the cursor. A positive number moves the cursor forward, while a negative number moves the cursor backward.

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

Booleantrue if the cursor is on a row; false otherwise.

অনুমোদন

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

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

rowDeleted()

For documentation of this method, see java.sql.ResultSet#rowDeleted() .

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

Booleantrue if the current row was visibly deleted; false otherwise.

অনুমোদন

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

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

rowInserted()

For documentation of this method, see java.sql.ResultSet#rowInserted() .

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

Booleantrue if the current row was visibly inserted; false otherwise.

অনুমোদন

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

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

rowUpdated()

For documentation of this method, see java.sql.ResultSet#rowUpdated() .

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

Booleantrue if the current row was visibly updated; false otherwise.

অনুমোদন

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.ResultSet#setFetchDirection(int) .

পরামিতি

নাম আদর্শ বিবরণ
direction Integer The specified direction to set, which is either Jdbc.ResultSet.FETCH_FORWARD or Jdbc.ResultSet.FETCH_REVERSE .

অনুমোদন

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.ResultSet#setFetchSize(int) .

পরামিতি

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

অনুমোদন

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

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

updateArray(columnIndex, x)

For documentation of this method, see java.sql.ResultSet#updateArray(int, Array) .

পরামিতি

নাম আদর্শ বিবরণ
columnIndex Integer The index of the column to update (the first column is 1, the second is 2, and so on).
x JdbcArray The new column value.

অনুমোদন

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

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

updateArray(columnLabel, x)

For documentation of this method, see java.sql.ResultSet#updateArray(String, Array) .

পরামিতি

নাম আদর্শ বিবরণ
columnLabel String The label for the column, specified with the SQL AS clause. If the AS clause wasn't specified, then the label is the name of the column.
x JdbcArray The new column value.

অনুমোদন

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

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

updateBigDecimal(columnIndex, x)

For documentation of this method, see java.sql.ResultSet#updateBigDecimal(int, BigDecimal) .

পরামিতি

নাম আদর্শ বিবরণ
columnIndex Integer The index of the column to update (the first column is 1, the second is 2, and so on).
x BigNumber The new column value.

অনুমোদন

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

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

updateBigDecimal(columnLabel, x)

For documentation of this method, see java.sql.ResultSet#updateBigDecimal(String, BigDecimal) .

পরামিতি

নাম আদর্শ বিবরণ
columnLabel String The label for the column, specified with the SQL AS clause. If the AS clause wasn't specified, then the label is the name of the column.
x BigNumber The new column value.

অনুমোদন

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

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

updateBlob(columnIndex, x)

For documentation of this method, see java.sql.ResultSet#updateBlob(int, Blob) .

পরামিতি

নাম আদর্শ বিবরণ
columnIndex Integer The index of the column to update (the first column is 1, the second is 2, and so on).
x JdbcBlob The new column value.

অনুমোদন

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

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

updateBlob(columnLabel, x)

For documentation of this method, see java.sql.ResultSet#updateRef(String, Blob) .

পরামিতি

নাম আদর্শ বিবরণ
columnLabel String The label for the column, specified with the SQL AS clause. If the AS clause wasn't specified, then the label is the name of the column.
x JdbcBlob The new column value.

অনুমোদন

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

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

updateBoolean(columnIndex, x)

For documentation of this method, see java.sql.ResultSet#updateBoolean(int, boolean) .

পরামিতি

নাম আদর্শ বিবরণ
columnIndex Integer The index of the column to update (the first column is 1, the second is 2, and so on).
x Boolean The new column value.

অনুমোদন

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

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

updateBoolean(columnLabel, x)

For documentation of this method, see java.sql.ResultSet#updateBoolean(String, boolean) .

পরামিতি

নাম আদর্শ বিবরণ
columnLabel String The label for the column, specified with the SQL AS clause. If the AS clause wasn't specified, then the label is the name of the column.
x Boolean The new column value.

অনুমোদন

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

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

updateByte(columnIndex, x)

For documentation of this method, see java.sql.ResultSet#updateByte(int, byte) .

পরামিতি

নাম আদর্শ বিবরণ
columnIndex Integer The index of the column to update (the first column is 1, the second is 2, and so on).
x Byte The new column value.

অনুমোদন

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

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

updateByte(columnLabel, x)

For documentation of this method, see java.sql.ResultSet#updateByte(String, byte) .

পরামিতি

নাম আদর্শ বিবরণ
columnLabel String The label for the column, specified with the SQL AS clause. If the AS clause wasn't specified, then the label is the name of the column.
x Byte The new column value.

অনুমোদন

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

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

updateBytes(columnIndex, x)

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

পরামিতি

নাম আদর্শ বিবরণ
columnIndex Integer The index of the column to update (the first column is 1, the second is 2, and so on).
x Byte[] The new column value.

অনুমোদন

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

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

updateBytes(columnLabel, x)

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

পরামিতি

নাম আদর্শ বিবরণ
columnLabel String The label for the column, specified with the SQL AS clause. If the AS clause wasn't specified, then the label is the name of the column.
x Byte[] The new column value.

অনুমোদন

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

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

updateClob(columnIndex, x)

For documentation of this method, see java.sql.ResultSet#updateClob(int, Clob) .

পরামিতি

নাম আদর্শ বিবরণ
columnIndex Integer The index of the column to update (the first column is 1, the second is 2, and so on).
x JdbcClob The new column value.

অনুমোদন

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

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

updateClob(columnLabel, x)

For documentation of this method, see java.sql.ResultSet#updateClob(String, Clob) .

পরামিতি

নাম আদর্শ বিবরণ
columnLabel String The label for the column, specified with the SQL AS clause. If the AS clause wasn't specified, then the label is the name of the column.
x JdbcClob The new column value.

অনুমোদন

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

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

updateDate(columnIndex, x)

For documentation of this method, see java.sql.ResultSet#updateDate(int, Date) .

পরামিতি

নাম আদর্শ বিবরণ
columnIndex Integer The index of the column to update (the first column is 1, the second is 2, and so on).
x JdbcDate The new column value.

অনুমোদন

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

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

updateDate(columnLabel, x)

For documentation of this method, see java.sql.ResultSet#updateDate(String, Date) .

পরামিতি

নাম আদর্শ বিবরণ
columnLabel String The label for the column, specified with the SQL AS clause. If the AS clause wasn't specified, then the label is the name of the column.
x JdbcDate The new column value.

অনুমোদন

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

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

updateDouble(columnIndex, x)

For documentation of this method, see java.sql.ResultSet#updateDouble(int, double) .

পরামিতি

নাম আদর্শ বিবরণ
columnIndex Integer The index of the column to update (the first column is 1, the second is 2, and so on).
x Number The new column value.

অনুমোদন

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

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

updateDouble(columnLabel, x)

For documentation of this method, see java.sql.ResultSet#updateDouble(String, double) .

পরামিতি

নাম আদর্শ বিবরণ
columnLabel String The label for the column, specified with the SQL AS clause. If the AS clause wasn't specified, then the label is the name of the column.
x Number The new column value.

অনুমোদন

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

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

updateFloat(columnIndex, x)

For documentation of this method, see java.sql.ResultSet#updateFloat(int, float) .

পরামিতি

নাম আদর্শ বিবরণ
columnIndex Integer The index of the column to update (the first column is 1, the second is 2, and so on).
x Number The new column value.

অনুমোদন

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

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

updateFloat(columnLabel, x)

For documentation of this method, see java.sql.ResultSet#updateFloat(String, float) .

পরামিতি

নাম আদর্শ বিবরণ
columnLabel String The label for the column, specified with the SQL AS clause. If the AS clause wasn't specified, then the label is the name of the column.
x Number The new column value.

অনুমোদন

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

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

updateInt(columnIndex, x)

For documentation of this method, see java.sql.ResultSet#updateInt(int, int) .

পরামিতি

নাম আদর্শ বিবরণ
columnIndex Integer The index of the column to update (the first column is 1, the second is 2, and so on).
x Integer The new column value.

অনুমোদন

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

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

updateInt(columnLabel, x)

For documentation of this method, see java.sql.ResultSet#updateInt(String, int) .

পরামিতি

নাম আদর্শ বিবরণ
columnLabel String The label for the column, specified with the SQL AS clause. If the AS clause wasn't specified, then the label is the name of the column.
x Integer The new column value.

অনুমোদন

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

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

updateLong(columnIndex, x)

For documentation of this method, see java.sql.ResultSet#updateLong(int, long) .

পরামিতি

নাম আদর্শ বিবরণ
columnIndex Integer The index of the column to update (the first column is 1, the second is 2, and so on).
x Integer The new column value.

অনুমোদন

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

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

updateLong(columnLabel, x)

For documentation of this method, see java.sql.ResultSet#updateLong(String, long) .

পরামিতি

নাম আদর্শ বিবরণ
columnLabel String The label for the column, specified with the SQL AS clause. If the AS clause wasn't specified, then the label is the name of the column.
x Integer The new column value.

অনুমোদন

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

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

updateNClob(columnIndex, x)

For documentation of this method, see java.sql.ResultSet#updateNClob(int, NClob) .

পরামিতি

নাম আদর্শ বিবরণ
columnIndex Integer The index of the column to update (the first column is 1, the second is 2, and so on).
x JdbcClob The new column value.

অনুমোদন

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

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

updateNClob(columnLabel, x)

For documentation of this method, see java.sql.ResultSet#updateNClob(String, NClob) .

পরামিতি

নাম আদর্শ বিবরণ
columnLabel String The label for the column, specified with the SQL AS clause. If the AS clause wasn't specified, then the label is the name of the column.
x JdbcClob The new column value.

অনুমোদন

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

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

updateNString(columnIndex, x)

For documentation of this method, see java.sql.ResultSet#updateNString(int, String) .

পরামিতি

নাম আদর্শ বিবরণ
columnIndex Integer The index of the column to update (the first column is 1, the second is 2, and so on).
x String The new column value.

অনুমোদন

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

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

updateNString(columnLabel, x)

For documentation of this method, see java.sql.ResultSet#updateNString(String, String) .

পরামিতি

নাম আদর্শ বিবরণ
columnLabel String The label for the column, specified with the SQL AS clause. If the AS clause wasn't specified, then the label is the name of the column.
x String The new column value.

অনুমোদন

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

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

updateNull(columnIndex)

For documentation of this method, see java.sql.ResultSet#updateNull(int) .

পরামিতি

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

অনুমোদন

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

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

updateNull(columnLabel)

For documentation of this method, see java.sql.ResultSet#updateNull(String) .

পরামিতি

নাম আদর্শ বিবরণ
columnLabel String The label for the column, specified with the SQL AS clause. If the AS clause wasn't specified, then the label is the name of the column.

অনুমোদন

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

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

updateObject(columnIndex, x)

For documentation of this method, see java.sql.ResultSet#updateObject(int, Object) .

পরামিতি

নাম আদর্শ বিবরণ
columnIndex Integer The index of the column to update (the first column is 1, the second is 2, and so on).
x Object The new column value.

অনুমোদন

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

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

updateObject(columnIndex, x, scaleOrLength)

For documentation of this method, see java.sql.ResultSet#updateObject(int, Object, int) .

পরামিতি

নাম আদর্শ বিবরণ
columnIndex Integer The index of the column to update (the first column is 1, the second is 2, and so on).
x Object The new column value.
scaleOrLength Integer The number of digits after the decimal for BigDecimal types, or the length of data for InputStream or Reader types. Ignored for all other types.

অনুমোদন

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

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

updateObject(columnLabel, x)

For documentation of this method, see java.sql.ResultSet#updateObject(String, Object) .

পরামিতি

নাম আদর্শ বিবরণ
columnLabel String The label for the column, specified with the SQL AS clause. If the AS clause wasn't specified, then the label is the name of the column.
x Object The new column value.

অনুমোদন

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

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

updateObject(columnLabel, x, scaleOrLength)

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

পরামিতি

নাম আদর্শ বিবরণ
columnLabel String The label for the column, specified with the SQL AS clause. If the AS clause wasn't specified, then the label is the name of the column.
x Object The new column value.
scaleOrLength Integer The number of digits after the decimal for BigDecimal types, or the length of data for InputStream or Reader types. Ignored for all other types.

অনুমোদন

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

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

updateRef(columnIndex, x)

For documentation of this method, see java.sql.ResultSet#updateRef(int, Ref) .

পরামিতি

নাম আদর্শ বিবরণ
columnIndex Integer The index of the column to update (the first column is 1, the second is 2, and so on).
x JdbcRef The new column value.

অনুমোদন

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

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

updateRef(columnLabel, x)

For documentation of this method, see java.sql.ResultSet#updateRef(String, Ref) .

পরামিতি

নাম আদর্শ বিবরণ
columnLabel String The label for the column, specified with the SQL AS clause. If the AS clause wasn't specified, then the label is the name of the column.
x JdbcRef The new column value.

অনুমোদন

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

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

updateRow()

For documentation of this method, see java.sql.ResultSet#updateRow() .

অনুমোদন

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

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

updateRowId(columnIndex, x)

For documentation of this method, see java.sql.ResultSet#updateRowId(int, RowId) .

পরামিতি

নাম আদর্শ বিবরণ
columnIndex Integer The index of the column to update (the first column is 1, the second is 2, and so on).
x JdbcRowId The new column value.

অনুমোদন

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

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

updateRowId(columnLabel, x)

For documentation of this method, see java.sql.ResultSet#updateRowId(String, RowId) .

পরামিতি

নাম আদর্শ বিবরণ
columnLabel String The label for the column, specified with the SQL AS clause. If the AS clause wasn't specified, then the label is the name of the column.
x JdbcRowId The new column value.

অনুমোদন

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

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

updateSQLXML(columnIndex, x)

For documentation of this method, see java.sql.ResultSet#updateSQLXML(int, SQLXML) .

পরামিতি

নাম আদর্শ বিবরণ
columnIndex Integer The index of the column to update (the first column is 1, the second is 2, and so on).
x JdbcSQLXML The new column value.

অনুমোদন

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

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

updateSQLXML(columnLabel, x)

For documentation of this method, see java.sql.ResultSet#updateSQLXML(String, SQLXML) .

পরামিতি

নাম আদর্শ বিবরণ
columnLabel String The label for the column, specified with the SQL AS clause. If the AS clause wasn't specified, then the label is the name of the column.
x JdbcSQLXML The new column value.

অনুমোদন

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

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

updateShort(columnIndex, x)

For documentation of this method, see java.sql.ResultSet#updateShort(int, short) .

পরামিতি

নাম আদর্শ বিবরণ
columnIndex Integer The index of the column to update (the first column is 1, the second is 2, and so on).
x Integer The new column value.

অনুমোদন

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

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

updateShort(columnLabel, x)

For documentation of this method, see java.sql.ResultSet#updateShort(String, short) .

পরামিতি

নাম আদর্শ বিবরণ
columnLabel String The label for the column, specified with the SQL AS clause. If the AS clause wasn't specified, then the label is the name of the column.
x Integer The new column value.

অনুমোদন

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

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

updateString(columnIndex, x)

For documentation of this method, see java.sql.ResultSet#updateString(int, String) .

পরামিতি

নাম আদর্শ বিবরণ
columnIndex Integer The index of the column to update (the first column is 1, the second is 2, and so on).
x String The new column value.

অনুমোদন

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

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

updateString(columnLabel, x)

For documentation of this method, see java.sql.ResultSet#updateString(String, String) .

পরামিতি

নাম আদর্শ বিবরণ
columnLabel String The label for the column, specified with the SQL AS clause. If the AS clause wasn't specified, then the label is the name of the column.
x String The new column value.

অনুমোদন

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

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

updateTime(columnIndex, x)

For documentation of this method, see java.sql.ResultSet#updateTime(int, Time) .

পরামিতি

নাম আদর্শ বিবরণ
columnIndex Integer The index of the column to update (the first column is 1, the second is 2, and so on).
x JdbcTime The new column value.

অনুমোদন

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

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

updateTime(columnLabel, x)

For documentation of this method, see java.sql.ResultSet#updateTime(String, Time) .

পরামিতি

নাম আদর্শ বিবরণ
columnLabel String The label for the column, specified with the SQL AS clause. If the AS clause wasn't specified, then the label is the name of the column.
x JdbcTime The new column value.

অনুমোদন

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

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

updateTimestamp(columnIndex, x)

For documentation of this method, see java.sql.ResultSet#updateTimestamp(int, Timestamp) .

পরামিতি

নাম আদর্শ বিবরণ
columnIndex Integer The index of the column to update (the first column is 1, the second is 2, and so on).
x JdbcTimestamp The new column value.

অনুমোদন

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

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

updateTimestamp(columnLabel, x)

For documentation of this method, see java.sql.ResultSet#updateTimestamp(String, Timestamp) .

পরামিতি

নাম আদর্শ বিবরণ
columnLabel String The label for the column, specified with the SQL AS clause. If the AS clause wasn't specified, then the label is the name of the column.
x JdbcTimestamp The new column value.

অনুমোদন

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.ResultSet#wasNull() .

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

Booleantrue if the last column read was SQL NULL ; false otherwise.

অনুমোদন

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

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