public class DBLockStatement
extends java.lang.Object
Constructor and Description |
---|
DBLockStatement(java.lang.String signature)
Instantiates a statement.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getSignature()
Returns this statements signature.
|
java.lang.String |
toString()
Returns a
String representation of this statement. |
public DBLockStatement(java.lang.String signature)
signature
- should be a legal SQL signature for the
target database; MUST not be null
,
empty string, or white spacePreparedStatement
,
Statement
public java.lang.String getSignature()
null
public java.lang.String toString()
String
representation of this statement.toString
in class java.lang.Object
null