Class JdbcDatabaseMetaData

JdbcDatabaseMetaData

Объект метаданных базы данных JDBC. Документацию по этому классу см. в разделе java.sql.DatabaseMetaData .

Методы

Метод Тип возврата Краткое описание
allProceduresAreCallable() Boolean Документацию по этому методу см. в java.sql.DatabaseMetaData#allProceduresAreCallable() .
allTablesAreSelectable() Boolean Документацию по этому методу см. в java.sql.DatabaseMetaData#allTablesAreSelectable() .
autoCommitFailureClosesAllResultSets() Boolean Документацию по этому методу см. в java.sql.DatabaseMetaData#autoCommitFailureClosesAllResultSets() .
dataDefinitionCausesTransactionCommit() Boolean Документацию по этому методу см. java.sql.DatabaseMetaData#dataDefinitionCausesTransactionCommit() .
dataDefinitionIgnoredInTransactions() Boolean Документацию по этому методу см. java.sql.DatabaseMetaData#dataDefinitionIgnoredInTransactions() .
deletesAreDetected(type) Boolean Документацию по этому методу см. в java.sql.DatabaseMetaData#deletesAreDetected(int) .
doesMaxRowSizeIncludeBlobs() Boolean Документацию по этому методу см. java.sql.DatabaseMetaData#doesMaxRowSizeIncludeBlobs() .
getAttributes(catalog, schemaPattern, typeNamePattern, attributeNamePattern) JdbcResultSet Документацию по этому методу см. в java.sql.DatabaseMetaData#getAttributes(String, String, String, String) .
getBestRowIdentifier(catalog, schema, table, scope, nullable) JdbcResultSet Документацию по этому методу см. в java.sql.DatabaseMetaData#getBestRowIdentifier(String, String, String, int, boolean) .
getCatalogSeparator() String Документацию по этому методу см. в java.sql.DatabaseMetaData#getCatalogSeparator() .
getCatalogTerm() String Документацию по этому методу см. в java.sql.DatabaseMetaData#getCatalogTerm() .
getCatalogs() JdbcResultSet Документацию по этому методу см. в java.sql.DatabaseMetaData#getCatalogs() .
getClientInfoProperties() JdbcResultSet Документацию по этому методу см. java.sql.DatabaseMetaData#getClientInfoProperties() .
getColumnPrivileges(catalog, schema, table, columnNamePattern) JdbcResultSet Документацию по этому методу см. java.sql.DatabaseMetaData#getColumnPrivileges(String, String, String, String) .
getColumns(catalog, schemaPattern, tableNamePattern, columnNamePattern) JdbcResultSet Документацию по этому методу см. в java.sql.DatabaseMetaData#getColumns(String, String, String, String) .
getConnection() JdbcConnection Документацию по этому методу см. в java.sql.DatabaseMetaData#getConnection() .
getCrossReference(parentCatalog, parentSchema, parentTable, foreignCatalog, foreignSchema, foreignTable) JdbcResultSet Документацию по этому методу см. java.sql.DatabaseMetaData#getCrossReference(String, String, String, String, String, String) .
getDatabaseMajorVersion() Integer Документацию по этому методу см. в java.sql.DatabaseMetaData#getDatabaseMajorVersion() .
getDatabaseMinorVersion() Integer Документацию по этому методу см. в java.sql.DatabaseMetaData#getDatabaseMinorVersion() .
getDatabaseProductName() String Документацию по этому методу см. в java.sql.DatabaseMetaData#getDatabaseProductName() .
getDatabaseProductVersion() String Документацию по этому методу см. в java.sql.DatabaseMetaData#getDatabaseProductVersion() .
getDefaultTransactionIsolation() Integer Документацию по этому методу см. в java.sql.DatabaseMetaData#getDefaultTransactionIsolation() .
getDriverMajorVersion() Integer Документацию по этому методу см. в java.sql.DatabaseMetaData#getDriverMajorVersion() .
getDriverMinorVersion() Integer Документацию по этому методу см. в java.sql.DatabaseMetaData#getDriverMinorVersion() .
getDriverName() String Документацию по этому методу см. в java.sql.DatabaseMetaData#getDriverName() .
getDriverVersion() String Документацию по этому методу см. в java.sql.DatabaseMetaData#getDriverVersion() .
getExportedKeys(catalog, schema, table) JdbcResultSet Документацию по этому методу см. в java.sql.DatabaseMetaData#getImportedKeys(String, String, String) .
getExtraNameCharacters() String Документацию по этому методу см. в java.sql.DatabaseMetaData#getExtraNameCharacters() .
getFunctionColumns(catalog, schemaPattern, functionNamePattern, columnNamePattern) JdbcResultSet Документацию по этому методу см. в java.sql.DatabaseMetaData#getFunctionColumns(String, String, String, String) .
getFunctions(catalog, schemaPattern, functionNamePattern) JdbcResultSet Документацию по этому методу см. в java.sql.DatabaseMetaData#getFunctions(String, String, String) .
getIdentifierQuoteString() String Документацию по этому методу см. в java.sql.DatabaseMetaData#getIdentifierQuoteString() .
getImportedKeys(catalog, schema, table) JdbcResultSet Документацию по этому методу см. в java.sql.DatabaseMetaData#getImportedKeys(String, String, String) .
getIndexInfo(catalog, schema, table, unique, approximate) JdbcResultSet Документацию по этому методу см. java.sql.DatabaseMetaData#getIndexInfo(String, String, String, boolean, boolean) .
getJDBCMajorVersion() Integer Документацию по этому методу см. в java.sql.DatabaseMetaData#getJDBCMajorVersion() .
getJDBCMinorVersion() Integer Документацию по этому методу см. в java.sql.DatabaseMetaData#getJDBCMinorVersion() .
getMaxBinaryLiteralLength() Integer Документацию по этому методу см. java.sql.DatabaseMetaData#getMaxBinaryLiteralLength() .
getMaxCatalogNameLength() Integer Документацию по этому методу см. java.sql.DatabaseMetaData#getMaxCatalogNameLength() .
getMaxCharLiteralLength() Integer Документацию по этому методу см. java.sql.DatabaseMetaData#getMaxCharLiteralLength() .
getMaxColumnNameLength() Integer Документацию по этому методу см. java.sql.DatabaseMetaData#getMaxColumnNameLength() .
getMaxColumnsInGroupBy() Integer Документацию по этому методу см. java.sql.DatabaseMetaData#getMaxColumnsInGroupBy() .
getMaxColumnsInIndex() Integer Документацию по этому методу см. в java.sql.DatabaseMetaData#getMaxColumnsInIndex() .
getMaxColumnsInOrderBy() Integer Документацию по этому методу см. в java.sql.DatabaseMetaData#getMaxColumnsInOrderBy() .
getMaxColumnsInSelect() Integer Документацию по этому методу см. в java.sql.DatabaseMetaData#getMaxColumnsInSelect() .
getMaxColumnsInTable() Integer Документацию по этому методу см. в java.sql.DatabaseMetaData#getMaxColumnsInTable() .
getMaxConnections() Integer Документацию по этому методу см. в java.sql.DatabaseMetaData#getMaxConnections() .
getMaxCursorNameLength() Integer Документацию по этому методу см. java.sql.DatabaseMetaData#getMaxCursorNameLength() .
getMaxIndexLength() Integer Документацию по этому методу см. в java.sql.DatabaseMetaData#getMaxIndexLength() .
getMaxProcedureNameLength() Integer Документацию по этому методу см. java.sql.DatabaseMetaData#getMaxProcedureNameLength() .
getMaxRowSize() Integer Документацию по этому методу см. в java.sql.DatabaseMetaData#getMaxRowSize() .
getMaxSchemaNameLength() Integer Документацию по этому методу см. java.sql.DatabaseMetaData#getMaxSchemaNameLength() .
getMaxStatementLength() Integer Документацию по этому методу см. в java.sql.DatabaseMetaData#getMaxStatementLength() .
getMaxStatements() Integer Документацию по этому методу см. в java.sql.DatabaseMetaData#getMaxStatements() .
getMaxTableNameLength() Integer Документацию по этому методу см. в java.sql.DatabaseMetaData#getMaxTableNameLength() .
getMaxTablesInSelect() Integer Документацию по этому методу см. в java.sql.DatabaseMetaData#getMaxTablesInSelect() .
getMaxUserNameLength() Integer Документацию по этому методу см. в java.sql.DatabaseMetaData#getMaxUserNameLength() .
getNumericFunctions() String Документацию по этому методу см. в java.sql.DatabaseMetaData#getNumericFunctions() .
getPrimaryKeys(catalog, schema, table) JdbcResultSet Документацию по этому методу см. в java.sql.DatabaseMetaData#getPrimaryKeys(String, String, String) .
getProcedureColumns(catalog, schemaPattern, procedureNamePattern, columnNamePattern) JdbcResultSet Документацию по этому методу см. java.sql.DatabaseMetaData#getProcedureColumns(String, String, String, String) .
getProcedureTerm() String Документацию по этому методу см. в java.sql.DatabaseMetaData#getProcedureTerm() .
getProcedures(catalog, schemaPattern, procedureNamePattern) JdbcResultSet Документацию по этому методу см. в java.sql.DatabaseMetaData#getProcedures(String, String, String) .
getResultSetHoldability() Integer Документацию по этому методу см. в java.sql.DatabaseMetaData#getResultSetHoldability() .
getRowIdLifetime() Integer Документацию по этому методу см. java.sql.DatabaseMetaData#getRowIdLifetime() .
getSQLKeywords() String Документацию по этому методу см. в java.sql.DatabaseMetaData#getSQLKeywords() .
getSQLStateType() Integer Документацию по этому методу см. в java.sql.DatabaseMetaData#getSQLStateType() .
getSchemaTerm() String Документацию по этому методу см. в java.sql.DatabaseMetaData#getSchemaTerm() .
getSchemas() JdbcResultSet Документацию по этому методу см. в java.sql.DatabaseMetaData#getSchemas() .
getSchemas(catalog, schemaPattern) JdbcResultSet Документацию по этому методу см. в java.sql.DatabaseMetaData#getSchemas() .
getSearchStringEscape() String Документацию по этому методу см. в java.sql.DatabaseMetaData#getSearchStringEscape() .
getStringFunctions() String Документацию по этому методу см. в java.sql.DatabaseMetaData#getStringFunctions() .
getSuperTables(catalog, schemaPattern, tableNamePattern) JdbcResultSet Документацию по этому методу см. в java.sql.DatabaseMetaData#getSuperTables(String, String,String) .
getSuperTypes(catalog, schemaPattern, typeNamePattern) JdbcResultSet Документацию по этому методу см. в java.sql.DatabaseMetaData#getSuperTypes(String, String, String) .
getSystemFunctions() String Документацию по этому методу см. в java.sql.DatabaseMetaData#getSystemFunctions() .
getTablePrivileges(catalog, schemaPattern, tableNamePattern) JdbcResultSet Документацию по этому методу см. в java.sql.DatabaseMetaData#getTablePrivileges(String, String, String) .
getTableTypes() JdbcResultSet Документацию по этому методу см. в java.sql.DatabaseMetaData#getTableTypes() .
getTables(catalog, schemaPattern, tableNamePattern, types) JdbcResultSet Документацию по этому методу см. в java.sql.DatabaseMetaData#getTables(String, String, String, String[]) .
getTimeDateFunctions() String Документацию по этому методу см. в java.sql.DatabaseMetaData#getTimeDateFunctions() .
getTypeInfo() JdbcResultSet Документацию по этому методу см. в java.sql.DatabaseMetaData#getTypeInfo() .
getUDTs(catalog, schemaPattern, typeNamePattern, types) JdbcResultSet Документацию по этому методу см. в java.sql.DatabaseMetaData#getUDTs(String, String, String, int[]) .
getURL() String Документацию по этому методу см. в java.sql.DatabaseMetaData#getURL() .
getUserName() String Документацию по этому методу см. в java.sql.DatabaseMetaData#getUserName() .
getVersionColumns(catalog, schema, table) JdbcResultSet Документацию по этому методу см. в java.sql.DatabaseMetaData#getVersionColumns(String, String, String) .
insertsAreDetected(type) Boolean Документацию по этому методу см. в java.sql.DatabaseMetaData#insertsAreDetected(int) .
isCatalogAtStart() Boolean Документацию по этому методу см. в java.sql.DatabaseMetaData#isCatalogAtStart() .
isReadOnly() Boolean Документацию по этому методу см. в java.sql.DatabaseMetaData#isReadOnly() .
locatorsUpdateCopy() Boolean Документацию по этому методу см. в java.sql.DatabaseMetaData#locatorsUpdateCopy() .
nullPlusNonNullIsNull() Boolean Документацию по этому методу см. java.sql.DatabaseMetaData#nullPlusNonNullIsNull() .
nullsAreSortedAtEnd() Boolean Документацию по этому методу см. в java.sql.DatabaseMetaData#nullsAreSortedAtEnd() .
nullsAreSortedAtStart() Boolean Документацию по этому методу см. в java.sql.DatabaseMetaData#nullsAreSortedAtStart() .
nullsAreSortedHigh() Boolean Документацию по этому методу см. в java.sql.DatabaseMetaData#nullsAreSortedHigh() .
nullsAreSortedLow() Boolean Документацию по этому методу см. в java.sql.DatabaseMetaData#nullsAreSortedLow() .
othersDeletesAreVisible(type) Boolean Документацию по этому методу см. в java.sql.DatabaseMetaData#othersDeletesAreVisible(int) .
othersInsertsAreVisible(type) Boolean Документацию по этому методу см. в java.sql.DatabaseMetaData#othersInsertsAreVisible(int) .
othersUpdatesAreVisible(type) Boolean Документацию по этому методу см. в java.sql.DatabaseMetaData#othersUpdatesAreVisible(int) .
ownDeletesAreVisible(type) Boolean Документацию по этому методу см. в java.sql.DatabaseMetaData#ownDeletesAreVisible(int) .
ownInsertsAreVisible(type) Boolean Документацию по этому методу см. в java.sql.DatabaseMetaData#ownInsertsAreVisible(int) .
ownUpdatesAreVisible(type) Boolean Документацию по этому методу см. в java.sql.DatabaseMetaData#ownUpdatesAreVisible(int) .
storesLowerCaseIdentifiers() Boolean Документацию по этому методу см. java.sql.DatabaseMetaData#storesLowerCaseIdentifiers() .
storesLowerCaseQuotedIdentifiers() Boolean Документацию по этому методу см. в java.sql.DatabaseMetaData#storesLowerCaseQuotedIdentifiers() .
storesMixedCaseIdentifiers() Boolean Документацию по этому методу см. java.sql.DatabaseMetaData#storesMixedCaseIdentifiers() .
storesMixedCaseQuotedIdentifiers() Boolean Документацию по этому методу см. в java.sql.DatabaseMetaData#storesMixedCaseQuotedIdentifiers() .
storesUpperCaseIdentifiers() Boolean Документацию по этому методу см. java.sql.DatabaseMetaData#storesUpperCaseIdentifiers() .
storesUpperCaseQuotedIdentifiers() Boolean Документацию по этому методу см. в java.sql.DatabaseMetaData#storesUpperCaseQuotedIdentifiers() .
supportsANSI92EntryLevelSQL() Boolean Документацию по этому методу см. java.sql.DatabaseMetaData#supportsANSI92EntryLevelSQL() .
supportsANSI92FullSQL() Boolean Документацию по этому методу см. в java.sql.DatabaseMetaData#supportsANSI92FullSQL() .
supportsANSI92IntermediateSQL() Boolean Документацию по этому методу см. java.sql.DatabaseMetaData#supportsANSI92IntermediateSQL() .
supportsAlterTableWithAddColumn() Boolean Документацию по этому методу см. java.sql.DatabaseMetaData#supportsAlterTableWithAddColumn() .
supportsAlterTableWithDropColumn() Boolean Документацию по этому методу см. java.sql.DatabaseMetaData#supportsAlterTableWithDropColumn() .
supportsBatchUpdates() Boolean Документацию по этому методу см. в java.sql.DatabaseMetaData#supportsBatchUpdates() .
supportsCatalogsInDataManipulation() Boolean Документацию по этому методу см. java.sql.DatabaseMetaData#supportsCatalogsInDataManipulation() .
supportsCatalogsInIndexDefinitions() Boolean Документацию по этому методу см. java.sql.DatabaseMetaData#supportsCatalogsInIndexDefinitions() .
supportsCatalogsInPrivilegeDefinitions() Boolean Документацию по этому методу см. в java.sql.DatabaseMetaData#supportsCatalogsInPrivilegeDefinitions() .
supportsCatalogsInProcedureCalls() Boolean Документацию по этому методу см. java.sql.DatabaseMetaData#supportsCatalogsInProcedureCalls() .
supportsCatalogsInTableDefinitions() Boolean Документацию по этому методу см. java.sql.DatabaseMetaData#supportsCatalogsInTableDefinitions() .
supportsColumnAliasing() Boolean Документацию по этому методу см. в java.sql.DatabaseMetaData#supportsColumnAliasing() .
supportsConvert() Boolean Документацию по этому методу см. в java.sql.DatabaseMetaData#supportsConvert() .
supportsConvert(fromType, toType) Boolean Документацию по этому методу см. в java.sql.DatabaseMetaData#supportsConvert(int, int) .
supportsCoreSQLGrammar() Boolean Документацию по этому методу см. в java.sql.DatabaseMetaData#supportsCoreSQLGrammar() .
supportsCorrelatedSubqueries() Boolean Документацию по этому методу см. в java.sql.DatabaseMetaData#supportsCorrelatedSubqueries() .
supportsDataDefinitionAndDataManipulationTransactions() Boolean Документацию по этому методу см. в java.sql.DatabaseMetaData#supportsDataDefinitionAndDataManipulationTransactions() .
supportsDataManipulationTransactionsOnly() Boolean Документацию по этому методу см. в java.sql.DatabaseMetaData#supportsDataManipulationTransactionsOnly() .
supportsDifferentTableCorrelationNames() Boolean Документацию по этому методу см. java.sql.DatabaseMetaData#supportsDifferentTableCorrelationNames() .
supportsExpressionsInOrderBy() Boolean Документацию по этому методу см. в java.sql.DatabaseMetaData#supportsExpressionsInOrderBy() .
supportsExtendedSQLGrammar() Boolean Документацию по этому методу см. в java.sql.DatabaseMetaData#supportsExtendedSQLGrammar() .
supportsFullOuterJoins() Boolean Документацию по этому методу см. в java.sql.DatabaseMetaData#supportsFullOuterJoins() .
supportsGetGeneratedKeys() Boolean Документацию по этому методу см. в java.sql.DatabaseMetaData#supportsGetGeneratedKeys() .
supportsGroupBy() Boolean Документацию по этому методу см. в java.sql.DatabaseMetaData#supportsGroupBy() .
supportsGroupByBeyondSelect() Boolean Документацию по этому методу см. в java.sql.DatabaseMetaData#supportsGroupByBeyondSelect() .
supportsGroupByUnrelated() Boolean Документацию по этому методу см. в java.sql.DatabaseMetaData#supportsGroupByUnrelated() .
supportsIntegrityEnhancementFacility() Boolean Документацию по этому методу см. в java.sql.DatabaseMetaData#supportsIntegrityEnhancementFacility() .
supportsLikeEscapeClause() Boolean Документацию по этому методу см. java.sql.DatabaseMetaData#supportsLikeEscapeClause() .
supportsLimitedOuterJoins() Boolean Документацию по этому методу см. в java.sql.DatabaseMetaData#supportsLimitedOuterJoins() .
supportsMinimumSQLGrammar() Boolean Документацию по этому методу см. в java.sql.DatabaseMetaData#supportsMinimumSQLGrammar() .
supportsMixedCaseIdentifiers() Boolean Документацию по этому методу см. java.sql.DatabaseMetaData#supportsMixedCaseIdentifiers() .
supportsMixedCaseQuotedIdentifiers() Boolean Документацию по этому методу см. в java.sql.DatabaseMetaData#supportsMixedCaseQuotedIdentifiers() .
supportsMultipleOpenResults() Boolean Документацию по этому методу см. в java.sql.DatabaseMetaData#supportsMultipleOpenResults() .
supportsMultipleResultSets() Boolean Документацию по этому методу см. в java.sql.DatabaseMetaData#supportsMultipleResultSets() .
supportsMultipleTransactions() Boolean Документацию по этому методу см. в java.sql.DatabaseMetaData#supportsMultipleTransactions() .
supportsNamedParameters() Boolean Документацию по этому методу см. в java.sql.DatabaseMetaData#supportsNamedParameters() .
supportsNonNullableColumns() Boolean Документацию по этому методу см. java.sql.DatabaseMetaData#supportsNonNullableColumns() .
supportsOpenCursorsAcrossCommit() Boolean Документацию по этому методу см. в java.sql.DatabaseMetaData#supportsOpenCursorsAcrossCommit() .
supportsOpenCursorsAcrossRollback() Boolean Документацию по этому методу см. java.sql.DatabaseMetaData#supportsOpenCursorsAcrossRollback() .
supportsOpenStatementsAcrossCommit() Boolean Документацию по этому методу см. в java.sql.DatabaseMetaData#supportsOpenStatementsAcrossCommit() .
supportsOpenStatementsAcrossRollback() Boolean Документацию по этому методу см. java.sql.DatabaseMetaData#supportsOpenStatementsAcrossRollback() .
supportsOrderByUnrelated() Boolean Документацию по этому методу см. в java.sql.DatabaseMetaData#supportsOrderByUnrelated() .
supportsOuterJoins() Boolean Документацию по этому методу см. в java.sql.DatabaseMetaData#supportsOuterJoins() .
supportsPositionedDelete() Boolean Документацию по этому методу см. в java.sql.DatabaseMetaData#supportsPositionedDelete() .
supportsPositionedUpdate() Boolean Документацию по этому методу см. в java.sql.DatabaseMetaData#supportsPositionedUpdate() .
supportsResultSetConcurrency(type, concurrency) Boolean Документацию по этому методу см. в java.sql.DatabaseMetaData#supportsResultSetConcurrency(int, int) .
supportsResultSetHoldability(holdability) Boolean Документацию по этому методу см. в java.sql.DatabaseMetaData#supportsResultSetHoldability(int) .
supportsResultSetType(type) Boolean Документацию по этому методу см. в java.sql.DatabaseMetaData#supportsResultSetType(int) .
supportsSavepoints() Boolean Документацию по этому методу см. в java.sql.DatabaseMetaData#supportsSavepoints() .
supportsSchemasInDataManipulation() Boolean Документацию по этому методу см. java.sql.DatabaseMetaData#supportsSchemasInDataManipulation() .
supportsSchemasInIndexDefinitions() Boolean Документацию по этому методу см. java.sql.DatabaseMetaData#supportsSchemasInIndexDefinitions() .
supportsSchemasInPrivilegeDefinitions() Boolean Документацию по этому методу см. в java.sql.DatabaseMetaData#supportsSchemasInPrivilegeDefinitions() .
supportsSchemasInProcedureCalls() Boolean Документацию по этому методу см. в java.sql.DatabaseMetaData#supportsSchemasInProcedureCalls() .
supportsSchemasInTableDefinitions() Boolean Документацию по этому методу см. java.sql.DatabaseMetaData#supportsSchemasInTableDefinitions() .
supportsSelectForUpdate() Boolean Документацию по этому методу см. в java.sql.DatabaseMetaData#supportsSelectForUpdate() .
supportsStatementPooling() Boolean Документацию по этому методу см. в java.sql.DatabaseMetaData#supportsStatementPooling() .
supportsStoredFunctionsUsingCallSyntax() Boolean Документацию по этому методу см. java.sql.DatabaseMetaData#supportsStoredFunctionsUsingCallSyntax() .
supportsStoredProcedures() Boolean Документацию по этому методу см. в java.sql.DatabaseMetaData#supportsStoredProcedures() .
supportsSubqueriesInComparisons() Boolean Документацию по этому методу см. в java.sql.DatabaseMetaData#supportsSubqueriesInComparisons() .
supportsSubqueriesInExists() Boolean Документацию по этому методу см. в java.sql.DatabaseMetaData#supportsSubqueriesInExists() .
supportsSubqueriesInIns() Boolean Документацию по этому методу см. в java.sql.DatabaseMetaData#supportsSubqueriesInIns() .
supportsSubqueriesInQuantifieds() Boolean Документацию по этому методу см. в java.sql.DatabaseMetaData#supportsSubqueriesInQuantifieds() .
supportsTableCorrelationNames() Boolean Документацию по этому методу см. в java.sql.DatabaseMetaData#supportsTableCorrelationNames() .
supportsTransactionIsolationLevel(level) Boolean Документацию по этому методу см. в java.sql.DatabaseMetaData#supportsTransactionIsolationLevel(int) .
supportsTransactions() Boolean Документацию по этому методу см. в java.sql.DatabaseMetaData#supportsTransactions() .
supportsUnion() Boolean Документацию по этому методу см. в java.sql.DatabaseMetaData#supportsUnion() .
supportsUnionAll() Boolean Документацию по этому методу см. в java.sql.DatabaseMetaData#supportsUnionAll() .
updatesAreDetected(type) Boolean Документацию по этому методу см. в java.sql.DatabaseMetaData#updatesAreDetected(int) .
usesLocalFilePerTable() Boolean Документацию по этому методу см. в java.sql.DatabaseMetaData#usesLocalFilePerTable() .
usesLocalFiles() Boolean Документацию по этому методу см. в java.sql.DatabaseMetaData#usesLocalFiles() .

