| せいにするs' 要約 |
| MasterFields |
is used for subreports and 含む/封じ込めるs the 指名するs of columns of the parent 報告(する)/憶測.
|
| DetailFields |
is used for subreports and 含む/封じ込めるs the 指名するs of the columns of the subreport
which are 関係のある to the master fields of the parent 報告(する)/憶測.
|
| 命令(する) |
is the 命令(する) which should be 遂行する/発効させるd, the type of 命令(する) depends
on the CommandType.
|
| CommandType |
明示するs the type of the 命令(する) to be 遂行する/発効させるd to retrieve a result 始める,決める.
|
| Filter |
明示するs an addtional filter to optinally use.
|
| ApplyFilter |
示すs whether the filter should be 適用するd or not,
default is 誤った.
|
| HavingClause |
付加 having 条項 for the 列/漕ぐ/騒動 始める,決める
|
| GroupBy |
付加 group by for the 列/漕ぐ/騒動 始める,決める
|
| Order |
is a 付加 sort order 鮮明度/定義 for a rowset.
|
| EscapeProcessing |
明示するs if the 命令(する) should be 分析するd on the (弁護士の)依頼人 味方する before sending it
to the database server.
|
| RowLimit |
明示するs the maximal count of 列/漕ぐ/騒動s which should be fetched.
|
| ActiveConnection |
明示するs the active 関係 which is used to create the resulting 報告(する)/憶測.
|
| DataSourceName |
is the 指名する of the datasource to use, this could be a 指名するd datasource
or the URL of a data 接近 構成要素.
|
| せいにするs' 詳細(に述べる)s |
MasterFields
[ bound ] sequence< string > MasterFields;
- Description
- is used for subreports and 含む/封じ込めるs the 指名するs of columns of the parent 報告(する)/憶測.
These columns are typically the foreign 重要な fields of the parent 報告(する)/憶測.
The values of theses columns are used to identify the data for the subreport.
Each time the parent 報告(する)/憶測 changes it's 現在の 列/漕ぐ/騒動, the subreport requeries
it's data based on the values of the master fields.
If the 報告(する)/憶測 is no sub 報告(する)/憶測 (e.g. it's parent is not a 報告(する)/憶測 itself), this
所有物/資産/財産 is not 評価するd.
|
|
DetailFields
[ bound ] sequence< string > DetailFields;
- Description
- is used for subreports and 含む/封じ込めるs the 指名するs of the columns of the subreport
which are 関係のある to the master fields of the parent 報告(する)/憶測.
入ること/参加(者)s in this sequence can either denote column 指名するs in the sub 報告(する)/憶測,
or paramater 指名するs.
For instance, you could base the 報告(する)/憶測 on the SQL 声明
SELECT * FROM invoices WHERE cust_ref = :cid, and 追加する cid
to the DetailFields 所有物/資産/財産. In this 事例/患者, the parameter will be filled from
the corresponding master field.
Alternatively, you could 簡単に base your 報告(する)/憶測 on the (米)棚上げする/(英)提議する invoices,
and 追加する the column 指名する cust_ref to the DetailFields. In this 事例/患者,
and implicit filter 条項 WHERE cust_ref = :<new_param_name> will
be created, and the 人工的な parameter will be filled from the corresponding
master field.
If a string in this 所有物/資産/財産 denotes both a column 指名する and a parameter 指名する, it
is undefined which way it is 解釈する/通訳するd, but 実施s of the service are 要求するd
to either decide for the paramter or the column, and proceed as usual.
The columns 明示するd herein typically 代表する a part of the 最初の/主要な 重要な
fields or their 偽名,通称s of the 詳細(に述べる) 報告(する)/憶測.
If the 報告(する)/憶測 is no sub 報告(する)/憶測 (e.g. it's parent is not a 報告(する)/憶測 itself), this
所有物/資産/財産 is not 評価するd.
*
|
|
命令(する)
[ bound ] string 命令(する);
- Description
- is the 命令(する) which should be 遂行する/発効させるd, the type of 命令(する) depends
on the CommandType.
In 事例/患者 of a CommandType of ::CommandType::COMMAND,
means in 事例/患者 the 命令(する) 明示するs an SQL 声明, the 相続するd
::com::sun::星/主役にする::sdbc::RowSet::EscapeProcessing
becomes 関連した:
It then can be to used to 明示する whether the SQL 声明 should be 分析するd on the
(弁護士の)依頼人 味方する before sending it to the database server.
The default value for ::com::sun::星/主役にする::sdbc::RowSet::EscapeProcessing
is true. By switching it to 誤った, you can pass backend-明確な/細部 SQL 声明s,
which are not 基準 SQL, to your database.
- See also
- ::com::sun::星/主役にする::sdb::CommandType
|
|
CommandType
[ bound ] long CommandType;
- 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
- ::com::sun::星/主役にする::sdb::CommandType
|
|
Filter
[ bound ] string Filter;
- Description
- 明示するs an addtional filter to optinally use.
The Filter string has to form a SQL 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
- ::com::sun::星/主役にする::sdb::RowSet, ResultSet
|
|
ApplyFilter
[ bound ] boolean ApplyFilter;
- Description
- 示すs whether the filter should be 適用するd or not,
default is 誤った.
|
|
HavingClause
[ bound ] string HavingClause
- 始める,決める raises (::com::sun::星/主役にする::beans::UnknownPropertyException);
- Description
- 付加 having 条項 for the 列/漕ぐ/騒動 始める,決める
|
|
| GroupBy
|
Order
[ bound ] string Order;
- Description
- is a 付加 sort order 鮮明度/定義 for a rowset.
|
|
EscapeProcessing
[ bound ] boolean EscapeProcessing;
- 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.
|
|
RowLimit
[ bound ] long RowLimit;
- Description
- 明示するs the maximal count of 列/漕ぐ/騒動s which should be fetched.
A value of 無 暗示するs that no 限界 存在するs.
|
|
ActiveConnection
[ bound ] ::com::sun::星/主役にする::sdbc::XConnection ActiveConnection
- 始める,決める raises (::com::sun::星/主役にする::lang::IllegalArgumentException);
- Description
- 明示するs the active 関係 which is used to create the resulting 報告(する)/憶測.
|
|
DataSourceName
[ bound ] string DataSourceName;
- Description
- is the 指名する of the datasource to use, this could be a 指名するd datasource
or the URL of a data 接近 構成要素.
|
|
Copyright © 2013, The Apache ソフトウェア 創立/基礎, Licensed under the Apache License, 見解/翻訳/版 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache ソフトウェア 創立/基礎. Other 指名するs may be trademarks of their 各々の owners.