Class Wait
java.lang.Object
net.sf.jsqlparser.statement.select.Wait
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlong
void
setTimeout
(long timeout) toString()
Returns a String containing the WAIT clause and its timeout, where TIMEOUT is specified bygetTimeout()
.withTimeout
(long timeout)
-
Field Details
-
timeout
private long timeout
-
-
Constructor Details
-
Wait
public Wait()
-
-
Method Details
-
getTimeout
public long getTimeout() -
setTimeout
public void setTimeout(long timeout) -
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
-