saffron.ext
Class ObjectSchema
java.lang.Object
|
+--saffron.ext.ObjectSchema
- All Implemented Interfaces:
- Schema
- public abstract class ObjectSchema
- extends Object
- implements Schema
ObjectSchema
implements Schema
by calling Java
methods.
- Since:
- 8 February, 2002
- Version:
- $Id: //open/saffron/src/main/saffron/ext/ObjectSchema.java#1 $
- Author:
- jhyde
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ObjectSchema
public ObjectSchema()
contentsAsArray
public Object contentsAsArray(String tableName)
getSchemaStatic
public static Schema getSchemaStatic()
suite
public static TestSuite suite()
throws Exception
- Creates a test suite.
Exception