public abstract class Column extends Object
Column(String name, Class<?> type, boolean generated)
abstract Object
getData(int size)
String
getName()
Class<?>
getType()
boolean
isGenerated()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Column(String name, Class<?> type, boolean generated)
public String getName()
public Class<?> getType()
public boolean isGenerated()
public abstract Object getData(int size)
Copyright © 2010–2015. All rights reserved.