de.fuberlin.wiwiss.d2rq.rdql
Class SQLExpr
java.lang.Object
de.fuberlin.wiwiss.d2rq.rdql.SQLExpr
- All Implemented Interfaces:
- ExpressionTranslator.Result
public class SQLExpr
- extends Object
- implements ExpressionTranslator.Result
Implementation for ExpressionTranslator Result.
- Version:
- $Id: SQLExpr.java,v 1.5 2006/09/18 16:59:25 cyganiak Exp $
- Author:
- jgarbers
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SQLExpr
public SQLExpr(String expr,
int type)
SQLExpr
public SQLExpr(StringBuffer expr,
int type)
getType
public int getType()
- Specified by:
getType
in interface ExpressionTranslator.Result
setType
public void setType(int type)
- Specified by:
setType
in interface ExpressionTranslator.Result
getString
public String getString()
- Specified by:
getString
in interface ExpressionTranslator.Result
getStringBuffer
public StringBuffer getStringBuffer()
- Specified by:
getStringBuffer
in interface ExpressionTranslator.Result
appendTo
public void appendTo(StringBuffer sb)
- Specified by:
appendTo
in interface ExpressionTranslator.Result