Package overit.geocall.sql
Class SQLServerMetadata
java.lang.Object
overit.geocall.sql.SQLServerMetadata
Comprehensive information about the Microsoft SQL Server tables and table-spaces.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetTables(Connection conn) Retrieve the whole tablesgetTableSpaces(Connection conn) booleanisTableDefined(Connection conn, String table)
-
Constructor Details
-
SQLServerMetadata
public SQLServerMetadata()
-
-
Method Details
-
isTableDefined
- Throws:
SQLException
-
getTableSpaces
-
getDefaultTableSpace
-
getTables
Retrieve the whole tables- Parameters:
conn- connection used to retrieve the info- Returns:
- a list of all DB tables or empty collection if there's none
- Throws:
SQLException
-