Package org.objectweb.cjdbc.driver.protocol

Protocol used between C-JDBC driver and controller.

See:
          Description

Class Summary
Commands Protocol commands between C-JDBC driver (client) and controller (server).
SQLDataSerialization This class defines Serializers for SQL Data: per type serialization + deserialization methods and information wrapped in one object.
SQLDataSerialization.BigDecimalSerializer  
SQLDataSerialization.BlobSerializer  
SQLDataSerialization.BooleanSerializer  
SQLDataSerialization.BytesSerializer  
SQLDataSerialization.DateSerializer  
SQLDataSerialization.DoubleSerializer  
SQLDataSerialization.FloatSerializer  
SQLDataSerialization.IntegerSerializer  
SQLDataSerialization.LongSerializer  
SQLDataSerialization.Serializer Abstract class hiding type-specific serialization methods and information
SQLDataSerialization.StringSerializer  
SQLDataSerialization.TimeSerializer  
SQLDataSerialization.TimestampSerializer  
TypeTag This class implements protocol type tags with an internal String, but offers an abstract interface on top of it in order to be transparently substituted some day (with enums for instance).
 

Exception Summary
CommandCompleted This exception is used by the controller to signal the driver from the successful completion of a command.
 

Package org.objectweb.cjdbc.driver.protocol Description

Protocol used between C-JDBC driver and controller.



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