public class BooleanObjectType extends BaseDataType
| Modifier | Constructor and Description |
|---|---|
protected |
BooleanObjectType(SqlType sqlType) |
protected |
BooleanObjectType(SqlType sqlType,
Class<?>[] classes) |
| Modifier and Type | Method and Description |
|---|---|
static BooleanObjectType |
getSingleton() |
boolean |
isAppropriateId()
Return true if this data type can be an id column in a class.
|
boolean |
isEscapedValue()
Return whether we need to escape this value in SQL expressions.
|
Object |
parseDefaultString(FieldType fieldType,
String defaultStr)
Convert a default string object and return the appropriate argument to a SQL insert or update statement.
|
Object |
resultToSqlArg(FieldType fieldType,
DatabaseResults results,
int columnPos)
Return the SQL argument object extracted from the results associated with column in position columnPos.
|
convertIdNumber, dataIsEqual, generateId, getAssociatedClasses, getAssociatedClassNames, getDefaultWidth, getPrimaryClass, getSqlOtherType, getSqlType, isArgumentHolderRequired, isComparable, isEscapedDefaultValue, isPrimitive, isSelfGeneratedId, isValidForField, isValidForVersion, isValidGeneratedType, moveToNextValue, resultStringToJavaisStreamType, javaToSqlArg, makeConfigObject, resultToJava, sqlArgToJavaclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisStreamType, javaToSqlArg, makeConfigObject, resultToJava, sqlArgToJavaprotected BooleanObjectType(SqlType sqlType)
public static BooleanObjectType getSingleton()
public Object parseDefaultString(FieldType fieldType, String defaultStr)
FieldConverterpublic Object resultToSqlArg(FieldType fieldType, DatabaseResults results, int columnPos) throws SQLException
FieldConverterfieldType - Associated FieldType which may be null.SQLException - If there is a problem accessing the results data.public boolean isEscapedValue()
DataPersisterisEscapedValue in interface DataPersisterisEscapedValue in class BaseDataTypepublic boolean isAppropriateId()
DataPersisterisAppropriateId in interface DataPersisterisAppropriateId in class BaseDataTypeThis documentation is licensed by Gray Watson under the Creative Commons Attribution-Share Alike 3.0 License.