org.tmatesoft.sqljet.core.schema
Interface ISqlJetBlobLiteral
-
- All Superinterfaces:
- ISqlJetExpression, ISqlJetLiteralValue
- All Known Implementing Classes:
- SqlJetBlobLiteral
public interface ISqlJetBlobLiteral extends ISqlJetLiteralValue
Blob literal.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description byte[]getValue()Blob value as bytes array.
-
-
-
Method Detail
-
getValue
byte[] getValue()
Blob value as bytes array.
IMPORTANT: Do not modify the returned array!
- Specified by:
getValuein interfaceISqlJetExpression- Returns:
- blob value
-
-
DataMelt 3.0 © DataMelt by jWork.ORG