org.jpox.store.rdbms.adapter
Class DatabaseAdapter.JDBCTypeInfo

java.lang.Object
  extended by org.jpox.store.rdbms.adapter.DatabaseAdapter.JDBCTypeInfo
Enclosing class:
DatabaseAdapter

public class DatabaseAdapter.JDBCTypeInfo
extends java.lang.Object

Convenience container for JDBC type information taken from the JDBC driver.


Constructor Summary
DatabaseAdapter.JDBCTypeInfo(short jdbcType)
           
 
Method Summary
 void addTypeInfo(TypeInfo ti)
           
 TypeInfo getDefault()
           
 short getJdbcType()
           
 java.lang.String[] getTypeNames()
           
 void setDefault(TypeInfo ti)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DatabaseAdapter.JDBCTypeInfo

public DatabaseAdapter.JDBCTypeInfo(short jdbcType)
Method Detail

addTypeInfo

public void addTypeInfo(TypeInfo ti)

setDefault

public void setDefault(TypeInfo ti)

getJdbcType

public short getJdbcType()

getDefault

public TypeInfo getDefault()

getTypeNames

public java.lang.String[] getTypeNames()


Copyright © -2008 . All Rights Reserved.