Skip to content

jdbc: metadata: support identifiers metainfo #105

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

Open
Totktonada opened this issue Jan 23, 2019 · 0 comments
Open

jdbc: metadata: support identifiers metainfo #105

Totktonada opened this issue Jan 23, 2019 · 0 comments

Comments

@Totktonada
Copy link
Member

DatabaseMetaData.

We need to correctly set and test the following methods.

Identifiers case-sensetivity:

  • supportsMixedCaseIdentifiers -- should be false
  • storesUpperCaseIdentifiers -- should be true
  • storesLowerCaseIdentifiers -- false (ok)
  • storesMixedCaseIdentifiers -- should be false
  • supportsMixedCaseQuotedIdentifiers -- should be true
  • storesUpperCaseQuotedIdentifiers -- false (ok)
  • storesLowerCaseQuotedIdentifiers -- false (ok)
  • storesMixedCaseQuotedIdentifiers -- false (ok)

Identifiers metainfo:

  • getSQLKeywords

Max length:

  • getMaxBinaryLiteralLength
  • getMaxCatalogNameLength
  • getMaxCharLiteralLength
  • getMaxColumnNameLength
  • getMaxCursorNameLength
  • getMaxIndexLength
  • getMaxProcedureNameLength
  • getMaxSchemaNameLength
  • getMaxStatementLength
  • getMaxTableNameLength
  • getMaxUserNameLength

Identifiers operations:

  • getIdentifierQuoteString
  • getSearchStringEscape
  • getExtraNameCharacters

Terms:

  • getSchemaTerm
  • getProcedureTerm
  • getCatalogTerm
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

2 participants