Подробная документация

allProceduresAreCallable()

Документацию по этому методу см. в java.sql.DatabaseMetaData#allProceduresAreCallable() .

Возвращаться

Booleantrue , если пользователь может вызвать все процедуры, возвращаемые getProcedures(catalog, schemaPattern, procedureNamePattern) ; в противном случае false .

Авторизация

Скрипты, использующие этот метод, требуют авторизации в одной или нескольких из следующих областей :

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

allTablesAreSelectable()

Документацию по этому методу см. в java.sql.DatabaseMetaData#allTablesAreSelectable() .

Возвращаться

Booleantrue , если пользователь может вызвать все таблицы, возвращаемые getTables(catalog, schemaPattern, tableNamePattern, types) в операторе SELECT ; в противном случае false .

Авторизация

Скрипты, использующие этот метод, требуют авторизации в одной или нескольких из следующих областей :

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

autoCommitFailureClosesAllResultSets()

Документацию по этому методу см. в java.sql.DatabaseMetaData#autoCommitFailureClosesAllResultSets() .

Возвращаться

Booleantrue , если при значении autoCommit равном true , исключение SQL указывает на то, что все открытые наборы результатов закрыты, даже если их можно сохранить. В противном случае возвращает false .

Авторизация

Скрипты, использующие этот метод, требуют авторизации в одной или нескольких из следующих областей :

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

