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

翻訳前ページへ


Service DataAccessDescriptor
Language

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

API

SDK

Tips ‘n’ Tricks

Miscellaneous


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

service DataAccessDescriptor
Description
descriptor for 接近ing basic data 接近 反対するs.

さまざまな 構成要素s interacting with the database 接近 world 要求する to 明示する (or 供給する themself) an 反対する such as a query, a (米)棚上げする/(英)提議する, a result 始める,決める, a 関係 to a data source, a column within a (米)棚上げする/(英)提議する, and so on.
All of these 反対するs are usually not 明示するd with a 選び出す/独身 所有物/資産/財産, but with a 始める,決める of 所有物/資産/財産s, and for さまざまな 反対するs, さまざまな (but not always different) 所有物/資産/財産s are needed.
The DataAccessDescriptor 述べるs the 最高の 始める,決める of the 所有物/資産/財産s for the most ありふれた data 接近 反対するs.

Every 構成要素 供給するing or 要求するing a DataAccessDescriptor for some functionality is 勧めるd to 明示する which 所有物/資産/財産s are 義務的な, and which ones optional. Additionally, it's 解放する/自由な to 明示する any 付加 必要物/必要条件s about the relations of 所有物/資産/財産s.

Since
OOo 1.1.2

所有物/資産/財産s' 要約
string
DataSourceName
[ OPTIONAL ]
明示するs the 指名する of the datasource to 接近.  
string
DatabaseLocation
[ OPTIONAL ]
明示するs the URL of the database とじ込み/提出する.  
string
ConnectionResource
[ OPTIONAL ]
明示するs the database URL which 位置を示すs a database driver.  
sequence< ::com::sun::星/主役にする::beans::PropertyValue >
ConnectionInfo
[ OPTIONAL ]
明示するs 付加 info to use when creating a 関係 from a ConnectionResource  
::com::sun::星/主役にする::sdbc::XConnection
ActiveConnection
[ OPTIONAL ]
is a 関係 to use.  
string
命令(する)
[ OPTIONAL ]
明示するs the 命令(する) to 遂行する/発効させる to retrieve a result 始める,決める.  
long
CommandType
[ OPTIONAL ]
明示するs the type of the 命令(する) to be 遂行する/発効させるd to retrieve a result 始める,決める.  
string
Filter
[ OPTIONAL ]
明示するs an addtional filter to optionally use.  
string
Order
[ OPTIONAL ]
明示するs an 付加 ORDER BY 条項 which should be 適用するd on 最高の,を越す of the given 命令(する).  
string
HavingClause
[ OPTIONAL ]
明示するs an 付加 HAVING 条項 which should be 適用するd on 最高の,を越す of the given 命令(する).  
string
GroupBy
[ OPTIONAL ]
明示するs an 付加 GROUP BY 条項 which should be 適用するd on 最高の,を越す of the given 命令(する).  
boolean
EscapeProcessing
[ OPTIONAL ]
明示するs if the 命令(する) should be 分析するd on the (弁護士の)依頼人 味方する before sending it to the database server.  
::com::sun::星/主役にする::sdbc::XResultSet
ResultSet
[ OPTIONAL ]
明示するs an already existent result 始める,決める to use.  
sequence< any >
選択
[ OPTIONAL ]
明示するs a 選択 to 限定する the 記録,記録的な/記録するs in a result 始める,決める.  
boolean
BookmarkSelection
[ OPTIONAL ]
明示するs how to 解釈する/通訳する 選択  
string
ColumnName
[ OPTIONAL ]
明示するs a column 指名する.  
::com::sun::星/主役にする::beans::XPropertySet
Column
[ OPTIONAL ]
明示するs a column 反対する  
所有物/資産/財産s' 詳細(に述べる)s
DataSourceName
string DataSourceName;
Usage 制限s
optional
Description
明示するs the 指名する of the datasource to 接近.

This data source is usually used to create a 関係. If no DataSourceName is given and the DatabaseLocation and the ConnectionResource are emtpy, then an ActiveConnection is 要求するd.

