Uses of Class
pl.kernelpanic.dbmonster.schema.Table

Packages that use Table
pl.kernelpanic.dbmonster The main package of DBMonster.  
pl.kernelpanic.dbmonster.schema This package contains all database schema related classes.  
 

Uses of Table in pl.kernelpanic.dbmonster
 

Methods in pl.kernelpanic.dbmonster that return Table
 Table SchemaGrabber.grabTable(String name)
          Grabs the table.
 

Uses of Table in pl.kernelpanic.dbmonster.schema
 

Methods in pl.kernelpanic.dbmonster.schema that return Table
 Table Column.getTable()
          Returns a table.
 Table Key.getTable()
          Returns a table.
 Table Schema.findTable(String tableName)
          Returns a table of given name.
 

Methods in pl.kernelpanic.dbmonster.schema with parameters of type Table
 void Column.setTable(Table t)
          Sets the table.
 void Key.setTable(Table t)
          Sets the table.
 void Schema.addTable(Table table)
          Adds a table to the schema.
 void Schema.removeTable(Table t)
          Removes the table.
static List SchemaUtil.validateTable(Table table)
          Validates table.
static void SchemaUtil.serializeTable(Writer writer, Table table)
          Dumps a table to XML representation.
 



Copyright © 2003-2005 .:. kernelpanic.pl .:.. All Rights Reserved.