Class BitTypeDescriptor

  • All Implemented Interfaces:
    java.io.Serializable, SqlTypeDescriptor

    public class BitTypeDescriptor
    extends java.lang.Object
    implements SqlTypeDescriptor
    Descriptor for BIT handling.

    Note that JDBC is very specific about its use of the type BIT to mean a single binary digit, whereas SQL defines BIT having a parameterized length.

    See Also:
    Serialized Form