Uses of Class
net.sf.jsqlparser.statement.select.Wait
-
Packages that use Wait Package Description net.sf.jsqlparser.parser net.sf.jsqlparser.statement.select -
-
Uses of Wait in net.sf.jsqlparser.parser
Methods in net.sf.jsqlparser.parser that return Wait Modifier and Type Method Description Wait
CCJSqlParser. Wait()
-
Uses of Wait in net.sf.jsqlparser.statement.select
Fields in net.sf.jsqlparser.statement.select declared as Wait Modifier and Type Field Description private Wait
Select. wait
Methods in net.sf.jsqlparser.statement.select that return Wait Modifier and Type Method Description Wait
Select. getWait()
Returns the value of theWait
set for this SELECTWait
Wait. withTimeout(long timeout)
Methods in net.sf.jsqlparser.statement.select with parameters of type Wait Modifier and Type Method Description void
Select. setWait(Wait wait)
Sets theWait
for this SELECTSelect
Select. withWait(Wait wait)
-