|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.tmatesoft.sqljet.core.internal.schema.SqlJetExpression
org.tmatesoft.sqljet.core.internal.schema.SqlJetBlobLiteral
public class SqlJetBlobLiteral
Constructor Summary | |
---|---|
SqlJetBlobLiteral(org.antlr.runtime.tree.CommonTree ast)
|
Method Summary | |
---|---|
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()
|
Methods inherited from class org.tmatesoft.sqljet.core.internal.schema.SqlJetExpression |
---|
create |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public SqlJetBlobLiteral(org.antlr.runtime.tree.CommonTree ast)
Method Detail |
---|
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)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |