com.jdbwc.core
Class WCSQLData

java.lang.Object
  extended by com.jdbwc.core.WCSQLData
All Implemented Interfaces:
java.sql.SQLData

public class WCSQLData
extends java.lang.Object
implements java.sql.SQLData

NOTE: This is only a skeleton and has not been implemented yet!!!

Version:
2008-06-09
Author:
Tim Gall (Oz-DevWorX)

Constructor Summary
protected WCSQLData()
          Constructs a new instance of this.
 
Method Summary
 java.lang.String getSQLTypeName()
           
 void readSQL(java.sql.SQLInput stream, java.lang.String typeName)
           
 void writeSQL(java.sql.SQLOutput stream)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WCSQLData

protected WCSQLData()
Constructs a new instance of this.

Method Detail

getSQLTypeName

public java.lang.String getSQLTypeName()
                                throws java.sql.SQLException
Specified by:
getSQLTypeName in interface java.sql.SQLData
Throws:
java.sql.SQLException

readSQL

public void readSQL(java.sql.SQLInput stream,
                    java.lang.String typeName)
             throws java.sql.SQLException
Specified by:
readSQL in interface java.sql.SQLData
Throws:
java.sql.SQLException

writeSQL

public void writeSQL(java.sql.SQLOutput stream)
              throws java.sql.SQLException
Specified by:
writeSQL in interface java.sql.SQLData
Throws:
java.sql.SQLException