dataDefinitionCausesTransactionCommit()

Документацию по этому методу см. java.sql.DatabaseMetaData#dataDefinitionCausesTransactionCommit() .

Возвращаться

Booleantrue если оператор определения данных внутри транзакции заставляет транзакцию зафиксировать ее; в противном случае false .

Авторизация

Скрипты, использующие этот метод, требуют авторизации в одной или нескольких из следующих областей :

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

dataDefinitionIgnoredInTransactions()

Документацию по этому методу см. java.sql.DatabaseMetaData#dataDefinitionIgnoredInTransactions() .

Возвращаться

Booleantrue если база данных игнорирует оператор определения данных внутри транзакции; в противном случае false .

Авторизация

Скрипты, использующие этот метод, требуют авторизации в одной или нескольких из следующих областей :

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

deletesAreDetected(type)

Документацию по этому методу см. в java.sql.DatabaseMetaData#deletesAreDetected(int) .

Параметры

Имя Тип Описание
type Integer Тип набора результатов: Jdbc.ResultSet.TYPE_FORWARD_ONLY , Jdbc.ResultSet.TYPE_SCROLL_INSENSITIVE или Jdbc.ResultSet.TYPE_SCROLL_INSENSITIVE .

Возвращаться

Booleantrue , если для указанного типа набора результатов обнаружена видимая потеря строки с помощью вызовов JdbcResultSet.rowDeleted() . Если false , удалённые строки удаляются из набора результатов.

Авторизация

Скрипты, использующие этот метод, требуют авторизации в одной или нескольких из следующих областей :

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

doesMaxRowSizeIncludeBlobs()

Документацию по этому методу см. java.sql.DatabaseMetaData#doesMaxRowSizeIncludeBlobs() .

Возвращаться

Booleantrue , если типы данных SQL LONGVARCHAR и LONGVARBINARY включены в размер, возвращаемый getMaxRowSize() ; в противном случае false .

Авторизация

Скрипты, использующие этот метод, требуют авторизации в одной или нескольких из следующих областей :

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

getAttributes(catalog, schemaPattern, typeNamePattern, attributeNamePattern)

Документацию по этому методу см. в java.sql.DatabaseMetaData#getAttributes(String, String, String, String) .

Параметры

Имя Тип Описание
catalog String Имя каталога, по которому фильтруется поиск, в том виде, в котором оно представлено в базе данных. Передача пустой строки возвращает процедуры без каталога. Передача значения null означает, что имя каталога не используется для сужения поиска.
schemaPattern String Шаблон имени схемы, по которому фильтруется поиск, как он представлен в базе данных. Передача пустой строки извлекает процедуры без схемы. Передача значения null означает, что имя схемы не используется для сужения поиска.
typeNamePattern String Шаблон имени типа, определяемый пользователем; он должен соответствовать имени типа, сохраненному в базе данных.
attributeNamePattern String Шаблон имени атрибута; он должен соответствовать имени атрибута, объявленному в базе данных.

Возвращаться

JdbcResultSet — набор результатов, содержащий описания атрибутов указанного пользовательского типа, доступного в указанной схеме и каталоге. Каждая строка содержит информацию о конкретном атрибуте, упорядоченную по TYPE_CAT , TYPE_SCHEM , TYPE_NAME и ORDINAL_POSITION .

Авторизация

Скрипты, использующие этот метод, требуют авторизации в одной или нескольких из следующих областей :

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

getBestRowIdentifier(catalog, schema, table, scope, nullable)

Документацию по этому методу см. в java.sql.DatabaseMetaData#getBestRowIdentifier(String, String, String, int, boolean) .

Параметры

Имя Тип Описание
catalog String Имя каталога, по которому фильтруется поиск, в том виде, в котором оно представлено в базе данных. Передача пустой строки возвращает процедуры без каталога. Передача значения null означает, что имя каталога не используется для сужения поиска.
schema String Имя схемы, по которой фильтруется поиск, в том виде, в котором оно представлено в базе данных. Передача пустой строки извлекает процедуры без схемы. Передача значения null означает, что имя схемы не используется для сужения поиска.
table String Имя таблицы. Оно должно совпадать с именем таблицы, хранящимся в базе данных.
scope Integer Область интереса, использующая те же значения, что присутствуют в столбце описания SCOPE .
nullable Boolean Если true , включаются столбцы, которые могут иметь значение NULL; в противном случае — нет.

Возвращаться

JdbcResultSet — набор результатов, содержащий описания столбцов, которые уникально идентифицируют строку (одно описание столбца на строку в наборе результатов, упорядоченное по SCOPE ).

Авторизация

Скрипты, использующие этот метод, требуют авторизации в одной или нескольких из следующих областей :

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

getCatalogSeparator()

Документацию по этому методу см. в java.sql.DatabaseMetaData#getCatalogSeparator() .

Возвращаться

String — разделитель между именем каталога и таблицы, используемый этой базой данных.

Авторизация

Скрипты, использующие этот метод, требуют авторизации в одной или нескольких из следующих областей :

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

getCatalogTerm()

Документацию по этому методу см. в java.sql.DatabaseMetaData#getCatalogTerm() .

Возвращаться

String — предпочитаемый поставщиком базы данных термин для «каталога».

Авторизация

Скрипты, использующие этот метод, требуют авторизации в одной или нескольких из следующих областей :

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

getCatalogs()

Документацию по этому методу см. в java.sql.DatabaseMetaData#getCatalogs() .

Возвращаться

JdbcResultSet — набор результатов, содержащий имена каталогов, по одному в каждой строке.

Авторизация

Скрипты, использующие этот метод, требуют авторизации в одной или нескольких из следующих областей :

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

getClientInfoProperties()

Документацию по этому методу см. java.sql.DatabaseMetaData#getClientInfoProperties() .

Возвращаться

JdbcResultSet — набор результатов, содержащий свойства клиентской информации, поддерживаемые драйвером, упорядоченные по NAME , по одному в каждой строке.

Авторизация

Скрипты, использующие этот метод, требуют авторизации в одной или нескольких из следующих областей :

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

getColumnPrivileges(catalog, schema, table, columnNamePattern)

Документацию по этому методу см. java.sql.DatabaseMetaData#getColumnPrivileges(String, String, String, String) .

Параметры

Имя Тип Описание
catalog String Имя каталога, по которому фильтруется поиск, в том виде, в котором оно представлено в базе данных. Передача пустой строки возвращает процедуры без каталога. Передача значения null означает, что имя каталога не используется для сужения поиска.
schema String Имя схемы, по которой фильтруется поиск, как оно указано в базе данных. Передача пустой строки извлекает процедуры без схемы. Передача значения null означает, что имя схемы не используется для сужения поиска.
table String Имя таблицы. Оно должно совпадать с именем таблицы, хранящимся в базе данных.
columnNamePattern String Шаблон имени столбца для фильтрации поиска. Он должен соответствовать имени столбца, хранящемуся в базе данных.

