public class JDSQLStatement
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static void |
addStatementListener(AS400JDBCStatementListener listener)
Adds an AS400JDBCStatementListener.
|
boolean |
isSelectFromInsert() |
boolean |
isSetSpecialRegister() |
static void |
removeStatementListener(AS400JDBCStatementListener listener)
Removes an AS400JDBCStatementListener.
|
void |
setNativeType(int type)
Sets the native statement type to one of the valid types.
|
void |
setSelectFromInsert(boolean selectFromInsert) |
java.lang.String |
toString()
Returns the SQL statement as a String.
|
public static void addStatementListener(AS400JDBCStatementListener listener)
listener
- public static void removeStatementListener(AS400JDBCStatementListener listener)
listener
- public void setNativeType(int type)
type
- Native statement type.public void setSelectFromInsert(boolean selectFromInsert)
public boolean isSelectFromInsert()
public java.lang.String toString()
toString
in class java.lang.Object
public boolean isSetSpecialRegister()