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  java.util.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
 java.util.List<Column> Table.getColumns()
          Gets the value of the columns property.
 

Methods in org.plasma.text.ddl with parameters of type Column
 java.lang.String OracleFactory.getType(Table table, Column column)
           
 java.lang.String MySQLFactory.getType(Table table, Column column)
           
abstract  java.lang.String DefaultDDLFactory.getType(Table table, Column column)
           
 java.lang.String DDLFactory.getType(Table table, Column column)
           
protected  boolean DefaultDDLFactory.isPk(Table table, Column column)
           
 



Copyright © 2013. All Rights Reserved.