Class SimpleParser (0.15.0)
Stay organized with collections
Save and categorize content based on your preferences.
publicclass SimpleParserA very simple parser that can interpret SQL statements to find specific parts in the string.
Inherited Members
Static Methods
isCommand(String command, String query)
publicstaticbooleanisCommand(Stringcommand,Stringquery)Returns true if the given sql string is the given command.
Name
Description
Returns
Type
Description
parseCommand(String sql)
publicstaticStringparseCommand(Stringsql)Returns the command tag of the given SQL string
Name
Description
Returns
Type
Description
Methods
toString()
publicStringtoString() Type
Description
Overrides