Class SqlJetBlobLiteral
java.lang.Object
org.tmatesoft.sqljet.core.internal.schema.SqlJetExpression
org.tmatesoft.sqljet.core.internal.schema.SqlJetBlobLiteral
- All Implemented Interfaces:
ISqlJetBlobLiteral,ISqlJetExpression,ISqlJetLiteralValue
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.tmatesoft.sqljet.core.internal.schema.SqlJetExpression
create
-
Constructor Details
-
SqlJetBlobLiteral
public SqlJetBlobLiteral(org.antlr.runtime.tree.CommonTree ast)
-
-
Method Details
-
getValue
public byte[] getValue()Description copied from interface:ISqlJetBlobLiteralBlob value as bytes array.
IMPORTANT: Do not modify the returned array!
- Specified by:
getValuein interfaceISqlJetBlobLiteral- Specified by:
getValuein interfaceISqlJetExpression- Overrides:
getValuein classSqlJetExpression- Returns:
- blob value
-
toString
-
parseBlob
-
asBlob
-