このページはEtoJ逐語翻訳フィルタによって翻訳生成されました。

翻訳前ページへ


Interface XDatabaseMetaData
Language

The 解放する/自由な and Open 生産性 控訴
解放(する)d: Apache OpenOffice 4.1.15

API

SDK

Tips ‘n’ Tricks

Miscellaneous


:: com :: sun :: 星/主役にする :: sdbc ::

interface XDatabaseMetaData
Description
供給するs 包括的な (警察などへの)密告,告訴(状) about the database as a whole.

Many of the methods here return 名簿(に載せる)/表(にあげる)s of (警察などへの)密告,告訴(状) in the form of XResultSet 反対するs. You can use the normal XResultSet methods such as XResultSet::getString() and XResultSet::getInt() to retrieve the data from these XResultSets. If a given form of metadata is not 利用できる, these methods should throw a SQLException . That a value of XResultSet is NULL can be chaked with the method XResultSet::wasNull(). In the text only "(may be NULL)" is について言及するd for this 事例/患者.

Some of these methods take arguments that are String patterns. These arguments all have 指名するs such as fooPattern. Within a pattern String, "%" means match any substring of 0 or more characters, and "_" means match any one character. Only metadata 入ること/参加(者)s matching the search pattern are returned. If a search pattern argument is 始める,決める to 無効の, that argument's 基準 will be dropped from the search.

A SQLException will be thrown if a driver does not support a meta data method. In the 事例/患者 of methods that return an XResultSet, either an XResultSet (which may be empty) is returned or a SQLException is thrown.

Developers Guide
Database - XDatabaseMetaData Interface
Database - Database Design - Retrieving (警察などへの)密告,告訴(状) about a Database

