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

翻訳前ページへ


Service QueryDesign
Language

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

API

SDK

Tips ‘n’ Tricks

Miscellaneous


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

service QueryDesign
Description
器具/実施するs a 構成要素 which 許すs the 創造 of SQL 声明s.

This service 器具/実施するs a 使用者 interface for creating SQL 声明s either through a graphical design interface or 簡単に to enter the SQL 声明 直接/まっすぐに.

The design 見解(をとる) of the QueryDesign is divided into two parts. The first part 含む/封じ込めるs the (米)棚上げする/(英)提議する windows where columns can be selected for the SQL 声明. The second part 含む/封じ込めるs the columns which should appear in the 選択 of the SQL 声明 or 基準s which 狭くする the query.

操作/手術 方式s

A QueryDesign 構成要素 has 3 操作/手術 方式s, which 支配(する)/統制する what 肉親,親類d of 反対する is edited:

Initialization

Initialization is done using the ::com::sun::星/主役にする::lang::XInitialization interface, which 推定する/予想するs a sequence of 反対するs 存在 either ::com::sun::星/主役にする::beans::NamedValues or ::com::sun::星/主役にする::beans::PropertyValues. The に引き続いて parameters are supported at initialization time:

  • でっちあげる,人を罪に陥れる
    has to be an ::com::sun::星/主役にする::でっちあげる,人を罪に陥れる::XFrame interface 明示するing the でっちあげる,人を罪に陥れる to plug the QueryDesign 構成要素 into.
    This parameter is 義務的な.
  • DataSourceName
    明示するs the 指名する of the globally 登録(する)d DataSource for which a query, 見解(をとる), or SQL 命令(する) is to be designed.
    The DataSourceName may be omitted if and only if a valid ActiveConnection parameter is 現在の.
    If both DataSourceName and ActiveConnection are 現在の, the former is ignored.
  • ActiveConnection
    明示するs the 関係 to work with.
    May be ommitted if and only if a valid DataSourceName parameter is 供給(する)d.
  • 命令(する)
    明示するs the 指名する of the query or 見解(をとる) to design, or, in 事例/患者 of the CommandType 存在 CommandType::COMMAND, the 初期の SQL 命令(する).
    If this parameter is not 現在の, a new query/見解(をとる) will be designed, それぞれ the 初期の 命令(する) will be empty.
  • CommandType
    明示するs the type of 反対する which should be designed. The に引き続いて 選択s are supported:
    • CommandType::QUERY 明示するs the designer should operate in query 方式, that is, an 存在するing (弁護士の)依頼人-味方する query should be designed, or a new query should be created, depending on the presence of the 命令(する) parameter.
      If the DataSourceName parameter is 現在の, the query is looked up in the 明示するd data source. さもなければ, the designer tries to 決定する the data source which the ActiveConnection belongs to, and looks up the query there.
    • CommandType::COMMAND 明示するs the designer should operate in 命令(する) 方式, that is, a standalone SQL 命令(する) should be designed. When the 使用者 試みる/企てるs to save the designed SQL 声明, the ActiveCommand and EscapeProcessing 所有物/資産/財産s of the designer are updated.
    • CommandType::TABLE 明示するs the designer should operate in 見解(をとる) 方式, that is, an 存在するing or a new server-味方する 見解(をとる) should be designed, depending on the presence of the 命令(する) parameter.
      If the DataSourceName parameter is 現在の, the 見解(をとる) is looked up in a newly created 関係 for the 明示するd data source. さもなければ, it is looked up in the 関係 given as ActiveConnection.
    If not 現在の, this parameter defaults to CommandType::QUERY.
  • EscapeProcessing
    明示するs whether or not escape 過程ing should be 最初 enabled in the query designer. If 始める,決める to 誤った, then the designer can operate in text 見解(をとる) only (as …に反対するd to the graphical 見解(をとる)). The GraphicalDesign parameter will be ignored then, and assumed to be 誤った.
    If not 現在の, true is assumed for this parameter.
  • GraphicalDesign
    This value 示すs whether the designer should be opened in the graphical design 見解(をとる) (true) or in the text 見解(をとる) (誤った).
    If not 現在の, 誤った is assumed for this parameter.

There's a number of 遺産/遺物 settings which are 認めるd for compatibility 推論する/理由s, though you're discouraged from using them:

See also
ContentLoader

輸出(する)d Interfaces - 要約
::com::sun::星/主役にする::でっちあげる,人を罪に陥れる::XController

許すs the 構成要素 to be plugged into でっちあげる,人を罪に陥れるs.

::com::sun::星/主役にする::lang::XInitialization

is used to initialize the QueryDesign. (詳細(に述べる)s)

所有物/資産/財産s' 要約
[ readonly ] string
ActiveCommand
反映するs the designed SQL 命令(する) at the moment it was last saved by the 使用者.  
[ readonly ] boolean
EscapeProcessing
[ OPTIONAL ]
明示するs whether the 使用者 enabled escape 過程ing for the 声明 存在 designed.  
輸出(する)d Interfaces - 詳細(に述べる)s
::com::sun::星/主役にする::でっちあげる,人を罪に陥れる::XController
Description
許すs the 構成要素 to be plugged into でっちあげる,人を罪に陥れるs.
::com::sun::星/主役にする::lang::XInitialization
Description
is used to initialize the QueryDesign.

See 一時期/支部 Initialization for 詳細(に述べる)s.

所有物/資産/財産s' 詳細(に述べる)s
ActiveCommand
[ readonly ] string ActiveCommand;
Description
反映するs the designed SQL 命令(する) at the moment it was last saved by the 使用者.
EscapeProcessing
[ readonly ] boolean EscapeProcessing;
Usage 制限s
optional
Description
明示するs whether the 使用者 enabled escape 過程ing for the 声明 存在 designed.
Since
OOo 2.4
See also
DataAccessDescriptor::EscapeProcessing

 
最高の,を越す 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.