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.Formatable

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

Subinterfaces of Formatable in org.apache.derby.iapi.services.io
 interface Storable
          Formatable for holding SQL data (which may be null).
 

Classes in org.apache.derby.iapi.services.io that implement Formatable
 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.
 

Methods in org.apache.derby.iapi.services.io with parameters of type Formatable
(package private)  void DebugByteTeeOutputStream.checkObject(Formatable f)