Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Interface
org.apache.derby.iapi.services.io.TypedFormat

Uses of TypedFormat in org.apache.derby.iapi.services.io
 

Subinterfaces of TypedFormat in org.apache.derby.iapi.services.io
 interface Formatable
          Cloudscape interface for creating a stored form for an object and re-constructing an equivalent object from this stored form.
 interface Storable
          Formatable for holding SQL data (which may be null).
 

Classes in org.apache.derby.iapi.services.io that implement TypedFormat
 class FormatableArrayHolder
          A formatable holder for an array of formatables.
 class FormatableBitSet
          FormatableBitSet is implemented as a packed array of bytes.
 class FormatableHashtable
          A formatable holder for a java.util.Hashtable.
 class FormatableIntHolder
          A formatable holder for an int.
 class FormatableLongHolder
          A formatable holder for an long.
 class FormatableProperties
          A formatable holder for a java.util.Properties.