| Constructor and Description |
|---|
SqlExprBase(SqlDatatype datatype) |
| Modifier and Type | Method and Description |
|---|---|
static void |
_getColumnsMentioned(Set<SqlExprColumn> result,
SqlExpr expr) |
void |
asString(org.apache.jena.atlas.io.IndentedWriter writer) |
static void |
asString(org.apache.jena.atlas.io.IndentedWriter writer,
String nodeName,
List<SqlExpr> args) |
static void |
asString(org.apache.jena.atlas.io.IndentedWriter writer,
String nodeName,
SqlExpr... args) |
static Set<SqlExprColumn> |
getColumnsMentioned(SqlExpr expr) |
SqlDatatype |
getDatatype() |
String |
toString() |
public SqlExprBase(SqlDatatype datatype)
public SqlDatatype getDatatype()
getDatatype in interface SqlExprpublic void asString(org.apache.jena.atlas.io.IndentedWriter writer)
public static void asString(org.apache.jena.atlas.io.IndentedWriter writer,
String nodeName,
SqlExpr... args)
public static void asString(org.apache.jena.atlas.io.IndentedWriter writer,
String nodeName,
List<SqlExpr> args)
public static Set<SqlExprColumn> getColumnsMentioned(SqlExpr expr)
public static void _getColumnsMentioned(Set<SqlExprColumn> result, SqlExpr expr)
Copyright © 2014. All rights reserved.