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

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

Uses of Column in org.plasma.text.ddl
 

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

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

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

Methods in org.plasma.text.ddl with parameters of type Column
 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)
           
 



Copyright © 2013. All rights reserved.