Uses of Class
org.objectweb.cjdbc.common.exceptions.NotImplementedException

Packages that use NotImplementedException
org.objectweb.cjdbc.controller.virtualdatabase Virtual database core code including connection handling. 
org.objectweb.cjdbc.driver.protocol Protocol used between C-JDBC driver and controller. 
 

Uses of NotImplementedException in org.objectweb.cjdbc.controller.virtualdatabase
 

Methods in org.objectweb.cjdbc.controller.virtualdatabase that throw NotImplementedException
private  void VirtualDatabaseWorkerThread.databaseStaticMetadata()
          Get the static metadata key from the socket and return the corresponding metadata.
 

Uses of NotImplementedException in org.objectweb.cjdbc.driver.protocol
 

Methods in org.objectweb.cjdbc.driver.protocol that throw NotImplementedException
static SQLDataSerialization.Serializer SQLDataSerialization.getSerializer(java.lang.Object sqlObjOrTypeTag)
          Returns the de/serializer appropriate for the given TypeTag, or for the type of the given SQL object if argument is not a TypeTag (TypeTag already knows how to serialize itself).
 



Copyright © 2002, 2005 - ObjectWeb Consortium - All Rights Reserved.