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:ISqlJetBlobLiteral
Blob value as bytes array.
IMPORTANT: Do not modify the returned array!
- Specified by:
getValue
in interfaceISqlJetBlobLiteral
- Specified by:
getValue
in interfaceISqlJetExpression
- Overrides:
getValue
in classSqlJetExpression
- Returns:
- blob value
-
toString
-
parseBlob
-
asBlob
-