JDBC 2 meta data methods
- Last Updated: August 15, 2021
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
JDBC 2 meta data methods
The supported standard JDBC 2 methods include the ones listed in the following table:
| Method | Description |
|---|---|
|
The number of columns in the
SDOResultSet |
|
The maximum display size width
of this column in characters |
|
The ABL dictionary label for
this column |
|
Thenameof
the column |
|
The SQL type of the column |
|
The ABL data type name of
the column |
|
The table name for this column.
This is especially useful where you want to determine the original
table for a column participating in a table join |
|
0 if this column is mandatory
(does not allow the Unknown value (?)); 1 if it
is not mandatory (allows the Unknown value (?)) |
|
True if the column is an SDOResultSet
read-only column |
|
False if the column is an
SDOResultSet read-only column |