Class JdbcResultSet

مجموعه نتایج Jdbc

یک 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[][] حداکثر تا ردیف‌های batchSize را از این شیء ResultSet برمی‌گرداند.
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 شماره ردیفی که مکان‌نما به آن منتقل می‌شود. عدد مثبت نشان دهنده شمارش شماره ردیف از ابتدای مجموعه نتایج و عدد منفی نشان دهنده شمارش از انتهای مجموعه نتایج است.

بازگشت

Boolean - اگر مکان‌نما به موقعیتی در این مجموعه نتایج منتقل شود، true ؛ اگر مکان‌نما قبل از اولین ردیف یا بعد از آخرین ردیف باشد، 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 اندیس ستونی که داده‌ها از آن بازیابی می‌شوند (ستون اول ۱، ستون دوم ۲ و غیره است).

بازگشت

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 اندیس ستونی که داده‌ها از آن بازیابی می‌شوند (ستون اول ۱، ستون دوم ۲ و غیره است).

بازگشت

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 اندیس ستونی که داده‌ها از آن بازیابی می‌شوند (ستون اول ۱، ستون دوم ۲ و غیره است).

بازگشت

JdbcBlob - مقدار ستون تعیین‌شده در ردیف فعلی این مجموعه نتیجه که به عنوان یک blob تنظیم شده است.

مجوز

اسکریپت‌هایی که از این روش استفاده می‌کنند، نیاز به مجوز با یک یا چند مورد از حوزه‌های زیر دارند:

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

getBlob(columnLabel)

برای مستندات این متد، به java.sql.ResultSet#getBlob(String) مراجعه کنید.

پارامترها

نام نوع توضیحات
columnLabel String برچسب ستون، که با عبارت SQL AS مشخص شده است. اگر عبارت AS مشخص نشده باشد، برچسب، نام ستون است.

بازگشت

JdbcBlob - مقدار ستون تعیین‌شده در ردیف فعلی این مجموعه نتیجه که به عنوان یک blob تنظیم شده است.

مجوز

اسکریپت‌هایی که از این روش استفاده می‌کنند، نیاز به مجوز با یک یا چند مورد از حوزه‌های زیر دارند:

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

getBoolean(columnIndex)

برای مستندات این متد، به java.sql.ResultSet#getBoolean(int) مراجعه کنید.

پارامترها

نام نوع توضیحات
columnIndex Integer اندیس ستونی که قرار است بازیابی شود (ستون اول ۱، ستون دوم ۲ و به همین ترتیب).

بازگشت

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 اندیس ستونی که قرار است بازیابی شود (ستون اول ۱، ستون دوم ۲ و به همین ترتیب).

بازگشت

Byte - مقدار ستون؛ اگر مقدار SQL NULL باشد، 0 خواهد بود.

مجوز

اسکریپت‌هایی که از این روش استفاده می‌کنند، نیاز به مجوز با یک یا چند مورد از حوزه‌های زیر دارند:

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

getByte(columnLabel)

برای مستندات این متد، به java.sql.ResultSet#getByte(String) مراجعه کنید.

پارامترها

نام نوع توضیحات
columnLabel String برچسب ستون، که با عبارت SQL AS مشخص شده است. اگر عبارت AS مشخص نشده باشد، برچسب، نام ستون است.

بازگشت

Byte - مقدار ستون؛ اگر مقدار SQL NULL باشد، 0 خواهد بود.

مجوز

اسکریپت‌هایی که از این روش استفاده می‌کنند، نیاز به مجوز با یک یا چند مورد از حوزه‌های زیر دارند:

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

getBytes(columnIndex)

برای مستندات این متد، به java.sql.ResultSet#getBytes(int) مراجعه کنید.

پارامترها

نام نوع توضیحات
columnIndex Integer اندیس ستونی که قرار است بازیابی شود (ستون اول ۱، ستون دوم ۲ و به همین ترتیب).

بازگشت

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 اندیس ستونی که داده‌ها از آن بازیابی می‌شوند (ستون اول ۱، ستون دوم ۲ و غیره است).

بازگشت

JdbcClob - مقدار ستون تعیین‌شده در ردیف فعلی این مجموعه نتیجه که به عنوان یک clob تعریف شده است.

مجوز

