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

service QueryDesign

Exported Interfaces - Summary
::com::sun::star::frame::XController

allows the component to be plugged into frames.

::com::sun::star::lang::XInitialization

is used to initialize the QueryDesign. (details)

Properties' Summary
[ readonly ] string
ActiveCommand
reflects the designed SQL command at the moment it was last saved by the user.  
[ readonly ] boolean
EscapeProcessing
[ OPTIONAL ]
specifies whether the user enabled escape processing for the statement being designed.  
Exported Interfaces - Details
::com::sun::star::frame::XController
Description
allows the component to be plugged into frames.
::com::sun::star::lang::XInitialization
Description
is used to initialize the QueryDesign.

See chapter Initialization for details.

Properties' Details
ActiveCommand
[ readonly ] string ActiveCommand;
Description
reflects the designed SQL command at the moment it was last saved by the user.
EscapeProcessing
[ readonly ] boolean EscapeProcessing;
Usage Restrictions
optional
Description
specifies whether the user enabled escape processing for the statement being designed.
Since
OOo 2.4
See also
DataAccessDescriptor::EscapeProcessing

 
Top of Page