|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.novell.nds.dirxml.driver.jdbc.db.lock.DBLockStatement
A database-native SQL statement that locks a database resource.
Constructor Summary | |
DBLockStatement(String signature)
Instantiates a statement. |
Method Summary | |
String |
getSignature()
Returns this statements signature. |
String |
toString()
Returns a String representation of this statement. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public DBLockStatement(String signature)
signature
- should be a legal SQL signature for the
target database; MUST not be null
,
empty string, or white spacePreparedStatement
,
Statement
Method Detail |
public String getSignature()
null
public String toString()
String
representation of this statement.
null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |