public interface SaneQueryResultEngine
extends org.apache.shardingsphere.infra.util.spi.type.typed.TypedSPI
| Modifier and Type | Method and Description |
|---|---|
Optional<ExecuteResult> |
getSaneQueryResult(org.apache.shardingsphere.sql.parser.sql.common.statement.SQLStatement sqlStatement,
SQLException ex)
Get sane query result.
|
Optional<ExecuteResult> getSaneQueryResult(org.apache.shardingsphere.sql.parser.sql.common.statement.SQLStatement sqlStatement, SQLException ex)
sqlStatement - SQL statementex - SQL exceptionCopyright © 2023 The Apache Software Foundation. All rights reserved.