Package org.alfresco.util
Class DatabaseMetaDataHelper
java.lang.Object
org.alfresco.util.DatabaseMetaDataHelper
Helper class to collect all of our DatabaseMetaData interpretations in one place.
- Author:
- sfrensley
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetSchema(Connection connection) Tries to determine the schema name from the DatabaseMetaData obtained from the Connection.
-
Constructor Details
-
DatabaseMetaDataHelper
public DatabaseMetaDataHelper()
-
-
Method Details
-
getSchema
Tries to determine the schema name from the DatabaseMetaData obtained from the Connection.- Parameters:
connection- A database connection- Returns:
- String
-