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

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

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

Methods in com.fatwire.gst.foundation.facade.sql.table that return TableColumn.Type
 TableColumn.Type TableColumn.getType()
           
static TableColumn.Type TableColumn.Type.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TableColumn.Type[] TableColumn.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.fatwire.gst.foundation.facade.sql.table with parameters of type TableColumn.Type
 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.
 

Constructors in com.fatwire.gst.foundation.facade.sql.table with parameters of type TableColumn.Type
TableColumn(String name, TableColumn.Type type)
           
TableColumn(String name, TableColumn.Type type, boolean primary)
           
 



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