net.java.ao.schema.helper
Interface Field


public interface Field


Method Summary
 DatabaseType<?> getDatabaseType()
           
 Object getDefaultValue()
           
 String getName()
           
 int getPrecision()
           
 int getScale()
           
 boolean isAutoIncrement()
           
 boolean isNotNull()
           
 boolean isPrimaryKey()
           
 

Method Detail

getName

String getName()

getDatabaseType

DatabaseType<?> getDatabaseType()

getPrecision

int getPrecision()

getScale

int getScale()

isAutoIncrement

boolean isAutoIncrement()

isNotNull

boolean isNotNull()

getDefaultValue

Object getDefaultValue()

isPrimaryKey

boolean isPrimaryKey()


Copyright © 2007-2011. All Rights Reserved.