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 {
is an exception that provides information on a database access error.
Definition: SQLException.idl:45
is used to register Out-Parameters for stored procedures.
Definition: XOutParameters.idl:42
void registerNumericOutParameter([in]long parameterIndex, [in]long sqlType, [in]long scale)
registers the OUT parameter in ordinal position parameterIndex to the SDBC type sqlType.
void registerOutParameter([in]long parameterIndex, [in]long sqlType, [in]string typeName)
registers the designated output parameter.
base interface of all UNO interfaces
Definition: XInterface.idl:48
Definition: Ambiguous.idl:22