Возвращаться

JdbcResultSet — набор результатов, содержащий описания привилегий столбцов, по одному на строку, упорядоченные по COLUMN_NAME и PRIVILEGE .

Авторизация

Скрипты, использующие этот метод, требуют авторизации в одной или нескольких из следующих областей :

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

getColumns(catalog, schemaPattern, tableNamePattern, columnNamePattern)

Документацию по этому методу см. в java.sql.DatabaseMetaData#getColumns(String, String, String, String) .

Параметры

Имя Тип Описание
catalog String Имя каталога, по которому фильтруется поиск, в том виде, в котором оно представлено в базе данных. Передача пустой строки возвращает процедуры без каталога. Передача значения null означает, что имя каталога не используется для сужения поиска.
schemaPattern String Шаблон имени схемы, по которому фильтруется поиск, как он представлен в базе данных. Передача пустой строки извлекает процедуры без схемы. Передача значения null означает, что имя схемы не используется для сужения поиска.
tableNamePattern String Шаблон имени таблицы для фильтрации поиска. Он должен соответствовать имени таблицы, хранящемуся в базе данных.
columnNamePattern String Шаблон имени столбца для фильтрации поиска. Он должен соответствовать имени столбца, хранящемуся в базе данных.

Возвращаться

JdbcResultSet — набор результатов, содержащий описания столбцов, по одному на строку, упорядоченные в соответствии с TABLE_CAT , TABLE_SCHEM , TABLE_NAME и ORDINAL_POSITION .

Авторизация

Скрипты, использующие этот метод, требуют авторизации в одной или нескольких из следующих областей :

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

getConnection()

Документацию по этому методу см. в java.sql.DatabaseMetaData#getConnection() .

Возвращаться

JdbcConnection — соединение, которое создало эти метаданные.

Авторизация

Скрипты, использующие этот метод, требуют авторизации в одной или нескольких из следующих областей :

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

getCrossReference(parentCatalog, parentSchema, parentTable, foreignCatalog, foreignSchema, foreignTable)

Документацию по этому методу см. java.sql.DatabaseMetaData#getCrossReference(String, String, String, String, String, String) .

Параметры

Имя Тип Описание
parentCatalog String Имя родительского каталога, как оно указано в базе данных. Передача пустой строки извлекает процедуры без каталога. Передача значения null означает, что имя каталога не используется в критериях выбора.
parentSchema String Имя родительской схемы, как оно отображается в базе данных. Передача пустой строки извлекает процедуры без схемы. Передача значения null означает, что имя схемы не используется в критериях выбора.
parentTable String Имя родительской таблицы, экспортирующей ключ. Оно должно совпадать с именем таблицы, хранящимся в базе данных.
foreignCatalog String Имя внешнего каталога, как оно отображается в базе данных. Передача пустой строки приводит к извлечению процедур без каталога. Передача значения null означает, что имя каталога не используется в критериях выбора.
foreignSchema String Имя внешней схемы, как оно отображается в базе данных. Передача пустой строки извлекает процедуры без схемы. Передача значения null означает, что имя схемы не используется в критериях выбора.
foreignTable String Имя внешней таблицы, экспортирующей ключ. Оно должно совпадать с именем таблицы, хранящимся в базе данных.

Возвращаться

JdbcResultSet — набор результатов, содержащий описания столбцов внешнего ключа из указанной таблицы внешнего ключа, которые ссылаются на первичный ключ или столбцы, представляющие уникальное ограничение родительской таблицы. В каждой строке набора результатов указано одно описание столбца, и они упорядочены по FKTABLE_CAT , FKTABLE_SCHEM , FKTABLE_NAME и KEY_SEQ .

Авторизация

Скрипты, использующие этот метод, требуют авторизации в одной или нескольких из следующих областей :

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

getDatabaseMajorVersion()

Документацию по этому методу см. в java.sql.DatabaseMetaData#getDatabaseMajorVersion() .

Возвращаться

Integer — номер основной версии базовой базы данных.

Авторизация

Скрипты, использующие этот метод, требуют авторизации в одной или нескольких из следующих областей :

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

getDatabaseMinorVersion()

Документацию по этому методу см. в java.sql.DatabaseMetaData#getDatabaseMinorVersion() .

Возвращаться

Integer — номер младшей версии базовой базы данных.

Авторизация

Скрипты, использующие этот метод, требуют авторизации в одной или нескольких из следующих областей :

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

getDatabaseProductName()

Документацию по этому методу см. в java.sql.DatabaseMetaData#getDatabaseProductName() .

Возвращаться

String — Имя продукта этой базы данных.

Авторизация

Скрипты, использующие этот метод, требуют авторизации в одной или нескольких из следующих областей :

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

getDatabaseProductVersion()

Документацию по этому методу см. в java.sql.DatabaseMetaData#getDatabaseProductVersion() .

Возвращаться

String — номер версии этого продукта базы данных.

Авторизация

Скрипты, использующие этот метод, требуют авторизации в одной или нескольких из следующих областей :

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

getDefaultTransactionIsolation()

Документацию по этому методу см. в java.sql.DatabaseMetaData#getDefaultTransactionIsolation() .

Возвращаться

Integer — уровень изоляции транзакций базы данных по умолчанию, который может быть одним из: Jdbc.Connection.TRANSACTION_READ_UNCOMMITTED , Jdbc.Connection.TRANSACTION_READ_COMMITTED , Jdbc.Connection.TRANSACTION_REPEATABLE_READ , Jdbc.Connection.TRANSACTION_SERIALIZABLE или Jdbc.Connection.TRANSACTION_NONE .

Авторизация

Скрипты, использующие этот метод, требуют авторизации в одной или нескольких из следующих областей :

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

getDriverMajorVersion()

Документацию по этому методу см. в java.sql.DatabaseMetaData#getDriverMajorVersion() .

Возвращаться

Integer — номер основной версии драйвера JDBC.

Авторизация

Скрипты, использующие этот метод, требуют авторизации в одной или нескольких из следующих областей :

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

getDriverMinorVersion()

Документацию по этому методу см. в java.sql.DatabaseMetaData#getDriverMinorVersion() .

Возвращаться

Integer — номер дополнительной версии драйвера JDBC.

Авторизация

Скрипты, использующие этот метод, требуют авторизации в одной или нескольких из следующих областей :

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

getDriverName()

Документацию по этому методу см. в java.sql.DatabaseMetaData#getDriverName() .

Возвращаться

String — имя этого драйвера JDBC.

Авторизация

Скрипты, использующие этот метод, требуют авторизации в одной или нескольких из следующих областей :

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

getDriverVersion()

Документацию по этому методу см. в java.sql.DatabaseMetaData#getDriverVersion() .

Возвращаться

String — номер версии этого драйвера JDBC.

Авторизация

Скрипты, использующие этот метод, требуют авторизации в одной или нескольких из следующих областей :

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

getExportedKeys(catalog, schema, table)

Документацию по этому методу см. в java.sql.DatabaseMetaData#getImportedKeys(String, String, String) .

Параметры

Имя Тип Описание
catalog String Имя каталога, по которому фильтруется поиск, в том виде, в котором оно представлено в базе данных. Передача пустой строки возвращает процедуры без каталога. Передача значения null означает, что имя каталога не используется для сужения поиска.
schema String Имя схемы, по которой фильтруется поиск, в том виде, в котором оно представлено в базе данных. Передача пустой строки извлекает процедуры без схемы. Передача значения null означает, что имя схемы не используется для сужения поиска.
table String Имя таблицы. Оно должно совпадать с именем таблицы, хранящимся в базе данных.

Возвращаться

JdbcResultSet — результирующий набор, содержащий описания столбцов внешнего ключа для столбцов первичного ключа, экспортированных таблицей. В каждой строке результирующего набора содержится одно описание столбца, упорядоченное по FKTABLE_CAT , FKTABLE_SCHEM , FKTABLE_NAME и KEY_SEQ .

Авторизация

Скрипты, использующие этот метод, требуют авторизации в одной или нескольких из следующих областей :

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

getExtraNameCharacters()

Документацию по этому методу см. в java.sql.DatabaseMetaData#getExtraNameCharacters() .

Возвращаться

String — дополнительные символы, которые доступны для использования в именах идентификаторов без кавычек, помимо az, AZ, 0-9 и _.

Авторизация

Скрипты, использующие этот метод, требуют авторизации в одной или нескольких из следующих областей :

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

getFunctionColumns(catalog, schemaPattern, functionNamePattern, columnNamePattern)

Документацию по этому методу см. в java.sql.DatabaseMetaData#getFunctionColumns(String, String, String, String) .

Параметры

Имя Тип Описание
catalog String Имя каталога, по которому фильтруется поиск, в том виде, в котором оно представлено в базе данных. Передача пустой строки возвращает процедуры без каталога. Передача значения null означает, что имя каталога не используется для сужения поиска.
schemaPattern String Шаблон имени схемы, по которому фильтруется поиск, как он представлен в базе данных. Передача пустой строки извлекает процедуры без схемы. Передача значения null означает, что имя схемы не используется для сужения поиска.
functionNamePattern String Шаблон функции, который соответствует имени функции, сохраненному в базе данных.
columnNamePattern String Шаблон имени параметра, который должен соответствовать имени параметра или столбца, хранящемуся в базе данных.

Возвращаться

JdbcResultSet — набор результатов, содержащий описания параметров системных и пользовательских функций, доступных в данном каталоге. Каждая строка содержит одно описание функции, упорядоченное по FUNCTION_CAT , FUNCTION_SCHEM , FUNCTION_NAME и SPECIFIC_ NAME .

Авторизация

Скрипты, использующие этот метод, требуют авторизации в одной или нескольких из следующих областей :

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

getFunctions(catalog, schemaPattern, functionNamePattern)

Документацию по этому методу см. в java.sql.DatabaseMetaData#getFunctions(String, String, String) .

Параметры

Имя Тип Описание
catalog String The catalog name to filter the search by, as it appears in the database. Passing an empty string retrieves those procedures without a catalog. Passing null incidates the catalog name isn't used to narrow the search.
schemaPattern String The schema name pattern to filter the search by, as it appears in the database. Passing an empty string retrieves those procedures without a schema. Passing null incidates the schema name isn't used to narrow the search.
functionNamePattern String The function pattern, which must match the function name as it is stored in the database.

Возвращаться

JdbcResultSet — A result set containing descriptions of the system and user functions available in the given catalog. Each row contains one function description, ordered according to FUNCTION_CAT , FUNCTION_SCHEM , FUNCTION_NAME , and SPECIFIC_ NAME .

Авторизация

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

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

getIdentifierQuoteString()

For documentation of this method, see java.sql.DatabaseMetaData#getIdentifierQuoteString() .

Возвращаться

String — The string used to quote SQL identifiers. Defaults to a space (" ") if identifier quoting isn't supported.

Авторизация

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

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

getImportedKeys(catalog, schema, table)

For documentation of this method, see java.sql.DatabaseMetaData#getImportedKeys(String, String, String) .

Параметры

