Package quadbase.common.util
Interface IDBConnection
public interface IDBConnection
-
Method Summary
-
Method Details
-
getDatabaseProductName
- Throws:
Exception
-
getTables
ResultSet getTables(String catalog, String schemPattern, String tableNamePattern, String[] types) throws Exception - Throws:
Exception
-
getNumericFunctions
- Throws:
Exception
-
getStringFunctions
- Throws:
Exception
-
getTimeDateFunctions
- Throws:
Exception
-
getSystemFunctions
- Throws:
Exception
-
executeQuery
- Throws:
Exception
-