| |
20. 30. 5. DatabaseMetaData方法和数据库信息 |
|
- boolean allProceduresAreCallable();
- boolean allTablesAreSelectable();
- String getURL();
- String getUserName();
- boolean isReadOnly();
- boolean nullsAreSortedHigh();
- boolean nullsAreSortedLow();
- boolean nullsAreSortedAtStart();
- boolean nullsAreSortedAtEnd();
- String getDatabaseProductName();
- String getDatabaseProductVersion();
- String getDriverName();
- String getDriverVersion();
- int getDriverMajorVersion();
- int getDriverMinorVersion();
- boolean usesLocalFiles();
- boolean usesLocalFilePerTable();
- boolean supportsMixedCaseIdentifiers();
- boolean storesUpperCaseIdentifiers();
- boolean storesLowerCaseIdentifiers();
- boolean storesMixedCaseIdentifiers();
- boolean supportsMixedCaseQuotedIdentifiers();
- boolean storesUpperCaseQuotedIdentifiers();
- boolean storesLowerCaseQuotedIdentifiers();
- boolean storesMixedCaseQuotedIdentifiers();
- String getIdentifierQuoteString();
- String getSQLKeywords();
- String getNumericFunctions();
- String getStringFunctions();
- String getSystemFunctions();
- String getTimeDateFunctions();
- String getSearchStringEscape();
- String getExtraNameCharacters();
|
|