interface XAlterQuery in module com::sun::star::sdb::

(Global Index)

Syntax

interface XAlterQuery : com::sun::star::uno::XInterface ;

Description

is used to alter the command of a query.

Method Summary

alterCommand is intended to alter the command of a query object.

Method Details



alterCommand

Syntax

void alterCommand (
string command,
boolean useEscapeProcessing )
raises ( com::sun::star::sdbc::SQLException );

Description

is intended to alter the command of a query object.

Parameter command

the SQL statement

Parameter useEscapeProcessing

true when escape processing should be used

Throws

com::sun::star::sdbc::SQLException if a database access error occurs.
Top of Page