LibreOffice
LibreOffice 24.2 SDK API Reference
|
is used to alter the command of a query. More...
import"XAlterQuery.idl";
Public Member Functions | |
void | alterCommand ([in]string command, [in]boolean useEscapeProcessing) raises (com::sun::star::sdbc::SQLException) |
is intended to alter the command of a query object. More... | |
Public Member Functions inherited from XInterface | |
any | queryInterface ([in] type aType) |
queries for a new interface to an existing UNO object. More... | |
void | acquire () |
increases the reference counter by one. More... | |
void | release () |
decreases the reference counter by one. More... | |
is used to alter the command of a query.
void alterCommand | ( | [in] string | command, |
[in] boolean | useEscapeProcessing | ||
) | |||
raises | ( | com::sun::star::sdbc::SQLException | |
) |
is intended to alter the command of a query object.
command | the SQL statement |
useEscapeProcessing | TRUE when escape processing should be used |
com::sun::star::sdbc::SQLException | if a database access error occurs. |