public class YdbQueryParser extends Object
| Constructor and Description |
|---|
YdbQueryParser(boolean isDetectQueryType,
boolean isDetectJdbcParameters) |
| Modifier and Type | Method and Description |
|---|---|
QueryType |
detectQueryType() |
List<QueryStatement> |
getStatements() |
YqlBatcher |
getYqlBatcher() |
String |
parseSQL(String origin) |
public YdbQueryParser(boolean isDetectQueryType,
boolean isDetectJdbcParameters)
public List<QueryStatement> getStatements()
public YqlBatcher getYqlBatcher()
public QueryType detectQueryType() throws SQLException
SQLExceptionpublic String parseSQL(String origin) throws SQLException
SQLExceptionCopyright © 2024. All rights reserved.