|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.edg.info.sqlutil.parsql.LockTableStatement
LockTableStatement: an SQL LOCK TABLE statement
Constructor Summary | |
LockTableStatement()
Creates a new LockTableStatement object. |
Method Summary | |
void |
addTables(java.util.Vector tables)
Adds a list of table names. |
java.lang.String |
getLockMode()
Gets the lock mode. |
java.util.Vector |
getTables()
Gets a list of table names. |
boolean |
isNoWait()
Gets the noWait flag. |
void |
setLockMode(java.lang.String lockMode)
Sets the lock mode. |
void |
setNoWait(boolean noWait)
Sets the noWait flag. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public LockTableStatement()
Method Detail |
public void setLockMode(java.lang.String lockMode)
lockMode
- Lock mode.public java.lang.String getLockMode()
public boolean isNoWait()
public void setNoWait(boolean noWait)
noWait
- NoWait flag.public java.util.Vector getTables()
public void addTables(java.util.Vector tables)
tables
- List of table names.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |