T - type of SQL statementpublic interface SQLStatementConverter<S extends org.apache.shardingsphere.sql.parser.sql.common.statement.SQLStatement,T extends org.apache.calcite.sql.SqlNode>
| Modifier and Type | Method and Description |
|---|---|
T |
convertToSQLNode(S sqlStatement)
Convert SQL statement to SQL node.
|
S |
convertToSQLStatement(T sqlNode)
Convert SQL node to SQL statement.
|
Copyright © 2022 The Apache Software Foundation. All rights reserved.