A JDBC ResultSetMetaData
. For documentation of this class, see java.sql.ResultSetMetaData
.
Methods
Detailed documentation
getCatalogName(column)
For documentation of this method, see java.sql.ResultSetMetaData#getCatalogName(int)
.
Parameters
Name | Type | Description |
---|---|---|
column | Integer |
Return
String
Authorization
Scripts that use this method require authorization with one or more of the following scopes:
-
https://www.googleapis.com/auth/script.external_request
getColumnClassName(column)
For documentation of this method, see java.sql.ResultSetMetaData#getColumnClassName(int)
.
Parameters
Name | Type | Description |
---|---|---|
column | Integer |
Return
String
Authorization
Scripts that use this method require authorization with one or more of the following scopes:
-
https://www.googleapis.com/auth/script.external_request
getColumnCount()
For documentation of this method, see java.sql.ResultSetMetaData#getColumnCount()
.
Return
Integer
Authorization
Scripts that use this method require authorization with one or more of the following scopes:
-
https://www.googleapis.com/auth/script.external_request
getColumnDisplaySize(column)
For documentation of this method, see java.sql.ResultSetMetaData#getColumnDisplaySize(int)
.
Parameters
Name | Type | Description |
---|---|---|
column | Integer |
Return
Integer
Authorization
Scripts that use this method require authorization with one or more of the following scopes:
-
https://www.googleapis.com/auth/script.external_request
getColumnLabel(column)
For documentation of this method, see java.sql.ResultSetMetaData#getColumnLabel(int)
.
Parameters
Name | Type | Description |
---|---|---|
column | Integer |
Return
String
Authorization
Scripts that use this method require authorization with one or more of the following scopes:
-
https://www.googleapis.com/auth/script.external_request
getColumnName(column)
For documentation of this method, see java.sql.ResultSetMetaData#getColumnName(int)
.
Parameters
Name | Type | Description |
---|---|---|
column | Integer |
Return
String
Authorization
Scripts that use this method require authorization with one or more of the following scopes:
-
https://www.googleapis.com/auth/script.external_request
getColumnType(column)
For documentation of this method, see java.sql.ResultSetMetaData#getColumnType(int)
.
Parameters
Name | Type | Description |
---|---|---|
column | Integer |
Return
Integer
Authorization
Scripts that use this method require authorization with one or more of the following scopes:
-
https://www.googleapis.com/auth/script.external_request
getColumnTypeName(column)
For documentation of this method, see java.sql.ResultSetMetaData#getColumnTypeName(int)
.
Parameters
Name | Type | Description |
---|---|---|
column | Integer |
Return
String
Authorization
Scripts that use this method require authorization with one or more of the following scopes:
-
https://www.googleapis.com/auth/script.external_request
getPrecision(column)
For documentation of this method, see java.sql.ResultSetMetaData#getPrecision(int)
.
Parameters
Name | Type | Description |
---|---|---|
column | Integer |
Return
Integer
Authorization
Scripts that use this method require authorization with one or more of the following scopes:
-
https://www.googleapis.com/auth/script.external_request
getScale(column)
For documentation of this method, see java.sql.ResultSetMetaData#getScale(int)
.
Parameters
Name | Type | Description |
---|---|---|
column | Integer |
Return
Integer
Authorization
Scripts that use this method require authorization with one or more of the following scopes:
-
https://www.googleapis.com/auth/script.external_request
getSchemaName(column)
For documentation of this method, see java.sql.ResultSetMetaData#getSchemaName(int)
.
Parameters
Name | Type | Description |
---|---|---|
column | Integer |
Return
String
Authorization
Scripts that use this method require authorization with one or more of the following scopes:
-
https://www.googleapis.com/auth/script.external_request
getTableName(column)
For documentation of this method, see java.sql.ResultSetMetaData#getTableName(int)
.
Parameters
Name | Type | Description |
---|---|---|
column | Integer |
Return
String
Authorization
Scripts that use this method require authorization with one or more of the following scopes:
-
https://www.googleapis.com/auth/script.external_request
isAutoIncrement(column)
For documentation of this method, see java.sql.ResultSetMetaData#isAutoIncrement(int)
.
Parameters
Name | Type | Description |
---|---|---|
column | Integer |
Return
Boolean
Authorization
Scripts that use this method require authorization with one or more of the following scopes:
-
https://www.googleapis.com/auth/script.external_request
isCaseSensitive(column)
For documentation of this method, see java.sql.ResultSetMetaData#isCaseSensitive(int)
.
Parameters
Name | Type | Description |
---|---|---|
column | Integer |
Return
Boolean
Authorization
Scripts that use this method require authorization with one or more of the following scopes:
-
https://www.googleapis.com/auth/script.external_request
isCurrency(column)
For documentation of this method, see java.sql.ResultSetMetaData#isCurrency(int)
.
Parameters
Name | Type | Description |
---|---|---|
column | Integer |
Return
Boolean
Authorization
Scripts that use this method require authorization with one or more of the following scopes:
-
https://www.googleapis.com/auth/script.external_request
isDefinitelyWritable(column)
For documentation of this method, see java.sql.ResultSetMetaData#isDefinitelyWritable(int)
.
Parameters
Name | Type | Description |
---|---|---|
column | Integer |
Return
Boolean
Authorization
Scripts that use this method require authorization with one or more of the following scopes:
-
https://www.googleapis.com/auth/script.external_request
isNullable(column)
For documentation of this method, see java.sql.ResultSetMetaData#isNullable(int)
.
Parameters
Name | Type | Description |
---|---|---|
column | Integer |
Return
Integer
Authorization
Scripts that use this method require authorization with one or more of the following scopes:
-
https://www.googleapis.com/auth/script.external_request
isReadOnly(column)
For documentation of this method, see java.sql.ResultSetMetaData#isReadOnly(int)
.
Parameters
Name | Type | Description |
---|---|---|
column | Integer |
Return
Boolean
Authorization
Scripts that use this method require authorization with one or more of the following scopes:
-
https://www.googleapis.com/auth/script.external_request
isSearchable(column)
For documentation of this method, see java.sql.ResultSetMetaData#isSearchable(int)
.
Parameters
Name | Type | Description |
---|---|---|
column | Integer |
Return
Boolean
Authorization
Scripts that use this method require authorization with one or more of the following scopes:
-
https://www.googleapis.com/auth/script.external_request
isSigned(column)
For documentation of this method, see java.sql.ResultSetMetaData#isSigned(int)
.
Parameters
Name | Type | Description |
---|---|---|
column | Integer |
Return
Boolean
Authorization
Scripts that use this method require authorization with one or more of the following scopes:
-
https://www.googleapis.com/auth/script.external_request
isWritable(column)
For documentation of this method, see java.sql.ResultSetMetaData#isWritable(int)
.
Parameters
Name | Type | Description |
---|---|---|
column | Integer |
Return
Boolean
Authorization
Scripts that use this method require authorization with one or more of the following scopes:
-
https://www.googleapis.com/auth/script.external_request