- java.lang.Object
-
- net.sf.jsqlparser.statement.select.Wait
-
- All Implemented Interfaces:
Serializable
public class Wait extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Wait()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getTimeout()
void
setTimeout(long timeout)
String
toString()
Returns a String containing the WAIT clause and its timeout, where TIMEOUT is specified bygetTimeout()
.Wait
withTimeout(long timeout)
-
-
-
Method Detail
-
getTimeout
public long getTimeout()
-
setTimeout
public void setTimeout(long timeout)
-
toString
public String toString()
Returns a String containing the WAIT clause and its timeout, where TIMEOUT is specified bygetTimeout()
. The returned string will null be:" WAIT <TIMEOUT>"
-
withTimeout
public Wait withTimeout(long timeout)
-
-