See also
DatabaseContext, ActiveConnection
DatabaseLocation
string DatabaseLocation;
Usage 制限s
optional
Description
明示するs the URL of the database とじ込み/提出する.

This database 場所 is usually used to create a 関係. If no DatabaseLocation is given and the ConnectionResource is emtpy, then an ActiveConnection is reuqired.

See also
DatabaseContext, ActiveConnection
ConnectionResource
string ConnectionResource;
Usage 制限s
optional
Description
明示するs the database URL which 位置を示すs a database driver.

This database URL is usually used to create a 関係. If no ConnectionResource is given, then an ActiveConnection is reuqired.

See also
DatabaseContext, ActiveConnection
ConnectionInfo
sequence< ::com::sun::星/主役にする::beans::PropertyValue > ConnectionInfo;
Usage 制限s
optional
Description
明示するs 付加 info to use when creating a 関係 from a ConnectionResource

This member is 評価するd only when ConnectionResource is used: In this 事例/患者, ::com::sun::星/主役にする::sdbc::XDriverManager::getConnectionWithInfo is used to create a 関係 for the given 関係 資源, instead of ::com::sun::星/主役にする::sdbc::XDriverManager::getConnection.

If the sequence is empty, it is ignored.

ActiveConnection
::com::sun::星/主役にする::sdbc::XConnection ActiveConnection;
Usage 制限s
optional
Description
is a 関係 to use.

This 反対する is 保証(人)d to be a ::com::sun::星/主役にする::sdbc::関係, but usually it will be a 関係 from the module com::sun::星/主役にする::sdb.
特に in the 事例/患者 where no DataSourceName is given, but CommandType is CommandType::QUERY, the ActiveConnection needs to fully support the 関係 service, to 現実に retrieve the query 明示するd by 命令(する)

If no ActiveConnection is given, then a DataSourceName is 要求するd.

See also
DataSourceName
命令(する)
string 命令(する);
Usage 制限s
optional
Description
明示するs the 命令(する) to 遂行する/発効させる to retrieve a result 始める,決める.

This 所有物/資産/財産 is only meaningful together with the CommandType 所有物/資産/財産, thus either both or 非,不,無 of them are 現在の.

See also
CommandType
CommandType
long CommandType;
Usage 制限s
optional
Description
明示するs the type of the 命令(する) to be 遂行する/発効させるd to retrieve a result 始める,決める.

命令(する) needs to be 解釈する/通訳するd depending on the value of this 所有物/資産/財産.

This 所有物/資産/財産 is only meaningfull together with the 命令(する) 所有物/資産/財産, thus either both or 非,不,無 of them are 現在の.

See also
CommandType
Filter
string Filter;
Usage 制限s
optional
Description
明示するs an addtional filter to optionally use.

The Filter string has to form a WHERE-条項, without the WHERE-string itself.

If a DataSourceName, 命令(する) and CommandType are 明示するd, a RowSet can be created with this (警察などへの)密告,告訴(状). If the results 供給するd by the 列/漕ぐ/騒動 始める,決める are to be additionally filtered, the Filter 所有物/資産/財産 can be used.

公式文書,認める that the Filter 所有物/資産/財産 does not make sense if a ResultSet has been 明示するd in the DataAccessDescriptor.

See also
RowSet, ResultSet
Order
string Order;
Usage 制限s
optional
Description
明示するs an 付加 ORDER BY 条項 which should be 適用するd on 最高の,を越す of the given 命令(する).

The keyword ORDER BY itself is not part of this 所有物/資産/財産.

HavingClause
string HavingClause;
Usage 制限s
optional
Description
明示するs an 付加 HAVING 条項 which should be 適用するd on 最高の,を越す of the given 命令(する).

The keyword HAVING itself is not part of this 所有物/資産/財産.

GroupBy
string GroupBy;
Usage 制限s
optional
Description
明示するs an 付加 GROUP BY 条項 which should be 適用するd on 最高の,を越す of the given 命令(する).

The keyword GROUP BY itself is not part of this 所有物/資産/財産.