Methods' 要約
allProceduresAreCallable Can all the 手続きs returned by getProcedures be called by the 現在の 使用者?  
allTablesAreSelectable Can all the (米)棚上げする/(英)提議するs returned by getTable be SELECTed by the 現在の 使用者?  
getURL returns the URL for the database 関係  
getUserName returns the 使用者 指名する from this database 関係.  
isReadOnly checks if the database in read-only 方式.  
nullsAreSortedHigh Are NULL values sorted high?  
nullsAreSortedLow Are NULL values sorted low?  
nullsAreSortedAtStart Are NULL values sorted at the start 関わりなく sort order?  
nullsAreSortedAtEnd Are NULL values sorted at the end, 関わりなく sort order?  
getDatabaseProductName returns the 指名する of the database 製品.  
getDatabaseProductVersion returns the 見解/翻訳/版 of the database 製品.  
getDriverName returns the 指名する of the SDBC driver.  
getDriverVersion returns the 見解/翻訳/版 number of the SDBC driver.  
getDriverMajorVersion returns the SDBC driver major 見解/翻訳/版 number.  
getDriverMinorVersion returns the SDBC driver minor 見解/翻訳/版 number.  
usesLocalFiles use the database 地元の とじ込み/提出するs to save the (米)棚上げする/(英)提議するs.  
usesLocalFilePerTable use the database one 地元の とじ込み/提出する to save for each (米)棚上げする/(英)提議する.  
supportsMixedCaseIdentifiers use the database 'mixed 事例/患者 unquoted SQL identifiers' 事例/患者 極度の慎重さを要する.  
storesUpperCaseIdentifiers Does the database 扱う/治療する mixed 事例/患者 unquoted SQL identifiers as 事例/患者 insensitive and 蓄える/店 them in upper 事例/患者?  
storesLowerCaseIdentifiers Does the database 扱う/治療する mixed 事例/患者 unquoted SQL identifiers as 事例/患者 insensitive and 蓄える/店 them in lower 事例/患者?  
storesMixedCaseIdentifiers Does the database 扱う/治療する mixed 事例/患者 unquoted SQL identifiers as 事例/患者 insensitive and 蓄える/店 them in mixed 事例/患者?  
supportsMixedCaseQuotedIdentifiers Does the database 扱う/治療する mixed 事例/患者 引用するd SQL identifiers as 事例/患者 極度の慎重さを要する and as a result 蓄える/店 them in mixed 事例/患者?  
storesUpperCaseQuotedIdentifiers Does the database 扱う/治療する mixed 事例/患者 引用するd SQL identifiers as 事例/患者 insensitive and 蓄える/店 them in upper 事例/患者?  
storesLowerCaseQuotedIdentifiers Does the database 扱う/治療する mixed 事例/患者 引用するd SQL identifiers as 事例/患者 insensitive and 蓄える/店 them in lower 事例/患者?  
storesMixedCaseQuotedIdentifiers Does the database 扱う/治療する mixed 事例/患者 引用するd SQL identifiers as 事例/患者 insensitive and 蓄える/店 them in mixed 事例/患者?  
getIdentifierQuoteString What's the string used to 引用する SQL identifiers? This returns a space " " if identifier 引用するing is not supported.  
getSQLKeywords gets a comma-separated 名簿(に載せる)/表(にあげる) of all a database's SQL keywords that are NOT also SQL92 keywords.  
getNumericFunctions gets a comma-separated 名簿(に載せる)/表(にあげる) of math 機能(する)/行事s. These are the X/Open CLI math 機能(する)/行事 指名するs used in the SDBC 機能(する)/行事 escape 条項.  
getStringFunctions gets a comma-separated 名簿(に載せる)/表(にあげる) of string 機能(する)/行事s. These are the X/Open CLI string 機能(する)/行事 指名するs used in the SDBC 機能(する)/行事 escape 条項.  
getSystemFunctions gets a comma-separated 名簿(に載せる)/表(にあげる) of system 機能(する)/行事s. These are the X/Open CLI system 機能(する)/行事 指名するs used in the SDBC 機能(する)/行事 escape 条項.  
getTimeDateFunctions gets a comma-separated 名簿(に載せる)/表(にあげる) of time and date 機能(する)/行事s.  
getSearchStringEscape gets the string that can be used to escape wildcard characters. This is the string that can be used to escape '_' or '%' in the string pattern style catalog search parameters.  
getExtraNameCharacters gets all the "extra" characters that can be used in unquoted identifier 指名するs (those beyond a-z, A-Z, 0-9 and _).  
supportsAlterTableWithAddColumn support the Database "ALTER TABLE" with 追加する column?  
supportsAlterTableWithDropColumn support the Database "ALTER TABLE" with 減少(する) column?  
supportsColumnAliasing support the Database column 偽名,通称ing?  
nullPlusNonNullIsNull are concatenations between NULL and 非,不,無-NULL values NULL?  
supportsTypeConversion true , if the Database supports the CONVERT 機能(する)/行事 between SQL types, さもなければ 誤った .  
supportsConvert true , if the Database supports the CONVERT between the given SQL types さもなければ 誤った .  
supportsTableCorrelationNames Are (米)棚上げする/(英)提議する correlation 指名するs supported?  
supportsDifferentTableCorrelationNames If (米)棚上げする/(英)提議する correlation 指名するs are supported, are they 制限するd to be different from the 指名するs of the (米)棚上げする/(英)提議するs?  
supportsExpressionsInOrderBy Are 表現s in "ORDER BY" 名簿(に載せる)/表(にあげる)s supported?  
supportsOrderByUnrelated Can an "ORDER BY" 条項 use columns not in the SELECT 声明?  
supportsGroupBy Is some form of "GROUP BY" 条項 supported?  
supportsGroupByUnrelated Can a "GROUP BY" 条項 use columns not in the SELECT?  
supportsGroupByBeyondSelect Can a "GROUP BY" 条項 追加する columns not in the SELECT 供給するd it 明示するs all the columns in the SELECT?  
supportsLikeEscapeClause Is the escape character in "LIKE" 条項s supported?  
supportsMultipleResultSets Are 多重の XResultSets from a 選び出す/独身 遂行する/発効させる supported?  
supportsMultipleTransactions Can we have 多重の 処理/取引s open at once (on different 関係s)?  
supportsNonNullableColumns Can columns be defined as 非,不,無-nullable?  
supportsMinimumSQLGrammar true, if the database supports ODBC 最小限 SQL grammar, さもなければ 誤った.  
supportsCoreSQLGrammar true, if the database supports ODBC 核心 SQL grammar, さもなければ 誤った.  
supportsExtendedSQLGrammar true, if the database supports ODBC 延長するd SQL grammar, さもなければ 誤った.  
supportsANSI92EntryLevelSQL  
supportsANSI92IntermediateSQL  
supportsANSI92FullSQL  
supportsIntegrityEnhancementFacility returns true, if the Database supports SQL 正直さ Enhancement 施設, さもなければ 誤った.  
supportsOuterJoins  
supportsFullOuterJoins  
supportsLimitedOuterJoins  
getSchemaTerm return the database vendor's preferred 称する,呼ぶ/期間/用語 for "schema"  
getProcedureTerm return the database vendor's preferred 称する,呼ぶ/期間/用語 for "手続き"  
getCatalogTerm return the database vendor's preferred 称する,呼ぶ/期間/用語 for "catalog"  
isCatalogAtStart Does a catalog appear at the start of a qualified (米)棚上げする/(英)提議する 指名する? (さもなければ it appears at the end)  
getCatalogSeparator return the separator between catalog and (米)棚上げする/(英)提議する 指名する  
supportsSchemasInDataManipulation Can a schema 指名する be used in a data 巧みな操作 声明?  
supportsSchemasInProcedureCalls Can a schema 指名する be used in a 手続き call 声明?  
supportsSchemasInTableDefinitions Can a schema 指名する be used in a (米)棚上げする/(英)提議する 鮮明度/定義 声明?  
supportsSchemasInIndexDefinitions Can a schema 指名する be used in an 索引 鮮明度/定義 声明?  
supportsSchemasInPrivilegeDefinitions Can a schema 指名する be used in a 特権 鮮明度/定義 声明?  
supportsCatalogsInDataManipulation Can a catalog 指名する be used in a data 巧みな操作 声明?  
supportsCatalogsInProcedureCalls Can a catalog 指名する be used in a 手続き call 声明?  
supportsCatalogsInTableDefinitions Can a catalog 指名する be used in a (米)棚上げする/(英)提議する 鮮明度/定義 声明?  
supportsCatalogsInIndexDefinitions Can a catalog 指名する be used in an 索引 鮮明度/定義 声明?  
supportsCatalogsInPrivilegeDefinitions Can a catalog 指名する be used in a 特権 鮮明度/定義 声明?  
supportsPositionedDelete Is positioned DELETE supported?  
supportsPositionedUpdate Is positioned UPDATE supported?  
supportsSelectForUpdate Is SELECT for UPDATE supported?  
supportsStoredProcedures Are 蓄える/店d 手続き calls using the 蓄える/店d 手続き escape syntax supported?  
supportsSubqueriesInComparisons Are subqueries in comparison 表現s supported?  
supportsSubqueriesInExists Are subqueries in '存在するs' 表現s supported?  
supportsSubqueriesInIns Are subqueries in 'in' 声明s supported?  
supportsSubqueriesInQuantifieds Are subqueries in quantified 表現s supported?  
supportsCorrelatedSubqueries Are correlated subqueries supported?  
supportsUnion Is SQL UNION supported?  
supportsUnionAll Is SQL UNION ALL supported?  
supportsOpenCursorsAcrossCommit Can cursors remain open across commits?  
supportsOpenCursorsAcrossRollback Can cursors remain open across rollbacks?  
supportsOpenStatementsAcrossCommit Can 声明s remain open across commits?  
supportsOpenStatementsAcrossRollback Can 声明s remain open across rollbacks?  
getMaxBinaryLiteralLength return the maximal number of hex characters in an inline binary literal  
getMaxCharLiteralLength return the max length for a character literal  
getMaxColumnNameLength return the 限界 on column 指名する length  
getMaxColumnsInGroupBy return the 最大限 number of columns in a "GROUP BY" 条項  
getMaxColumnsInIndex return the 最大限 number of columns 許すd in an 索引  
getMaxColumnsInOrderBy return the 最大限 number of columns in an "ORDER BY" 条項  
getMaxColumnsInSelect return the 最大限 number of columns in a "SELECT" 名簿(に載せる)/表(にあげる)  
getMaxColumnsInTable return the 最大限 number of columns in a (米)棚上げする/(英)提議する  
getMaxConnections return the number of active 関係s at a time to this database.  
getMaxCursorNameLength return the 最大限 cursor 指名する length  
getMaxIndexLength return the 最大限 length of an 索引 (in bytes)  
getMaxSchemaNameLength return the 最大限 length 許すd for a schema 指名する  
getMaxProcedureNameLength return the 最大限 length of a 手続き 指名する  
getMaxCatalogNameLength return the 最大限 length of a catalog 指名する  
getMaxRowSize return the 最大限 length of a 選び出す/独身 列/漕ぐ/騒動.  
doesMaxRowSizeIncludeBlobs Did getMaxRowSize() 含む LONGVARCHAR and LONGVARBINARY blobs?  
getMaxStatementLength return the 最大限 length of a SQL 声明  
getMaxStatements return the maximal number of open active 声明s at one time to this database  
getMaxTableNameLength return the 最大限 length of a (米)棚上げする/(英)提議する 指名する  
getMaxTablesInSelect return the 最大限 number of (米)棚上げする/(英)提議するs in a SELECT 声明  
getMaxUserNameLength return the 最大限 length of a 使用者 指名する  
getDefaultTransactionIsolation return the database default 処理/取引 孤立/分離 level. The values are defined in TransactionIsolation.  
supportsTransactions support the Database 処理/取引s? If not, invoking the method XConnection::commit() is a noop and the 孤立/分離 level is TransactionIsolation_NONE.  
supportsTransactionIsolationLevel Does this database support the given 処理/取引 孤立/分離 level?  
supportsDataDefinitionAndDataManipulationTransactions support the Database both data 鮮明度/定義 and data 巧みな操作 声明s within a 処理/取引?  
supportsDataManipulationTransactionsOnly are only data 巧みな操作 声明s within a 処理/取引 supported?  
dataDefinitionCausesTransactionCommit does a data 鮮明度/定義 声明 within a 処理/取引 軍隊 the 処理/取引 to commit?  
dataDefinitionIgnoredInTransactions is a data 鮮明度/定義 声明 within a 処理/取引 ignored?  
getProcedures Gets a description of the 蓄える/店d 手続きs 利用できる in a catalog.  
getProcedureColumns gets a description of a catalog's 蓄える/店d 手続き parameters and result columns.  
getTables gets a description of (米)棚上げする/(英)提議するs 利用できる in a catalog.  
getSchemas Gets the schema 指名するs 利用できる in this database. The results are ordered by schema 指名する.  
getCatalogs gets the catalog 指名するs 利用できる in this database. The results are ordered by catalog 指名する.  
getTableTypes gets the (米)棚上げする/(英)提議する types 利用できる in this database. The results are ordered by (米)棚上げする/(英)提議する type.  
getColumns gets a description of (米)棚上げする/(英)提議する columns 利用できる in the 明示するd catalog.  
getColumnPrivileges gets a description of the 接近 権利s for a (米)棚上げする/(英)提議する's columns.  
getTablePrivileges gets a description of the 接近 権利s for each (米)棚上げする/(英)提議する 利用できる in a catalog. 公式文書,認める that a (米)棚上げする/(英)提議する 特権 適用するs to one or more columns in the (米)棚上げする/(英)提議する. It would be wrong to assume that this 特権 適用するs to all columns (this may be true for some systems but is not true for all.)  
getBestRowIdentifier gets a description of a (米)棚上げする/(英)提議する's optimal 始める,決める of columns that uniquely identifies a 列/漕ぐ/騒動. They are ordered by SCOPE.  
getVersionColumns gets a description of a (米)棚上げする/(英)提議する's columns that are automatically updated when any value in a 列/漕ぐ/騒動 is updated. They are unordered.  
getPrimaryKeys gets a description of a (米)棚上げする/(英)提議する's 最初の/主要な 重要な columns. They are ordered by COLUMN_NAME.  
getImportedKeys gets a description of the 最初の/主要な 重要な columns that are 言及/関連d by a (米)棚上げする/(英)提議する's foreign 重要な columns (the 最初の/主要な 重要なs 輸入するd by a (米)棚上げする/(英)提議する). They are ordered by PKTABLE_CAT, PKTABLE_SCHEM, PKTABLE_NAME, and KEY_SEQ.  
getExportedKeys gets a description of the foreign 重要な columns that 言及/関連 a (米)棚上げする/(英)提議する's 最初の/主要な 重要な columns (the foreign 重要なs 輸出(する)d by a (米)棚上げする/(英)提議する). They are ordered by FKTABLE_CAT, FKTABLE_SCHEM, FKTABLE_NAME, and KEY_SEQ.  
getCrossReference gets a description of the foreign 重要な columns in the foreign 重要な (米)棚上げする/(英)提議する that 言及/関連 the 最初の/主要な 重要な columns of the 最初の/主要な 重要な (米)棚上げする/(英)提議する (述べる how one (米)棚上げする/(英)提議する 輸入するs another's 重要な.) This should 普通は return a 選び出す/独身 foreign 重要な/最初の/主要な 重要な pair (most (米)棚上げする/(英)提議するs only 輸入する a foreign 重要な from a (米)棚上げする/(英)提議する once.). They are ordered by FKTABLE_CAT, FKTABLE_SCHEM, FKTABLE_NAME, and KEY_SEQ.  
getTypeInfo gets a description of all the 基準 SQL types supported by this database. They are ordered by DATA_TYPE and then by how closely the data type 地図/計画するs to the corresponding SDBC SQL type.  
getIndexInfo gets a description of a (米)棚上げする/(英)提議する's indices and 統計(学). They are ordered by NON_UNIQUE, TYPE, INDEX_NAME, and ORDINAL_POSITION.  
supportsResultSetType Does the database support the given result 始める,決める type?  
supportsResultSetConcurrency Does the database support the concurrency type in combination with the given result 始める,決める type?  
ownUpdatesAreVisible 示すs whether a result 始める,決める's own updates are 明白な.  
ownDeletesAreVisible 示すs whether a result 始める,決める's own 削除するs are 明白な.  
ownInsertsAreVisible 示すs whether a result 始める,決める's own 挿入するs are 明白な.  
othersUpdatesAreVisible 示すs whether updates made by others are 明白な.  
othersDeletesAreVisible 示すs whether 削除するs made by others are 明白な.  
othersInsertsAreVisible 示すs whether 挿入するs made by others are 明白な.  
updatesAreDetected 示すs whether or not a 明白な 列/漕ぐ/騒動 update can be (悪事,秘密などを)発見するd by calling the method XResultSet.rowUpdated.  
deletesAreDetected 示すs whether or not a 明白な 列/漕ぐ/騒動 削除する can be (悪事,秘密などを)発見するd by calling XResultSet::rowDeleted() . If deletesAreDetected() returns 誤った, then 削除するd 列/漕ぐ/騒動s are 除去するd from the result 始める,決める.  
insertsAreDetected 示すs whether or not a 明白な 列/漕ぐ/騒動 挿入する can be (悪事,秘密などを)発見するd by calling XResultSet::rowInserted().  
supportsBatchUpdates 示すs whether the driver supports (製品,工事材料の)一回分 updates.  
getUDTs Gets a description of the 使用者-defined types defined in a particular schema. Schema-明確な/細部 UDTs may have type OBJECT, STRUCT, or DISTINCT.  
getConnection retrieves the 関係 that produced this metadata 反対する.  
Methods' 詳細(に述べる)s
allProceduresAreCallable
boolean
allProceduresAreCallable()
raises( SQLException );

Description
Can all the 手続きs returned by getProcedures be called by the 現在の 使用者?
Returns
true if the 使用者 is 許すd to call all 手続きs returned by getProcedures さもなければ 誤った .
Throws
SQLException if a database 接近 error occurs.
allTablesAreSelectable
boolean
allTablesAreSelectable()
raises( SQLException );

Description
Can all the (米)棚上げする/(英)提議するs returned by getTable be SELECTed by the 現在の 使用者?
Returns
true if so
Throws
SQLException if a database 接近 error occurs.
getURL
string
getURL()
raises( SQLException );

Description
returns the URL for the database 関係
getUserName
string
getUserName()
raises( SQLException );

Description
returns the 使用者 指名する from this database 関係.
isReadOnly
boolean
isReadOnly()
raises( SQLException );

Description
checks if the database in read-only 方式.
Returns
true if so
Throws
SQLException if a database 接近 error occurs.
nullsAreSortedHigh
boolean
nullsAreSortedHigh()
raises( SQLException );

Description
Are NULL values sorted high?
Returns
true if so
Throws
SQLException if a database 接近 error occurs.
nullsAreSortedLow
boolean
nullsAreSortedLow()
raises( SQLException );

Description
Are NULL values sorted low?
Returns
true if so
Throws
SQLException if a database 接近 error occurs.
nullsAreSortedAtStart
boolean
nullsAreSortedAtStart()
raises( SQLException );

Description
Are NULL values sorted at the start 関わりなく sort order?
Returns
true if so
Throws
SQLException if a database 接近 error occurs.
nullsAreSortedAtEnd
boolean
nullsAreSortedAtEnd()
raises( SQLException );

Description
Are NULL values sorted at the end, 関わりなく sort order?
Returns
true if so
Throws
SQLException if a database 接近 error occurs.
getDatabaseProductName
string
getDatabaseProductName()
raises( SQLException );

Description
returns the 指名する of the database 製品.
getDatabaseProductVersion
string
getDatabaseProductVersion()
raises( SQLException );

Description
returns the 見解/翻訳/版 of the database 製品.
getDriverName
string
getDriverName()
raises( SQLException );

Description
returns the 指名する of the SDBC driver.
getDriverVersion
string
getDriverVersion()
raises( SQLException );

Description
returns the 見解/翻訳/版 number of the SDBC driver.
getDriverMajorVersion
long
getDriverMajorVersion();

Description
returns the SDBC driver major 見解/翻訳/版 number.
getDriverMinorVersion
long
getDriverMinorVersion();

Description
returns the SDBC driver minor 見解/翻訳/版 number.
usesLocalFiles
boolean
usesLocalFiles()
raises( SQLException );

Description
use the database 地元の とじ込み/提出するs to save the (米)棚上げする/(英)提議するs.
Returns
true if so
Throws
SQLException if a database 接近 error occurs.
usesLocalFilePerTable
boolean
usesLocalFilePerTable()
raises( SQLException );

Description
use the database one 地元の とじ込み/提出する to save for each (米)棚上げする/(英)提議する.
Returns
true if so
Throws
SQLException if a database 接近 error occurs.
supportsMixedCaseIdentifiers
boolean
supportsMixedCaseIdentifiers()
raises( SQLException );

Description
use the database 'mixed 事例/患者 unquoted SQL identifiers' 事例/患者 極度の慎重さを要する.
Returns
true if so
Throws
SQLException if a database 接近 error occurs.
storesUpperCaseIdentifiers
boolean
storesUpperCaseIdentifiers()
raises( SQLException );

Description
Does the database 扱う/治療する mixed 事例/患者 unquoted SQL identifiers as 事例/患者 insensitive and 蓄える/店 them in upper 事例/患者?
Returns
true if so
Throws
SQLException if a database 接近 error occurs.
storesLowerCaseIdentifiers
boolean
storesLowerCaseIdentifiers()
raises( SQLException );

Description
Does the database 扱う/治療する mixed 事例/患者 unquoted SQL identifiers as 事例/患者 insensitive and 蓄える/店 them in lower 事例/患者?
Returns
true if so
Throws
SQLException if a database 接近 error occurs.
storesMixedCaseIdentifiers
boolean
storesMixedCaseIdentifiers()
raises( SQLException );

Description
Does the database 扱う/治療する mixed 事例/患者 unquoted SQL identifiers as 事例/患者 insensitive and 蓄える/店 them in mixed 事例/患者?
Returns
true if so
Throws
SQLException if a database 接近 error occurs.
supportsMixedCaseQuotedIdentifiers
boolean
supportsMixedCaseQuotedIdentifiers()
raises( SQLException );

Description
Does the database 扱う/治療する mixed 事例/患者 引用するd SQL identifiers as 事例/患者 極度の慎重さを要する and as a result 蓄える/店 them in mixed 事例/患者?
Returns
true if so
Throws
SQLException if a database 接近 error occurs.
storesUpperCaseQuotedIdentifiers
boolean
storesUpperCaseQuotedIdentifiers()
raises( SQLException );

Description
Does the database 扱う/治療する mixed 事例/患者 引用するd SQL identifiers as 事例/患者 insensitive and 蓄える/店 them in upper 事例/患者?
Returns
true if so
Throws
SQLException if a database 接近 error occurs.
storesLowerCaseQuotedIdentifiers
boolean
storesLowerCaseQuotedIdentifiers()
raises( SQLException );

Description
Does the database 扱う/治療する mixed 事例/患者 引用するd SQL identifiers as 事例/患者 insensitive and 蓄える/店 them in lower 事例/患者?
Returns
true if so
Throws
SQLException if a database 接近 error occurs.
storesMixedCaseQuotedIdentifiers
boolean
storesMixedCaseQuotedIdentifiers()
raises( SQLException );

Description
Does the database 扱う/治療する mixed 事例/患者 引用するd SQL identifiers as 事例/患者 insensitive and 蓄える/店 them in mixed 事例/患者?
Returns
true if so
Throws
SQLException if a database 接近 error occurs.
getIdentifierQuoteString
string
getIdentifierQuoteString()
raises( SQLException );

Description
What's the string used to 引用する SQL identifiers? This returns a space " " if identifier 引用するing is not supported.
Returns
true if so
Throws
SQLException if a database 接近 error occurs.
getSQLKeywords
string
getSQLKeywords()
raises( SQLException );

Description
gets a comma-separated 名簿(に載せる)/表(にあげる) of all a database's SQL keywords that are NOT also SQL92 keywords.
Returns
true if so
Throws
SQLException if a database 接近 error occurs.
getNumericFunctions
string
getNumericFunctions()
raises( SQLException );

Description
gets a comma-separated 名簿(に載せる)/表(にあげる) of math 機能(する)/行事s. These are the X/Open CLI math 機能(する)/行事 指名するs used in the SDBC 機能(する)/行事 escape 条項.
Returns
true if so
Throws
SQLException if a database 接近 error occurs.
getStringFunctions
string
getStringFunctions()
raises( SQLException );

Description
gets a comma-separated 名簿(に載せる)/表(にあげる) of string 機能(する)/行事s. These are the X/Open CLI string 機能(する)/行事 指名するs used in the SDBC 機能(する)/行事 escape 条項.
Returns
true if so
Throws
SQLException if a database 接近 error occurs.
getSystemFunctions
string
getSystemFunctions()
raises( SQLException );

Description
gets a comma-separated 名簿(に載せる)/表(にあげる) of system 機能(する)/行事s. These are the X/Open CLI system 機能(する)/行事 指名するs used in the SDBC 機能(する)/行事 escape 条項.
Returns
true if so
Throws
SQLException if a database 接近 error occurs.
getTimeDateFunctions
string
getTimeDateFunctions()
raises( SQLException );

Description
gets a comma-separated 名簿(に載せる)/表(にあげる) of time and date 機能(する)/行事s.
Returns
true if so
Throws
SQLException if a database 接近 error occurs.
getSearchStringEscape
string
getSearchStringEscape()
raises( SQLException );

Description
gets the string that can be used to escape wildcard characters. This is the string that can be used to escape '_' or '%' in the string pattern style catalog search parameters.

The '_' character 代表するs any 選び出す/独身 character.

The '%' character 代表するs any sequence of 無 or more characters.

Returns
true if so
Throws
SQLException if a database 接近 error occurs.
getExtraNameCharacters
string
getExtraNameCharacters()
raises( SQLException );

Description
gets all the "extra" characters that can be used in unquoted identifier 指名するs (those beyond a-z, A-Z, 0-9 and _).
Returns
true if so
Throws
SQLException if a database 接近 error occurs.
supportsAlterTableWithAddColumn
boolean
supportsAlterTableWithAddColumn()
raises( SQLException );

Description
support the Database "ALTER TABLE" with 追加する column?
Returns
true if so
Throws
SQLException if a database 接近 error occurs.
supportsAlterTableWithDropColumn
boolean
supportsAlterTableWithDropColumn()
raises( SQLException );

Description
support the Database "ALTER TABLE" with 減少(する) column?
Returns
true if so
Throws
SQLException if a database 接近 error occurs.
supportsColumnAliasing
boolean
supportsColumnAliasing()
raises( SQLException );

Description
support the Database column 偽名,通称ing?

The SQL AS 条項 can be used to 供給する 指名するs for 計算するd columns or to 供給する 偽名,通称 指名するs for columns as 要求するd.

Returns
true if so
Throws
SQLException if a database 接近 error occurs.
nullPlusNonNullIsNull
boolean
nullPlusNonNullIsNull()
raises( SQLException );

Description
are concatenations between NULL and 非,不,無-NULL values NULL?
Returns
true if so
Throws
SQLException if a database 接近 error occurs.
supportsTypeConversion
boolean
supportsTypeConversion()
raises( SQLException );

Description
true , if the Database supports the CONVERT 機能(する)/行事 between SQL types, さもなければ 誤った .
Returns
true if so
Throws
SQLException if a database 接近 error occurs.
supportsConvert
boolean
supportsConvert( [in] long  fromType,
[in] long  toType )
raises( SQLException );

Description
true , if the Database supports the CONVERT between the given SQL types さもなければ 誤った .
Returns
true if so
Throws
SQLException if a database 接近 error occurs.
supportsTableCorrelationNames
boolean
supportsTableCorrelationNames()
raises( SQLException );

Description
Are (米)棚上げする/(英)提議する correlation 指名するs supported?
Returns
true if so
Throws
SQLException if a database 接近 error occurs.
supportsDifferentTableCorrelationNames
boolean
supportsDifferentTableCorrelationNames()
raises( SQLException );

Description
If (米)棚上げする/(英)提議する correlation 指名するs are supported, are they 制限するd to be different from the 指名するs of the (米)棚上げする/(英)提議するs?
Returns
true if so
Throws
SQLException if a database 接近 error occurs.
supportsExpressionsInOrderBy
boolean
supportsExpressionsInOrderBy()
raises( SQLException );

Description
Are 表現s in "ORDER BY" 名簿(に載せる)/表(にあげる)s supported?
Returns
true if so
Throws
SQLException if a database 接近 error occurs.
supportsOrderByUnrelated
boolean
supportsOrderByUnrelated()
raises( SQLException );

Description
Can an "ORDER BY" 条項 use columns not in the SELECT 声明?
Returns
true if so
Throws
SQLException if a database 接近 error occurs.
supportsGroupBy
boolean
supportsGroupBy()
raises( SQLException );

Description
Is some form of "GROUP BY" 条項 supported?
Returns
true if so
Throws
SQLException if a database 接近 error occurs.
supportsGroupByUnrelated
boolean
supportsGroupByUnrelated()
raises( SQLException );

Description
Can a "GROUP BY" 条項 use columns not in the SELECT?
Returns
true if so
Throws
SQLException if a database 接近 error occurs.
supportsGroupByBeyondSelect
boolean
supportsGroupByBeyondSelect()
raises( SQLException );

Description
Can a "GROUP BY" 条項 追加する columns not in the SELECT 供給するd it 明示するs all the columns in the SELECT?
Returns
true if so
Throws
SQLException if a database 接近 error occurs.
supportsLikeEscapeClause
boolean
supportsLikeEscapeClause()
raises( SQLException );

Description
Is the escape character in "LIKE" 条項s supported?
Returns
true if so
Throws
SQLException if a database 接近 error occurs.
supportsMultipleResultSets
boolean
supportsMultipleResultSets()
raises( SQLException );

Description
Are 多重の XResultSets from a 選び出す/独身 遂行する/発効させる supported?
Returns
true if so
Throws
SQLException if a database 接近 error occurs.
supportsMultipleTransactions
boolean
supportsMultipleTransactions()
raises( SQLException );

Description
Can we have 多重の 処理/取引s open at once (on different 関係s)?
Returns
true if so
Throws
SQLException if a database 接近 error occurs.
supportsNonNullableColumns
boolean
supportsNonNullableColumns()
raises( SQLException );

Description
Can columns be defined as 非,不,無-nullable?
Returns
true if so
Throws
SQLException if a database 接近 error occurs.
supportsMinimumSQLGrammar
boolean
supportsMinimumSQLGrammar()
raises( SQLException );

Description
true, if the database supports ODBC 最小限 SQL grammar, さもなければ 誤った.
Returns
true if so
Throws
SQLException if a database 接近 error occurs.
supportsCoreSQLGrammar
boolean
supportsCoreSQLGrammar()
raises( SQLException );

Description
true, if the database supports ODBC 核心 SQL grammar, さもなければ 誤った.
Returns
true if so
Throws
SQLException if a database 接近 error occurs.
supportsExtendedSQLGrammar
boolean
supportsExtendedSQLGrammar()
raises( SQLException );

Description
true, if the database supports ODBC 延長するd SQL grammar, さもなければ 誤った.
Returns
true if so
Throws
SQLException if a database 接近 error occurs.
supportsANSI92EntryLevelSQL
boolean
supportsANSI92EntryLevelSQL()
raises( SQLException );

Returns
true, if the database supports ANSI92 入ること/参加(者) level SQL grammar, さもなければ 誤った.
Throws
SQLException if a database 接近 error occurs.
supportsANSI92IntermediateSQL
boolean
supportsANSI92IntermediateSQL()
raises( SQLException );

Returns
true, if the database supports ANSI92 中間の SQL grammar, さもなければ 誤った.
Throws
SQLException if a database 接近 error occurs.
supportsANSI92FullSQL
boolean
supportsANSI92FullSQL()
raises( SQLException );

Returns
true, if the database supports ANSI92 十分な SQL grammar, さもなければ 誤った.
Throws
SQLException if a database 接近 error occurs.
supportsIntegrityEnhancementFacility
boolean
supportsIntegrityEnhancementFacility()
raises( SQLException );

Description
returns true, if the Database supports SQL 正直さ Enhancement 施設, さもなければ 誤った.
Throws
SQLException if a database 接近 error occurs.
supportsOuterJoins
boolean
supportsOuterJoins()
raises( SQLException );

Returns
true, if some form of outer join is supported, さもなければ 誤った.
Throws
SQLException if a database 接近 error occurs.
supportsFullOuterJoins
boolean
supportsFullOuterJoins()
raises( SQLException );

Returns
true, if 十分な nested outer joins are supported, さもなければ 誤った.
Throws
SQLException if a database 接近 error occurs.
supportsLimitedOuterJoins
boolean
supportsLimitedOuterJoins()
raises( SQLException );

Returns
true, if there is 限られた/立憲的な support for outer joins. (This will be true if supportFullOuterJoins is true.) 誤った is returned さもなければ.
Throws
SQLException if a database 接近 error occurs.
getSchemaTerm
string
getSchemaTerm()
raises( SQLException );

Description
return the database vendor's preferred 称する,呼ぶ/期間/用語 for "schema"
Returns
true if so
Throws
SQLException if a database 接近 error occurs.
getProcedureTerm
string
getProcedureTerm()
raises( SQLException );

Description
return the database vendor's preferred 称する,呼ぶ/期間/用語 for "手続き"
Returns
true if so
Throws
SQLException if a database 接近 error occurs.
getCatalogTerm
string
getCatalogTerm()
raises( SQLException );

Description
return the database vendor's preferred 称する,呼ぶ/期間/用語 for "catalog"
Returns
true if so
Throws
SQLException if a database 接近 error occurs.
isCatalogAtStart
boolean
isCatalogAtStart()
raises( SQLException );

Description
Does a catalog appear at the start of a qualified (米)棚上げする/(英)提議する 指名する? (さもなければ it appears at the end)
Returns
true if so
Throws
SQLException if a database 接近 error occurs.
getCatalogSeparator
string
getCatalogSeparator()
raises( SQLException );

Description
return the separator between catalog and (米)棚上げする/(英)提議する 指名する
Returns
true if so
Throws
SQLException if a database 接近 error occurs.
supportsSchemasInDataManipulation
boolean
supportsSchemasInDataManipulation()
raises( SQLException );

Description
Can a schema 指名する be used in a data 巧みな操作 声明?
Returns
true if so
Throws
SQLException if a database 接近 error occurs.
supportsSchemasInProcedureCalls
boolean
supportsSchemasInProcedureCalls()
raises( SQLException );

Description
Can a schema 指名する be used in a 手続き call 声明?
Returns
true if so
Throws
SQLException if a database 接近 error occurs.
supportsSchemasInTableDefinitions
boolean
supportsSchemasInTableDefinitions()
raises( SQLException );

Description
Can a schema 指名する be used in a (米)棚上げする/(英)提議する 鮮明度/定義 声明?
Returns
true if so
Throws
SQLException if a database 接近 error occurs.
supportsSchemasInIndexDefinitions
boolean
supportsSchemasInIndexDefinitions()
raises( SQLException );

Description
Can a schema 指名する be used in an 索引 鮮明度/定義 声明?
Returns
true if so
Throws
SQLException if a database 接近 error occurs.
supportsSchemasInPrivilegeDefinitions
boolean
supportsSchemasInPrivilegeDefinitions()
raises( SQLException );

Description
Can a schema 指名する be used in a 特権 鮮明度/定義 声明?
Returns
true if so
Throws
SQLException if a database 接近 error occurs.
supportsCatalogsInDataManipulation
boolean
supportsCatalogsInDataManipulation()
raises( SQLException );

Description
Can a catalog 指名する be used in a data 巧みな操作 声明?
Returns
true if so
Throws
SQLException if a database 接近 error occurs.
supportsCatalogsInProcedureCalls
boolean
supportsCatalogsInProcedureCalls()
raises( SQLException );

Description
Can a catalog 指名する be used in a 手続き call 声明?
Returns
true if so
Throws
SQLException if a database 接近 error occurs.
supportsCatalogsInTableDefinitions
boolean
supportsCatalogsInTableDefinitions()
raises( SQLException );

Description
Can a catalog 指名する be used in a (米)棚上げする/(英)提議する 鮮明度/定義 声明?
Returns
true if so
Throws
SQLException if a database 接近 error occurs.
supportsCatalogsInIndexDefinitions
boolean
supportsCatalogsInIndexDefinitions()
raises( SQLException );

Description
Can a catalog 指名する be used in an 索引 鮮明度/定義 声明?
Returns
true if so
Throws
SQLException if a database 接近 error occurs.
supportsCatalogsInPrivilegeDefinitions
boolean
supportsCatalogsInPrivilegeDefinitions()
raises( SQLException );

Description
Can a catalog 指名する be used in a 特権 鮮明度/定義 声明?
Returns
true if so
Throws
SQLException if a database 接近 error occurs.
supportsPositionedDelete
boolean
supportsPositionedDelete()
raises( SQLException );

Description
Is positioned DELETE supported?
Returns
true if so
Throws
SQLException if a database 接近 error occurs.
supportsPositionedUpdate
boolean
supportsPositionedUpdate()
raises( SQLException );

Description
Is positioned UPDATE supported?
Returns
true if so
Throws
SQLException if a database 接近 error occurs.
supportsSelectForUpdate
boolean
supportsSelectForUpdate()
raises( SQLException );

Description
Is SELECT for UPDATE supported?
Returns
true if so
Throws
SQLException if a database 接近 error occurs.
supportsStoredProcedures
boolean
supportsStoredProcedures()
raises( SQLException );

Description
Are 蓄える/店d 手続き calls using the 蓄える/店d 手続き escape syntax supported?
Returns
true if so
Throws
SQLException if a database 接近 error occurs.
supportsSubqueriesInComparisons
boolean
supportsSubqueriesInComparisons()
raises( SQLException );

Description
Are subqueries in comparison 表現s supported?
Returns
true if so
Throws
SQLException if a database 接近 error occurs.
supportsSubqueriesInExists
boolean
supportsSubqueriesInExists()
raises( SQLException );

Description
Are subqueries in '存在するs' 表現s supported?
Returns
true if so
Throws
SQLException if a database 接近 error occurs.
supportsSubqueriesInIns
boolean
supportsSubqueriesInIns()
raises( SQLException );

Description
Are subqueries in 'in' 声明s supported?
Returns
true if so
Throws
SQLException if a database 接近 error occurs.
supportsSubqueriesInQuantifieds
boolean
supportsSubqueriesInQuantifieds()
raises( SQLException );

Description
Are subqueries in quantified 表現s supported?
Returns
true if so
Throws
SQLException if a database 接近 error occurs.
supportsCorrelatedSubqueries
boolean
supportsCorrelatedSubqueries()
raises( SQLException );

Description
Are correlated subqueries supported?
Returns
true if so
Throws
SQLException if a database 接近 error occurs.
supportsUnion
boolean
supportsUnion()
raises( SQLException );

Description
Is SQL UNION supported?
Returns
true if so
Throws
SQLException if a database 接近 error occurs.
supportsUnionAll
boolean
supportsUnionAll()
raises( SQLException );

Description
Is SQL UNION ALL supported?
Returns
true if so
Throws
SQLException if a database 接近 error occurs.
supportsOpenCursorsAcrossCommit
boolean
supportsOpenCursorsAcrossCommit()
raises( SQLException );

Description
Can cursors remain open across commits?
Returns
true if so
Throws
SQLException if a database 接近 error occurs.
supportsOpenCursorsAcrossRollback
boolean
supportsOpenCursorsAcrossRollback()
raises( SQLException );

Description
Can cursors remain open across rollbacks?
Returns
true if so
Throws
SQLException if a database 接近 error occurs.
supportsOpenStatementsAcrossCommit
boolean
supportsOpenStatementsAcrossCommit()
raises( SQLException );

Description
Can 声明s remain open across commits?
Returns
true if so
Throws
SQLException if a database 接近 error occurs.
supportsOpenStatementsAcrossRollback
boolean
supportsOpenStatementsAcrossRollback()
raises( SQLException );

Description
Can 声明s remain open across rollbacks?
Returns
true if so
Throws
SQLException if a database 接近 error occurs.
getMaxBinaryLiteralLength
long
getMaxBinaryLiteralLength()
raises( SQLException );

Description
return the maximal number of hex characters in an inline binary literal
Returns
true if so
Throws
SQLException if a database 接近 error occurs.
getMaxCharLiteralLength
long
getMaxCharLiteralLength()
raises( SQLException );

Description
return the max length for a character literal
Returns
true if so
Throws
SQLException if a database 接近 error occurs.
getMaxColumnNameLength
long
getMaxColumnNameLength()
raises( SQLException );

Description
return the 限界 on column 指名する length
Returns
true if so
Throws
SQLException if a database 接近 error occurs.
getMaxColumnsInGroupBy
long
getMaxColumnsInGroupBy()
raises( SQLException );

Description
return the 最大限 number of columns in a "GROUP BY" 条項
Returns
true if so
Throws
SQLException if a database 接近 error occurs.
getMaxColumnsInIndex
long
getMaxColumnsInIndex()
raises( SQLException );

Description
return the 最大限 number of columns 許すd in an 索引
Returns
true if so
Throws
SQLException if a database 接近 error occurs.
getMaxColumnsInOrderBy
long
getMaxColumnsInOrderBy()
raises( SQLException );

Description
return the 最大限 number of columns in an "ORDER BY" 条項
Returns
true if so
Throws
SQLException if a database 接近 error occurs.
getMaxColumnsInSelect
long
getMaxColumnsInSelect()
raises( SQLException );

Description
return the 最大限 number of columns in a "SELECT" 名簿(に載せる)/表(にあげる)
Returns
true if so
Throws
SQLException if a database 接近 error occurs.
getMaxColumnsInTable
long
getMaxColumnsInTable()
raises( SQLException );

Description
return the 最大限 number of columns in a (米)棚上げする/(英)提議する
Returns
true if so
Throws
SQLException if a database 接近 error occurs.
getMaxConnections
long
getMaxConnections()
raises( SQLException );

Description
return the number of active 関係s at a time to this database.
Returns
true if so
Throws
SQLException if a database 接近 error occurs.
getMaxCursorNameLength
long
getMaxCursorNameLength()
raises( SQLException );

Description
return the 最大限 cursor 指名する length
Returns
true if so
Throws
SQLException if a database 接近 error occurs.
getMaxIndexLength
long
getMaxIndexLength()
raises( SQLException );

Description
return the 最大限 length of an 索引 (in bytes)
Returns
true if so
Throws
SQLException if a database 接近 error occurs.
getMaxSchemaNameLength
long
getMaxSchemaNameLength()
raises( SQLException );

Description
return the 最大限 length 許すd for a schema 指名する
Returns
true if so
Throws
SQLException if a database 接近 error occurs.
getMaxProcedureNameLength
long
getMaxProcedureNameLength()
raises( SQLException );

Description
return the 最大限 length of a 手続き 指名する
Returns
true if so
Throws
SQLException if a database 接近 error occurs.
getMaxCatalogNameLength
long
getMaxCatalogNameLength()
raises( SQLException );

Description
return the 最大限 length of a catalog 指名する
Returns
true if so
Throws
SQLException if a database 接近 error occurs.
getMaxRowSize
long
getMaxRowSize()
raises( SQLException );

Description
return the 最大限 length of a 選び出す/独身 列/漕ぐ/騒動.
Returns
true if so
Throws
SQLException if a database 接近 error occurs.
doesMaxRowSizeIncludeBlobs
boolean
doesMaxRowSizeIncludeBlobs()
raises( SQLException );

Description
Did getMaxRowSize() 含む LONGVARCHAR and LONGVARBINARY blobs?
Returns
true if so
Throws
SQLException if a database 接近 error occurs.
getMaxStatementLength
long
getMaxStatementLength()
raises( SQLException );

Description
return the 最大限 length of a SQL 声明
Returns
true if so
Throws
SQLException if a database 接近 error occurs.
getMaxStatements
long
getMaxStatements()
raises( SQLException );

Description
return the maximal number of open active 声明s at one time to this database
Returns
true if so
Throws
SQLException if a database 接近 error occurs.
getMaxTableNameLength
long
getMaxTableNameLength()
raises( SQLException );

Description
return the 最大限 length of a (米)棚上げする/(英)提議する 指名する
Returns
true if so
Throws
SQLException if a database 接近 error occurs.
getMaxTablesInSelect
long
getMaxTablesInSelect()
raises( SQLException );

Description
return the 最大限 number of (米)棚上げする/(英)提議するs in a SELECT 声明
Returns
true if so
Throws
SQLException if a database 接近 error occurs.
getMaxUserNameLength
long
getMaxUserNameLength()
raises( SQLException );

Description
return the 最大限 length of a 使用者 指名する
Returns
true if so
Throws
SQLException if a database 接近 error occurs.
getDefaultTransactionIsolation
long
getDefaultTransactionIsolation()
raises( SQLException );

Description
return the database default 処理/取引 孤立/分離 level. The values are defined in TransactionIsolation.
Returns
true if so
Throws
SQLException if a database 接近 error occurs.
See also
XConnection
supportsTransactions
boolean
supportsTransactions()
raises( SQLException );

Description
support the Database 処理/取引s? If not, invoking the method XConnection::commit() is a noop and the 孤立/分離 level is TransactionIsolation_NONE.
Returns
true if so
Throws
SQLException if a database 接近 error occurs.
supportsTransactionIsolationLevel
boolean
supportsTransactionIsolationLevel( [in] long  level )
raises( SQLException );

Description
Does this database support the given 処理/取引 孤立/分離 level?
Returns
true if so
Throws
SQLException if a database 接近 error occurs.
See also
関係
supportsDataDefinitionAndDataManipulationTransactions
boolean
supportsDataDefinitionAndDataManipulationTransactions()
raises( SQLException );

Description
support the Database both data 鮮明度/定義 and data 巧みな操作 声明s within a 処理/取引?
Returns
true if so
Throws
SQLException if a database 接近 error occurs.
supportsDataManipulationTransactionsOnly
boolean
supportsDataManipulationTransactionsOnly()
raises( SQLException );

Description
are only data 巧みな操作 声明s within a 処理/取引 supported?
Returns
true if so
Throws
SQLException if a database 接近 error occurs.
dataDefinitionCausesTransactionCommit
boolean
dataDefinitionCausesTransactionCommit()
raises( SQLException );

Description
does a data 鮮明度/定義 声明 within a 処理/取引 軍隊 the 処理/取引 to commit?
Returns
true if so
Throws
SQLException if a database 接近 error occurs.
dataDefinitionIgnoredInTransactions
boolean
dataDefinitionIgnoredInTransactions()
raises( SQLException );

Description
is a data 鮮明度/定義 声明 within a 処理/取引 ignored?
Returns
true if so
Throws
SQLException if a database 接近 error occurs.
getProcedures
XResultSet
getProcedures( [in] any  catalog,
[in] string  schemaPattern,
[in] string  procedureNamePattern )
raises( SQLException );

Description
Gets a description of the 蓄える/店d 手続きs 利用できる in a catalog.

Only 手続き descriptions matching the schema and 手続き 指名する 基準 are returned. They are ordered by PROCEDURE_SCHEM, and PROCEDURE_NAME.

Each 手続き description has the に引き続いて columns:

  1. PROCEDURE_CAT string => 手続き catalog (may be NULL)
  2. PROCEDURE_SCHEM string => 手続き schema (may be NULL)
  3. PROCEDURE_NAME string => 手続き 指名する
  4. reserved for 未来 use
  5. reserved for 未来 use
  6. reserved for 未来 use
  7. REMARKS string => explanatory comment on the 手続き
  8. PROCEDURE_TYPE short => 肉親,親類d of 手続き:
    • UNKNOWN - May return a result
    • NO - Does not return a result
    • RETURN - Returns a result
Parameter catalog
a catalog 指名する; "" retrieves those without a catalog; 無効の means 減少(する) catalog 指名する from the 選択 基準
Parameter schemaPattern
a schema 指名する pattern; "" retrieves those without a schema
Parameter procedureNamePattern
a 手続き 指名する pattern
Returns
each 列/漕ぐ/騒動 is a 手続き description
Throws
SQLException if a database 接近 error occurs.
getProcedureColumns
XResultSet
getProcedureColumns( [in] any  catalog,
[in] string  schemaPattern,
[in] string  procedureNamePattern,
[in] string  columnNamePattern )
raises( SQLException );

Description
gets a description of a catalog's 蓄える/店d 手続き parameters and result columns.

Only descriptions matching the schema, 手続き and parameter 指名する 基準 are returned. They are ordered by PROCEDURE_SCHEM and PROCEDURE_NAME. Within this, the return value, if any, is first. Next are the parameter descriptions in call order. The column descriptions follow in column number order.

Each 列/漕ぐ/騒動 in the XResultSet is a parameter description or column description with the に引き続いて fields:

  1. PROCEDURE_CAT string => 手続き catalog (may be NULL)
  2. PROCEDURE_SCHEM string => 手続き schema (may be NULL)
  3. PROCEDURE_NAME string => 手続き 指名する
  4. COLUMN_NAME string => column/parameter 指名する
  5. COLUMN_TYPE Short => 肉親,親類d of column/parameter:
    • UNKNOWN - nobody knows
    • IN - IN parameter
    • INOUT - INOUT parameter
    • OUT - OUT parameter
    • RETURN - 手続き return value
    • RESULT - result column in XResultSet
  6. DATA_TYPE short => SQL type from java.sql.Types
  7. TYPE_NAME string => SQL type 指名する, for a UDT type the type 指名する is fully qualified
  8. PRECISION long => precision
  9. LENGTH long => length in bytes of data
  10. SCALE short => 規模
  11. RADIX short => radix
  12. NULLABLE short => can it 含む/封じ込める NULL?
    • NO_NULLS - does not 許す NULL values
    • NULLABLE - 許すs NULL values
    • NULLABLE_UNKNOWN - nullability unknown
  13. REMARKS string => comment 述べるing parameter/column

公式文書,認める: Some databases may not return the column descriptions for a 手続き. 付加 columns beyond REMARKS can be defined by the database.

Parameter catalog
a catalog 指名する; "" retrieves those without a catalog; 無効の means 減少(する) catalog 指名する from the 選択 基準
Parameter schemaPattern
a schema 指名する pattern; "" retrieves those without a schema
Parameter procedureNamePattern
a 手続き 指名する pattern
Parameter columnNamePattern
a column 指名する pattern
Returns
each 列/漕ぐ/騒動 述べるs a 蓄える/店d 手続き parameter or column
Throws
SQLException if a database 接近 error occurs.
getTables
XResultSet
getTables( [in] any  catalog,
[in] string  schemaPattern,
[in] string  tableNamePattern,
[in] sequence< string >  types )
raises( SQLException );

Description
gets a description of (米)棚上げする/(英)提議するs 利用できる in a catalog.

Only (米)棚上げする/(英)提議する descriptions matching the catalog, schema, (米)棚上げする/(英)提議する 指名する, and type 基準 are returned. They are ordered by TABLE_TYPE, TABLE_SCHEM, and TABLE_NAME.

Each (米)棚上げする/(英)提議する description has the に引き続いて columns:

  1. TABLE_CAT string => (米)棚上げする/(英)提議する catalog (may be NULL)
  2. TABLE_SCHEM string => (米)棚上げする/(英)提議する schema (may be NULL)
  3. TABLE_NAME string => (米)棚上げする/(英)提議する 指名する
  4. TABLE_TYPE string => (米)棚上げする/(英)提議する type. Typical types are "TABLE", "VIEW", "SYSTEM TABLE", "GLOBAL TEMPORARY", "LOCAL TEMPORARY", "ALIAS", "SYNONYM".
  5. REMARKS string => explanatory comment on the (米)棚上げする/(英)提議する

公式文書,認める: Some databases may not return (警察などへの)密告,告訴(状) for all (米)棚上げする/(英)提議するs.

Parameter catalog
a catalog 指名する; "" retrieves those without a catalog; 無効の means 減少(する) catalog 指名する from the 選択 基準
Parameter schemaPattern
a schema 指名する pattern; "" retrieves those without a schema
Parameter tableNamePattern
a (米)棚上げする/(英)提議する 指名する pattern
Parameter types
a 名簿(に載せる)/表(にあげる) of (米)棚上げする/(英)提議する types to 含む
Returns
each 列/漕ぐ/騒動 is a (米)棚上げする/(英)提議する description
Throws
SQLException if a database 接近 error occurs.
getSchemas
XResultSet
getSchemas()
raises( SQLException );

Description
Gets the schema 指名するs 利用できる in this database. The results are ordered by schema 指名する.

The schema column is:

  1. TABLE_SCHEM string => schema 指名する
Returns
each 列/漕ぐ/騒動 has a 選び出す/独身 String column that is a schema 指名する
Throws
SQLException if a database 接近 error occurs.
getCatalogs
XResultSet
getCatalogs()
raises( SQLException );

Description
gets the catalog 指名するs 利用できる in this database. The results are ordered by catalog 指名する.

The catalog column is:

  1. TABLE_CAT string => catalog 指名する
Returns
each 列/漕ぐ/騒動 has a 選び出す/独身 String column that is a catalog 指名する
Throws
SQLException if a database 接近 error occurs.
getTableTypes
XResultSet
getTableTypes()
raises( SQLException );

Description
gets the (米)棚上げする/(英)提議する types 利用できる in this database. The results are ordered by (米)棚上げする/(英)提議する type.

The (米)棚上げする/(英)提議する type is:

  1. TABLE_TYPE string => (米)棚上げする/(英)提議する type. Typical types are "TABLE", "VIEW", "SYSTEM TABLE", "GLOBAL TEMPORARY", "LOCAL TEMPORARY", "ALIAS", "SYNONYM".
Returns
each 列/漕ぐ/騒動 has a 選び出す/独身 String column that is a (米)棚上げする/(英)提議する type
Throws
SQLException if a database 接近 error occurs.
getColumns
XResultSet
getColumns( [in] any  catalog,
[in] string  schemaPattern,
[in] string  tableNamePattern,
[in] string  columnNamePattern )
raises( SQLException );

Description
gets a description of (米)棚上げする/(英)提議する columns 利用できる in the 明示するd catalog.

Only column descriptions matching the catalog, schema, (米)棚上げする/(英)提議する and column 指名する 基準 are returned. They are ordered by TABLE_SCHEM, TABLE_NAME, and ORDINAL_POSITION.

Each column description has the に引き続いて columns:

  1. TABLE_CAT string => (米)棚上げする/(英)提議する catalog (may be NULL)
  2. TABLE_SCHEM string => (米)棚上げする/(英)提議する schema (may be NULL)
  3. TABLE_NAME string => (米)棚上げする/(英)提議する 指名する
  4. COLUMN_NAME string => column 指名する
  5. DATA_TYPE short => SQL type from java.sql.Types
  6. TYPE_NAME string => Data source 扶養家族 type 指名する, for a UDT the type 指名する is fully qualified
  7. COLUMN_SIZE long => column size. For char or date types this is the 最大限 number of characters, for numeric or decimal types this is precision.
  8. BUFFER_LENGTH is not used.
  9. DECIMAL_DIGITS long => the number of わずかの digits
  10. NUM_PREC_RADIX long => Radix (typically either 10 or 2)
  11. NULLABLE long => is NULL 許すd?
    • NO_NULLS - might not 許す NULL values
    • NULABLE - definitely 許すs NULL values
    • NULLABLE_UNKNOWN - nullability unknown
  12. REMARKS string => comment 述べるing column (may be NULL)
  13. COLUMN_DEF string => default value (may be NULL)
  14. SQL_DATA_TYPE long => 未使用の
  15. SQL_DATETIME_SUB long => 未使用の
  16. CHAR_OCTET_LENGTH long => for char types the 最大限 number of bytes in the column
  17. ORDINAL_POSITION int => 索引 of column in (米)棚上げする/(英)提議する (starting at 1)
  18. IS_NULLABLE string => "NO" means column definitely does not 許す NULL values; "YES" means the column might 許す NULL values. An empty string means nobody knows.
Parameter catalog
a catalog 指名する; "" retrieves those without a catalog; 無効の means 減少(する) catalog 指名する from the 選択 基準
Parameter schemaPattern
a schema 指名する pattern; "" retrieves those without a schema
Parameter tableNamePattern
a (米)棚上げする/(英)提議する 指名する pattern
Parameter columnNamePattern
a column 指名する pattern
Returns
each 列/漕ぐ/騒動 is a column description
Throws
SQLException if a database 接近 error occurs.
getColumnPrivileges
XResultSet
getColumnPrivileges( [in] any  catalog,
[in] string  schema,
[in] string  (米)棚上げする/(英)提議する,
[in] string  columnNamePattern )
raises( SQLException );

Description
gets a description of the 接近 権利s for a (米)棚上げする/(英)提議する's columns.

Only 特権s matching the column 指名する 基準 are returned. They are ordered by COLUMN_NAME and PRIVILEGE.

Each 特権 description has the に引き続いて columns:

  1. TABLE_CAT string => (米)棚上げする/(英)提議する catalog (may be NULL)
  2. TABLE_SCHEM string => (米)棚上げする/(英)提議する schema (may be NULL)
  3. TABLE_NAME string => (米)棚上げする/(英)提議する 指名する
  4. COLUMN_NAME string => column 指名する
  5. GRANTOR => grantor of 接近 (may be NULL)
  6. GRANTEE string => grantee of 接近
  7. PRIVILEGE string => 指名する of 接近 (SELECT, INSERT, UPDATE, REFERENCES, ...)
  8. IS_GRANTABLE string => "YES" if grantee is permitted to 認める to others; "NO" if not; NULL if unknown
Parameter catalog
a catalog 指名する; "" retrieves those without a catalog; 無効の means 減少(する) catalog 指名する from the 選択 基準
Parameter schema
a schema 指名する ; "" retrieves those without a schema
Parameter (米)棚上げする/(英)提議する
a (米)棚上げする/(英)提議する 指名する
Parameter columnNamePattern
a column 指名する pattern
Returns
each 列/漕ぐ/騒動 is a column 特権 description
Throws
SQLException if a database 接近 error occurs.
getTablePrivileges
XResultSet
getTablePrivileges( [in] any  catalog,
[in] string  schemaPattern,
[in] string  tableNamePattern )
raises( SQLException );

Description
gets a description of the 接近 権利s for each (米)棚上げする/(英)提議する 利用できる in a catalog. 公式文書,認める that a (米)棚上げする/(英)提議する 特権 適用するs to one or more columns in the (米)棚上げする/(英)提議する. It would be wrong to assume that this 特権 適用するs to all columns (this may be true for some systems but is not true for all.)

Only 特権s matching the schema and (米)棚上げする/(英)提議する 指名する 基準 are returned. They are ordered by TABLE_SCHEM, TABLE_NAME, and PRIVILEGE.

Each 特権 description has the に引き続いて columns:

  1. TABLE_CAT string => (米)棚上げする/(英)提議する catalog (may be NULL)
  2. TABLE_SCHEM string => (米)棚上げする/(英)提議する schema (may be NULL)
  3. TABLE_NAME string => (米)棚上げする/(英)提議する 指名する
  4. GRANTOR => grantor of 接近 (may be NULL)
  5. GRANTEE string => grantee of 接近
  6. PRIVILEGE string => 指名する of 接近 (SELECT, INSERT, UPDATE, REFERENCES, ...)
  7. IS_GRANTABLE string => "YES" if grantee is permitted to 認める to others; "NO" if not; NULL if unknown
Parameter catalog
a catalog 指名する; "" retrieves those without a catalog; 無効の means 減少(する) catalog 指名する from the 選択 基準
Parameter schemaPattern
a schema 指名する pattern; "" retrieves those without a schema
Parameter tableNamePattern
a (米)棚上げする/(英)提議する 指名する pattern
Returns
each 列/漕ぐ/騒動 is a (米)棚上げする/(英)提議する 特権 description
Throws
SQLException if a database 接近 error occurs.
getBestRowIdentifier
XResultSet
getBestRowIdentifier( [in] any  catalog,
[in] string  schema,
[in] string  (米)棚上げする/(英)提議する,
[in] long  範囲,
[in] boolean  nullable )
raises( SQLException );

Description
gets a description of a (米)棚上げする/(英)提議する's optimal 始める,決める of columns that uniquely identifies a 列/漕ぐ/騒動. They are ordered by SCOPE.

Each column description has the に引き続いて columns:

  1. SCOPE short => actual 範囲 of result
    • TEMPORARY - very 一時的な, while using 列/漕ぐ/騒動
    • TRANSACTION - valid for 残りの人,物 of 現在の 処理/取引
    • SESSION - valid for 残りの人,物 of 現在の 開会/開廷/会期
  2. COLUMN_NAME string => column 指名する
  3. DATA_TYPE short => SQL data type from java.sql.Types
  4. TYPE_NAME string => Data source 扶養家族 type 指名する, for a UDT the type 指名する is fully qualified
  5. COLUMN_SIZE long => precision
  6. BUFFER_LENGTH long => not used
  7. DECIMAL_DIGITS short => 規模
  8. PSEUDO_COLUMN short => is this a pseudo column like an Oracle ROWID
    • UNKNOWN - may or may not be pseudo column
    • NOT_PSEUDO - is NOT a pseudo column
    • PSEUDO - is a pseudo column
Parameter catalog
a catalog 指名する; "" retrieves those without a catalog; 無効の means 減少(する) catalog 指名する from the 選択 基準
Parameter schema
a schema 指名する; "" retrieves those without a schema
Parameter (米)棚上げする/(英)提議する
a (米)棚上げする/(英)提議する 指名する
Parameter 範囲
the 範囲 of 利益/興味; use same values as SCOPE
Parameter nullable
含む columns that are nullable?
Returns
each 列/漕ぐ/騒動 is a column description
Throws
SQLException if a database 接近 error occurs.
getVersionColumns
XResultSet
getVersionColumns( [in] any  catalog,
[in] string  schema,
[in] string  (米)棚上げする/(英)提議する )
raises( SQLException );

Description
gets a description of a (米)棚上げする/(英)提議する's columns that are automatically updated when any value in a 列/漕ぐ/騒動 is updated. They are unordered.

Each column description has the に引き続いて columns:

  1. SCOPE short => is not used
  2. COLUMN_NAME string => column 指名する
  3. DATA_TYPE short => SQL data type from java.sql.Types
  4. TYPE_NAME string => Data source 扶養家族 type 指名する
  5. COLUMN_SIZE long => precision
  6. BUFFER_LENGTH long => length of column value in bytes
  7. DECIMAL_DIGITS short => 規模
  8. PSEUDO_COLUMN short => is this a pseudo column like an Oracle ROWID
    • UNKNOWN - may or may not be pseudo column
    • NOT_PSEUDO - is NOT a pseudo column
    • PSEUDO - is a pseudo column
Parameter catalog
a catalog 指名する; "" retrieves those without a catalog; 無効の means 減少(する) catalog 指名する from the 選択 基準
Parameter schema
a schema 指名する; "" retrieves those without a schema
Parameter (米)棚上げする/(英)提議する
a (米)棚上げする/(英)提議する 指名する
Returns
each 列/漕ぐ/騒動 is a column description
Throws
SQLException if a database 接近 error occurs.
getPrimaryKeys
XResultSet
getPrimaryKeys( [in] any  catalog,
[in] string  schema,
[in] string  (米)棚上げする/(英)提議する )
raises( SQLException );

Description
gets a description of a (米)棚上げする/(英)提議する's 最初の/主要な 重要な columns. They are ordered by COLUMN_NAME.

Each 最初の/主要な 重要な column description has the に引き続いて columns:

  1. TABLE_CAT string => (米)棚上げする/(英)提議する catalog (may be NULL)
  2. TABLE_SCHEM string => (米)棚上げする/(英)提議する schema (may be NULL)
  3. TABLE_NAME string => (米)棚上げする/(英)提議する 指名する
  4. COLUMN_NAME string => column 指名する
  5. KEY_SEQ short => sequence number within 最初の/主要な 重要な
  6. PK_NAME string => 最初の/主要な 重要な 指名する (may be NULL)
Parameter catalog
a catalog 指名する; "" retrieves those without a catalog; 無効の means 減少(する) catalog 指名する from the 選択 基準
Parameter schema
a schema 指名する; "" retrieves those without a schema
Parameter (米)棚上げする/(英)提議する
a (米)棚上げする/(英)提議する 指名する
Returns
each 列/漕ぐ/騒動 is a 最初の/主要な 重要な column description
Throws
SQLException if a database 接近 error occurs.
getImportedKeys
XResultSet
getImportedKeys( [in] any  catalog,
[in] string  schema,
[in] string  (米)棚上げする/(英)提議する )
raises( SQLException );

Description
gets a description of the 最初の/主要な 重要な columns that are 言及/関連d by a (米)棚上げする/(英)提議する's foreign 重要な columns (the 最初の/主要な 重要なs 輸入するd by a (米)棚上げする/(英)提議する). They are ordered by PKTABLE_CAT, PKTABLE_SCHEM, PKTABLE_NAME, and KEY_SEQ.

Each 最初の/主要な 重要な column description has the に引き続いて columns:

  1. PKTABLE_CAT string => 最初の/主要な 重要な (米)棚上げする/(英)提議する catalog 存在 輸入するd (may be NULL)
  2. PKTABLE_SCHEM string => 最初の/主要な 重要な (米)棚上げする/(英)提議する schema 存在 輸入するd (may be NULL)
  3. PKTABLE_NAME string => 最初の/主要な 重要な (米)棚上げする/(英)提議する 指名する 存在 輸入するd
  4. PKCOLUMN_NAME string => 最初の/主要な 重要な column 指名する 存在 輸入するd
  5. FKTABLE_CAT string => foreign 重要な (米)棚上げする/(英)提議する catalog (may be NULL)
  6. FKTABLE_SCHEM string => foreign 重要な (米)棚上げする/(英)提議する schema (may be NULL)
  7. FKTABLE_NAME string => foreign 重要な (米)棚上げする/(英)提議する 指名する
  8. FKCOLUMN_NAME string => foreign 重要な column 指名する
  9. KEY_SEQ short => sequence number within foreign 重要な
  10. UPDATE_RULE short => What happens to foreign 重要な when 最初の/主要な is updated:
    • importedNoAction - do not 許す update of 最初の/主要な 重要な if it has been 輸入するd
    • importedKeyCascade - change 輸入するd 重要な to agree with 最初の/主要な 重要な update
    • importedKeySetNull - change 輸入するd 重要な to NULL if its 最初の/主要な 重要な has been updated
    • importedKeySetDefault - change 輸入するd 重要な to default values if its 最初の/主要な 重要な has been updated
    • importedKeyRestrict - same as importedKeyNoAction (for ODBC 2.x compatibility)
  11. DELETE_RULE short => What happens to the foreign 重要な when 最初の/主要な is 削除するd.
    • importedKeyNoAction - do not 許す 削除する of 最初の/主要な 重要な if it has been 輸入するd
    • importedKeyCascade - 削除する 列/漕ぐ/騒動s that 輸入する a 削除するd 重要な
    • importedKeySetNull - change 輸入するd 重要な to NULL if its 最初の/主要な 重要な has been 削除するd
    • importedKeyRestrict - same as importedKeyNoAction (for ODBC 2.x compatibility)
    • importedKeySetDefault - change 輸入するd 重要な to default if its 最初の/主要な 重要な has been 削除するd
  12. FK_NAME string => foreign 重要な 指名する (may be NULL)
  13. PK_NAME string => 最初の/主要な 重要な 指名する (may be NULL)
  14. DEFERRABILITY short => can the evaluation of foreign 重要な 強制s be deferred until commit
    • importedKeyInitiallyDeferred - see SQL92 for 鮮明度/定義
    • importedKeyInitiallyImmediate - see SQL92 for 鮮明度/定義
    • importedKeyNotDeferrable - see SQL92 for 鮮明度/定義
Parameter catalog
a catalog 指名する; "" retrieves those without a catalog; 無効の means 減少(する) catalog 指名する from the 選択 基準
Parameter schema
a schema 指名する; "" retrieves those without a schema
Parameter (米)棚上げする/(英)提議する
a (米)棚上げする/(英)提議する 指名する
Returns
each 列/漕ぐ/騒動 is a 最初の/主要な 重要な column description
Throws
SQLException if a database 接近 error occurs.
getExportedKeys
XResultSet
getExportedKeys( [in] any  catalog,
[in] string  schema,
[in] string  (米)棚上げする/(英)提議する )
raises( SQLException );

Description
gets a description of the foreign 重要な columns that 言及/関連 a (米)棚上げする/(英)提議する's 最初の/主要な 重要な columns (the foreign 重要なs 輸出(する)d by a (米)棚上げする/(英)提議する). They are ordered by FKTABLE_CAT, FKTABLE_SCHEM, FKTABLE_NAME, and KEY_SEQ.

Each foreign 重要な column description has the に引き続いて columns:

  1. PKTABLE_CAT string => 最初の/主要な 重要な (米)棚上げする/(英)提議する catalog (may be NULL)
  2. PKTABLE_SCHEM string => 最初の/主要な 重要な (米)棚上げする/(英)提議する schema (may be NULL)
  3. PKTABLE_NAME string => 最初の/主要な 重要な (米)棚上げする/(英)提議する 指名する
  4. PKCOLUMN_NAME string => 最初の/主要な 重要な column 指名する
  5. FKTABLE_CAT string => foreign 重要な (米)棚上げする/(英)提議する catalog (may be NULL) 存在 輸出(する)d (may be NULL)
  6. FKTABLE_SCHEM string => foreign 重要な (米)棚上げする/(英)提議する schema (may be NULL) 存在 輸出(する)d (may be NULL)
  7. FKTABLE_NAME string => foreign 重要な (米)棚上げする/(英)提議する 指名する 存在 輸出(する)d
  8. FKCOLUMN_NAME string => foreign 重要な column 指名する 存在 輸出(する)d
  9. KEY_SEQ short => sequence number within foreign 重要な
  10. UPDATE_RULE short => What happens to foreign 重要な when 最初の/主要な is updated:
    • NO_ACTION - do not 許す update of 最初の/主要な 重要な if it has been 輸入するd
    • CASCADE - change 輸入するd 重要な to agree with 最初の/主要な 重要な update
    • SET_NULL - change 輸入するd 重要な to NULL if its 最初の/主要な 重要な has been updated
    • SET_DEFAULT - change 輸入するd 重要な to default values if its 最初の/主要な 重要な has been updated
    • RESTRICT - same as importedKeyNoAction (for ODBC 2.x compatibility)
  11. DELETE_RULE short => What happens to the foreign 重要な when 最初の/主要な is 削除するd.
    • NO_ACTION - do not 許す 削除する of 最初の/主要な 重要な if it has been 輸入するd
    • CASCADE - 削除する 列/漕ぐ/騒動s that 輸入する a 削除するd 重要な
    • SET_NULL - change 輸入するd 重要な to NULL if its 最初の/主要な 重要な has been 削除するd
    • RESTRICT - same as importedKeyNoAction (for ODBC 2.x compatibility)
    • SET_DEFAULT - change 輸入するd 重要な to default if its 最初の/主要な 重要な has been 削除するd
  12. FK_NAME string => foreign 重要な 指名する (may be NULL)
  13. PK_NAME string => 最初の/主要な 重要な 指名する (may be NULL)
  14. DEFERRABILITY short => can the evaluation of foreign 重要な 強制s be deferred until commit
    • INITIALLY_DEFERRED - see SQL92 for 鮮明度/定義
    • INITIALLY_IMMEDIATE - see SQL92 for 鮮明度/定義
    • NONE - see SQL92 for 鮮明度/定義
Parameter catalog
a catalog 指名する; "" retrieves those without a catalog; 無効の means 減少(する) catalog 指名する from the 選択 基準
Parameter schema
a schema 指名する; "" retrieves those without a schema
Parameter (米)棚上げする/(英)提議する
a (米)棚上げする/(英)提議する 指名する
Returns
each 列/漕ぐ/騒動 is a foreign 重要な column description
Throws
SQLException if a database 接近 error occurs.
getCrossReference
XResultSet
getCrossReference( [in] any  primaryCatalog,
[in] string  primarySchema,
[in] string  primaryTable,
[in] any  foreignCatalog,
[in] string  foreignSchema,
[in] string  foreignTable )
raises( SQLException );

Description
gets a description of the foreign 重要な columns in the foreign 重要な (米)棚上げする/(英)提議する that 言及/関連 the 最初の/主要な 重要な columns of the 最初の/主要な 重要な (米)棚上げする/(英)提議する (述べる how one (米)棚上げする/(英)提議する 輸入するs another's 重要な.) This should 普通は return a 選び出す/独身 foreign 重要な/最初の/主要な 重要な pair (most (米)棚上げする/(英)提議するs only 輸入する a foreign 重要な from a (米)棚上げする/(英)提議する once.). They are ordered by FKTABLE_CAT, FKTABLE_SCHEM, FKTABLE_NAME, and KEY_SEQ.

Each foreign 重要な column description has the に引き続いて columns:

  1. PKTABLE_CAT string => 最初の/主要な 重要な (米)棚上げする/(英)提議する catalog (may be NULL)
  2. PKTABLE_SCHEM string => 最初の/主要な 重要な (米)棚上げする/(英)提議する schema (may be NULL)
  3. PKTABLE_NAME string => 最初の/主要な 重要な (米)棚上げする/(英)提議する 指名する
  4. PKCOLUMN_NAME string => 最初の/主要な 重要な column 指名する
  5. FKTABLE_CAT string => foreign 重要な (米)棚上げする/(英)提議する catalog (may be NULL) 存在 輸出(する)d (may be NULL)
  6. FKTABLE_SCHEM string => foreign 重要な (米)棚上げする/(英)提議する schema (may be NULL) 存在 輸出(する)d (may be NULL)
  7. FKTABLE_NAME string => foreign 重要な (米)棚上げする/(英)提議する 指名する 存在 輸出(する)d
  8. FKCOLUMN_NAME string => foreign 重要な column 指名する 存在 輸出(する)d
  9. KEY_SEQ short => sequence number within foreign 重要な
  10. UPDATE_RULE short => What happens to foreign 重要な when 最初の/主要な is updated:
    • NO_ACTION - do not 許す update of 最初の/主要な 重要な if it has been 輸入するd
    • CASCADE - change 輸入するd 重要な to agree with 最初の/主要な 重要な update
    • SET_NULL - change 輸入するd 重要な to NULL if its 最初の/主要な 重要な has been updated
    • SET_DEFAULT - change 輸入するd 重要な to default values if its 最初の/主要な 重要な has been updated
    • RESTRICT - same as importedKeyNoAction (for ODBC 2.x compatibility)
  11. DELETE_RULE short => What happens to the foreign 重要な when 最初の/主要な is 削除するd.
    • NO_ACTION - do not 許す 削除する of 最初の/主要な 重要な if it has been 輸入するd
    • CASCADE - 削除する 列/漕ぐ/騒動s that 輸入する a 削除するd 重要な
    • SET_NULL - change 輸入するd 重要な to NULL if its 最初の/主要な 重要な has been 削除するd
    • RESTRICT - same as importedKeyNoAction (for ODBC 2.x compatibility)
    • SET_DEFAULT - change 輸入するd 重要な to default if its 最初の/主要な 重要な has been 削除するd
  12. FK_NAME string => foreign 重要な 指名する (may be NULL)
  13. PK_NAME string => 最初の/主要な 重要な 指名する (may be NULL)
  14. DEFERRABILITY short => can the evaluation of foreign 重要な 強制s be deferred until commit
    • INITIALLY_DEFERRED - see SQL92 for 鮮明度/定義
    • INITIALLY_IMMEDIATE - see SQL92 for 鮮明度/定義
    • NONE - see SQL92 for 鮮明度/定義
Parameter primaryCatalog
a catalog 指名する; "" retrieves those without a catalog; 無効の means 減少(する) catalog 指名する from the 選択 基準
Parameter primarySchema
a schema 指名する; "" retrieves those without a schema
Parameter primaryTable
the (米)棚上げする/(英)提議する 指名する that 輸出(する)s the 重要な
Parameter foreignCatalog
a catalog 指名する; "" retrieves those without a catalog; 無効の means 減少(する) catalog 指名する from the 選択 基準
Parameter foreignSchema
a schema 指名する; "" retrieves those without a schema
Parameter foreignTable
the (米)棚上げする/(英)提議する 指名する that 輸入するs the 重要な
Returns
each 列/漕ぐ/騒動 is a foreign 重要な column description
Throws
SQLException if a database 接近 error occurs.
getTypeInfo
XResultSet
getTypeInfo()
raises( SQLException );

Description
gets a description of all the 基準 SQL types supported by this database. They are ordered by DATA_TYPE and then by how closely the data type 地図/計画するs to the corresponding SDBC SQL type.

Each type description has the に引き続いて columns:

  1. TYPE_NAME string => Type 指名する
  2. DATA_TYPE short => SQL data type from java.sql.Types
  3. PRECISION long => 最大限 precision
  4. LITERAL_PREFIX string => prefix used to 引用する a literal (may be NULL)
  5. LITERAL_SUFFIX string => suffix used to 引用する a literal (may be NULL)
  6. CREATE_PARAMS string => parameters used in creating the type (may be NULL)
  7. NULLABLE short => can you use NULL for this type?
    • NO_NULLS - does not 許す NULL values
    • NULLABLE - 許すs NULL values
    • NULLABLE_UNKNOWN - nullability unknown
  8. CASE_SENSITIVE boolean=> is it 事例/患者 極度の慎重さを要する?
  9. SEARCHABLE short => can you use "WHERE" based on this type:
    • NONE - No support
    • CHAR - Only supported with WHERE .. LIKE
    • BASIC - Supported except for WHERE .. LIKE
    • FULL - Supported for all WHERE ..
  10. UNSIGNED_ATTRIBUTE boolean => is it unsigned?
  11. FIXED_PREC_SCALE boolean => can it be a money value?
  12. AUTO_INCREMENT boolean => can it be used for an 自動車-increment value?
  13. LOCAL_TYPE_NAME string => localized 見解/翻訳/版 of type 指名する (may be NULL)
  14. MINIMUM_SCALE short => 最小限 規模 supported
  15. MAXIMUM_SCALE short => 最大限 規模 supported
  16. SQL_DATA_TYPE long => 未使用の
  17. SQL_DATETIME_SUB long => 未使用の
  18. NUM_PREC_RADIX long => usually 2 or 10
Returns
each 列/漕ぐ/騒動 is a SQL type description
Throws
SQLException if a database 接近 error occurs.
getIndexInfo
XResultSet
getIndexInfo( [in] any  catalog,
[in] string  schema,
[in] string  (米)棚上げする/(英)提議する,
[in] boolean  unique,
[in] boolean  approximate )
raises( SQLException );

Description
gets a description of a (米)棚上げする/(英)提議する's indices and 統計(学). They are ordered by NON_UNIQUE, TYPE, INDEX_NAME, and ORDINAL_POSITION.

Each 索引 column description has the に引き続いて columns:

  1. TABLE_CAT string => (米)棚上げする/(英)提議する catalog (may be NULL)
  2. TABLE_SCHEM string => (米)棚上げする/(英)提議する schema (may be NULL)
  3. TABLE_NAME string => (米)棚上げする/(英)提議する 指名する
  4. NON_UNIQUE boolean => Can 索引 values be 非,不,無-unique? 誤った when TYPE is tableIndexStatistic
  5. INDEX_QUALIFIER string => 索引 catalog (may be NULL); NULL when TYPE is tableIndexStatistic
  6. INDEX_NAME string => 索引 指名する; NULL when TYPE is tableIndexStatistic
  7. TYPE short => 索引 type:
    • 0 - this identifies (米)棚上げする/(英)提議する 統計(学) that are returned in 合同 with a (米)棚上げする/(英)提議する's 索引 descriptions
    • CLUSTERED - this is a clustered 索引
    • HASHED - this is a hashed 索引
    • OTHER - this is some other style of 索引
  8. ORDINAL_POSITION short => column sequence number within 索引; 無 when TYPE is tableIndexStatistic
  9. COLUMN_NAME string => column 指名する; NULL when TYPE is tableIndexStatistic
  10. ASC_OR_DESC string => column sort sequence, "A" => 上がるing, "D" => descending, may be NULL if sort sequence is not supported; NULL when TYPE is tableIndexStatistic
  11. CARDINALITY long => When TYPE is tableIndexStatistic, then this is the number of 列/漕ぐ/騒動s in the (米)棚上げする/(英)提議する; さもなければ, it is the number of unique values in the 索引.
  12. PAGES long => When TYPE is tableIndexStatisic then this is the number of pages used for the (米)棚上げする/(英)提議する, さもなければ it is the number of pages used for the 現在の 索引.
  13. FILTER_CONDITION string => Filter 条件, if any. (may be NULL)
Parameter catalog
a catalog 指名する; "" retrieves those without a catalog; 無効の means 減少(する) catalog 指名する from the 選択 基準
Parameter schema
a schema 指名する; "" retrieves those without a schema
Parameter (米)棚上げする/(英)提議する
the (米)棚上げする/(英)提議する 指名する that 輸出(する)s the 重要な
Parameter unique
when true, return only indices for unique values; when 誤った, return indices 関わりなく whether unique or not
Parameter approximate
when true, result is 許すd to 反映する approximate or out of data values; when 誤った, results are requested to be 正確な
Returns
each 列/漕ぐ/騒動 is an 索引 column description
Throws
SQLException if a database 接近 error occurs.
supportsResultSetType
boolean
supportsResultSetType( [in] long  setType )
raises( SQLException );

Description
Does the database support the given result 始める,決める type?
Parameter setType
defined in ResultSetType
Returns
true if so
Throws
SQLException if a database 接近 error occurs.
supportsResultSetConcurrency
boolean
supportsResultSetConcurrency( [in] long  setType,
[in] long  concurrency )
raises( SQLException );

Description
Does the database support the concurrency type in combination with the given result 始める,決める type?
Parameter setType
defined in ResultSetType
Parameter concurrency
defined in ResultSetConcurrency
Returns
true if so
Throws
SQLException if a database 接近 error occurs.
ownUpdatesAreVisible
boolean
ownUpdatesAreVisible( [in] long  setType )
raises( SQLException );

Description
示すs whether a result 始める,決める's own updates are 明白な.
Parameter setType
defined in ResultSetType
Returns
true if so
Throws
SQLException if a database 接近 error occurs.
ownDeletesAreVisible
boolean
ownDeletesAreVisible( [in] long  setType )
raises( SQLException );

Description
示すs whether a result 始める,決める's own 削除するs are 明白な.
Parameter setType
defined in ResultSetType
Returns
true if so
Throws
SQLException if a database 接近 error occurs.
ownInsertsAreVisible
boolean
ownInsertsAreVisible( [in] long  setType )
raises( SQLException );

Description
示すs whether a result 始める,決める's own 挿入するs are 明白な.
Parameter setType
defined in ResultSetType
Returns
true if so
Throws
SQLException if a database 接近 error occurs.
othersUpdatesAreVisible
boolean
othersUpdatesAreVisible( [in] long  setType )
raises( SQLException );

Description
示すs whether updates made by others are 明白な.
Parameter setType
defined in ResultSetType
Returns
true if so
Throws
SQLException if a database 接近 error occurs.
othersDeletesAreVisible
boolean
othersDeletesAreVisible( [in] long  setType )
raises( SQLException );

Description
示すs whether 削除するs made by others are 明白な.
Parameter setType
defined in ResultSetType
Returns
true if so
Throws
SQLException if a database 接近 error occurs.
othersInsertsAreVisible
boolean
othersInsertsAreVisible( [in] long  setType )
raises( SQLException );

Description
示すs whether 挿入するs made by others are 明白な.
Parameter setType
defined in ResultSetType
Returns
true if so
Throws
SQLException if a database 接近 error occurs.
updatesAreDetected
boolean
updatesAreDetected( [in] long  setType )
raises( SQLException );

Description
示すs whether or not a 明白な 列/漕ぐ/騒動 update can be (悪事,秘密などを)発見するd by calling the method XResultSet.rowUpdated.
Parameter setType
defined in ResultSetType
Returns
true if so
Throws
SQLException if a database 接近 error occurs.
deletesAreDetected
boolean
deletesAreDetected( [in] long  setType )
raises( SQLException );

Description
示すs whether or not a 明白な 列/漕ぐ/騒動 削除する can be (悪事,秘密などを)発見するd by calling XResultSet::rowDeleted() . If deletesAreDetected() returns 誤った, then 削除するd 列/漕ぐ/騒動s are 除去するd from the result 始める,決める.
Parameter setType
defined in ResultSetType
Returns
true if so
Throws
SQLException if a database 接近 error occurs.
insertsAreDetected
boolean
insertsAreDetected( [in] long  setType )
raises( SQLException );

Description
示すs whether or not a 明白な 列/漕ぐ/騒動 挿入する can be (悪事,秘密などを)発見するd by calling XResultSet::rowInserted().
Parameter setType
defined in ResultSetType
Returns
true if so
Throws
SQLException if a database 接近 error occurs.
supportsBatchUpdates
boolean
supportsBatchUpdates()
raises( SQLException );

Description
示すs whether the driver supports (製品,工事材料の)一回分 updates.
Returns
true if so
Throws
SQLException if a database 接近 error occurs.
getUDTs
XResultSet
getUDTs( [in] any  catalog,
[in] string  schemaPattern,
[in] string  typeNamePattern,
[in] sequence< long >  types )
raises( SQLException );

Description
Gets a description of the 使用者-defined types defined in a particular schema. Schema-明確な/細部 UDTs may have type OBJECT, STRUCT, or DISTINCT.

Only types matching the catalog, schema, type 指名する, and type 基準 are returned. They are ordered by DATA_TYPE, TYPE_SCHEM, and TYPE_NAME. The type 指名する parameter may be a fully-qualified 指名する. In this 事例/患者, the catalog and schemaPattern parameters are ignored.

Each type description has the に引き続いて columns:

  1. TYPE_CAT string => the type's catalog (may be NULL)
  2. TYPE_SCHEM string => type's schema (may be NULL)
  3. TYPE_NAME string => type 指名する
  4. CLASS_NAME string => Java class 指名する or service 指名する
  5. DATA_TYPE string => type value. One of OBJECT, STRUCT, or DISTINCT
  6. REMARKS string => explanatory comment on the type

公式文書,認める: If the driver does not support UDTs, an empty result 始める,決める is returned.

Parameter catalog
a catalog 指名する; "" retrieves those without a catalog; 無効の means 減少(する) catalog 指名する from the 選択 基準
Parameter schemaPattern
a schema 指名する pattern; "" retrieves those without a schema
Parameter typeNamePattern
a type 指名する pattern; may be a fully-qualified 指名する
Parameter types
a 名簿(に載せる)/表(にあげる) of 使用者-指名するd types to 含む (OBJECT, STRUCT, or DISTINCT)
Returns
each 列/漕ぐ/騒動 is a type description
Throws
SQLException if a database 接近 error occurs.
getConnection
XConnection
getConnection()
raises( SQLException );

Description
retrieves the 関係 that produced this metadata 反対する.
Returns
the 関係 反対する
Throws
SQLException if a database 接近 error occurs.
最高の,を越す of Page

Apache Software Foundation

Copyright & License | Privacy | 接触する Us | 寄付する | Thanks

Apache, OpenOffice, OpenOffice.org and the seagull logo are 登録(する)d trademarks of The Apache ソフトウェア 創立/基礎. The Apache feather logo is a trademark of The Apache ソフトウェア 創立/基礎. Other 指名するs appearing on the 場所/位置 may be trademarks of their 各々の owners.