All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class DSRG.VKB.Type

java.lang.Object
   |
   +----DSRG.VKB.Type

public final class Type
extends Object
implements Serializable
Type will implement some of Oracle's types.


Variable Index

 o BOOLEAN
 o currentType
 o DATE
 o DOUBLE
 o LONG
 o OTHER
 o STRING

Constructor Index

 o Type(int)

Method Index

 o DateTransfer(String)
 o isDate(String)
 o month(String)

Variables

 o LONG
 public static final int LONG
 o DOUBLE
 public static final int DOUBLE
 o BOOLEAN
 public static final int BOOLEAN
 o STRING
 public static final int STRING
 o DATE
 public static final int DATE
 o OTHER
 public static final int OTHER
 o currentType
 int currentType

Constructors

 o Type
 public Type(int newType)

Methods

 o isDate
 public static boolean isDate(String t)
 o DateTransfer
 public static String DateTransfer(String t)
 o month
 public static String month(String mon) throws NoSuchMonthException

All Packages  Class Hierarchy  This Package  Previous  Next  Index