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::ProcedureResult | 
| determines whether a procedure returns a result or not. | |
| Variables | |
| const long | UNKNOWN = 0 | 
| A possible value for column PROCEDURE_TYPEin the com::sun::star::sdbc::XResultSet object returned by the method com::sun::star::sdbc::XDatabaseMetaData::getProcedures(). | |
| const long | NONE = 1 | 
| A possible value for column PROCEDURE_TYPEin the com::sun::star::sdbc::XResultSet object returned by the method com::sun::star::sdbc::XDatabaseMetaData::getProcedures(). | |
| const long | RETURN = 2 | 
| A possible value for column PROCEDURE_TYPEin the com::sun::star::sdbc::XResultSet object returned by the method com::sun::star::sdbc::XDatabaseMetaData::getProcedures(). | |