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() |
create
public byte[] getValue()
ISqlJetBlobLiteral
Blob value as bytes array.
IMPORTANT: Do not modify the returned array!
getValue
in interface ISqlJetBlobLiteral
getValue
in interface ISqlJetExpression
getValue
in class SqlJetExpression
public java.lang.String toString()
toString
in class java.lang.Object
public static byte[] parseBlob(java.lang.String data)
public static java.lang.String asBlob(byte[] data)
Copyright © 2009-2010 TMate Software Ltd. All Rights Reserved.