public class SqlJetBlobLiteral extends SqlJetExpression implements ISqlJetBlobLiteral
| Constructor and Description |
|---|
SqlJetBlobLiteral(CommonTree ast) |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
asBlob(byte[] data) |
byte[] |
getValue()
Blob value as bytes array.
|
static byte[] |
parseBlob(java.lang.String data) |
java.lang.String |
toString() |
createpublic byte[] getValue()
ISqlJetBlobLiteralBlob value as bytes array.
IMPORTANT: Do not modify the returned array!
getValue in interface ISqlJetBlobLiteralgetValue in interface ISqlJetExpressiongetValue in class SqlJetExpressionpublic java.lang.String toString()
toString in class java.lang.Objectpublic static byte[] parseBlob(java.lang.String data)
public static java.lang.String asBlob(byte[] data)
Copyright © 2009-2010 TMate Software Ltd. All Rights Reserved.