LibreOffice
LibreOffice 7.4 SDK API Reference
Variables
com::sun::star::sdbc::ProcedureColumn Constant Group Referencepublished

indicates the type of a procedure column. More...

Variables

const long UNKNOWN = 0
 indicates that the type of the column is unknown. More...
 
const long IN = 1
 indicates that the column stores IN parameters. More...
 
const long INOUT = 2
 indicates that the column stores INOUT parameters. More...
 
const long RESULT = 3
 indicates that the column stores results. More...
 
const long OUT = 4
 indicates that the column stores OUT parameters. More...
 
const long RETURN = 5
 Indicates that the column stores return values. More...
 

Detailed Description

indicates the type of a procedure column.

Variable Documentation

◆ IN

const long IN = 1

indicates that the column stores IN parameters.

A possible value for the column COLUMN_TYPE in the com::sun::star::sdbc::XResultSet returned by the method com::sun::star::sdbc::XDatabaseMetaData::getProcedureColumns().

◆ INOUT

const long INOUT = 2

indicates that the column stores INOUT parameters.

A possible value for the column COLUMN_TYPE in the com::sun::star::sdbc::XResultSet returned by the method com::sun::star::sdbc::XDatabaseMetaData::getProcedureColumns().

◆ OUT

const long OUT = 4

indicates that the column stores OUT parameters.

A possible value for the column COLUMN_TYPE in the com::sun::star::sdbc::XResultSet returned by the method com::sun::star::sdbc::XDatabaseMetaData::getProcedureColumns().

◆ RESULT

const long RESULT = 3

indicates that the column stores results.

A possible value for the column COLUMN_TYPE in the com::sun::star::sdbc::XResultSet returned by the method com::sun::star::sdbc::XDatabaseMetaData::getProcedureColumns().

◆ RETURN

const long RETURN = 5

Indicates that the column stores return values.

A possible value for the column COLUMN_TYPE in the com::sun::star::sdbc::XResultSet returned by the method com::sun::star::sdbc::XDatabaseMetaData::getProcedureColumns().

◆ UNKNOWN

const long UNKNOWN = 0

indicates that the type of the column is unknown.

A possible value for the column COLUMN_TYPE in the com::sun::star::sdbc::XResultSet returned by the method com::sun::star::sdbc::XDatabaseMetaData::getProcedureColumns().