com.uwyn.rife.database.queries
Class CreateTable.Column

java.lang.Object
  extended by com.uwyn.rife.database.queries.CreateTable.Column
All Implemented Interfaces:
Cloneable
Enclosing class:
CreateTable

public class CreateTable.Column
extends Object
implements Cloneable


Method Summary
 CreateTable.Column clone()
           
 ArrayList<String> getCustomAttributes()
           
 String getDefault()
           
 String getName()
           
 CreateTable.Nullable getNullable()
           
 int getPrecision()
           
 int getScale()
           
 Class getType()
           
 String getTypeAttribute()
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getName

public String getName()

getType

public Class getType()

getPrecision

public int getPrecision()

getScale

public int getScale()

getTypeAttribute

public String getTypeAttribute()

getNullable

public CreateTable.Nullable getNullable()

getDefault

public String getDefault()

getCustomAttributes

public ArrayList<String> getCustomAttributes()

clone

public CreateTable.Column clone()
Overrides:
clone in class Object


Copyright © 2001-2007 Uwyn sprl/bvba. All Rights Reserved.