java.lang.Object
simpleorm.dataset.SFieldMeta
simpleorm.dataset.SFieldScalar
simpleorm.dataset.SFieldBlob
com.inductiveautomation.ignition.gateway.localdb.persistence.BlobField
All Implemented Interfaces:
Serializable

public class BlobField extends SFieldBlob
See Also:
  • Constructor Details

  • Method Details

    • getFormMeta

      public FormMeta getFormMeta()
    • getDefault

      public byte[] getDefault()
    • setDefault

      public BlobField setDefault(byte[] value)
    • queryFieldValue

      public Object queryFieldValue(ResultSet rs, int sqlIndex) throws Exception
      Description copied from class: SFieldMeta
      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. The first column has sqlIndex==1.
      Overrides:
      queryFieldValue in class SFieldBlob
      Throws:
      Exception