EscapeProcessing
boolean EscapeProcessing;
Usage 制限s
optional
Description
明示するs if the 命令(する) should be 分析するd on the (弁護士の)依頼人 味方する before sending it to the database server.

The default value of this 所有物/資産/財産 is true. By switching it to 誤った, you can pass backend-明確な/細部 SQL 声明s, which are not 基準 SQL, to your database.

This 所有物/資産/財産 is usually 現在の together with the 命令(する) and CommandType 所有物/資産/財産s, and is 評価するd if and only if CommandType equals CommandType::COMMAND.

ResultSet
::com::sun::星/主役にする::sdbc::XResultSet ResultSet;
Usage 制限s
optional
Description
明示するs an already existent result 始める,決める to use.

Usually, you use the 所有物/資産/財産s DataSourceName (alternatively ActiveConnection), 命令(する) and CommandType to 明示する how to 得る a result 始める,決める. However, in scenarious where the provider of a DataAccessDescriptor has 接近 to an already existent result 始める,決める, it can pass it along for reusage. This is encouraged to 増加する 業績/成果.

The 反対する will at least support the ::com::sun::星/主役にする::sdbc::ResultSet service.

公式文書,認める that any superservices of ::com::sun::星/主役にする::sdbc::ResultSet are also 許すd. 特に, this member can denote an instance of the RowSet, or an instance 得るd by calling XResultSetAccess::createResultSet on such a RowSet. This becomes important in 合同 with the 選択 所有物/資産/財産.

See also
XResultSetAccess
選択
sequence< any > 選択;
Usage 制限s
optional
Description
明示するs a 選択 to 限定する the 記録,記録的な/記録するs in a result 始める,決める.

When you 明示する a result 始める,決める either 暗黙に (DataSourceName, 命令(する), CommandType) or explicitly (ResultSet), the 始める,決める of results can be additionally 精製するd with this 所有物/資産/財産.

The 選び出す/独身 elements of the 選択 are either 記録,記録的な/記録する numbers (see ::com::sun::星/主役にする::sdbc::XResultSet::getRow), or bookmarks (see ::com::sun::星/主役にする::sdbcx::XRowLocate::getBookmark).
It is up to the 構成要素 which 供給するs or 要求するs a DataAccessDescriptor to 明示する which of the two 代案/選択肢s it 推定する/予想するs. If it does not 明示する this, then the 所有物/資産/財産 BookmarkSelection becomes 義務的な.

If the elements 明示する bookmarks, and a ResultSet has been 明示するd, then this result 始める,決める is 要求するd to support the ::com::sun::星/主役にする::sdbcx::XRowLocate interface.

BookmarkSelection
boolean BookmarkSelection;
Usage 制限s
optional
Description
明示するs how to 解釈する/通訳する 選択

If 現在の, BookmarkSelection 明示するs the semantics of 選択. If not 現在の, it's up to the 器具/実施するing 構成要素 to 明示する this semantics.

If true, then the 選び出す/独身 elements of the array 明示するd by 選択 are bookmarks 親族 to the result 始める,決める, if 誤った, they're 記録,記録的な/記録する numbers.

See also
::com::sun::星/主役にする::sdbcx::XRowLocate, ::com::sun::星/主役にする::sdbc::XResultSet, XResultSetAccess
ColumnName
string ColumnName;
Usage 制限s
optional
Description
明示するs a column 指名する.

This 所有物/資産/財産 is usually used together with the 命令(する) and CommandType 所有物/資産/財産s.

See also
Column
Column
::com::sun::星/主役にする::beans::XPropertySet Column;
Usage 制限s
optional
Description
明示するs a column 反対する

For 推論する/理由s of 業績/成果 and saving 資源s, a 供給者 of an DataAccessDescriptor which is used to 述べる a column 反対する can pass this 反対する 直接/まっすぐに, instead of 明示するing it only 暗黙に with the ColumnName 所有物/資産/財産.

The 反対する will at least support the ::com::sun::星/主役にする::sdbcx::Column service, but more often it will even be a Column from the com::sun::星/主役にする::sdb module.


 
最高の,を越す of Page

The ASF

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

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