Skip to content
New issue

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

[FRG-61] FarragoJdbcMetaDataImpl has many stubbed methods #809

Open
dynamobi-build opened this issue Dec 30, 2011 · 0 comments
Open

[FRG-61] FarragoJdbcMetaDataImpl has many stubbed methods #809

dynamobi-build opened this issue Dec 30, 2011 · 0 comments

Comments

@dynamobi-build
Copy link

[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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant