Uses of Class
net.sf.jsqlparser.statement.select.Wait
-
Packages that use Wait Package Description net.sf.jsqlparser.statement.select -
-
Uses of Wait in net.sf.jsqlparser.statement.select
Methods in net.sf.jsqlparser.statement.select that return Wait Modifier and Type Method Description WaitSelect. getWait()Returns the value of theWaitset for this SELECTWaitWait. withTimeout(long timeout)Methods in net.sf.jsqlparser.statement.select with parameters of type Wait Modifier and Type Method Description voidSelect. setWait(Wait wait)Sets theWaitfor this SELECTSelectSelect. withWait(Wait wait)
-