Class BlobField
java.lang.Object
simpleorm.dataset.SFieldMeta
simpleorm.dataset.SFieldScalar
simpleorm.dataset.SFieldBlob
com.inductiveautomation.ignition.gateway.localdb.persistence.BlobField
- All Implemented Interfaces:
- Serializable
- See Also:
- 
Field SummaryFields inherited from class simpleorm.dataset.SFieldScalarsqlDataTypeOverride, theGeneratorFields inherited from class simpleorm.dataset.SFieldMetaquoteName
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbyte[]queryFieldValue(ResultSet rs, int sqlIndex) Issues a JDBC get*() on the result set for the field and converts the database type to the appropriate internal type, eg, Double for a double field.setDefault(byte[] value) Methods inherited from class simpleorm.dataset.SFieldBlobconvertToDataSetFieldType, defaultSqlDataType, isFKeyCompatible, javaSqlType, writeFieldValueMethods 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
- 
Constructor Details- 
BlobField
 
- 
- 
Method Details- 
getFormMeta
- 
getDefaultpublic byte[] getDefault()
- 
setDefault
- 
queryFieldValueDescription copied from class:SFieldMetaIssues a JDBC get*() on the result set for the field and converts the database type to the appropriate internal type, eg, Double for a double field. The first column has sqlIndex==1.- Overrides:
- queryFieldValuein class- SFieldBlob
- Throws:
- Exception
 
 
-