public static interface Prepare.PreparedResult
| Modifier and Type | Method and Description |
|---|---|
Bindable |
getBindable()
Executes the prepared result.
|
String |
getCode()
Returns the code generated by preparation.
|
List<List<String>> |
getFieldOrigins()
Returns a list describing, for each result field, the origin of the
field as a 4-element list of (database, schema, table, column).
|
RelDataType |
getParameterRowType()
Returns a record type whose fields are the parameters of this statement.
|
TableModify.Operation |
getTableModOp()
Returns the table modification operation corresponding to this
statement if it is a table modification statement; otherwise null.
|
boolean |
isDml()
Returns whether this result is for a DML statement, in which case the
result set is one row with one column containing the number of rows
affected.
|
String getCode()
boolean isDml()
TableModify.Operation getTableModOp()
List<List<String>> getFieldOrigins()
RelDataType getParameterRowType()
Bindable getBindable()
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.