Package io.trino.execution
Class QueryPreparer.PreparedQuery
java.lang.Object
io.trino.execution.QueryPreparer.PreparedQuery
- Enclosing class:
QueryPreparer
-
Constructor Summary
ConstructorsConstructorDescriptionPreparedQuery(Statement statement, List<Expression> parameters, Optional<String> prepareSql) -
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
PreparedQuery
-
-
Method Details
-
getStatement
-
getParameters
-
getPrepareSql
-