public abstract class JdbcImplementor.Context extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
JdbcImplementor.Context(int fieldCount) |
| Modifier and Type | Method and Description |
|---|---|
abstract SqlNode |
field(int ordinal) |
List<SqlNode> |
fieldList() |
SqlNode |
toSql(AggregateCall aggCall)
Converts a call to an aggregate function to an expression.
|
SqlNode |
toSql(RelFieldCollation collation)
Converts a collation to an ORDER BY item.
|
public abstract SqlNode field(int ordinal)
public SqlNode toSql(AggregateCall aggCall)
public SqlNode toSql(RelFieldCollation collation)
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.