|
LibreOffice
LibreOffice 7.6 SDK API Reference
|
Go to the documentation of this file.
20 module
com { module sun { module star { module sdbc {
25 published constants ProcedureColumn
const long OUT
indicates that the column stores OUT parameters.
Definition: ProcedureColumn.idl:76
const long IN
indicates that the column stores IN parameters.
Definition: ProcedureColumn.idl:46
Definition: Ambiguous.idl:20
const long RESULT
indicates that the column stores results.
Definition: ProcedureColumn.idl:66
const long UNKNOWN
indicates that the type of the column is unknown.
Definition: ProcedureColumn.idl:36
const long RETURN
Indicates that the column stores return values.
Definition: ProcedureColumn.idl:86
const long INOUT
indicates that the column stores INOUT parameters.
Definition: ProcedureColumn.idl:56