Interface ISqlJetBlobLiteral

All Superinterfaces:
ISqlJetExpression, ISqlJetLiteralValue
All Known Implementing Classes:
SqlJetBlobLiteral

public interface ISqlJetBlobLiteral extends ISqlJetLiteralValue
Blob literal.
Author:
TMate Software Ltd., Dmitry Stadnik (dtrace@seznam.cz)
  • Method Summary

    Modifier and Type
    Method
    Description
    byte[]
    Blob value as bytes array.
  • Method Details

    • getValue

      byte[] getValue()

      Blob value as bytes array.

      IMPORTANT: Do not modify the returned array!

      Specified by:
      getValue in interface ISqlJetExpression
      Returns:
      blob value