Package org.tmatesoft.sqljet.core.schema
Interface ISqlJetBlobLiteral
- All Superinterfaces:
ISqlJetExpression
,ISqlJetLiteralValue
- All Known Implementing Classes:
SqlJetBlobLiteral
Blob literal.
- Author:
- TMate Software Ltd., Dmitry Stadnik (dtrace@seznam.cz)
-
Method Summary
-
Method Details
-
getValue
byte[] getValue()Blob value as bytes array.
IMPORTANT: Do not modify the returned array!
- Specified by:
getValue
in interfaceISqlJetExpression
- Returns:
- blob value
-