اسکریپت‌هایی که از این روش استفاده می‌کنند، نیاز به مجوز با یک یا چند مورد از حوزه‌های زیر دارند:

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

getClob(columnLabel)

برای مستندات این متد، به java.sql.ResultSet#getClob(String) مراجعه کنید.

پارامترها

نام نوع توضیحات
columnLabel String برچسب ستون، که با عبارت SQL AS مشخص شده است. اگر عبارت AS مشخص نشده باشد، برچسب، نام ستون است.

بازگشت

JdbcClob - مقدار ستون تعیین‌شده در ردیف فعلی این مجموعه نتیجه که به عنوان یک clob تعریف شده است.

مجوز

اسکریپت‌هایی که از این روش استفاده می‌کنند، نیاز به مجوز با یک یا چند مورد از حوزه‌های زیر دارند:

  • 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 اندیس ستونی که قرار است بازیابی شود (ستون اول ۱، ستون دوم ۲ و به همین ترتیب).

بازگشت

JdbcDate — مقدار ستون؛ اگر مقدار SQL NULL باشد، null بود.

مجوز

اسکریپت‌هایی که از این روش استفاده می‌کنند، نیاز به مجوز با یک یا چند مورد از حوزه‌های زیر دارند:

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

getDate(columnIndex, timeZone)

برای مستندات این متد، به java.sql.ResultSet#getDate(int, Calendar) مراجعه کنید.

پارامترها

نام نوع توضیحات
columnIndex Integer اندیس ستونی که قرار است بازیابی شود (ستون اول ۱، ستون دوم ۲ و به همین ترتیب).
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 اندیس ستونی که قرار است بازیابی شود (ستون اول ۱، ستون دوم ۲ و به همین ترتیب).

بازگشت

Number - مقدار ستون؛ اگر مقدار SQL NULL باشد، 0 خواهد بود.

مجوز

اسکریپت‌هایی که از این روش استفاده می‌کنند، نیاز به مجوز با یک یا چند مورد از حوزه‌های زیر دارند:

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

getDouble(columnLabel)

برای مستندات این متد، به java.sql.ResultSet#getDouble(String) مراجعه کنید.

پارامترها

نام نوع توضیحات
columnLabel String برچسب ستون، که با عبارت SQL AS مشخص شده است. اگر عبارت AS مشخص نشده باشد، برچسب، نام ستون است.

بازگشت

Number - مقدار ستون؛ اگر مقدار SQL NULL باشد، 0 خواهد بود.

مجوز

اسکریپت‌هایی که از این روش استفاده می‌کنند، نیاز به مجوز با یک یا چند مورد از حوزه‌های زیر دارند:

  • 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 اندیس ستونی که قرار است بازیابی شود (ستون اول ۱، ستون دوم ۲ و به همین ترتیب).

بازگشت

Number - مقدار ستون؛ اگر مقدار SQL NULL باشد، 0 خواهد بود.

مجوز

اسکریپت‌هایی که از این روش استفاده می‌کنند، نیاز به مجوز با یک یا چند مورد از حوزه‌های زیر دارند:

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

getFloat(columnLabel)

برای مستندات این متد، به java.sql.ResultSet#getFloat(String) مراجعه کنید.

پارامترها

نام نوع توضیحات
columnLabel String برچسب ستون، که با عبارت SQL AS مشخص شده است. اگر عبارت AS مشخص نشده باشد، برچسب، نام ستون است.

بازگشت

Number - مقدار ستون؛ اگر مقدار SQL NULL باشد، 0 خواهد بود.

مجوز

اسکریپت‌هایی که از این روش استفاده می‌کنند، نیاز به مجوز با یک یا چند مورد از حوزه‌های زیر دارند:

  • 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 اندیس ستونی که قرار است بازیابی شود (ستون اول ۱، ستون دوم ۲ و به همین ترتیب).

بازگشت

Integer - مقدار ستون؛ اگر مقدار SQL NULL باشد، 0 خواهد بود.

مجوز

اسکریپت‌هایی که از این روش استفاده می‌کنند، نیاز به مجوز با یک یا چند مورد از حوزه‌های زیر دارند:

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

getInt(columnLabel)

برای مستندات این متد، به java.sql.ResultSet#getInt(String) مراجعه کنید.

پارامترها

نام نوع توضیحات
columnLabel String برچسب ستون، که با عبارت SQL AS مشخص شده است. اگر عبارت AS مشخص نشده باشد، برچسب، نام ستون است.

