service PreparedStatement in module com::sun::star::sdb::

(Global Index)

Syntax

service PreparedStatement;

Description

represents a precompiled SQL statement. The service differs only in the access of the columns and parameters to the service PreparedStatement .

Included Services

com::sun::star::sdbc::PreparedStatement

Description

represents a precompiled SQL statement.


Exported Interfaces

com::sun::star::sdbcx::XColumnsSupplier

Description

access to the resulting columns of the statement.


Top of Page