java.lang.Object
org.jooq.impl.DefaultParseListener
- All Implemented Interfaces:
EventListener
,ParseListener
Deprecated.
A publicly available default implementation of
ParseListener
.
Use this to stay compatible with future API changes (i.e. added methods to
ParseListener
)
- Author:
- Lukas Eder
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.jooq.ParseListener
parseCondition, parseEnd, parseField, parseStart, parseTable
-
Constructor Details
-
DefaultParseListener
public DefaultParseListener()Deprecated.
-
ParseListener
SPI directly, instead.