All Packages Class Hierarchy This Package Previous Next Index
Class Zql.ZLockTable
java.lang.Object
|
+----Zql.ZLockTable
- public class ZLockTable
- extends Object
- implements ZStatement
ZLockTable: an SQL LOCK TABLE statement
-
ZLockTable()
-
-
addTables(Vector)
-
-
getLockMode()
-
-
getTables()
-
-
isNowait()
-
-
setLockMode(String)
-
ZLockTable
public ZLockTable()
addTables
public void addTables(Vector v)
getTables
public Vector getTables()
setLockMode
public void setLockMode(String lc)
getLockMode
public String getLockMode()
isNowait
public boolean isNowait()
All Packages Class Hierarchy This Package Previous Next Index