بازگشت

Integer - مقدار ستون؛ اگر مقدار SQL NULL باشد، 0 خواهد بود.

مجوز

اسکریپت‌هایی که از این روش استفاده می‌کنند، نیاز به مجوز با یک یا چند مورد از حوزه‌های زیر دارند:

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

getLong(columnIndex)

برای مستندات این متد، به java.sql.ResultSet#getLong(int) مراجعه کنید.

پارامترها

نام نوع توضیحات
columnIndex Integer اندیس ستونی که قرار است بازیابی شود (ستون اول ۱، ستون دوم ۲ و به همین ترتیب).

بازگشت

Integer - مقدار ستون؛ اگر مقدار SQL NULL باشد، 0 خواهد بود.

مجوز

اسکریپت‌هایی که از این روش استفاده می‌کنند، نیاز به مجوز با یک یا چند مورد از حوزه‌های زیر دارند:

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

getLong(columnLabel)

برای مستندات این متد، به java.sql.ResultSet#getLong(String) مراجعه کنید.

پارامترها

نام نوع توضیحات
columnLabel String برچسب ستون، که با عبارت SQL AS مشخص شده است. اگر عبارت AS مشخص نشده باشد، برچسب، نام ستون است.

بازگشت

Integer - مقدار ستون؛ اگر مقدار SQL NULL باشد، 0 خواهد بود.

مجوز

اسکریپت‌هایی که از این روش استفاده می‌کنند، نیاز به مجوز با یک یا چند مورد از حوزه‌های زیر دارند:

  • 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 اندیس ستونی که داده‌ها از آن بازیابی می‌شوند (ستون اول ۱، ستون دوم ۲ و غیره است).

بازگشت

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 اندیس ستونی که داده‌ها از آن بازیابی می‌شوند (ستون اول ۱، ستون دوم ۲ و غیره است).

بازگشت

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 اندیس ستونی که داده‌ها از آن بازیابی می‌شوند (ستون اول ۱، ستون دوم ۲ و غیره است).

بازگشت

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 اندیس ستونی که داده‌ها از آن بازیابی می‌شوند (ستون اول ۱، ستون دوم ۲ و غیره است).

بازگشت

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 - شماره ردیف فعلی، یا 0 اگر ردیف فعلی وجود ندارد.

مجوز

اسکریپت‌هایی که از این روش استفاده می‌کنند، نیاز به مجوز با یک یا چند مورد از حوزه‌های زیر دارند:

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

getRowId(columnIndex)

برای مستندات این متد، به java.sql.ResultSet#getRowId(int) مراجعه کنید.

پارامترها

نام نوع توضیحات
columnIndex Integer اندیس ستونی که داده‌ها از آن بازیابی می‌شوند (ستون اول ۱، ستون دوم ۲ و غیره است).

بازگشت

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 شامل فراخوانی‌های جدا شده با کاما برای متدهای getter این JdbcResultSet است، برای مثال: "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)

ردیف‌های batchSize را از این شیء ResultSet برمی‌گرداند. فراخوانی متوالی این متد، تکرار را از جایی که در تکرار قبلی باقی مانده بود، آغاز می‌کند.

طریقه استفاده:

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 اندیس ستونی که داده‌ها از آن بازیابی می‌شوند (ستون اول ۱، ستون دوم ۲ و غیره است).

بازگشت

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 اندیس ستونی که قرار است بازیابی شود (ستون اول ۱، ستون دوم ۲ و به همین ترتیب).

بازگشت

Integer - مقدار ستون؛ اگر مقدار SQL NULL باشد، 0 خواهد بود.

مجوز

اسکریپت‌هایی که از این روش استفاده می‌کنند، نیاز به مجوز با یک یا چند مورد از حوزه‌های زیر دارند:

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

getShort(columnLabel)

برای مستندات این متد، به java.sql.ResultSet#getShort(String) مراجعه کنید.

پارامترها

نام نوع توضیحات
columnLabel String برچسب ستون، که با عبارت SQL AS مشخص شده است. اگر عبارت AS مشخص نشده باشد، برچسب، نام ستون است.

بازگشت

Integer - مقدار ستون؛ اگر مقدار SQL NULL باشد، 0 خواهد بود.

مجوز

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