|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Schema in com.workingdogs.village |
---|
Fields in com.workingdogs.village declared as Schema | |
---|---|
protected Schema |
DataSet.schema
this DataSet's schema object |
Methods in com.workingdogs.village that return Schema | |
---|---|
Schema |
TableDataSet.schema()
Returns the Schema for the DataSet |
Schema |
DataSet.schema()
Gets the Schema for this DataSet |
Schema |
Record.schema()
Gets the schema for the parent DataSet |
Schema |
Schema.schema(java.sql.Connection conn,
java.lang.String tableName)
Creates a Schema with all columns |
Schema |
Schema.schema(java.sql.Connection conn,
java.lang.String tableName,
java.lang.String columnsAttribute)
Creates a Schema with the named columns in the columnsAttribute |
Constructors in com.workingdogs.village with parameters of type Schema | |
---|---|
TableDataSet(java.sql.Connection conn,
Schema schema,
KeyDef keydef)
Creates a new TableDataSet object. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |