We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[reporter="hersker", created="Wed, 8 Mar 2006 14:46:19 -0500 (GMT-05:00)"] The Farrago base class, FarragoJdbcMetaDataImpl, is used by FarragoResultSetMetaData and an equivalent class in Aspen to supply the metadata that can be interrogated by a client of JDBC's ResultSetMetaData interface. FarragoJdbcMetaDataImpl has many stubbed methods which return constant values. Some but not all of these methods are marked TODO. The following metadata items are given constant values: catalogName className schemaName tableName autoIncrement currency writable definitelyWritable readOnly caseSensitive searchable signed It may be that most of these are of low importance and/or usefulness. Of them, though, I think a JDBC programmer would most like to have signed tableName and maybe also searchable caseSensitive
The text was updated successfully, but these errors were encountered:
No branches or pull requests
[reporter="hersker", created="Wed, 8 Mar 2006 14:46:19 -0500 (GMT-05:00)"]
The Farrago base class, FarragoJdbcMetaDataImpl, is used by
FarragoResultSetMetaData and an equivalent class in Aspen to supply the
metadata that can be interrogated by a client of JDBC's ResultSetMetaData
interface.
FarragoJdbcMetaDataImpl has many stubbed methods which return constant values.
Some but not all of these methods are marked TODO.
The following metadata items are given constant values:
catalogName
className
schemaName
tableName
autoIncrement
currency
writable
definitelyWritable
readOnly
caseSensitive
searchable
signed
It may be that most of these are of low importance and/or usefulness. Of them,
though, I think a JDBC programmer would most like to have
signed
tableName
and maybe also
searchable
caseSensitive
The text was updated successfully, but these errors were encountered: