getBoolean
public boolean getBoolean(int parameterIndex)
throws SQLException
getBoolean
public boolean getBoolean(java.lang.String parameterName)
throws SQLException
getByte
public byte getByte(int parameterIndex)
throws SQLException
getByte
public byte getByte(java.lang.String parameterName)
throws SQLException
getBytes
public byte[] getBytes(int parameterIndex)
throws SQLException
getBytes
public byte[] getBytes(java.lang.String parameterName)
throws SQLException
getDouble
public double getDouble(int parameterIndex)
throws SQLException
getDouble
public double getDouble(java.lang.String parameterName)
throws SQLException
getFloat
public float getFloat(int parameterIndex)
throws SQLException
getFloat
public float getFloat(java.lang.String parameterName)
throws SQLException
getInt
public int getInt(int parameterIndex)
throws SQLException
getInt
public int getInt(java.lang.String parameterName)
throws SQLException
getLong
public long getLong(int parameterIndex)
throws SQLException
getLong
public long getLong(java.lang.String parameterName)
throws SQLException
getRef
public Ref getRef(java.lang.String parameterName)
throws SQLException
getShort
public short getShort(int parameterIndex)
throws SQLException
getShort
public short getShort(java.lang.String parameterName)
throws SQLException
getURL
public URL getURL(java.lang.String parameterName)
throws SQLException
registerOutParameter
public void registerOutParameter(int parameterIndex,
int sqlType)
throws SQLException
registerOutParameter
public void registerOutParameter(int parameterIndex,
int sqlType,
int scale)
throws SQLException
registerOutParameter
public void registerOutParameter(int paramIndex,
int sqlType,
java.lang.String typeName)
throws SQLException
registerOutParameter
public void registerOutParameter(java.lang.String parameterName,
int sqlType)
throws SQLException
registerOutParameter
public void registerOutParameter(java.lang.String parameterName,
int sqlType,
int scale)
throws SQLException
registerOutParameter
public void registerOutParameter(java.lang.String parameterName,
int sqlType,
java.lang.String typeName)
throws SQLException
setAsciiStream
public void setAsciiStream(java.lang.String parameterName,
InputStream x,
int length)
throws SQLException
setBinaryStream
public void setBinaryStream(java.lang.String parameterName,
InputStream x,
int length)
throws SQLException
setBoolean
public void setBoolean(java.lang.String parameterName,
boolean x)
throws SQLException
setByte
public void setByte(java.lang.String parameterName,
byte x)
throws SQLException
setBytes
public void setBytes(java.lang.String parameterName,
byte[] x)
throws SQLException
setCharacterStream
public void setCharacterStream(java.lang.String parameterName,
Reader reader,
int length)
throws SQLException
setDate
public void setDate(java.lang.String parameterName,
Date x)
throws SQLException
setDouble
public void setDouble(java.lang.String parameterName,
double x)
throws SQLException
setFloat
public void setFloat(java.lang.String parameterName,
float x)
throws SQLException
setInt
public void setInt(java.lang.String parameterName,
int x)
throws SQLException
setLong
public void setLong(java.lang.String parameterName,
long x)
throws SQLException
setNull
public void setNull(java.lang.String parameterName,
int sqlType)
throws SQLException
setNull
public void setNull(java.lang.String parameterName,
int sqlType,
java.lang.String typeName)
throws SQLException
setObject
public void setObject(java.lang.String parameterName,
Object x)
throws SQLException
setObject
public void setObject(java.lang.String parameterName,
Object x,
int targetSqlType)
throws SQLException
setObject
public void setObject(java.lang.String parameterName,
Object x,
int targetSqlType,
int scale)
throws SQLException
setShort
public void setShort(java.lang.String parameterName,
short x)
throws SQLException
setString
public void setString(java.lang.String parameterName,
java.lang.String x)
throws SQLException
setTime
public void setTime(java.lang.String parameterName,
Time x)
throws SQLException
setURL
public void setURL(java.lang.String parameterName,
URL val)
throws SQLException