Uses of Class
com.fatwire.gst.foundation.facade.sql.table.TableColumn

Packages that use TableColumn
com.fatwire.gst.foundation.facade.sql.table   
 

Uses of TableColumn in com.fatwire.gst.foundation.facade.sql.table
 

Subclasses of TableColumn in com.fatwire.gst.foundation.facade.sql.table
 class CharColumn
           
 

Methods in com.fatwire.gst.foundation.facade.sql.table that return TableColumn
 TableColumn TableDef.addColumn(String name, TableColumn.Type type)
          Adds a non primary column to this table.
 TableColumn TableDef.addColumn(String name, TableColumn.Type type, boolean primary)
          Adds a column to this table.
 TableColumn TableColumn.setDecimal(int decimal)
           
 TableColumn TableColumn.setLength(int length)
           
 TableColumn TableColumn.setNullable(boolean nullable)
           
 TableColumn TableColumn.setUnique(boolean unique)
           
 

Methods in com.fatwire.gst.foundation.facade.sql.table that return types with arguments of type TableColumn
 Iterable<TableColumn> TableDef.getColumns()
           
 

Methods in com.fatwire.gst.foundation.facade.sql.table with parameters of type TableColumn
 TableDef TableDef.addColumn(TableColumn col)
           
 



Copyright © 2010-2013 Oracle Corporation. All Rights Reserved.