public class Wait extends Object implements Serializable
| Constructor and Description |
|---|
Wait() |
| Modifier and Type | Method and Description |
|---|---|
long |
getTimeout() |
void |
setTimeout(long timeout) |
String |
toString()
Returns a String containing the WAIT clause and its timeout, where TIMEOUT is specified by
getTimeout(). |
Wait |
withTimeout(long timeout) |
public long getTimeout()
public void setTimeout(long timeout)
public String toString()
getTimeout(). The returned string will null be:
" WAIT <TIMEOUT>"
public Wait withTimeout(long timeout)
Copyright © 2004–2023 JSQLParser. All rights reserved.