CallableStatement
Represents a callable statement.
Methods |
Array |
getArray(int i)
[Not supported]
|
Array |
getArray(String parameterName)
[Not supported]
|
BigDecimal |
getBigDecimal(int parameterIndex, int scale)
[Not supported]
|
BigDecimal |
getBigDecimal(int parameterIndex)
[Not supported]
|
BigDecimal |
getBigDecimal(String parameterName)
[Not supported]
|
Blob |
getBlob(int i)
[Not supported]
|
Blob |
getBlob(String parameterName)
[Not supported]
|
boolean |
getBoolean(int parameterIndex)
[Not supported]
|
boolean |
getBoolean(String parameterName)
[Not supported]
|
byte |
getByte(int parameterIndex)
[Not supported]
|
byte |
getByte(String parameterName)
[Not supported]
|
byte[] |
getBytes(int parameterIndex)
[Not supported]
|
byte[] |
getBytes(String parameterName)
[Not supported]
|
Clob |
getClob(int i)
[Not supported]
|
Clob |
getClob(String parameterName)
[Not supported]
|
Date |
getDate(int parameterIndex)
[Not supported]
|
Date |
getDate(int parameterIndex, Calendar cal)
[Not supported]
|
Date |
getDate(String parameterName, Calendar cal)
[Not supported]
|
Date |
getDate(String parameterName)
[Not supported]
|
double |
getDouble(int parameterIndex)
[Not supported]
|
double |
getDouble(String parameterName)
[Not supported]
|
float |
getFloat(int parameterIndex)
[Not supported]
|
float |
getFloat(String parameterName)
[Not supported]
|
int |
getInt(int parameterIndex)
[Not supported]
|
int |
getInt(String parameterName)
[Not supported]
|
long |
getLong(int parameterIndex)
[Not supported]
|
long |
getLong(String parameterName)
[Not supported]
|
Object |
getObject(int parameterIndex)
[Not supported]
|
Object |
getObject(int i, Map map)
[Not supported]
|
Object |
getObject(String parameterName, Map map)
[Not supported]
|
Object |
getObject(String parameterName)
[Not supported]
|
Ref |
getRef(int i)
[Not supported]
|
Ref |
getRef(String parameterName)
[Not supported]
|
short |
getShort(int parameterIndex)
[Not supported]
|
short |
getShort(String parameterName)
[Not supported]
|
String |
getString(int parameterIndex)
[Not supported]
|
String |
getString(String parameterName)
[Not supported]
|
Time |
getTime(int parameterIndex)
[Not supported]
|
Time |
getTime(int parameterIndex, Calendar cal)
[Not supported]
|
Time |
getTime(String parameterName, Calendar cal)
[Not supported]
|
Time |
getTime(String parameterName)
[Not supported]
|
Timestamp |
getTimestamp(int parameterIndex)
[Not supported]
|
Timestamp |
getTimestamp(int parameterIndex, Calendar cal)
[Not supported]
|
Timestamp |
getTimestamp(String parameterName, Calendar cal)
[Not supported]
|
Timestamp |
getTimestamp(String parameterName)
[Not supported]
|
URL |
getURL(String parameterName)
[Not supported]
|
URL |
getURL(int parameterIndex)
[Not supported]
|
void |
registerOutParameter(int parameterIndex, int sqlType)
[Not supported]
|
void |
registerOutParameter(int parameterIndex, int sqlType, int scale)
[Not supported]
|
void |
registerOutParameter(int paramIndex, int sqlType, String typeName)
[Not supported]
|
void |
registerOutParameter(String parameterName, int sqlType, String typeName)
[Not supported]
|
void |
registerOutParameter(String parameterName, int sqlType, int scale)
[Not supported]
|
void |
registerOutParameter(String parameterName, int sqlType)
[Not supported]
|
void |
setAsciiStream(String parameterName, InputStream x, int length)
[Not supported]
|
void |
setBigDecimal(String parameterName, BigDecimal x)
[Not supported]
|
void |
setBinaryStream(String parameterName, InputStream x, int length)
[Not supported]
|
void |
setBoolean(String parameterName, boolean x)
[Not supported]
|
void |
setByte(String parameterName, byte x)
[Not supported]
|
void |
setBytes(String parameterName, byte[] x)
[Not supported]
|
void |
setCharacterStream(String parameterName, Reader reader, int length)
[Not supported]
|
void |
setDate(String parameterName, Date x, Calendar cal)
[Not supported]
|
void |
setDate(String parameterName, Date x)
[Not supported]
|
void |
setDouble(String parameterName, double x)
[Not supported]
|
void |
setFloat(String parameterName, float x)
[Not supported]
|
void |
setInt(String parameterName, int x)
[Not supported]
|
void |
setLong(String parameterName, long x)
[Not supported]
|
void |
setNull(String parameterName, int sqlType, String typeName)
[Not supported]
|
void |
setNull(String parameterName, int sqlType)
[Not supported]
|
void |
setObject(String parameterName, Object x)
[Not supported]
|
void |
setObject(String parameterName, Object x, int targetSqlType)
[Not supported]
|
void |
setObject(String parameterName, Object x, int targetSqlType, int scale)
[Not supported]
|
void |
setShort(String parameterName, short x)
[Not supported]
|
void |
setString(String parameterName, String x)
[Not supported]
|
void |
setTime(String parameterName, Time x, Calendar cal)
[Not supported]
|
void |
setTime(String parameterName, Time x)
[Not supported]
|
void |
setTimestamp(String parameterName, Timestamp x, Calendar cal)
[Not supported]
|
void |
setTimestamp(String parameterName, Timestamp x)
[Not supported]
|
void |
setURL(String parameterName, URL val)
[Not supported]
|
boolean |
wasNull()
[Not supported]
|
Array getArray(int i) throws SQLException
[Not supported]
Array getArray(String parameterName) throws SQLException
[Not supported]
BigDecimal getBigDecimal(int parameterIndex, int scale) throws SQLException
[Not supported]
BigDecimal getBigDecimal(int parameterIndex) throws SQLException
[Not supported]
BigDecimal getBigDecimal(String parameterName) throws SQLException
[Not supported]
Blob getBlob(int i) throws SQLException
[Not supported]
Blob getBlob(String parameterName) throws SQLException
[Not supported]
boolean getBoolean(int parameterIndex) throws SQLException
[Not supported]
boolean getBoolean(String parameterName) throws SQLException
[Not supported]
byte getByte(int parameterIndex) throws SQLException
[Not supported]
byte getByte(String parameterName) throws SQLException
[Not supported]
byte[] getBytes(int parameterIndex) throws SQLException
[Not supported]
byte[] getBytes(String parameterName) throws SQLException
[Not supported]
Clob getClob(int i) throws SQLException
[Not supported]
Clob getClob(String parameterName) throws SQLException
[Not supported]
Date getDate(int parameterIndex) throws SQLException
[Not supported]
Date getDate(int parameterIndex, Calendar cal) throws SQLException
[Not supported]
Date getDate(String parameterName, Calendar cal) throws SQLException
[Not supported]
Date getDate(String parameterName) throws SQLException
[Not supported]
double getDouble(int parameterIndex) throws SQLException
[Not supported]
double getDouble(String parameterName) throws SQLException
[Not supported]
float getFloat(int parameterIndex) throws SQLException
[Not supported]
float getFloat(String parameterName) throws SQLException
[Not supported]
int getInt(int parameterIndex) throws SQLException
[Not supported]
int getInt(String parameterName) throws SQLException
[Not supported]
long getLong(int parameterIndex) throws SQLException
[Not supported]
long getLong(String parameterName) throws SQLException
[Not supported]
Object getObject(int parameterIndex) throws SQLException
[Not supported]
Object getObject(int i, Map map) throws SQLException
[Not supported]
Object getObject(String parameterName, Map map) throws SQLException
[Not supported]
Object getObject(String parameterName) throws SQLException
[Not supported]
Ref getRef(int i) throws SQLException
[Not supported]
Ref getRef(String parameterName) throws SQLException
[Not supported]
short getShort(int parameterIndex) throws SQLException
[Not supported]
short getShort(String parameterName) throws SQLException
[Not supported]
String getString(int parameterIndex) throws SQLException
[Not supported]
String getString(String parameterName) throws SQLException
[Not supported]
Time getTime(int parameterIndex) throws SQLException
[Not supported]
Time getTime(int parameterIndex, Calendar cal) throws SQLException
[Not supported]
Time getTime(String parameterName, Calendar cal) throws SQLException
[Not supported]
Time getTime(String parameterName) throws SQLException
[Not supported]
Timestamp getTimestamp(int parameterIndex) throws SQLException
[Not supported]
Timestamp getTimestamp(int parameterIndex, Calendar cal) throws SQLException
[Not supported]
Timestamp getTimestamp(String parameterName, Calendar cal) throws SQLException
[Not supported]
Timestamp getTimestamp(String parameterName) throws SQLException
[Not supported]
URL getURL(String parameterName) throws SQLException
[Not supported]
URL getURL(int parameterIndex) throws SQLException
[Not supported]
void registerOutParameter(int parameterIndex, int sqlType) throws SQLException
[Not supported]
void registerOutParameter(int parameterIndex, int sqlType, int scale) throws SQLException
[Not supported]
void registerOutParameter(int paramIndex, int sqlType, String typeName) throws SQLException
[Not supported]
void registerOutParameter(String parameterName, int sqlType, String typeName) throws SQLException
[Not supported]
void registerOutParameter(String parameterName, int sqlType, int scale) throws SQLException
[Not supported]
void registerOutParameter(String parameterName, int sqlType) throws SQLException
[Not supported]
void setAsciiStream(String parameterName, InputStream x, int length) throws SQLException
[Not supported]
void setBigDecimal(String parameterName, BigDecimal x) throws SQLException
[Not supported]
void setBinaryStream(String parameterName, InputStream x, int length) throws SQLException
[Not supported]
void setBoolean(String parameterName, boolean x) throws SQLException
[Not supported]
void setByte(String parameterName, byte x) throws SQLException
[Not supported]
void setBytes(String parameterName, byte[] x) throws SQLException
[Not supported]
void setCharacterStream(String parameterName, Reader reader, int length) throws SQLException
[Not supported]
void setDate(String parameterName, Date x, Calendar cal) throws SQLException
[Not supported]
void setDate(String parameterName, Date x) throws SQLException
[Not supported]
void setDouble(String parameterName, double x) throws SQLException
[Not supported]
void setFloat(String parameterName, float x) throws SQLException
[Not supported]
void setInt(String parameterName, int x) throws SQLException
[Not supported]
void setLong(String parameterName, long x) throws SQLException
[Not supported]
void setNull(String parameterName, int sqlType, String typeName) throws SQLException
[Not supported]
void setNull(String parameterName, int sqlType) throws SQLException
[Not supported]
void setObject(String parameterName, Object x) throws SQLException
[Not supported]
void setObject(String parameterName, Object x, int targetSqlType) throws SQLException
[Not supported]
void setObject(String parameterName, Object x, int targetSqlType, int scale) throws SQLException
[Not supported]
void setShort(String parameterName, short x) throws SQLException
[Not supported]
void setString(String parameterName, String x) throws SQLException
[Not supported]
void setTime(String parameterName, Time x, Calendar cal) throws SQLException
[Not supported]
void setTime(String parameterName, Time x) throws SQLException
[Not supported]
void setTimestamp(String parameterName, Timestamp x, Calendar cal) throws SQLException
[Not supported]
void setTimestamp(String parameterName, Timestamp x) throws SQLException
[Not supported]
void setURL(String parameterName, URL val) throws SQLException
[Not supported]
boolean wasNull() throws SQLException
[Not supported]
|