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


Constructor Index

 o ZLockTable()

Method Index

 o addTables(Vector)
 o getLockMode()
 o getTables()
 o isNowait()
 o setLockMode(String)

Constructors

 o ZLockTable
 public ZLockTable()

Methods

 o addTables
 public void addTables(Vector v)
 o getTables
 public Vector getTables()
 o setLockMode
 public void setLockMode(String lc)
 o getLockMode
 public String getLockMode()
 o isNowait
 public boolean isNowait()

All Packages  Class Hierarchy  This Package  Previous  Next  Index