LibreOffice
LibreOffice 6.4 SDK API Reference
|
Go to the documentation of this file.
19 #ifndef __com_sun_star_sdbc_XOutParameters_idl__
20 #define __com_sun_star_sdbc_XOutParameters_idl__
26 module
com { module sun { module star { module sdbc {
void registerOutParameter([in]long parameterIndex, [in]long sqlType, [in]string typeName)
registers the designated output parameter.
void registerNumericOutParameter([in]long parameterIndex, [in]long sqlType, [in]long scale)
registers the OUT parameter in ordinal position parameterIndex to the SDBC type sqlType.
Definition: Ambiguous.idl:22
is used to register Out-Parameters for stored procedures.
Definition: XOutParameters.idl:42
base interface of all UNO interfaces
Definition: XInterface.idl:48
is an exception that provides information on a database access error.
Definition: SQLException.idl:45