com.hp.hpl.jena.sdb.core.sqlexpr
Class SqlConstant

java.lang.Object
  extended by com.hp.hpl.jena.sdb.core.AnnotationsBase
      extended by com.hp.hpl.jena.sdb.core.sqlexpr.SqlExprBase
          extended by com.hp.hpl.jena.sdb.core.sqlexpr.SqlConstant
All Implemented Interfaces:
Annotations, SqlExpr

public class SqlConstant
extends SqlExprBase


Constructor Summary
SqlConstant(long number)
           
SqlConstant(String str)
           
 
Method Summary
 String asSqlString()
           
 boolean isConstant()
           
 void visit(SqlExprVisitor visitor)
           
 
Methods inherited from class com.hp.hpl.jena.sdb.core.sqlexpr.SqlExprBase
asSQL, asSQL, getColumnsNeeded, isColumn, toString
 
Methods inherited from class com.hp.hpl.jena.sdb.core.AnnotationsBase
addNote, addNotes, getNotes, hasNotes, hasOneNote
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.hp.hpl.jena.sdb.core.Annotations
addNote, addNotes, getNotes, hasNotes, hasOneNote
 

Constructor Detail

SqlConstant

public SqlConstant(String str)

SqlConstant

public SqlConstant(long number)
Method Detail

asSqlString

public String asSqlString()

isConstant

public boolean isConstant()
Specified by:
isConstant in interface SqlExpr
Overrides:
isConstant in class SqlExprBase

visit

public void visit(SqlExprVisitor visitor)


Copyright ? 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP Copyright ? 2010 Epimorphics Ltd.