| |
|
| testsuite.BaseTestCase testsuite.simple.MetadataTest
MetadataTest | public class MetadataTest extends BaseTestCase (Code) | | Tests DatabaseMetaData methods.
author: Mark Matthews version: $Id: MetadataTest.java 5828 2006-10-05 16:51:31Z mmatthews $ |
MetadataTest | public MetadataTest(String name)(Code) | | Creates a new MetadataTest object.
Parameters: name - DOCUMENT ME! |
main | public static void main(String[] args)(Code) | | Runs all test cases in this test suite
Parameters: args - |
testGetColumnPrivilegesUsingInfoSchema | public void testGetColumnPrivilegesUsingInfoSchema() throws Exception(Code) | | Tests the implementation of Information Schema for column privileges.
|
testGetColumnsUsingInfoSchema | public void testGetColumnsUsingInfoSchema() throws Exception(Code) | | Tests the implementation of Information Schema for columns.
|
testGetCrossReferenceUsingInfoSchema | public void testGetCrossReferenceUsingInfoSchema() throws Exception(Code) | | Tests the implementation of Information Schema for foreign key.
|
testGetExportedKeysUsingInfoSchema | public void testGetExportedKeysUsingInfoSchema() throws Exception(Code) | | Tests the implementation of Information Schema for foreign key.
|
testGetImportedKeysUsingInfoSchema | public void testGetImportedKeysUsingInfoSchema() throws Exception(Code) | | Tests the implementation of Information Schema for foreign key.
|
testGetIndexInfoUsingInfoSchema | public void testGetIndexInfoUsingInfoSchema() throws Exception(Code) | | Tests the implementation of Information Schema for index info.
|
testGetPrimaryKeysUsingInfoShcema | public void testGetPrimaryKeysUsingInfoShcema() throws Exception(Code) | | Tests the implementation of Information Schema for primary keys.
|
testGetProceduresUsingInfoSchema | public void testGetProceduresUsingInfoSchema() throws Exception(Code) | | Tests the implementation of Information Schema for description
of stored procedures available in a catalog.
|
testGetTablesUsingInfoSchema | public void testGetTablesUsingInfoSchema() throws Exception(Code) | | Tests the implementation of Information Schema for tables.
|
testRSMDIsReadOnly | public void testRSMDIsReadOnly() throws Exception(Code) | | Tests detection of read-only fields when the server is 4.1.0 or newer.
throws: Exception - if the test fails. |
testSupportsSelectForUpdate | public void testSupportsSelectForUpdate() throws Exception(Code) | | |
testViewMetaData | public void testViewMetaData() throws SQLException(Code) | | Tests the implementation of metadata for views.
This test automatically detects whether or not the server it is running
against supports the creation of views.
throws: SQLException - if the test fails. |
Methods inherited from testsuite.BaseTestCase | protected void cleanupTempFiles(File exampleTempFile, String tempfilePrefix)(Code)(Java Doc) protected void closeMemberJDBCResources()(Code)(Java Doc) protected void createFunction(String functionName, String functionDefn) throws SQLException(Code)(Java Doc) protected void createProcedure(String procedureName, String procedureDefn) throws SQLException(Code)(Java Doc) protected void createSchemaObject(String objectType, String objectName, String columnsAndOtherStuff) throws SQLException(Code)(Java Doc) protected void createTable(String tableName, String columnsAndOtherStuff) throws SQLException(Code)(Java Doc) protected void dropFunction(String functionName) throws SQLException(Code)(Java Doc) protected void dropProcedure(String procedureName) throws SQLException(Code)(Java Doc) protected void dropSchemaObject(String objectType, String objectName) throws SQLException(Code)(Java Doc) protected void dropTable(String tableName) throws SQLException(Code)(Java Doc) protected Connection getAdminConnection() throws SQLException(Code)(Java Doc) protected Connection getAdminConnectionWithProps(Properties props) throws SQLException(Code)(Java Doc) protected Connection getConnectionWithProps(String propsList) throws SQLException(Code)(Java Doc) protected Connection getConnectionWithProps(String url, String propsList) throws SQLException(Code)(Java Doc) protected Connection getConnectionWithProps(Properties props) throws SQLException(Code)(Java Doc) protected Connection getConnectionWithProps(String url, Properties props) throws SQLException(Code)(Java Doc) protected int getInstanceNumber()(Code)(Java Doc) protected String getMysqlVariable(Connection c, String variableName) throws SQLException(Code)(Java Doc) protected String getMysqlVariable(String variableName) throws SQLException(Code)(Java Doc) protected Properties getPropertiesFromTestsuiteUrl() throws SQLException(Code)(Java Doc) protected int getRowCount(String tableName) throws SQLException(Code)(Java Doc) protected Object getSingleIndexedValueWithQuery(Connection c, int columnIndex, String query) throws SQLException(Code)(Java Doc) protected Object getSingleIndexedValueWithQuery(int columnIndex, String query) throws SQLException(Code)(Java Doc) protected Object getSingleValue(String tableName, String columnName, String whereClause) throws SQLException(Code)(Java Doc) protected Object getSingleValueWithQuery(String query) throws SQLException(Code)(Java Doc) protected boolean isAdminConnectionConfigured()(Code)(Java Doc) protected boolean isClassAvailable(String classname)(Code)(Java Doc) protected boolean isRunningOnJRockit()(Code)(Java Doc) protected boolean isRunningOnJdk131()(Code)(Java Doc) protected boolean isServerRunningOnWindows() throws SQLException(Code)(Java Doc) public void logDebug(String message)(Code)(Java Doc) protected File newTempBinaryFile(String name, long size) throws IOException(Code)(Java Doc) protected String randomString()(Code)(Java Doc) final protected boolean runLongTests()(Code)(Java Doc) protected boolean runMultiHostTests()(Code)(Java Doc) protected boolean runTestIfSysPropDefined(String propName)(Code)(Java Doc) public void setUp() throws Exception(Code)(Java Doc) public void tearDown() throws Exception(Code)(Java Doc) protected boolean versionMeetsMinimum(int major, int minor) throws SQLException(Code)(Java Doc) protected boolean versionMeetsMinimum(int major, int minor, int subminor) throws SQLException(Code)(Java Doc)
|
|
|
|