Package simpleorm.dataset
Class SFieldBooleanBit
- java.lang.Object
- 
- simpleorm.dataset.SFieldMeta
- 
- simpleorm.dataset.SFieldScalar
- 
- simpleorm.dataset.SFieldBoolean
- 
- simpleorm.dataset.SFieldBooleanBit
 
 
 
 
- 
- All Implemented Interfaces:
- java.io.Serializable
 - Direct Known Subclasses:
- BooleanField
 
 public class SFieldBooleanBit extends SFieldBoolean - See Also:
- Serialized Form
 
- 
- 
Field Summary- 
Fields inherited from class simpleorm.dataset.SFieldScalarsqlDataTypeOverride, theGenerator
 - 
Fields inherited from class simpleorm.dataset.SFieldMetaquoteName
 
- 
 - 
Constructor SummaryConstructors Constructor Description SFieldBooleanBit(SRecordMeta meta, java.lang.String columnName, SFieldFlags... pvals)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.ObjectconvertToDataSetFieldType(java.lang.Object raw)Converts the parameter from the raw type parameter to the correct internal Object type that is stored in the data set.java.lang.StringdefaultSqlDataType()Specializes SFieldMeta.booleanisFKeyCompatible(SFieldScalar field)intjavaSqlType()java.lang.ObjectqueryFieldValue(java.sql.ResultSet rs, int sqlIndex)Converts from database representation to internal representation- 
Methods inherited from class simpleorm.dataset.SFieldScalargetColumnName, getGeneratorMode, getGeneratorParameter, getMaxSize, getReferences, getTheGenerator, isForeignKey, isGenerated, isMandatory, isNotOptimisticLocked, isPrimary, overrideSqlDataType, setGeneratorMode, setMaxSize, setTheGenerator, toLongerString
 - 
Methods 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 Detail- 
SFieldBooleanBitpublic SFieldBooleanBit(SRecordMeta meta, java.lang.String columnName, SFieldFlags... pvals) 
 
- 
 - 
Method Detail- 
queryFieldValuepublic java.lang.Object queryFieldValue(java.sql.ResultSet rs, int sqlIndex) throws java.lang.ExceptionConverts from database representation to internal representation- Specified by:
- queryFieldValuein class- SFieldMeta
- Throws:
- java.lang.Exception
 
 - 
convertToDataSetFieldTypeprotected java.lang.Object convertToDataSetFieldType(java.lang.Object raw) Description 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
 
 - 
defaultSqlDataTypepublic java.lang.String defaultSqlDataType() Specializes SFieldMeta.- Specified by:
- defaultSqlDataTypein class- SFieldScalar
 
 - 
isFKeyCompatiblepublic boolean isFKeyCompatible(SFieldScalar field) 
 - 
javaSqlTypepublic int javaSqlType() - Specified by:
- javaSqlTypein class- SFieldScalar
- Returns:
- int constant from java.sql.Types, used for setting sql datatype with null values
 
 
- 
 
-