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

(Global Index)

Syntax

service CallableStatement;

Description

represents a procedure call. The service differs only in the access of the columns and parameters to the service CallableStatement .

Included Services

com::sun::star::sdbc::CallableStatement

Description

is used to execute SQL stored procedures.


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

Top of Page