org.objectweb.cjdbc.scenario.raidb1.driver
Class Raidb1MetaDataScenario

java.lang.Object
  extended byTestCase
      extended byorg.objectweb.cjdbc.scenario.templates.NoTemplate
          extended byorg.objectweb.cjdbc.scenario.templates.Template
              extended byorg.objectweb.cjdbc.scenario.templates.SimpleRaidb1Template
                  extended byorg.objectweb.cjdbc.scenario.templates.Raidb1Template
                      extended byorg.objectweb.cjdbc.scenario.raidb1.driver.Raidb1MetaDataScenario

public class Raidb1MetaDataScenario
extends Raidb1Template

This class defines a Raidb1MetaDataScenario

Version:
1.0
Author:
Nicolas Modrzyk
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.objectweb.cjdbc.scenario.templates.SimpleRaidb1Template
cm, controller, controllerProcess, hm, hm1, hm2, mainVdb
 
Fields inherited from class org.objectweb.cjdbc.scenario.templates.NoTemplate
logger, TEXT_DIR
 
Constructor Summary
Raidb1MetaDataScenario()
           
 
Method Summary
 void testMetaDataCatalogs()
          Test the meta data return by the driver for the catalogs
 void testMetaDataColumns()
          Test the meta data return by the driver for the columns
 void testMetaDataPrimaryKeys()
          Test the meta data return by the driver for the primary keys
 void testMetaDataProcedureColumns()
          Test the meta data return by the driver for the procedure columns
 void testMetaDataProcedures()
          Test the meta data return by the driver for the procedures
 void testMetaDataSampleOutput()
          Retrieve metadata from the driver, simple asserts, mainly for display
 void testMetaDataSchema()
          Test the meta data return by the driver for the schema
 void testMetaDataTablePrivileges()
          Test the meta data return by the driver for the table privileges
 void testMetaDataTables()
          Test the meta data return by the driver for the tables
 void testMetaDataTableTypes()
          Test the meta data return by the driver for the table types
 
Methods inherited from class org.objectweb.cjdbc.scenario.templates.Raidb1Template
setUp, tearDown
 
Methods inherited from class org.objectweb.cjdbc.scenario.templates.Template
getCJDBCConnection, getCJDBCConnection, getCJDBCConnection, getCJDBCConnection, getCJDBCConnection, getCJDBCConnection, getCJDBCConnection, getHypersonicConnection
 
Methods inherited from class org.objectweb.cjdbc.scenario.templates.NoTemplate
getTextPath, getUserDir
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Raidb1MetaDataScenario

public Raidb1MetaDataScenario()
Method Detail

testMetaDataTables

public void testMetaDataTables()
                        throws java.lang.Exception
Test the meta data return by the driver for the tables

Throws:
java.lang.Exception - if fails

testMetaDataSampleOutput

public void testMetaDataSampleOutput()
                              throws java.lang.Exception
Retrieve metadata from the driver, simple asserts, mainly for display

Throws:
java.lang.Exception - when fails

testMetaDataProcedures

public void testMetaDataProcedures()
                            throws java.lang.Exception
Test the meta data return by the driver for the procedures

Throws:
java.lang.Exception - if fails

testMetaDataTablePrivileges

public void testMetaDataTablePrivileges()
                                 throws java.lang.Exception
Test the meta data return by the driver for the table privileges

Throws:
java.lang.Exception - if fails

testMetaDataColumns

public void testMetaDataColumns()
                         throws java.lang.Exception
Test the meta data return by the driver for the columns

Throws:
java.lang.Exception - if fails

testMetaDataSchema

public void testMetaDataSchema()
                        throws java.lang.Exception
Test the meta data return by the driver for the schema

Throws:
java.lang.Exception - if fails

testMetaDataCatalogs

public void testMetaDataCatalogs()
                          throws java.lang.Exception
Test the meta data return by the driver for the catalogs

Throws:
java.lang.Exception - if fails

testMetaDataTableTypes

public void testMetaDataTableTypes()
                            throws java.lang.Exception
Test the meta data return by the driver for the table types

Throws:
java.lang.Exception - if fails

testMetaDataProcedureColumns

public void testMetaDataProcedureColumns()
                                  throws java.lang.Exception
Test the meta data return by the driver for the procedure columns

Throws:
java.lang.Exception - if fails

testMetaDataPrimaryKeys

public void testMetaDataPrimaryKeys()
                             throws java.lang.Exception
Test the meta data return by the driver for the primary keys

Throws:
java.lang.Exception - if fails


Copyright © 2002, 2005 - ObjectWeb Consortium - All Rights Reserved.