public abstract class PreparedQuery extends Object
| Constructor and Description |
|---|
PreparedQuery(Optional<String> formattedQuery,
Optional<String> prepareSql) |
| Modifier and Type | Method and Description |
|---|---|
Optional<String> |
getFormattedQuery() |
Optional<String> |
getPrepareSql() |
Optional<QueryType> |
getQueryType() |
Class<?> |
getStatementClass() |
boolean |
isExplainTypeValidate() |
boolean |
isTransactionControlStatement() |
public boolean isTransactionControlStatement()
public Class<?> getStatementClass()
public boolean isExplainTypeValidate()
Copyright © 2012–2023. All rights reserved.