Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
org.enableit.db.darrt.schema.Table

Uses of Table in org.enableit.db.darrt.schema
 

Methods in org.enableit.db.darrt.schema that return Table
static Table Table.unmarshal(java.io.Reader reader)
           
 Table Schema.getTable(int index)
           
 Table[] Schema.getTable()
           
 Table Schema.removeTable(int index)
           
 

Methods in org.enableit.db.darrt.schema with parameters of type Table
 void Schema.addTable(Table vTable)
           
 void Schema.addTable(int index, Table vTable)
           
 void Schema.setTable(int index, Table vTable)
           
 void Schema.setTable(Table[] tableArray)