net.sourceforge.pbeans.data
Class AbstractDatabase.TypeInfo

java.lang.Object
  extended by net.sourceforge.pbeans.data.AbstractDatabase.TypeInfo
Enclosing class:
AbstractDatabase

protected class AbstractDatabase.TypeInfo
extends java.lang.Object


Constructor Summary
AbstractDatabase.TypeInfo(int sqlType, java.lang.String typeName, int precision)
           
 
Method Summary
 java.lang.String getDeclaration()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractDatabase.TypeInfo

public AbstractDatabase.TypeInfo(int sqlType,
                                 java.lang.String typeName,
                                 int precision)
Method Detail

getDeclaration

public final java.lang.String getDeclaration()