net.java.ao.schema.helper
Interface Field


public interface Field


Method Summary
 TypeInfo<?> getDatabaseType()
           
 Object getDefaultValue()
           
 int getJdbcType()
           
 String getName()
           
 boolean isAutoIncrement()
           
 boolean isNotNull()
           
 boolean isPrimaryKey()
           
 boolean isUnique()
           
 

Method Detail

getName

String getName()

getDatabaseType

TypeInfo<?> getDatabaseType()

getJdbcType

int getJdbcType()

isAutoIncrement

boolean isAutoIncrement()

isNotNull

boolean isNotNull()

getDefaultValue

Object getDefaultValue()

isPrimaryKey

boolean isPrimaryKey()

isUnique

boolean isUnique()


Copyright © 2007-2014. All Rights Reserved.