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