| LibreOffice
    LibreOffice 24.8 SDK API Reference | 
Go to the source code of this file.
| Modules | |
| module | com | 
| module | com::sun | 
| module | com::sun::star | 
| the module com::sun::star is the root module of the UNO API. | |
| module | com::sun::star::sdbc | 
| Database component interfaces. | |
| Constant Groups | |
| constants | com::sun::star::sdbc::ProcedureColumn | 
| indicates the type of a procedure column. | |
| Variables | |
| const long | UNKNOWN = 0 | 
| indicates that the type of the column is unknown. | |
| const long | IN = 1 | 
| indicates that the column stores IN parameters. | |
| const long | INOUT = 2 | 
| indicates that the column stores INOUT parameters. | |
| const long | RESULT = 3 | 
| indicates that the column stores results. | |
| const long | OUT = 4 | 
| indicates that the column stores OUT parameters. | |
| const long | RETURN = 5 | 
| Indicates that the column stores return values. | |