org.tmatesoft.sqljet.core.internal.schema
Class SqlJetStringLiteral

java.lang.Object
  extended by org.tmatesoft.sqljet.core.internal.schema.SqlJetExpression
      extended by org.tmatesoft.sqljet.core.internal.schema.SqlJetStringLiteral
All Implemented Interfaces:
ISqlJetExpression, ISqlJetLiteralValue, ISqlJetStringLiteral

public class SqlJetStringLiteral
extends SqlJetExpression
implements ISqlJetStringLiteral


Constructor Summary
SqlJetStringLiteral(org.antlr.runtime.tree.CommonTree ast)
           
 
Method Summary
static java.lang.String decode(java.lang.String s)
           
static java.lang.String encode(java.lang.String s)
           
 java.lang.String getValue()
           
 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

SqlJetStringLiteral

public SqlJetStringLiteral(org.antlr.runtime.tree.CommonTree ast)
Method Detail

getValue

public java.lang.String getValue()
Specified by:
getValue in interface ISqlJetExpression
Specified by:
getValue in interface ISqlJetStringLiteral
Overrides:
getValue in class SqlJetExpression

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

decode

public static java.lang.String decode(java.lang.String s)

encode

public static java.lang.String encode(java.lang.String s)