public class DatabaseMetaDataTest extends BaseTest
getColumn(...), tested in
DatabaseMetaDataGetColumnsTest)).| Modifier and Type | Field and Description |
|---|---|
protected static Connection |
connection |
protected static DatabaseMetaData |
dbmd |
| Constructor and Description |
|---|
DatabaseMetaDataTest() |
protected static Connection connection
protected static DatabaseMetaData dbmd
public static void setUpConnection()
throws SQLException
SQLExceptionpublic static void tearDownConnection()
throws SQLException
SQLExceptionpublic void testNullsAreSortedMethodsSaySortedHigh()
throws SQLException
SQLExceptionpublic void testGetIdentifierQuoteString()
throws SQLException
SQLExceptionpublic void testGetDefaultTransactionIsolationSaysNone()
throws SQLException
SQLExceptionpublic void testSupportsTransactionsSaysNo()
throws SQLException
SQLExceptionpublic void testSupportsTransactionIsolationLevelNoneSaysYes()
throws SQLException
SQLExceptionpublic void testSupportsTransactionIsolationLevelOthersSayNo()
throws SQLException
SQLExceptionpublic void testGetProceduresReturnsNonNull()
throws SQLException
SQLExceptionpublic void testGetProcedureColumnsReturnsNonNull()
throws SQLException
SQLExceptionpublic void testGetTableTypesReturnsNonNull()
throws SQLException
SQLExceptionpublic void testGetColumnPrivilegesReturnsNonNull()
throws SQLException
SQLExceptionpublic void testGetTablePrivilegesReturnsNonNull()
throws SQLException
SQLExceptionpublic void testGetBestRowIdentifierReturnsNonNull()
throws SQLException
SQLExceptionpublic void testGetVersionColumnsReturnsNonNull()
throws SQLException
SQLExceptionpublic void testGetPrimaryKeysReturnsNonNull()
throws SQLException
SQLExceptionpublic void testGetImportedKeysReturnsNonNull()
throws SQLException
SQLExceptionpublic void testGetExportedKeysReturnsNonNull()
throws SQLException
SQLExceptionpublic void testGetCrossReferenceReturnsNonNull()
throws SQLException
SQLExceptionpublic void testGetTypeInfoReturnsNonNull()
throws SQLException
SQLExceptionpublic void testGetIndexInfoReturnsNonNull()
throws SQLException
SQLExceptionpublic void testGetUDTsReturnsNonNull()
throws SQLException
SQLExceptionpublic void testGetSuperTypesReturnsNonNull()
throws SQLException
SQLExceptionpublic void testGetSuperTablesReturnsNonNull()
throws SQLException
SQLExceptionpublic void testGetAttributesReturnsNonNull()
throws SQLException
SQLExceptionpublic void testGetClientInfoPropertiesReturnsNonNull()
throws SQLException
SQLExceptionpublic void testGetFunctionsReturnsNonNull()
throws SQLException
SQLExceptionpublic void testGetFunctionColumnsReturnsNonNull()
throws SQLException
SQLExceptionpublic void testGetPseudoColumnsReturnsNonNull()
throws SQLException
SQLExceptionCopyright © 2021 The Apache Software Foundation. All rights reserved.