java.lang.Object
io.github.mmm.orm.statement.DbStatementParser
- All Implemented Interfaces:
io.github.mmm.scanner.CharScannerParser<DbStatement<?>>
public class DbStatementParser
extends Object
implements io.github.mmm.scanner.CharScannerParser<DbStatement<?>>
CharScannerParser for DbStatements.ATTENTION: This is NOT a generic SQL parser. It will only support the exact syntax produced by
BasicDbStatementFormatter with the defaults (as used by
invalid reference
DbStatement#toString()
- Since:
- 1.0.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic DbStatementParserget()DbStatement<?> parse(io.github.mmm.scanner.CharStreamScanner scanner) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.github.mmm.scanner.CharScannerParser
parse, parse
-
Constructor Details
-
DbStatementParser
protected DbStatementParser()The constructor.
-
-
Method Details
-
parse
- Specified by:
parsein interfaceio.github.mmm.scanner.CharScannerParser<DbStatement<?>>
-
get
- Returns:
- the singleton instance of this
DbStatementParser.
-