|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.postgresql.jdbc2.AbstractJdbc2Statement
org.postgresql.jdbc3.AbstractJdbc3Statement
org.postgresql.jdbc3g.AbstractJdbc3gStatement
public abstract class AbstractJdbc3gStatement
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.postgresql.jdbc2.AbstractJdbc2Statement |
|---|
AbstractJdbc2Statement.StatementResultHandler |
| Field Summary |
|---|
| Fields inherited from class org.postgresql.jdbc2.AbstractJdbc2Statement |
|---|
adjustIndex, batchParameters, batchStatements, callResult, concurrency, connection, fetchdirection, fetchSize, firstUnclosedResult, generatedKeys, isClosed, lastSimpleQuery, lastWarning, m_prepareThreshold, m_useCount, maxfieldSize, maxrows, outParmBeforeFunc, preparedParameters, preparedQuery, replaceProcessingEnabled, result, resultsettype, timeout, wantsGeneratedKeysAlways, wantsGeneratedKeysOnce, warnings |
| Fields inherited from interface org.postgresql.PGStatement |
|---|
DATE_NEGATIVE_INFINITY, DATE_POSITIVE_INFINITY |
| Fields inherited from interface java.sql.Statement |
|---|
CLOSE_ALL_RESULTS, CLOSE_CURRENT_RESULT, EXECUTE_FAILED, KEEP_CURRENT_RESULT, NO_GENERATED_KEYS, RETURN_GENERATED_KEYS, SUCCESS_NO_INFO |
| Constructor Summary | |
|---|---|
AbstractJdbc3gStatement(AbstractJdbc3Connection c,
int rsType,
int rsConcurrency,
int rsHoldability)
|
|
AbstractJdbc3gStatement(AbstractJdbc3Connection connection,
String sql,
boolean isCallable,
int rsType,
int rsConcurrency,
int rsHoldability)
|
|
| Method Summary | |
|---|---|
void |
setObject(int parameterIndex,
Object x)
|
void |
setObject(int parameterIndex,
Object x,
int targetSqlType,
int scale)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface java.sql.Statement |
|---|
isClosed, isPoolable, setPoolable |
| Methods inherited from interface java.sql.Wrapper |
|---|
isWrapperFor, unwrap |
| Constructor Detail |
|---|
public AbstractJdbc3gStatement(AbstractJdbc3Connection c,
int rsType,
int rsConcurrency,
int rsHoldability)
throws SQLException
SQLException
public AbstractJdbc3gStatement(AbstractJdbc3Connection connection,
String sql,
boolean isCallable,
int rsType,
int rsConcurrency,
int rsHoldability)
throws SQLException
SQLException| Method Detail |
|---|
public void setObject(int parameterIndex,
Object x)
throws SQLException
setObject in class AbstractJdbc2StatementSQLException
public void setObject(int parameterIndex,
Object x,
int targetSqlType,
int scale)
throws SQLException
setObject in class AbstractJdbc3StatementSQLException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||