Class BlobField
- java.lang.Object
- 
- simpleorm.dataset.SFieldMeta
- 
- simpleorm.dataset.SFieldScalar
- 
- simpleorm.dataset.SFieldBlob
- 
- com.inductiveautomation.ignition.gateway.localdb.persistence.BlobField
 
 
 
 
- 
- All Implemented Interfaces:
- java.io.Serializable
 
 public class BlobField extends SFieldBlob - 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 BlobField(SRecordMeta<?> meta, java.lang.String columnName, SFieldFlags... pvals)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]getDefault()FormMetagetFormMeta()java.lang.ObjectqueryFieldValue(java.sql.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.BlobFieldsetDefault(byte[] value)- 
Methods inherited from class simpleorm.dataset.SFieldBlobconvertToDataSetFieldType, defaultSqlDataType, isFKeyCompatible, javaSqlType, writeFieldValue
 - 
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
 
- 
 
- 
- 
- 
Constructor Detail- 
BlobFieldpublic BlobField(SRecordMeta<?> meta, java.lang.String columnName, SFieldFlags... pvals) 
 
- 
 - 
Method Detail- 
getFormMetapublic FormMeta getFormMeta() 
 - 
getDefaultpublic byte[] getDefault() 
 - 
setDefaultpublic BlobField setDefault(byte[] value) 
 - 
queryFieldValuepublic java.lang.Object queryFieldValue(java.sql.ResultSet rs, int sqlIndex) throws java.lang.ExceptionDescription 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:
- java.lang.Exception
 
 
- 
 
-