public class Wait extends Object
| Constructor and Description |
|---|
Wait() |
| Modifier and Type | Method and Description |
|---|---|
long |
getTimeout()
Returns the number of seconds specified for the WAIT command
|
void |
setTimeout(long timeout)
Sets the number of seconds to WAIT for this
Wait |
String |
toString()
Returns a String containing the WAIT clause and its timeout, where TIMEOUT is specified by
getTimeout(). |
public long getTimeout()
public void setTimeout(long timeout)
Waittimeout - the number of seconds to WAIT for this Waitpublic String toString()
getTimeout(). The returned string will null be:
" WAIT <TIMEOUT>"
Copyright © 2004–2017 JSQLParser. All rights reserved.