Class BlobField

    • Constructor Detail

    • Method Detail

      • getFormMeta

        public FormMeta getFormMeta()
      • getDefault

        public byte[] getDefault()
      • setDefault

        public BlobField setDefault​(byte[] value)
      • queryFieldValue

        public java.lang.Object queryFieldValue​(java.sql.ResultSet rs,
                                                int sqlIndex)
                                         throws java.lang.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:
        java.lang.Exception