public static class QueryPreparer.PreparedQuery extends Object
Constructor and Description |
---|
PreparedQuery(Statement statement,
List<Expression> parameters,
Optional<String> formattedQuery,
Optional<String> prepareSql) |
Modifier and Type | Method and Description |
---|---|
Optional<String> |
getFormattedQuery() |
List<Expression> |
getParameters() |
Optional<String> |
getPrepareSql() |
Statement |
getStatement() |
Copyright © 2012–2022. All rights reserved.