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
|
|
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
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.