public class StatementTypeDetector extends Object
| Constructor and Description |
|---|
StatementTypeDetector() |
| Modifier and Type | Method and Description |
|---|---|
QueryType |
detect(String sql)
Detects the Statement Type (QueryType) given a SQL String.
|
public QueryType detect(String sql) throws UnknownStatementTypeException
sql - SQL StringUnknownStatementTypeExceptionCopyright © 2024. All rights reserved.