类 BitTypeDescriptor

  • 所有已实现的接口:
    Serializable, SqlTypeDescriptor

    public class BitTypeDescriptor
    extends 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.

    作者:
    Steve Ebersole
    另请参阅:
    序列化表格