Имя Тип Описание
catalog String The catalog name to filter the search by, as it appears in the database. Passing an empty string retrieves those procedures without a catalog. Passing null incidates the catalog name isn't used to narrow the search.
schema String The schema name to filter the search by, as it appears in the database. Passing an empty string retrieves those procedures without a schema. Passing null incidates the schema name isn't used to narrow the search.
table String The table name. It must match the table name as it is stored in the database.

Возвращаться

JdbcResultSet — An result set containing the column descriptions for the primary key columns referenced by the given table's foreign key columns (those imported by a table). One column description is provided in each row of the result set, and they are ordered by PKTABLE_CAT , PKTABLE_SCHEM , PKTABLE_NAME , and KEY_SEQ .

Авторизация

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

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

getIndexInfo(catalog, schema, table, unique, approximate)

For documentation of this method, see java.sql.DatabaseMetaData#getIndexInfo(String, String, String, boolean, boolean) .

Параметры

Имя Тип Описание
catalog String The catalog name to filter the search by, as it appears in the database. Passing an empty string retrieves those procedures without a catalog. Passing null incidates the catalog name isn't used to narrow the search.
schema String The schema name to filter the search by, as it appears in the database. Passing an empty string retrieves those procedures without a schema. Passing null incidates the schema name isn't used to narrow the search.
table String The table name. It must match the table name as it is stored in the database.
unique Boolean If true , the method only return indices for unique values; otherwise it returns indices whether the values are unique or not.
approximate Boolean If true , the result is allowed to reflect approximate or out-of-data values; otherwise result accuracy is requested.

Возвращаться

JdbcResultSet — An result set containing the index and statistic column descriptions for the specified table. One column description is provided in each row of the result set, and they are ordered by NON_UNIQUE , TYPE , INDEX_NAME , and ORDINAL_POSITION .

Авторизация

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

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

getJDBCMajorVersion()

For documentation of this method, see java.sql.DatabaseMetaData#getJDBCMajorVersion() .

Возвращаться

Integer — The major JDBC version number for this driver.

Авторизация

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

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

getJDBCMinorVersion()

For documentation of this method, see java.sql.DatabaseMetaData#getJDBCMinorVersion() .

Возвращаться

Integer — The minor JDBC version number for this driver.

Авторизация

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

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

getMaxBinaryLiteralLength()

For documentation of this method, see java.sql.DatabaseMetaData#getMaxBinaryLiteralLength() .

Возвращаться

Integer — The maximum number of hex characters this database allows in an inline binary literal. A response of 0 indicates there is no known limit.

Авторизация

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

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

getMaxCatalogNameLength()

For documentation of this method, see java.sql.DatabaseMetaData#getMaxCatalogNameLength() .

Возвращаться

Integer — The maximum number of characters this database allows in a catalog name. A response of 0 indicates there is no known limit.

Авторизация

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

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

getMaxCharLiteralLength()

For documentation of this method, see java.sql.DatabaseMetaData#getMaxCharLiteralLength() .

Возвращаться

Integer — The maximum number of characters this database allows in a character literal. A response of 0 indicates there is no known limit.

Авторизация

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

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

getMaxColumnNameLength()

For documentation of this method, see java.sql.DatabaseMetaData#getMaxColumnNameLength() .

Возвращаться

Integer — The maximum number of characters this database allows in a column name. A response of 0 indicates there is no known limit.

Авторизация

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

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

getMaxColumnsInGroupBy()

For documentation of this method, see java.sql.DatabaseMetaData#getMaxColumnsInGroupBy() .

Возвращаться

Integer — The maximum number of columns this database allows in a GROUP BY clause. A response of 0 indicates there is no known limit.

Авторизация

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

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

getMaxColumnsInIndex()

For documentation of this method, see java.sql.DatabaseMetaData#getMaxColumnsInIndex() .

Возвращаться

Integer — The maximum number of columns this database allows in an index. A response of 0 indicates there is no known limit.

Авторизация

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

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

getMaxColumnsInOrderBy()

For documentation of this method, see java.sql.DatabaseMetaData#getMaxColumnsInOrderBy() .

Возвращаться

Integer — The maximum number of columns this database allows in an ORDER BY clause. A response of 0 indicates there is no known limit.

Авторизация

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

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

getMaxColumnsInSelect()

For documentation of this method, see java.sql.DatabaseMetaData#getMaxColumnsInSelect() .

Возвращаться

Integer — The maximum number of columns this database allows in an SELECT list. A response of 0 indicates there is no known limit.

Авторизация

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

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

getMaxColumnsInTable()

For documentation of this method, see java.sql.DatabaseMetaData#getMaxColumnsInTable() .

Возвращаться

Integer — The maximum number of columns this database allows in a table. A response of 0 indicates there is no known limit.

Авторизация

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

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

getMaxConnections()

For documentation of this method, see java.sql.DatabaseMetaData#getMaxConnections() .

Возвращаться

Integer — The maximum number of concurrent connections to this database. A response of 0 indicates there is no known limit.

Авторизация

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

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

getMaxCursorNameLength()

For documentation of this method, see java.sql.DatabaseMetaData#getMaxCursorNameLength() .

Возвращаться

Integer — The maximum number of characters that this database allows in a cursor name. A response of 0 indicates there is no known limit.

Авторизация

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

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

getMaxIndexLength()

For documentation of this method, see java.sql.DatabaseMetaData#getMaxIndexLength() .

Возвращаться

Integer — The maximum number of bytes this database allows for an index, including all its parts. A response of 0 indicates there is no known limit.

Авторизация

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

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

getMaxProcedureNameLength()

For documentation of this method, see java.sql.DatabaseMetaData#getMaxProcedureNameLength() .

Возвращаться

Integer — The maximum number of characters this database allows in a procedure name. A response of 0 indicates there is no known limit.

Авторизация

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

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

getMaxRowSize()

For documentation of this method, see java.sql.DatabaseMetaData#getMaxRowSize() .

Возвращаться

Integer — The maximum number of bytes this database allows in a single row. A response of 0 indicates there is no known limit.

Авторизация

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

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

getMaxSchemaNameLength()

For documentation of this method, see java.sql.DatabaseMetaData#getMaxSchemaNameLength() .

Возвращаться

Integer — The maximum number of characters this database allows in a schema name. A response of 0 indicates there is no known limit.

Авторизация

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

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

getMaxStatementLength()

For documentation of this method, see java.sql.DatabaseMetaData#getMaxStatementLength() .

Возвращаться

Integer — The maximum number of characters this database allows in an SQL statement. A response of 0 indicates there is no known limit.

Авторизация

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

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

getMaxStatements()

For documentation of this method, see java.sql.DatabaseMetaData#getMaxStatements() .

Возвращаться

Integer — The maximum number of active statements to this database that can be open simultaneously. A response of 0 indicates there is no known limit.

Авторизация

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

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

getMaxTableNameLength()

For documentation of this method, see java.sql.DatabaseMetaData#getMaxTableNameLength() .

Возвращаться

Integer — The maximum number of characters this database allows in a table name. A response of 0 indicates there is no known limit.

Авторизация

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

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

getMaxTablesInSelect()

For documentation of this method, see java.sql.DatabaseMetaData#getMaxTablesInSelect() .

Возвращаться

Integer — The maximum number of tables this database allows in a SELECT statement. A response of 0 indicates there is no known limit.

Авторизация

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

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

getMaxUserNameLength()

For documentation of this method, see java.sql.DatabaseMetaData#getMaxUserNameLength() .

Возвращаться

Integer — The maximum number of characters this database allows in a username. A response of 0 indicates there is no known limit.

Авторизация

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

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

getNumericFunctions()

For documentation of this method, see java.sql.DatabaseMetaData#getNumericFunctions() .

Возвращаться

String — The comma-separated list of math functions available with this database. These are the Open/Open CLI math function names used in the JDBC function escape clause.

Авторизация

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

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

getPrimaryKeys(catalog, schema, table)

For documentation of this method, see java.sql.DatabaseMetaData#getPrimaryKeys(String, String, String) .

Параметры

Имя Тип Описание
catalog String The catalog name to filter the search by, as it appears in the database. Passing an empty string retrieves those procedures without a catalog. Passing null incidates the catalog name isn't used to narrow the search.
schema String The schema name to filter the search by, as it appears in the database. Passing an empty string retrieves those procedures without a schema. Passing null incidates the schema name isn't used to narrow the search.
table String The table name. It must match the table name as it is stored in the database.

Возвращаться

JdbcResultSet — An result set containing the column descriptions for the primary key columns, one per row, ordered by COLUMN_NAME .

Авторизация

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

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

getProcedureColumns(catalog, schemaPattern, procedureNamePattern, columnNamePattern)

For documentation of this method, see java.sql.DatabaseMetaData#getProcedureColumns(String, String, String, String) .

Параметры

Имя Тип Описание
catalog String The catalog name to filter the search by, as it appears in the database. Passing an empty string retrieves those procedures without a catalog. Passing null incidates the catalog name isn't used to narrow the search.
schemaPattern String The schema name pattern to filter the search by, as it appears in the database. Passing an empty string retrieves those procedures without a schema. Passing null incidates the schema name isn't used to narrow the search.
procedureNamePattern String The procedure name pattern to filter the search by. It must match the procedure name as it is stored in the database.
columnNamePattern String The column name pattern to filter the search by. It must match the column name as it is stored in the database.

Возвращаться

JdbcResultSet — A result set containing the procedure and column descriptions, one per row.

Авторизация

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

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

getProcedureTerm()

For documentation of this method, see java.sql.DatabaseMetaData#getProcedureTerm() .

Возвращаться

String — The database vendor's preferred term for 'procedure'.

Авторизация

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

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

getProcedures(catalog, schemaPattern, procedureNamePattern)

For documentation of this method, see java.sql.DatabaseMetaData#getProcedures(String, String, String) .

Параметры

Имя Тип Описание
catalog String The catalog name to filter the search by, as it appears in the database. Passing an empty string retrieves those procedures without a catalog. Passing null incidates the catalog name isn't used to narrow the search.
schemaPattern String The schema name pattern to filter the search by, as it appears in the database. Passing an empty string retrieves those procedures without a schema. Passing null incidates the schema name isn't used to narrow the search.
procedureNamePattern String The procedure name pattern to filter the search by. It must match the procedure name as it is stored in the database.

Возвращаться

JdbcResultSet — A result set containing the procedure descriptions, one per row.

Авторизация

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

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

getResultSetHoldability()

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

Возвращаться

Integer — The database default holdability; one of Jdbc.ResultSet.HOLD_CURSORS_OVER_COMMIT or Jdbc.ResultSet.CLOSE_CURSORS_AT_COMMIT .

Авторизация

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

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

getRowIdLifetime()

For documentation of this method, see java.sql.DatabaseMetaData#getRowIdLifetime() .

Возвращаться

Integer — The status indicatig the lifetime of a ROWID , which is one of Jdbc.RowIdLifetime.ROWID_UNSUPPORTED , Jdbc.RowIdLifetime.ROWID_VALID_OTHER , Jdbc.RowIdLifetime.ROWID_VALID_SESSION , Jdbc.RowIdLifetime.ROWID_VALID_TRANSACTION , or Jdbc.RowIdLifetime.ROWID_VALID_FOREVER .

