public class StatementParser extends Object
| Modifier and Type | Method and Description |
|---|---|
static StatementType |
getStatementType(String sql)
Returns the statement type of a given SQL string.
|
public static StatementType getStatementType(String sql)
sql - the input SQL string.Copyright © 2021 Google LLC. All rights reserved.