com.hp.hpl.jena.sdb.core.sqlexpr
Class SqlExprBase
java.lang.Object
com.hp.hpl.jena.sdb.core.AnnotationsBase
com.hp.hpl.jena.sdb.core.sqlexpr.SqlExprBase
- All Implemented Interfaces:
- Annotations, SqlExpr
- Direct Known Subclasses:
- S_Like, S_Regex, SqlColumn, SqlConstant, SqlExpr1, SqlExpr2, SqlFunction1
public abstract class SqlExprBase
- extends AnnotationsBase
- implements SqlExpr
| Methods inherited from interface com.hp.hpl.jena.sdb.core.sqlexpr.SqlExpr |
visit |
SqlExprBase
public SqlExprBase()
toString
public final String toString()
- Overrides:
toString in class Object
asSQL
public String asSQL()
- Specified by:
asSQL in interface SqlExpr
asSQL
public static String asSQL(SqlExpr expr)
getColumnsNeeded
public Set<SqlColumn> getColumnsNeeded()
- Specified by:
getColumnsNeeded in interface SqlExpr
isColumn
public boolean isColumn()
- Specified by:
isColumn in interface SqlExpr
isConstant
public boolean isConstant()
- Specified by:
isConstant in interface SqlExpr
Copyright ? 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP Copyright ? 2010 Epimorphics Ltd.