butler.sql.metadata
Class BlobDatatype

java.lang.Object
  extended by butler.sql.metadata.DefaultDatatype
      extended by butler.sql.metadata.BlobDatatype
All Implemented Interfaces:
Datatype
Direct Known Subclasses:
ImageDatatype

public class BlobDatatype
extends DefaultDatatype

Author:
Fredrik Bertilsson

Constructor Summary
BlobDatatype()
           
 
Method Summary
 java.lang.Class getJavaClass()
          Returns the java class that is used for this datatype.
 int getType()
           
 
Methods inherited from class butler.sql.metadata.DefaultDatatype
db2obj, getDatatype, getDecimalDigits, getFormat, getInstance, getMaskFormatter, getOperators, getSize, obj2db, obj2xml, parse, toXML, validate, xml2obj
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BlobDatatype

public BlobDatatype()
Method Detail

getJavaClass

public java.lang.Class getJavaClass()
                             throws java.lang.Exception
Description copied from interface: Datatype
Returns the java class that is used for this datatype.

Specified by:
getJavaClass in interface Datatype
Overrides:
getJavaClass in class DefaultDatatype
Throws:
java.lang.Exception

getType

public int getType()
Specified by:
getType in interface Datatype
Overrides:
getType in class DefaultDatatype