クラス
net.sf.thirdi.jdbc.type.AbstractType の使用

AbstractType を使用しているパッケージ
net.sf.thirdi.jdbc.type.impl 型の実装です。 
 

net.sf.thirdi.jdbc.type.impl での AbstractType の使用
 

net.sf.thirdi.jdbc.type.impl での AbstractType のサブクラス
 class ArrayType
          概要(abstract): Arrayをあらわすクラスです。  
 class BigDecimalType
          概要(abstract): BigDecimalをあらわすクラスです。  
 class BlobType
          概要(abstract): Blobをあらわすクラスです。  
 class BooleanType
          概要(abstract): Booleanをあらわすクラスです。  
 class BytesType
          概要(abstract): Bytesをあらわすクラスです。  
 class ByteType
          概要(abstract): Byteをあらわすクラスです。  
 class CharacterType
          概要(abstract): Characterをあらわすクラスです。  
 class ClobType
          概要(abstract): Clobをあらわすクラスです。  
 class DateType
          概要(abstract): Dateをあらわすクラスです。  
 class DoubleType
          概要(abstract): Doubleをあらわすクラスです。  
 class FloatType
          概要(abstract): Floatをあらわすクラスです。  
 class IntegerType
          概要(abstract): Integerをあらわすクラスです。  
 class LongType
          概要(abstract): Longをあらわすクラスです。  
 class ObjectType
          概要(abstract): Objectをあらわすクラスです。  
 class RefType
          概要(abstract): Refをあらわすクラスです。  
 class ShortType
          概要(abstract): Shortをあらわすクラスです。  
 class StringType
          概要(abstract): String型をあらわすクラスです。  
 class StructType
          概要(abstract): Structをあらわすクラスです。  
 class TimestampType
          概要(abstract): Timestamp型をあらわすクラスです。  
 class TimeType
          概要(abstract): Timeをあらわすクラスです。