JDBC Reference
Page 12 of 31

java.sql.ResultSetMetaData

Java Data Types

ResultSet metadata for columns that store Java data types and metadata items that describe the type of the column always return the following default values:

Method Name

Value

getColumnDisplaySize

15

getPrecision

0

getScale

0

isAutoIncrement

false

isCaseSensitive

false

isCurrency

false

isSigned

false

For information on getting metadata about Java data types, see Working with Metadata for Java Data Types in the Cloudscape Developer's Guide.

Source and Updatability (all data types)

Cloudscape Version 3.6 does not track the source or updatability of columns in ResultSets, and so always returns the following constants for the following methods:

Method Name

Value

isDefinitelyWritable

false

isReadOnly

false

isWritable

false