constants group ProcedureColumn in module com::sun::star::sdbc:: |
constants group ProcedureColumn;
indicates the type of a procedure column.
Constants Summary |
|
UNKNOWN | indicates that the type of the column is unknown. A possible value for
the column
COLUMN_TYPE
in the
XResultSet
returned by the method
XDatabaseMetaData::getProcedureColumns()
.
|
IN | indicates that the column stores IN parameters.
A possible value for the column
COLUMN_TYPE
in the
XResultSet
returned by the method
XDatabaseMetaData::getProcedureColumns()
.
|
INOUT | indicates that the column stores INOUT parameters.
A possible value for the column
COLUMN_TYPE
in the
XResultSet
returned by the method
XDatabaseMetaData::getProcedureColumns()
.
|
RESULT | indicates that the column stores results.
A possible value for the column
COLUMN_TYPE
in the
XResultSet
returned by the method
XDatabaseMetaData::getProcedureColumns()
.
|
OUT | indicates that the column stores OUT parameters.
A possible value for the column
COLUMN_TYPE
in the
XResultSet
returned by the method
XDatabaseMetaData::getProcedureColumns()
.
|
RETURN | Indicates that the column stores return values.
A possible value for the column
COLUMN_TYPE
in the
XResultSet
returned by the method
XDatabaseMetaData::getProcedureColumns()
.
|
Field Details |
|||||||
|
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.