Mega Code Archive

 
Categories / Java Tutorial / Database
 

DatabaseMetaData Methods for Database Information

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();