Package simpleorm.dataset
Class SFieldBooleanBit
java.lang.Object
simpleorm.dataset.SFieldMeta
simpleorm.dataset.SFieldScalar
simpleorm.dataset.SFieldBoolean
simpleorm.dataset.SFieldBooleanBit
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- BooleanField
- See Also:
- 
Field SummaryFields inherited from class simpleorm.dataset.SFieldScalarsqlDataTypeOverride, theGeneratorFields inherited from class simpleorm.dataset.SFieldMetaquoteName
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected ObjectConverts the parameter from the raw type parameter to the correct internal Object type that is stored in the data set.Specializes SFieldMeta.booleanisFKeyCompatible(SFieldScalar field) intqueryFieldValue(ResultSet rs, int sqlIndex) Converts from database representation to internal representationMethods inherited from class simpleorm.dataset.SFieldScalargetColumnName, getGeneratorMode, getGeneratorParameter, getMaxSize, getReferences, getTheGenerator, isForeignKey, isGenerated, isMandatory, isNotOptimisticLocked, isPrimary, overrideSqlDataType, setGeneratorMode, setMaxSize, setTheGenerator, toLongerStringMethods inherited from class simpleorm.dataset.SFieldMetaaddFlag, addValidator, doValidate, equals, getFieldName, getFlags, getRecordMeta, getUserProperties, getUserProperty, getValidators, hashCode, isDescriptive, isUnqueried, nextGeneratedValue, putUserProperty, readResolve, setQuoted, toString, writeFieldValue, writeFieldValue
- 
Constructor Details- 
SFieldBooleanBit
 
- 
- 
Method Details- 
queryFieldValueConverts from database representation to internal representation- Specified by:
- queryFieldValuein class- SFieldMeta
- Throws:
- Exception
 
- 
convertToDataSetFieldTypeDescription copied from class:SFieldMetaConverts the parameter from the raw type parameter to the correct internal Object type that is stored in the data set. Returns the object if no conversion necessary. Used bySRecordInstance.setObjectetc., Not getObject.- Specified by:
- convertToDataSetFieldTypein class- SFieldMeta
 
- 
defaultSqlDataTypeSpecializes SFieldMeta.- Specified by:
- defaultSqlDataTypein class- SFieldScalar
 
- 
isFKeyCompatible
- 
javaSqlTypepublic int javaSqlType()- Specified by:
- javaSqlTypein class- SFieldScalar
- Returns:
- int constant from java.sql.Types, used for setting sql datatype with null values
 
 
-