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() দেখুন।

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

Boolean — যদি ব্যবহারকারী getProcedures(catalog, schemaPattern, procedureNamePattern) দ্বারা ফেরত পাঠানো সমস্ত পদ্ধতি কল করতে পারে তবে true ; অন্যথায় 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() দেখুন।

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

Boolean — যদি লেনদেনের মধ্যে থাকা কোনও ডেটা সংজ্ঞা বিবৃতি লেনদেনকে বাধ্য করে তবে true ; অন্যথায় false

অনুমোদন

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

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

dataDefinitionIgnoredInTransactions()

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

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

Boolean — যদি ডাটাবেস কোনও লেনদেনের মধ্যে ডেটা সংজ্ঞা বিবৃতি উপেক্ষা করে তবে true ; অন্যথায় 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() দেখুন।

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

Boolean — যদি SQL ডেটা টাইপ LONGVARCHAR এবং LONGVARBINARY getMaxRowSize() দ্বারা প্রদত্ত আকারে অন্তর্ভুক্ত করা হয় তবে true ; অন্যথায় 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 , তাহলে বাতিলযোগ্য কলামগুলি অন্তর্ভুক্ত করুন; অন্যথায় করবেন না।

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

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 যে কলামের নামের প্যাটার্ন দিয়ে অনুসন্ধান ফিল্টার করা হবে। ডাটাবেসে সংরক্ষিত থাকায় এটি কলামের নামের সাথে মিলতে হবে।

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

JdbcResultSetCOLUMN_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 যে কলামের নামের প্যাটার্ন দিয়ে অনুসন্ধান ফিল্টার করা হবে। ডাটাবেসে সংরক্ষিত থাকায় এটি কলামের নামের সাথে মিলতে হবে।

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

JdbcResultSetTABLE_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 — A result set containing the descriptions of system and user function parameters available in the given catalog. Each row contains one function description, ordered according to FUNCTION_CAT , FUNCTION_SCHEM , FUNCTION_NAME , and SPECIFIC_ NAME .

Authorization

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

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

getFunctions(catalog, schemaPattern, functionNamePattern)

For documentation of this method, see 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 .

Authorization

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.

Authorization

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 .

Authorization

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 .

Authorization

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.

Authorization

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.

Authorization

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.

Authorization

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.

Authorization

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.

Authorization

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.

Authorization

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.

Authorization

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.

Authorization

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.

Authorization

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.

Authorization

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.

Authorization

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.

Authorization

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.

Authorization

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.

Authorization

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.

Authorization

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.

Authorization

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.

Authorization

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.

Authorization

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.

Authorization

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.

Authorization

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.

Authorization

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.

Authorization

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.

Authorization

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 .

Authorization

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.

Authorization

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'.

Authorization

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.

Authorization

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

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

getResultSetHoldability()

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

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

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

Authorization

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

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

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 .

Authorization

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.

Authorization

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 .

Authorization

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'.

Authorization

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.

Authorization

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 .

Authorization

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 '%'.

Authorization

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.

Authorization

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.

Authorization

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.

Authorization

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.

Authorization

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 .

Authorization

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.

Authorization

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 .

Authorization

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.

Authorization

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.

Authorization

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 .

Authorization

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

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

getURL()

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

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

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

Authorization

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.

Authorization

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).

Authorization

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.

Authorization

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.

Authorization

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

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

isReadOnly()

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

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

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

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.

Authorization

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.

Authorization

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.

Authorization

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.

Authorization

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.

Authorization

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.

Authorization

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.

Authorization

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.

Authorization

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.

Authorization

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.

Authorization

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.

Authorization

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.

Authorization

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.

Authorization

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.

Authorization

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.

Authorization

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.

Authorization

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.

Authorization

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.

Authorization

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.

Authorization

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.

Authorization

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.

Authorization

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.

Authorization

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.

Authorization

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.

Authorization

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.

Authorization

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.

Authorization

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.

Authorization

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.

Authorization

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.

Authorization

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.

Authorization

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.

Authorization

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.

Authorization

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.

Authorization

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.

Authorization

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.

Authorization

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.

Authorization

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.

Authorization

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.

Authorization

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.

Authorization

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.

Authorization

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.

Authorization

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.

Authorization

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.

Authorization

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.

Authorization

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.

Authorization

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.

Authorization

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.

Authorization

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.

Authorization

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.

Authorization

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.

Authorization

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.

Authorization

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() .

Return

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

supportsMultipleTransactions()

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

Return

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

supportsNamedParameters()

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

Return

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

supportsNonNullableColumns()

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

Return

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

supportsOpenCursorsAcrossCommit()

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

Return

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

supportsOpenCursorsAcrossRollback()

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

Return

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

supportsOpenStatementsAcrossCommit()

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

Return

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

supportsOpenStatementsAcrossRollback()

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

Return

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

supportsOrderByUnrelated()

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

Return

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() .

Return

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

supportsPositionedDelete()

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

Return

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() .

Return

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 .

Return

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 .

Return

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 .

Return

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

supportsSavepoints()

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

Return

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() .

Return

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() .

Return

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() .

Return

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() .

Return

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() .

Return

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() .

Return

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() .

Return

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() .

Return

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() .

Return

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() .

Return

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

supportsSubqueriesInExists()

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

Return

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() .

Return

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() .

Return

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() .

Return

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 .

Return

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() .

Return

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

supportsUnion()

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

Return

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() .

Return

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 .

Return

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() .

Return

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() .

Return

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