Package | Description |
---|---|
com.akiban.sql.parser | |
com.akiban.sql.unparser |
Modifier and Type | Method and Description |
---|---|
ParameterNode |
SQLParser.lookupUnnamedParameter(int paramNumber)
Looks up an unnamed parameter given its parameter number.
|
Modifier and Type | Method and Description |
---|---|
List<ParameterNode> |
SQLParser.getParameterList()
Return the parameters to the parsed statement.
|
Modifier and Type | Method and Description |
---|---|
protected String |
NodeToString.parameterNode(ParameterNode node) |
Copyright © 2013 Akiban Technologies, Inc. All rights reserved.