|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.firebirdsql.jdbc.AbstractStatement
org.firebirdsql.jdbc.FBStatement
public class FBStatement
| Field Summary |
|---|
| Fields inherited from class org.firebirdsql.jdbc.AbstractStatement |
|---|
completed, fetchSize, firstWarning, fixedStmt, gdsHelper, hasMoreResults, isResultSet, maxRows, statementListener |
| Fields inherited from interface org.firebirdsql.jdbc.FirebirdStatement |
|---|
CLOSE_ALL_RESULTS, CLOSE_CURRENT_RESULT, KEEP_CURRENT_RESULT |
| Fields inherited from interface java.sql.Statement |
|---|
EXECUTE_FAILED, NO_GENERATED_KEYS, RETURN_GENERATED_KEYS, SUCCESS_NO_INFO |
| Constructor Summary | |
|---|---|
FBStatement(GDSHelper c,
int rsType,
int rsConcurrency,
int rsHoldability,
FBObjectListener.StatementListener statementListener)
|
|
| Method Summary | |
|---|---|
boolean |
execute(String param1,
int param2)
jdbc 3 |
boolean |
execute(String param1,
int[] param2)
jdbc 3 |
boolean |
execute(String param1,
String[] param2)
jdbc 3 |
int |
executeUpdate(String param1,
int param2)
jdbc 3 |
int |
executeUpdate(String param1,
int[] param2)
jdbc 3 |
int |
executeUpdate(String param1,
String[] param2)
jdbc 3 |
ResultSet |
getGeneratedKeys()
jdbc 3 |
boolean |
isPoolable()
|
boolean |
isWrapperFor(Class arg0)
|
void |
setPoolable(boolean poolable)
|
Object |
unwrap(Class arg0)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FBStatement(GDSHelper c,
int rsType,
int rsConcurrency,
int rsHoldability,
FBObjectListener.StatementListener statementListener)
throws SQLException
SQLException| Method Detail |
|---|
public ResultSet getGeneratedKeys()
throws SQLException
SQLException -
public int executeUpdate(String param1,
int param2)
throws SQLException
param1 - param2 - SQLException -
public int executeUpdate(String param1,
int[] param2)
throws SQLException
param1 - param2 - SQLException -
public int executeUpdate(String param1,
String[] param2)
throws SQLException
param1 - param2 - SQLException -
public boolean execute(String param1,
int param2)
throws SQLException
param1 - param2 - SQLException -
public boolean execute(String param1,
int[] param2)
throws SQLException
param1 - param2 - SQLException -
public boolean execute(String param1,
String[] param2)
throws SQLException
param1 - param2 - SQLException -
public boolean isPoolable()
throws SQLException
SQLException
public void setPoolable(boolean poolable)
throws SQLException
SQLException
public boolean isWrapperFor(Class arg0)
throws SQLException
SQLException
public Object unwrap(Class arg0)
throws SQLException
SQLException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||