BooleanField

Package: db
Type: class

10.1_PUBLIC

modifiedtype-extends: BooleanField
- db.Field
+ db.PrimitiveField
removedmethod: toString
java.lang.String toString()

10.0_PUBLIC

addedmethod: copyField
db.BooleanField copyField()
addedfield: INSTANCE
static db.BooleanField INSTANCE
addedfield: MAX_VALUE
static db.BooleanField MAX_VALUE
addedfield: MIN_VALUE
static db.BooleanField MIN_VALUE
addedmethod: setBinaryData
void setBinaryData(byte[] bytes)
modifiedmethod: newField
return type: Field → BooleanField
- db.Field newField()
+ db.BooleanField newField()
removedmethod: newField
db.Field newField(db.Field fieldValue)

9.0.2_PUBLIC

addedmethod: getFieldType
byte getFieldType()

9.0.1_PUBLIC

introducedInitial version