JDBC Reference,
Page 12 of 30


[top]
[prev]
[next]
Documentation Top
Global Index
Reference Manual
TOC Index
Grammar index
Developer's Guide
TOC Index
Tuning Cloudscape
TOC Index

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.0 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

[top]
[prev]
[next]


Cloudscape Version 3.0
For technical support, go to: www.cloudscape.com and click Support.
Copyright © 1998 and 1999 Cloudscape, Inc. All rights reserved.