Properties' Details |
Command
string Command;
- Description
- is the command of the query, this is typically a select statement.
|
|
EscapeProcessing
boolean EscapeProcessing;
- Description
- should we use escape processing for the query.
|
|
UpdateTableName
string UpdateTableName;
- Description
- is the name of the table which should be updated. This is usually used
for queries which relate on more than one table.
|
|
UpdateCatalogName
string UpdateCatalogName;
- Description
- is the name of the update table catalog.
|
|
UpdateSchemaName
string UpdateSchemaName;
- Description
- is the name of the update table schema.
|
|
Copyright © 2003 Sun Microsystems, Inc.