|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PreparedStatement
| Field Summary |
|---|
| 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 |
| Method Summary | |
|---|---|
void |
addBatch()
EXPERIMENTAL Experimental APIs are APIs that are early-stage and not yet finalized or fully qualified. In future releases, these APIs may be changed in incompatible ways, replaced or even removed completely without warning. For these reasons, Danger will not publish applications that use any experimental APIs. |
void |
clearParameters()
EXPERIMENTAL Experimental APIs are APIs that are early-stage and not yet finalized or fully qualified. In future releases, these APIs may be changed in incompatible ways, replaced or even removed completely without warning. For these reasons, Danger will not publish applications that use any experimental APIs. |
boolean |
execute()
EXPERIMENTAL Experimental APIs are APIs that are early-stage and not yet finalized or fully qualified. In future releases, these APIs may be changed in incompatible ways, replaced or even removed completely without warning. For these reasons, Danger will not publish applications that use any experimental APIs. |
ResultSet |
executeQuery()
EXPERIMENTAL Experimental APIs are APIs that are early-stage and not yet finalized or fully qualified. In future releases, these APIs may be changed in incompatible ways, replaced or even removed completely without warning. For these reasons, Danger will not publish applications that use any experimental APIs. |
int |
executeUpdate()
EXPERIMENTAL Experimental APIs are APIs that are early-stage and not yet finalized or fully qualified. In future releases, these APIs may be changed in incompatible ways, replaced or even removed completely without warning. For these reasons, Danger will not publish applications that use any experimental APIs. |
ResultSetMetaData |
getMetaData()
EXPERIMENTAL Experimental APIs are APIs that are early-stage and not yet finalized or fully qualified. In future releases, these APIs may be changed in incompatible ways, replaced or even removed completely without warning. For these reasons, Danger will not publish applications that use any experimental APIs. |
ParameterMetaData |
getParameterMetaData()
EXPERIMENTAL Experimental APIs are APIs that are early-stage and not yet finalized or fully qualified. In future releases, these APIs may be changed in incompatible ways, replaced or even removed completely without warning. For these reasons, Danger will not publish applications that use any experimental APIs. |
void |
setArray(int i,
Array x)
EXPERIMENTAL Experimental APIs are APIs that are early-stage and not yet finalized or fully qualified. In future releases, these APIs may be changed in incompatible ways, replaced or even removed completely without warning. For these reasons, Danger will not publish applications that use any experimental APIs. |
void |
setAsciiStream(int parameterIndex,
InputStream x,
int length)
EXPERIMENTAL Experimental APIs are APIs that are early-stage and not yet finalized or fully qualified. In future releases, these APIs may be changed in incompatible ways, replaced or even removed completely without warning. For these reasons, Danger will not publish applications that use any experimental APIs. |
void |
setBigDecimal(int parameterIndex,
BigDecimal x)
EXPERIMENTAL Experimental APIs are APIs that are early-stage and not yet finalized or fully qualified. In future releases, these APIs may be changed in incompatible ways, replaced or even removed completely without warning. For these reasons, Danger will not publish applications that use any experimental APIs. |
void |
setBinaryStream(int parameterIndex,
InputStream x,
int length)
EXPERIMENTAL Experimental APIs are APIs that are early-stage and not yet finalized or fully qualified. In future releases, these APIs may be changed in incompatible ways, replaced or even removed completely without warning. For these reasons, Danger will not publish applications that use any experimental APIs. |
void |
setBlob(int i,
Blob x)
EXPERIMENTAL Experimental APIs are APIs that are early-stage and not yet finalized or fully qualified. In future releases, these APIs may be changed in incompatible ways, replaced or even removed completely without warning. For these reasons, Danger will not publish applications that use any experimental APIs. |
void |
setBoolean(int parameterIndex,
boolean x)
EXPERIMENTAL Experimental APIs are APIs that are early-stage and not yet finalized or fully qualified. In future releases, these APIs may be changed in incompatible ways, replaced or even removed completely without warning. For these reasons, Danger will not publish applications that use any experimental APIs. |
void |
setByte(int parameterIndex,
byte x)
EXPERIMENTAL Experimental APIs are APIs that are early-stage and not yet finalized or fully qualified. In future releases, these APIs may be changed in incompatible ways, replaced or even removed completely without warning. For these reasons, Danger will not publish applications that use any experimental APIs. |
void |
setBytes(int parameterIndex,
byte[] x)
EXPERIMENTAL Experimental APIs are APIs that are early-stage and not yet finalized or fully qualified. In future releases, these APIs may be changed in incompatible ways, replaced or even removed completely without warning. For these reasons, Danger will not publish applications that use any experimental APIs. |
void |
setCharacterStream(int parameterIndex,
Reader reader,
int length)
EXPERIMENTAL Experimental APIs are APIs that are early-stage and not yet finalized or fully qualified. In future releases, these APIs may be changed in incompatible ways, replaced or even removed completely without warning. For these reasons, Danger will not publish applications that use any experimental APIs. |
void |
setClob(int i,
Clob x)
EXPERIMENTAL Experimental APIs are APIs that are early-stage and not yet finalized or fully qualified. In future releases, these APIs may be changed in incompatible ways, replaced or even removed completely without warning. For these reasons, Danger will not publish applications that use any experimental APIs. |
void |
setDouble(int parameterIndex,
double x)
EXPERIMENTAL Experimental APIs are APIs that are early-stage and not yet finalized or fully qualified. In future releases, these APIs may be changed in incompatible ways, replaced or even removed completely without warning. For these reasons, Danger will not publish applications that use any experimental APIs. |
void |
setFloat(int parameterIndex,
float x)
EXPERIMENTAL Experimental APIs are APIs that are early-stage and not yet finalized or fully qualified. In future releases, these APIs may be changed in incompatible ways, replaced or even removed completely without warning. For these reasons, Danger will not publish applications that use any experimental APIs. |
void |
setInt(int parameterIndex,
int x)
EXPERIMENTAL Experimental APIs are APIs that are early-stage and not yet finalized or fully qualified. In future releases, these APIs may be changed in incompatible ways, replaced or even removed completely without warning. For these reasons, Danger will not publish applications that use any experimental APIs. |
void |
setLong(int parameterIndex,
long x)
EXPERIMENTAL Experimental APIs are APIs that are early-stage and not yet finalized or fully qualified. In future releases, these APIs may be changed in incompatible ways, replaced or even removed completely without warning. For these reasons, Danger will not publish applications that use any experimental APIs. |
void |
setNull(int parameterIndex,
int sqlType)
EXPERIMENTAL Experimental APIs are APIs that are early-stage and not yet finalized or fully qualified. In future releases, these APIs may be changed in incompatible ways, replaced or even removed completely without warning. For these reasons, Danger will not publish applications that use any experimental APIs. |
void |
setNull(int paramIndex,
int sqlType,
String typeName)
EXPERIMENTAL Experimental APIs are APIs that are early-stage and not yet finalized or fully qualified. In future releases, these APIs may be changed in incompatible ways, replaced or even removed completely without warning. For these reasons, Danger will not publish applications that use any experimental APIs. |
void |
setObject(int parameterIndex,
Object x)
EXPERIMENTAL Experimental APIs are APIs that are early-stage and not yet finalized or fully qualified. In future releases, these APIs may be changed in incompatible ways, replaced or even removed completely without warning. For these reasons, Danger will not publish applications that use any experimental APIs. |
void |
setObject(int parameterIndex,
Object x,
int targetSqlType)
EXPERIMENTAL Experimental APIs are APIs that are early-stage and not yet finalized or fully qualified. In future releases, these APIs may be changed in incompatible ways, replaced or even removed completely without warning. For these reasons, Danger will not publish applications that use any experimental APIs. |
void |
setObject(int parameterIndex,
Object x,
int targetSqlType,
int scale)
EXPERIMENTAL Experimental APIs are APIs that are early-stage and not yet finalized or fully qualified. In future releases, these APIs may be changed in incompatible ways, replaced or even removed completely without warning. For these reasons, Danger will not publish applications that use any experimental APIs. |
void |
setRef(int i,
Ref x)
EXPERIMENTAL Experimental APIs are APIs that are early-stage and not yet finalized or fully qualified. In future releases, these APIs may be changed in incompatible ways, replaced or even removed completely without warning. For these reasons, Danger will not publish applications that use any experimental APIs. |
void |
setShort(int parameterIndex,
short x)
EXPERIMENTAL Experimental APIs are APIs that are early-stage and not yet finalized or fully qualified. In future releases, these APIs may be changed in incompatible ways, replaced or even removed completely without warning. For these reasons, Danger will not publish applications that use any experimental APIs. |
void |
setString(int parameterIndex,
String x)
EXPERIMENTAL Experimental APIs are APIs that are early-stage and not yet finalized or fully qualified. In future releases, these APIs may be changed in incompatible ways, replaced or even removed completely without warning. For these reasons, Danger will not publish applications that use any experimental APIs. |
void |
setUnicodeStream(int parameterIndex,
InputStream x,
int length)
EXPERIMENTAL Experimental APIs are APIs that are early-stage and not yet finalized or fully qualified. In future releases, these APIs may be changed in incompatible ways, replaced or even removed completely without warning. For these reasons, Danger will not publish applications that use any experimental APIs. |
void |
setURL(int parameterIndex,
URL x)
EXPERIMENTAL Experimental APIs are APIs that are early-stage and not yet finalized or fully qualified. In future releases, these APIs may be changed in incompatible ways, replaced or even removed completely without warning. For these reasons, Danger will not publish applications that use any experimental APIs. |
| Method Detail |
|---|
ResultSet executeQuery()
throws SQLException
SQLException
int executeUpdate()
throws SQLException
SQLException
void setNull(int parameterIndex,
int sqlType)
throws SQLException
SQLException
void setBoolean(int parameterIndex,
boolean x)
throws SQLException
SQLException
void setByte(int parameterIndex,
byte x)
throws SQLException
SQLException
void setShort(int parameterIndex,
short x)
throws SQLException
SQLException
void setInt(int parameterIndex,
int x)
throws SQLException
SQLException
void setLong(int parameterIndex,
long x)
throws SQLException
SQLException
void setFloat(int parameterIndex,
float x)
throws SQLException
SQLException
void setDouble(int parameterIndex,
double x)
throws SQLException
SQLException
void setBigDecimal(int parameterIndex,
BigDecimal x)
throws SQLException
SQLException
void setString(int parameterIndex,
String x)
throws SQLException
SQLException
void setBytes(int parameterIndex,
byte[] x)
throws SQLException
SQLException
void setAsciiStream(int parameterIndex,
InputStream x,
int length)
throws SQLException
SQLException
void setUnicodeStream(int parameterIndex,
InputStream x,
int length)
throws SQLException
SQLException
void setBinaryStream(int parameterIndex,
InputStream x,
int length)
throws SQLException
SQLException
void clearParameters()
throws SQLException
SQLException
void setObject(int parameterIndex,
Object x,
int targetSqlType,
int scale)
throws SQLException
SQLException
void setObject(int parameterIndex,
Object x,
int targetSqlType)
throws SQLException
SQLException
void setObject(int parameterIndex,
Object x)
throws SQLException
SQLException
boolean execute()
throws SQLException
SQLException
void addBatch()
throws SQLException
SQLException
void setCharacterStream(int parameterIndex,
Reader reader,
int length)
throws SQLException
SQLException
void setRef(int i,
Ref x)
throws SQLException
SQLException
void setBlob(int i,
Blob x)
throws SQLException
SQLException
void setClob(int i,
Clob x)
throws SQLException
SQLException
void setArray(int i,
Array x)
throws SQLException
SQLException
ResultSetMetaData getMetaData()
throws SQLException
SQLException
void setNull(int paramIndex,
int sqlType,
String typeName)
throws SQLException
SQLException
void setURL(int parameterIndex,
URL x)
throws SQLException
SQLException
ParameterMetaData getParameterMetaData()
throws SQLException
SQLException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||