Авторизация

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

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

getSQLKeywords()

For documentation of this method, see java.sql.DatabaseMetaData#getSQLKeywords() .

Возвращаться

String — The comma-separated list of all this database's SQL keywords that aren't also SQL:2003 keywords.

Авторизация

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

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

getSQLStateType()

For documentation of this method, see java.sql.DatabaseMetaData#getSQLStateType() .

Возвращаться

Integer — The type of SQLSTATE , which is either sqlStateXOpen or sqlStateSQL .

Авторизация

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

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

getSchemaTerm()

For documentation of this method, see java.sql.DatabaseMetaData#getSchemaTerm() .

Возвращаться

String — The database vendor's preferred term for 'schema'.

Авторизация

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

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

getSchemas()

For documentation of this method, see java.sql.DatabaseMetaData#getSchemas() .

Возвращаться

JdbcResultSet — A result set containing the schema descriptions, one per row.

Авторизация

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

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

getSchemas(catalog, schemaPattern)

For documentation of this method, see java.sql.DatabaseMetaData#getSchemas() .

Параметры

Имя Тип Описание
catalog String The catalog name to filter the search by, as it appears in the database. Passing an empty string retrieves those procedures without a catalog. Passing null incidates the catalog name isn't used to narrow the search.
schemaPattern String The schema name pattern to filter the search by, as it appears in the database. Passing an empty string retrieves those procedures without a schema. Passing null incidates the schema name isn't used to narrow the search.

Возвращаться

JdbcResultSet — A result set containing scheme descriptions available in this database, ordered by TABLE_CATALOG and TABLE_SCHEM .

Авторизация

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

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

getSearchStringEscape()

For documentation of this method, see java.sql.DatabaseMetaData#getSearchStringEscape() .

Возвращаться

String — The string that is used to escape wildcard characters such as '_' or '%'.

Авторизация

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

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

getStringFunctions()

For documentation of this method, see java.sql.DatabaseMetaData#getStringFunctions() .

Возвращаться

String — The comma-separated list of string functions available with this database. These are the Open Group CLI string function names used in the JDBC function escape clause.

Авторизация

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

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

getSuperTables(catalog, schemaPattern, tableNamePattern)

For documentation of this method, see java.sql.DatabaseMetaData#getSuperTables(String, String,String) .

Параметры

Имя Тип Описание
catalog String The catalog name as it appears in the database. Passing an empty string retrieves those procedures without a catalog. Passing null incidates the catalog name isn't used in the selection criteria.
schemaPattern String The schema name pattern to filter the search by, as it appears in the database. Passing an empty string retrieves those procedures without a schema.
tableNamePattern String The table name pattern; may be a fully qualified name.

Возвращаться

JdbcResultSet — A result set containing descriptions of the table hierarchies defined in a particular schema in this database. Each row provides information about a specific table type. Tables without supers aren't listed.

Авторизация

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

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

getSuperTypes(catalog, schemaPattern, typeNamePattern)

For documentation of this method, see java.sql.DatabaseMetaData#getSuperTypes(String, String, String) .

Параметры

Имя Тип Описание
catalog String The catalog name as it appears in the database. Passing an empty string retrieves those procedures without a catalog. Passing null incidates the catalog name isn't used in the selection criteria.
schemaPattern String The schema name pattern to filter the search by, as it appears in the database. Passing an empty string retrieves those procedures without a schema.
typeNamePattern String The user-defined type name pattern; may be a fully qualified name.

Возвращаться

JdbcResultSet — A result set containing descriptions of the user-defined type hierarchies defined in a particular schema in this database. Each row provides information about a specific user-defined type. Types without supers aren't listed.

Авторизация

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

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

getSystemFunctions()

For documentation of this method, see java.sql.DatabaseMetaData#getSystemFunctions() .

Возвращаться

String — The comma-separated list of system functions available with this database. These are the Open Group CLI system function names used in the JDBC function escape clause.

Авторизация

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

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

getTablePrivileges(catalog, schemaPattern, tableNamePattern)

For documentation of this method, see java.sql.DatabaseMetaData#getTablePrivileges(String, String, String) .

Параметры

Имя Тип Описание
catalog String The catalog name to filter the search by, as it appears in the database. Passing an empty string retrieves those procedures without a catalog. Passing null incidates the catalog name isn't used to narrow the search.
schemaPattern String The schema name pattern to filter the search by, as it appears in the database. Passing an empty string retrieves those procedures without a schema. Passing null incidates the schema name isn't used to narrow the search.
tableNamePattern String The table name pattern to filter the search by. It must match the table name as it is stored in the database.

Возвращаться

JdbcResultSet — A result set containing the table privilege descriptions, one per row, ordered by TABLE_CAT , TABLE_SCHEM , TABLE_NAME , and PRIVILEGE .

Авторизация

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

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

getTableTypes()

For documentation of this method, see java.sql.DatabaseMetaData#getTableTypes() .

Возвращаться

JdbcResultSet — A result set containing the table types, one per row.

Авторизация

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

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

getTables(catalog, schemaPattern, tableNamePattern, types)

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

Параметры

Имя Тип Описание
catalog String The catalog name to filter the search by, as it appears in the database. Passing an empty string retrieves those procedures without a catalog. Passing null incidates the catalog name isn't used to narrow the search.
schemaPattern String The schema name pattern to filter the search by, as it appears in the database. Passing an empty string retrieves those procedures without a schema. Passing null incidates the schema name isn't used to narrow the search.
tableNamePattern String The table name pattern to filter the search by. It must match the table name as it is stored in the database.
types String[] A list of table types to return, each of which must be on the list that getTableTypes() returns. Passing null indictates that all table types are returned.

Возвращаться

JdbcResultSet — A result set containing the table descriptions, one per row, ordered according to TABLE_TYPE , TABLE_CAT , TABLE_SCHEM , and TABLE_NAME .

Авторизация

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

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

getTimeDateFunctions()

For documentation of this method, see java.sql.DatabaseMetaData#getTimeDateFunctions() .

Возвращаться

String — The comma-separated list of time and date functions available with this database.

Авторизация

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

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

getTypeInfo()

For documentation of this method, see java.sql.DatabaseMetaData#getTypeInfo() .

Возвращаться

JdbcResultSet — An result set containing the descriptions of data types supported by this database. One SQL type description is provided in each row of the result set, and they are ordered by DATA_TYPE and then by how closely the data type maps to the corresponding JDBC SQL type.

Авторизация

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

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

getUDTs(catalog, schemaPattern, typeNamePattern, types)

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

Параметры

Имя Тип Описание
catalog String The catalog name to filter the search by, as it appears in the database. Passing an empty string retrieves those procedures without a catalog. Passing null incidates the catalog name isn't used to narrow the search.
schemaPattern String The schema name pattern to filter the search by, as it appears in the database. Passing an empty string retrieves those procedures without a schema. Passing null incidates the schema name isn't used to narrow the search.
typeNamePattern String The type name pattern to filter the search by; may be a fully qualified name.
types Integer[] A list of user-defined types ( JAVA_OBJECT , STRUCT , or DISTINCT ) to include. Passing null indictates that all types are returned.

Возвращаться

JdbcResultSet — A result set containing the user-defined type (UDT) descriptions, one per row, ordered according to DATA_TYPE , TYPE_CAT , TYPE_SCHEM , and TYPE_NAME .

Авторизация

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

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

getURL()

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

Возвращаться

String — The URL for this database management system, or null if isn't generated.

Авторизация

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

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

getUserName()

For documentation of this method, see java.sql.DatabaseMetaData#getUserName() .

Возвращаться

String — The username as known to this database.

Авторизация

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

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

getVersionColumns(catalog, schema, table)

For documentation of this method, see java.sql.DatabaseMetaData#getVersionColumns(String, String, String) .

Параметры

Имя Тип Описание
catalog String The catalog name to filter the search by, as it appears in the database. Passing an empty string retrieves those procedures without a catalog. Passing null incidates the catalog name isn't used to narrow the search.
schema String The schema name to filter the search by, as it appears in the database. Passing an empty string retrieves those procedures without a schema. Passing null incidates the schema name isn't used to narrow the search.
table String The table name. It must match the table name as it is stored in the database.

Возвращаться

