The Free and Open Productivity Suite
QA Volunteers Needed -- Help us test OpenOffice

Developer's Guide

API

SDK

Tips 'n' Tricks

Miscellaneous

Content for Apache OpenOffice version 3.4.

:: com :: sun :: star :: sdb ::

service QueryDefinition
Description
is a stored definition of a SQL "Select statement".

It can be used, if there is a need to execute SQL statement more than once.

Developers Guide
Database - Queries

Exported Interfaces - Summary
::com::sun::star::beans::XPropertySet

access to the owning database definition object.

Properties' Summary
[ readonly ] string
Name
is the name of the definition.  
string
Command
is the command of the query, this is typically a select statement.  
boolean
EscapeProcessing
should we use escape processing for the query.  
string
UpdateTableName
is the name of the table which should be updated. This is usually used for queries which relate on more than one table.  
string
UpdateCatalogName
is the name of the update table catalog.  
string
UpdateSchemaName
is the name of the update table schema.  
Exported Interfaces - Details
::com::sun::star::beans::XPropertySet
Description
access to the owning database definition object.
Properties' Details
Name
[ readonly ] string Name;
Description
is the name of the definition.
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.

 
Top of Page

Apache Feather

Copyright & License | Privacy | Contact Us | Donate

Apache, the Apache feather logo, and OpenOffice are trademarks of The Apache Software Foundation. OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.