com.continuent.tungsten.replicator.database
Class AdditionalTypes

java.lang.Object
  extended by com.continuent.tungsten.replicator.database.AdditionalTypes

public class AdditionalTypes
extends java.lang.Object

This class defines a AdditionalTypes These are types that are not part of java.sql.Types but are used in some database vendors. An example would be a column type in Oracle that has no corresponding java.sql.Type. There is a copy of this file in the bristlecone project.

Version:
1.0
Author:
Scott Martin

Field Summary
static int MEDIUMINT
           
static int TIMESTAMPLOCAL
          Oracle specific types.
static int UBIGINT
           
static int UINT
           
static int UMEDIUMINT
           
static int USMALLINT
           
static int UTINYINT
          Unsigned MySQL types
static int XML
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TIMESTAMPLOCAL

public static final int TIMESTAMPLOCAL
Oracle specific types.

See Also:
Constant Field Values

XML

public static final int XML
See Also:
Constant Field Values

UTINYINT

public static final int UTINYINT
Unsigned MySQL types

See Also:
Constant Field Values

USMALLINT

public static final int USMALLINT
See Also:
Constant Field Values

UMEDIUMINT

public static final int UMEDIUMINT
See Also:
Constant Field Values

UINT

public static final int UINT
See Also:
Constant Field Values

UBIGINT

public static final int UBIGINT
See Also:
Constant Field Values

MEDIUMINT

public static final int MEDIUMINT
See Also:
Constant Field Values