com.triactive.jdo.model
Interface ColumnOptions

All Known Implementing Classes:
FieldMetaData

public interface ColumnOptions


Method Summary
 java.lang.String getLength()
           
 java.lang.String getPrecision()
           
 java.lang.String getScale()
           
 

Method Detail

getLength

public java.lang.String getLength()

getPrecision

public java.lang.String getPrecision()

getScale

public java.lang.String getScale()


Copyright © 2001-2007 The TJDO Project All Rights Reserved.