20  module 
com {  module sun {  module star {  module sdbc {
    25 published constants ProcedureColumn
 Definition: Ambiguous.idl:20
 
const long UNKNOWN
indicates that the type of the column is unknown. 
Definition: ProcedureColumn.idl:36
 
const long INOUT
indicates that the column stores INOUT parameters. 
Definition: ProcedureColumn.idl:56
 
const long RETURN
Indicates that the column stores return values. 
Definition: ProcedureColumn.idl:86
 
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
 
const long RESULT
indicates that the column stores results. 
Definition: ProcedureColumn.idl:66