public class BooleanType extends BooleanObjectType
| Modifier | Constructor and Description |
|---|---|
protected |
BooleanType(SqlType sqlType) |
protected |
BooleanType(SqlType sqlType,
Class<?>[] classes) |
| Modifier and Type | Method and Description |
|---|---|
static BooleanType |
getSingleton() |
boolean |
isPrimitive()
Return whether this field is a primitive type or not.
|
isAppropriateId, isEscapedValue, parseDefaultString, resultToSqlArgconvertIdNumber, dataIsEqual, generateId, getAssociatedClasses, getAssociatedClassNames, getDefaultWidth, getPrimaryClass, getSqlOtherType, getSqlType, isArgumentHolderRequired, isComparable, isEscapedDefaultValue, isSelfGeneratedId, isValidForField, isValidForVersion, isValidGeneratedType, makeConfigObject, moveToNextValue, resultStringToJavaisStreamType, javaToSqlArg, resultToJava, sqlArgToJavaclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisStreamType, javaToSqlArg, resultToJava, sqlArgToJavaprotected BooleanType(SqlType sqlType)
public static BooleanType getSingleton()
public boolean isPrimitive()
DataPersisterisPrimitive in interface DataPersisterisPrimitive in class BaseDataTypeThis documentation is licensed by Gray Watson under the Creative Commons Attribution-Share Alike 3.0 License.