Uses of Class
org.plasma.text.ddl.Table

Packages that use Table
org.plasma.text.ddl Package level documentation for package org.plasma.text.ddl. 
 

Uses of Table in org.plasma.text.ddl
 

Fields in org.plasma.text.ddl with type parameters of type Table
protected  List<Table> Schema.tables
           
 

Methods in org.plasma.text.ddl that return Table
 Table ObjectFactory.createTable()
          Create an instance of Table
 

Methods in org.plasma.text.ddl that return types with arguments of type Table
 List<Table> Schema.getTables()
          Gets the value of the tables property.
 

Methods in org.plasma.text.ddl with parameters of type Table
 String MySQLFactory.createCheckConstraint(Schema schema, Table table, Check check)
           
 String DefaultDDLFactory.createCheckConstraint(Schema schema, Table table, Check check)
           
 String DDLFactory.createCheckConstraint(Schema schema, Table table, Check check)
           
 String MySQLFactory.createForeignKeyConstraint(Schema schema, Table table, Fk fk, Table toTable)
           
 String DefaultDDLFactory.createForeignKeyConstraint(Schema schema, Table table, Fk fk, Table toTable)
           
 String DDLFactory.createForeignKeyConstraint(Schema schema, Table table, Fk fk, Table toTable)
           
 String DefaultDDLFactory.createIndex(Schema schema, Table table, Index index)
           
 String DDLFactory.createIndex(Schema schema, Table table, Index index)
           
 String MySQLFactory.createSequence(Schema schema, Table table)
           
 String DefaultDDLFactory.createSequence(Schema schema, Table table)
           
 String DDLFactory.createSequence(Schema schema, Table table)
           
 String MySQLFactory.createTable(Schema schema, Table table)
           
 String DefaultDDLFactory.createTable(Schema schema, Table table)
           
 String DDLFactory.createTable(Schema schema, Table table)
           
 String MySQLFactory.createUniqueConstraint(Schema schema, Table table, Unique unique)
           
 String DefaultDDLFactory.createUniqueConstraint(Schema schema, Table table, Unique unique)
           
 String DDLFactory.createUniqueConstraint(Schema schema, Table table, Unique unique)
           
 String MySQLFactory.dropCheckConstraint(Schema schema, Table table, Check check)
           
 String DefaultDDLFactory.dropCheckConstraint(Schema schema, Table table, Check check)
           
 String DDLFactory.dropCheckConstraint(Schema schema, Table table, Check check)
           
 String MySQLFactory.dropForeignKeyConstraint(Schema schema, Table table, Fk fk, Table toTable)
           
 String DefaultDDLFactory.dropForeignKeyConstraint(Schema schema, Table table, Fk fk, Table toTable)
           
 String DDLFactory.dropForeignKeyConstraint(Schema schema, Table table, Fk fk, Table toTable)
           
 String MySQLFactory.dropIndex(Schema schema, Table table, Index index)
           
 String DefaultDDLFactory.dropIndex(Schema schema, Table table, Index index)
           
 String DDLFactory.dropIndex(Schema schema, Table table, Index index)
           
 String MySQLFactory.dropSequence(Schema schema, Table table)
           
 String DefaultDDLFactory.dropSequence(Schema schema, Table table)
           
 String DDLFactory.dropSequence(Schema schema, Table table)
           
 String DefaultDDLFactory.dropTable(Schema schema, Table table)
           
 String DDLFactory.dropTable(Schema schema, Table table)
           
 String MySQLFactory.dropUniqueConstraint(Schema schema, Table table, Unique unique)
           
 String DefaultDDLFactory.dropUniqueConstraint(Schema schema, Table table, Unique unique)
           
 String DDLFactory.dropUniqueConstraint(Schema schema, Table table, Unique unique)
           
 String DefaultDDLFactory.enableCheckConstraint(Schema schema, Table table, Check check, boolean enable)
           
 String DDLFactory.enableCheckConstraint(Schema schema, Table table, Check check, boolean enable)
           
 String MySQLFactory.enableForeignKeyConstraint(Schema schema, Table table, Fk fk, Table toTable, boolean enable)
           
 String DefaultDDLFactory.enableForeignKeyConstraint(Schema schema, Table table, Fk fk, Table toTable, boolean enable)
           
 String DDLFactory.enableForeignKeyConstraint(Schema schema, Table table, Fk fk, Table toTable, boolean enable)
           
 String MySQLFactory.enableUniqueConstraint(Schema schema, Table table, Unique unique, boolean enable)
           
 String DefaultDDLFactory.enableUniqueConstraint(Schema schema, Table table, Unique unique, boolean enable)
           
 String DDLFactory.enableUniqueConstraint(Schema schema, Table table, Unique unique, boolean enable)
           
 String OracleFactory.getType(Table table, Column column)
           
 String MySQLFactory.getType(Table table, Column column)
           
abstract  String DefaultDDLFactory.getType(Table table, Column column)
           
 String DDLFactory.getType(Table table, Column column)
           
protected  boolean DefaultDDLFactory.isPk(Table table, Column column)
           
 String DefaultDDLFactory.truncateTable(Schema schema, Table table)
           
 String DDLFactory.truncateTable(Schema schema, Table table)
           
 



Copyright © 2014. All rights reserved.