LibreOffice
LibreOffice 24.2 SDK API Reference
|
determines whether a procedure returns a result or not. More...
Variables | |
const long | UNKNOWN = 0 |
A possible value for column PROCEDURE_TYPE in the com::sun::star::sdbc::XResultSet object returned by the method com::sun::star::sdbc::XDatabaseMetaData::getProcedures(). More... | |
const long | NONE = 1 |
A possible value for column PROCEDURE_TYPE in the com::sun::star::sdbc::XResultSet object returned by the method com::sun::star::sdbc::XDatabaseMetaData::getProcedures(). More... | |
const long | RETURN = 2 |
A possible value for column PROCEDURE_TYPE in the com::sun::star::sdbc::XResultSet object returned by the method com::sun::star::sdbc::XDatabaseMetaData::getProcedures(). More... | |
determines whether a procedure returns a result or not.
const long NONE = 1 |
A possible value for column PROCEDURE_TYPE
in the com::sun::star::sdbc::XResultSet object returned by the method com::sun::star::sdbc::XDatabaseMetaData::getProcedures().
Indicates that the procedure does not return a result.
const long RETURN = 2 |
A possible value for column PROCEDURE_TYPE
in the com::sun::star::sdbc::XResultSet object returned by the method com::sun::star::sdbc::XDatabaseMetaData::getProcedures().
Indicates that the procedure returns a result.
const long UNKNOWN = 0 |
A possible value for column PROCEDURE_TYPE
in the com::sun::star::sdbc::XResultSet object returned by the method com::sun::star::sdbc::XDatabaseMetaData::getProcedures().
Indicates that it is not known whether the procedure returns a result.