JdbcResultSet — An unordered result set containing the column descriptions that are updated when any value in a row is updated (one column description per row 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

insertsAreDetected(type)

For documentation of this method, see java.sql.DatabaseMetaData#insertsAreDetected(int) .

Параметры

Имя Тип Описание
type Integer The result set type, which is Jdbc.ResultSet.TYPE_FORWARD_ONLY , Jdbc.ResultSet.TYPE_SCROLL_INSENSITIVE , or Jdbc.ResultSet.TYPE_SCROLL_INSENSITIVE .

Возвращаться

Booleantrue if for the specified result set type a visible row insert is detected by calls to JdbcResultSet.rowInserted() ; 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

isCatalogAtStart()

For documentation of this method, see java.sql.DatabaseMetaData#isCatalogAtStart() .

Возвращаться

Booleantrue if a catalog appears at the start of a fully-qualified table name; 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

isReadOnly()

For documentation of this method, see java.sql.DatabaseMetaData#isReadOnly() .

Возвращаться

Booleantrue if the database is read-only; 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

locatorsUpdateCopy()

For documentation of this method, see java.sql.DatabaseMetaData#locatorsUpdateCopy() .

Возвращаться

Booleantrue if updates made to a Large Object (LOB) are made to a copy of th LOB; false if updates are made directly to the LOB.

Авторизация

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

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

nullPlusNonNullIsNull()

For documentation of this method, see java.sql.DatabaseMetaData#nullPlusNonNullIsNull() .

Возвращаться

Booleantrue if concatenations of NULL and non- NULL values result in a 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

nullsAreSortedAtEnd()

For documentation of this method, see java.sql.DatabaseMetaData#nullsAreSortedAtEnd() .

Возвращаться

Booleantrue if NULL values are sorted to the end regardless of sort order (ascending or descending). Returns 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

nullsAreSortedAtStart()

For documentation of this method, see java.sql.DatabaseMetaData#nullsAreSortedAtStart() .

Возвращаться

Booleantrue if NULL values are sorted to the start regardless of sort order (ascending or descending). Returns 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

nullsAreSortedHigh()

For documentation of this method, see java.sql.DatabaseMetaData#nullsAreSortedHigh() .

Возвращаться

Booleantrue if the NULL values are sorted high, meaning they are considered to have a value higher than others in the domain when sorting. Returns 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

nullsAreSortedLow()

For documentation of this method, see java.sql.DatabaseMetaData#nullsAreSortedLow() .

Возвращаться

Booleantrue if the NULL values are sorted low, meaning they are considered to have a value lower than others in the domain when sorting. Returns 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

othersDeletesAreVisible(type)

For documentation of this method, see java.sql.DatabaseMetaData#othersDeletesAreVisible(int) .

Параметры

Имя Тип Описание
type Integer The result set type, which is Jdbc.ResultSet.TYPE_FORWARD_ONLY , Jdbc.ResultSet.TYPE_SCROLL_INSENSITIVE , or Jdbc.ResultSet.TYPE_SCROLL_INSENSITIVE .

Возвращаться

Booleantrue if for the given result set type the deletes made by others are visible; 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

othersInsertsAreVisible(type)

For documentation of this method, see java.sql.DatabaseMetaData#othersInsertsAreVisible(int) .

Параметры

Имя Тип Описание
type Integer The result set type, which is Jdbc.ResultSet.TYPE_FORWARD_ONLY , Jdbc.ResultSet.TYPE_SCROLL_INSENSITIVE , or Jdbc.ResultSet.TYPE_SCROLL_INSENSITIVE .

Возвращаться

Booleantrue if for the given result set type the inserts made by others are visible; 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

othersUpdatesAreVisible(type)

For documentation of this method, see java.sql.DatabaseMetaData#othersUpdatesAreVisible(int) .

Параметры

Имя Тип Описание
type Integer The result set type, which is Jdbc.ResultSet.TYPE_FORWARD_ONLY , Jdbc.ResultSet.TYPE_SCROLL_INSENSITIVE , or Jdbc.ResultSet.TYPE_SCROLL_INSENSITIVE .

Возвращаться

Booleantrue if for the given result set type the updates made by others are visible; 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

ownDeletesAreVisible(type)

For documentation of this method, see java.sql.DatabaseMetaData#ownDeletesAreVisible(int) .

Параметры

Имя Тип Описание
type Integer The result set type, which is Jdbc.ResultSet.TYPE_FORWARD_ONLY , Jdbc.ResultSet.TYPE_SCROLL_INSENSITIVE , or Jdbc.ResultSet.TYPE_SCROLL_INSENSITIVE .

Возвращаться

Booleantrue if for the given result set type the set's own deletes are visible; 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

ownInsertsAreVisible(type)

For documentation of this method, see java.sql.DatabaseMetaData#ownInsertsAreVisible(int) .

Параметры

Имя Тип Описание
type Integer The result set type, which is Jdbc.ResultSet.TYPE_FORWARD_ONLY , Jdbc.ResultSet.TYPE_SCROLL_INSENSITIVE , or Jdbc.ResultSet.TYPE_SCROLL_INSENSITIVE .

Возвращаться

Booleantrue if for the given result set type the set's own inserts are visible; 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

ownUpdatesAreVisible(type)

For documentation of this method, see java.sql.DatabaseMetaData#ownUpdatesAreVisible(int) .

Параметры

Имя Тип Описание
type Integer The result set type, which is Jdbc.ResultSet.TYPE_FORWARD_ONLY , Jdbc.ResultSet.TYPE_SCROLL_INSENSITIVE , or Jdbc.ResultSet.TYPE_SCROLL_INSENSITIVE .

Возвращаться

Booleantrue if for the given result set type the set's own updates are visible; 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

storesLowerCaseIdentifiers()

For documentation of this method, see java.sql.DatabaseMetaData#storesLowerCaseIdentifiers() .

Возвращаться

Booleantrue if the database treats mixed case unquoted SQL identifiers as case-insensitive and stores them in lowercase; 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

storesLowerCaseQuotedIdentifiers()

For documentation of this method, see java.sql.DatabaseMetaData#storesLowerCaseQuotedIdentifiers() .

Возвращаться

Booleantrue if the database treats mixed case quoted SQL identifiers as case-insensitive and stores them in lowercase; 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

storesMixedCaseIdentifiers()

For documentation of this method, see java.sql.DatabaseMetaData#storesMixedCaseIdentifiers() .

Возвращаться

Booleantrue if the database treats mixed case unquoted SQL identifiers as case-insensitive and stores them in mixed case; 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

storesMixedCaseQuotedIdentifiers()

For documentation of this method, see java.sql.DatabaseMetaData#storesMixedCaseQuotedIdentifiers() .

Возвращаться

Booleantrue if the database treats mixed case quoted SQL identifiers as case-insensitive and stores them in mixed case; 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

storesUpperCaseIdentifiers()

For documentation of this method, see java.sql.DatabaseMetaData#storesUpperCaseIdentifiers() .

Возвращаться

Booleantrue if the database treats mixed case unquoted SQL identifiers as case-insensitive and stores them in uppercase; 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

storesUpperCaseQuotedIdentifiers()

For documentation of this method, see java.sql.DatabaseMetaData#storesUpperCaseQuotedIdentifiers() .

Возвращаться

Booleantrue if the database treats mixed case quoted SQL identifiers as case-insensitive and stores them in uppercase; 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

supportsANSI92EntryLevelSQL()

For documentation of this method, see java.sql.DatabaseMetaData#supportsANSI92EntryLevelSQL() .

Возвращаться

Booleantrue if this database supports the ANSI92 entry level SQL grammar; 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

supportsANSI92FullSQL()

For documentation of this method, see java.sql.DatabaseMetaData#supportsANSI92FullSQL() .

Возвращаться

Booleantrue if this database supports the ANSI92 full level SQL grammar; 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

supportsANSI92IntermediateSQL()

For documentation of this method, see java.sql.DatabaseMetaData#supportsANSI92IntermediateSQL() .

Возвращаться

Booleantrue if this database supports the ANSI92 intermediate level SQL grammar; 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

supportsAlterTableWithAddColumn()

For documentation of this method, see java.sql.DatabaseMetaData#supportsAlterTableWithAddColumn() .

Возвращаться

Booleantrue if the database supports ALTER TABLE with add column; 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

supportsAlterTableWithDropColumn()

For documentation of this method, see java.sql.DatabaseMetaData#supportsAlterTableWithDropColumn() .

Возвращаться

Booleantrue if the database supports ALTER TABLE with drop column; 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

supportsBatchUpdates()

For documentation of this method, see java.sql.DatabaseMetaData#supportsBatchUpdates() .

Возвращаться

Booleantrue if the database supports batch updates; 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

supportsCatalogsInDataManipulation()

For documentation of this method, see java.sql.DatabaseMetaData#supportsCatalogsInDataManipulation() .

Возвращаться

Booleantrue if a data manipulation statement can include a catalog name; 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

supportsCatalogsInIndexDefinitions()

For documentation of this method, see java.sql.DatabaseMetaData#supportsCatalogsInIndexDefinitions() .

Возвращаться

Booleantrue if an index definition statement can include a catalog name; 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

supportsCatalogsInPrivilegeDefinitions()

For documentation of this method, see java.sql.DatabaseMetaData#supportsCatalogsInPrivilegeDefinitions() .

Возвращаться

Booleantrue if a privilege definition statement can include a catalog name; 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

supportsCatalogsInProcedureCalls()

For documentation of this method, see java.sql.DatabaseMetaData#supportsCatalogsInProcedureCalls() .

Возвращаться

Booleantrue if a procedure call statement can include a catalog name; 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

supportsCatalogsInTableDefinitions()

For documentation of this method, see java.sql.DatabaseMetaData#supportsCatalogsInTableDefinitions() .

Возвращаться

Booleantrue if a table definition statement can include a catalog name; 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

supportsColumnAliasing()

For documentation of this method, see java.sql.DatabaseMetaData#supportsColumnAliasing() .

Возвращаться

Booleantrue if the database supports column aliasing; 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

supportsConvert()

For documentation of this method, see java.sql.DatabaseMetaData#supportsConvert() .

Возвращаться

Booleantrue if this database supports the JDBC scalar function CONVERT for the conversion of one JDBC type to another; 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

supportsConvert(fromType, toType)

For documentation of this method, see java.sql.DatabaseMetaData#supportsConvert(int, int) .

Параметры

Имя Тип Описание
fromType Integer The type to convert from.
toType Integer The type to convert to.

Возвращаться

Booleantrue if this database supports the JDBC scalar function CONVERT for the conversion of the specified JDBC types; 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

supportsCoreSQLGrammar()

For documentation of this method, see java.sql.DatabaseMetaData#supportsCoreSQLGrammar() .

Возвращаться

Booleantrue if this database supports the ODBC Core SQL grammar; 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

supportsCorrelatedSubqueries()

For documentation of this method, see java.sql.DatabaseMetaData#supportsCorrelatedSubqueries() .

Возвращаться

Booleantrue if this database supports correlated subqueries; 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

supportsDataDefinitionAndDataManipulationTransactions()

For documentation of this method, see java.sql.DatabaseMetaData#supportsDataDefinitionAndDataManipulationTransactions() .

Возвращаться

Booleantrue if this database supports both data definition and data manipulation statements within a transaction; 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

supportsDataManipulationTransactionsOnly()

For documentation of this method, see java.sql.DatabaseMetaData#supportsDataManipulationTransactionsOnly() .

Возвращаться

Booleantrue if this database supports data manipulation statements within a transaction; 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

supportsDifferentTableCorrelationNames()

For documentation of this method, see java.sql.DatabaseMetaData#supportsDifferentTableCorrelationNames() .

Возвращаться

Booleantrue if table correlation names are supported and are restricted to be different frm the names of the tables in the database; 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

supportsExpressionsInOrderBy()

For documentation of this method, see java.sql.DatabaseMetaData#supportsExpressionsInOrderBy() .

Возвращаться

Booleantrue if this database supports expressions in ORDER BY lists; 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

supportsExtendedSQLGrammar()

For documentation of this method, see java.sql.DatabaseMetaData#supportsExtendedSQLGrammar() .

Возвращаться

Booleantrue if this database supports the ODBC Extended SQL grammar; 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

supportsFullOuterJoins()

For documentation of this method, see java.sql.DatabaseMetaData#supportsFullOuterJoins() .

Возвращаться

Booleantrue if this database supports full nested outer joins; 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

supportsGetGeneratedKeys()

For documentation of this method, see java.sql.DatabaseMetaData#supportsGetGeneratedKeys() .

Возвращаться

Booleantrue if auto-generated keys can be retrieved after a statement is executed; 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

supportsGroupBy()

For documentation of this method, see java.sql.DatabaseMetaData#supportsGroupBy() .

Возвращаться

Booleantrue if this database supports some form of GROUP BY clause; 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

supportsGroupByBeyondSelect()

For documentation of this method, see java.sql.DatabaseMetaData#supportsGroupByBeyondSelect() .

Возвращаться

Booleantrue if this database supports using columns that aren't in the SELECT statement in a GROUP BY clause, provided that all the columns in the SELECT statement are included in the GROUP BY clause. Returns 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

supportsGroupByUnrelated()

For documentation of this method, see java.sql.DatabaseMetaData#supportsGroupByUnrelated() .

Возвращаться

Booleantrue if this database supports using a column that isn't in the SELECT statement in a GROUP BY clause; 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

supportsIntegrityEnhancementFacility()

For documentation of this method, see java.sql.DatabaseMetaData#supportsIntegrityEnhancementFacility() .

Возвращаться

Booleantrue if this database supports the SQL Integrity Enhancement Facility; 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

supportsLikeEscapeClause()

For documentation of this method, see java.sql.DatabaseMetaData#supportsLikeEscapeClause() .

Возвращаться

Booleantrue if this database supports specifying a LIKE escape clause; 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

supportsLimitedOuterJoins()

For documentation of this method, see java.sql.DatabaseMetaData#supportsLimitedOuterJoins() .

Возвращаться

Booleantrue if this database provides limited support for outer joins; 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

supportsMinimumSQLGrammar()

For documentation of this method, see java.sql.DatabaseMetaData#supportsMinimumSQLGrammar() .

Возвращаться

Booleantrue if this database supports the ODBC Minimum SQL grammar; 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

supportsMixedCaseIdentifiers()

For documentation of this method, see java.sql.DatabaseMetaData#supportsMixedCaseIdentifiers() .

Возвращаться

Booleantrue if the database treats mixed case unquoted SQL identifiers as case-sensitive and as a result stores them in mixed case; 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

supportsMixedCaseQuotedIdentifiers()

For documentation of this method, see java.sql.DatabaseMetaData#supportsMixedCaseQuotedIdentifiers() .

Возвращаться

Booleantrue if the database treats mixed case quoted SQL identifiers as case-sensitive and as a result stores them in mixed case; 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

supportsMultipleOpenResults()

For documentation of this method, see java.sql.DatabaseMetaData#supportsMultipleOpenResults() .

Возвращаться

Booleantrue if a callable statement can return multiple result sets simultenously; 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

supportsMultipleResultSets()

For documentation of this method, see java.sql.DatabaseMetaData#supportsMultipleResultSets() .

Возвращаться

Booleantrue if this database supports getting multiple result sets from a single execution call; 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

supportsMultipleTransactions()

For documentation of this method, see java.sql.DatabaseMetaData#supportsMultipleTransactions() .

Возвращаться

Booleantrue if this database supports having multiple transactions on different connections open at once; 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

supportsNamedParameters()

For documentation of this method, see java.sql.DatabaseMetaData#supportsNamedParameters() .

Возвращаться

Booleantrue if the database supports named parameters to callable statements; 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

supportsNonNullableColumns()

For documentation of this method, see java.sql.DatabaseMetaData#supportsNonNullableColumns() .

Возвращаться

Booleantrue if columns in this database may be defined as non-nullable; 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

supportsOpenCursorsAcrossCommit()

For documentation of this method, see java.sql.DatabaseMetaData#supportsOpenCursorsAcrossCommit() .

Возвращаться

Booleantrue if this database supports keeping cursors always open across commits; 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

supportsOpenCursorsAcrossRollback()

For documentation of this method, see java.sql.DatabaseMetaData#supportsOpenCursorsAcrossRollback() .

Возвращаться

Booleantrue if this database supports keeping cursors always open across rollbacks; 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

supportsOpenStatementsAcrossCommit()

For documentation of this method, see java.sql.DatabaseMetaData#supportsOpenStatementsAcrossCommit() .

Возвращаться

Booleantrue if this database supports keeping statements always open across commits; 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

supportsOpenStatementsAcrossRollback()

For documentation of this method, see java.sql.DatabaseMetaData#supportsOpenStatementsAcrossRollback() .

Возвращаться

Booleantrue if this database supports keeping statements always open across rollbacks; 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

supportsOrderByUnrelated()

For documentation of this method, see java.sql.DatabaseMetaData#supportsOrderByUnrelated() .

Возвращаться

Booleantrue if this database supports using a column that isn't in the SELECT statement in an ORDER BY clause; false otherwise.

Authorization

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

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

supportsOuterJoins()

For documentation of this method, see java.sql.DatabaseMetaData#supportsOuterJoins() .

Возвращаться

Booleantrue if this database supports some form of outer join; 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

supportsPositionedDelete()

For documentation of this method, see java.sql.DatabaseMetaData#supportsPositionedDelete() .

Возвращаться

Booleantrue if this database supports positioned DELETE statements; false otherwise.

Authorization

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

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

supportsPositionedUpdate()

For documentation of this method, see java.sql.DatabaseMetaData#supportsPositionedUpdate() .

Возвращаться

Booleantrue if this database supports positioned UPDATE statements; false otherwise.

Authorization

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

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

supportsResultSetConcurrency(type, concurrency)

For documentation of this method, see java.sql.DatabaseMetaData#supportsResultSetConcurrency(int, int) .

Параметры

Имя Тип Описание
type Integer The result set type, which is Jdbc.ResultSet.TYPE_FORWARD_ONLY , Jdbc.ResultSet.TYPE_SCROLL_INSENSITIVE , or Jdbc.ResultSet.TYPE_SCROLL_INSENSITIVE .
concurrency Integer The concurrency type, which is either Jdbc.ResultSet.CONCUR_READ_ONLY or Jdbc.ResultSet.CONCUR_UPDATABLE .

Возвращаться

Booleantrue if this database supports the specified result set and concurrency type combination; false otherwise.

Authorization

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

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

supportsResultSetHoldability(holdability)

For documentation of this method, see java.sql.DatabaseMetaData#supportsResultSetHoldability(int) .

Параметры

Имя Тип Описание
holdability Integer A holdability constant to check; one of Jdbc.ResultSet.HOLD_CURSORS_OVER_COMMIT or Jdbc.ResultSet.CLOSE_CURSORS_AT_COMMIT .

Возвращаться

Booleantrue if the database the specified holdability; false otherwise.

Authorization

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

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

supportsResultSetType(type)

For documentation of this method, see java.sql.DatabaseMetaData#supportsResultSetType(int) .

Параметры

Имя Тип Описание
type Integer The result set type, which is Jdbc.ResultSet.TYPE_FORWARD_ONLY , Jdbc.ResultSet.TYPE_SCROLL_INSENSITIVE , or Jdbc.ResultSet.TYPE_SCROLL_INSENSITIVE .

Возвращаться

Booleantrue if this database supports the specified result set type; 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

supportsSavepoints()

For documentation of this method, see java.sql.DatabaseMetaData#supportsSavepoints() .

Возвращаться

Booleantrue if the database supports savepoints; false otherwise.

Authorization

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

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

supportsSchemasInDataManipulation()

For documentation of this method, see java.sql.DatabaseMetaData#supportsSchemasInDataManipulation() .

Возвращаться

Booleantrue if a data manipulation statement can include a schema name; false otherwise.

Authorization

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

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

supportsSchemasInIndexDefinitions()

For documentation of this method, see java.sql.DatabaseMetaData#supportsSchemasInIndexDefinitions() .

Возвращаться

Booleantrue if an index definition statement can include a schema name; false otherwise.

Authorization

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

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

supportsSchemasInPrivilegeDefinitions()

For documentation of this method, see java.sql.DatabaseMetaData#supportsSchemasInPrivilegeDefinitions() .

Возвращаться

Booleantrue if an privilege definition statement can include a schema name; false otherwise.

Authorization

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

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

supportsSchemasInProcedureCalls()

For documentation of this method, see java.sql.DatabaseMetaData#supportsSchemasInProcedureCalls() .

Возвращаться

Booleantrue if a procedure call statement can include a schema name; false otherwise.

Authorization

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

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

supportsSchemasInTableDefinitions()

For documentation of this method, see java.sql.DatabaseMetaData#supportsSchemasInTableDefinitions() .

Возвращаться

Booleantrue if a table definition statement can include a schema name; false otherwise.

Authorization

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

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

supportsSelectForUpdate()

For documentation of this method, see java.sql.DatabaseMetaData#supportsSelectForUpdate() .

Возвращаться

Booleantrue if this database supports SELECT FOR UPDATE statements; false otherwise.

Authorization

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

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

supportsStatementPooling()

For documentation of this method, see java.sql.DatabaseMetaData#supportsStatementPooling() .

Возвращаться

Booleantrue if the database supports statement pooling; false otherwise.

Authorization

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

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

supportsStoredFunctionsUsingCallSyntax()

For documentation of this method, see java.sql.DatabaseMetaData#supportsStoredFunctionsUsingCallSyntax() .

Возвращаться

Booleantrue if the database supports invoking user-defined or vendor functions using the stored procedure escape syntax; false otherwise.

Authorization

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

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

supportsStoredProcedures()

For documentation of this method, see java.sql.DatabaseMetaData#supportsStoredProcedures() .

Возвращаться

Booleantrue if this database supports stored procedure calls that used the stored procedure escape syntax; false otherwise.

Authorization

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

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

supportsSubqueriesInComparisons()

For documentation of this method, see java.sql.DatabaseMetaData#supportsSubqueriesInComparisons() .

Возвращаться

Booleantrue if this database supports subqueries in comparison expressions; 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

supportsSubqueriesInExists()

For documentation of this method, see java.sql.DatabaseMetaData#supportsSubqueriesInExists() .

Возвращаться

Booleantrue if this database supports subqueries in EXISTS expressions; false otherwise.

Authorization

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

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

supportsSubqueriesInIns()

For documentation of this method, see java.sql.DatabaseMetaData#supportsSubqueriesInIns() .

Возвращаться

Booleantrue if this database supports subqueries in IN expressions; false otherwise.

Authorization

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

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

supportsSubqueriesInQuantifieds()

For documentation of this method, see java.sql.DatabaseMetaData#supportsSubqueriesInQuantifieds() .

Возвращаться

Booleantrue if this database supports subqueries in quantified expressions; false otherwise.

Authorization

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

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

supportsTableCorrelationNames()

For documentation of this method, see java.sql.DatabaseMetaData#supportsTableCorrelationNames() .

Возвращаться

Booleantrue if this database supports table corelation names; false otherwise.

Authorization

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

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

supportsTransactionIsolationLevel(level)

For documentation of this method, see java.sql.DatabaseMetaData#supportsTransactionIsolationLevel(int) .

Параметры

Имя Тип Описание
level Integer The transaction isolation level to determine the support of. This must be one of Jdbc.Connection.TRANSACTION_READ_UNCOMMITTED , Jdbc.Connection.TRANSACTION_READ_COMMITTED , Jdbc.Connection.TRANSACTION_REPEATABLE_READ , Jdbc.Connection.TRANSACTION_SERIALIZABLE , or Jdbc.Connection.TRANSACTION_NONE .

Возвращаться

Booleantrue if this database supports the given transaction isolation level; false otherwise.

Authorization

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

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

supportsTransactions()

For documentation of this method, see java.sql.DatabaseMetaData#supportsTransactions() .

Возвращаться

Booleantrue if this database supports transactions; 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

supportsUnion()

For documentation of this method, see java.sql.DatabaseMetaData#supportsUnion() .

Возвращаться

Booleantrue if this database supports SQL UNION ; false otherwise.

Authorization

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

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

supportsUnionAll()

For documentation of this method, see java.sql.DatabaseMetaData#supportsUnionAll() .

Возвращаться

Booleantrue if this database supports SQL UNION ALL ; false otherwise.

Authorization

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

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

updatesAreDetected(type)

For documentation of this method, see java.sql.DatabaseMetaData#updatesAreDetected(int) .

Параметры

Имя Тип Описание
type Integer The result set type, which is Jdbc.ResultSet.TYPE_FORWARD_ONLY , Jdbc.ResultSet.TYPE_SCROLL_INSENSITIVE , or Jdbc.ResultSet.TYPE_SCROLL_INSENSITIVE .

Возвращаться

Booleantrue if for the specified result set type a visible row update is detected by calls to JdbcResultSet.rowUpdated() ; false otherwise.

Authorization

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

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

usesLocalFilePerTable()

For documentation of this method, see java.sql.DatabaseMetaData#usesLocalFilePerTable() .

Возвращаться

Booleantrue if the database stores each table in a separate local file; false otherwise.

Authorization

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

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

usesLocalFiles()

For documentation of this method, see java.sql.DatabaseMetaData#usesLocalFiles() .

Возвращаться

Booleantrue if the database stores tables in a local file; false otherwise.

Authorization

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

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