Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.hsqldb.util
Class JDBCTypes  view JDBCTypes download JDBCTypes.java

java.lang.Object
  extended byorg.hsqldb.util.JDBCTypes

class JDBCTypes
extends java.lang.Object

Base class for conversion from a different databases

Version:
1.7.0

Field Summary
private  java.util.Hashtable hIntJDBCtypes
           
private  java.util.Hashtable hStringJDBCtypes
           
 
Constructor Summary
(package private) JDBCTypes()
           
 
Method Summary
 java.util.Hashtable getHashtable()
           
 int toInt(java.lang.String type)
           
 java.lang.String toString(int type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

hStringJDBCtypes

private java.util.Hashtable hStringJDBCtypes

hIntJDBCtypes

private java.util.Hashtable hIntJDBCtypes
Constructor Detail

JDBCTypes

JDBCTypes()
Method Detail

getHashtable

public java.util.Hashtable getHashtable()

toString

public java.lang.String toString(int type)

toInt

public int toInt(java.lang.String type)
          throws java.lang.Exception