Methods Summary |
---|
public java.sql.Array | getArray(java.lang.String parameterName)
try {
CallableStatement cstmt = (CallableStatement) this.stmt;
return (cstmt.getArray(parameterName));
} catch (SQLException se) {
throw se;
}
|
public java.math.BigDecimal | getBigDecimal(int parameterIndex, int scale)
try {
CallableStatement cstmt = (CallableStatement) this.stmt;
return (cstmt.getBigDecimal(parameterIndex, scale));
} catch (SQLException se) {
throw se;
}
|
public java.math.BigDecimal | getBigDecimal(int parameterIndex)
try {
CallableStatement cstmt = (CallableStatement) this.stmt;
return (cstmt.getBigDecimal(parameterIndex));
} catch (SQLException se) {
throw se;
}
|
public java.math.BigDecimal | getBigDecimal(java.lang.String parameterName)
try {
CallableStatement cstmt = (CallableStatement) this.stmt;
return (cstmt.getBigDecimal(parameterName));
} catch (SQLException se) {
throw se;
}
|
public java.sql.Blob | getBlob(java.lang.String parameterName)
try {
CallableStatement cstmt = (CallableStatement) this.stmt;
return (cstmt.getBlob(parameterName));
} catch (SQLException se) {
throw se;
}
|
public boolean | getBoolean(java.lang.String parameterName)
try {
CallableStatement cstmt = (CallableStatement) this.stmt;
return (cstmt.getBoolean(parameterName));
} catch (SQLException se) {
throw se;
}
|
public boolean | getBoolean(int parameterIndex)
try {
CallableStatement cstmt = (CallableStatement) this.stmt;
return (cstmt.getBoolean(parameterIndex));
} catch (SQLException se) {
throw se;
}
|
public byte | getByte(java.lang.String parameterName)
try {
CallableStatement cstmt = (CallableStatement) this.stmt;
return (cstmt.getByte(parameterName));
} catch (SQLException se) {
throw se;
}
|
public byte | getByte(int parameterIndex)
try {
CallableStatement cstmt = (CallableStatement) this.stmt;
return (cstmt.getByte(parameterIndex));
} catch (SQLException se) {
throw se;
}
|
public byte[] | getBytes(int parameterIndex)
try {
CallableStatement cstmt = (CallableStatement) this.stmt;
return (cstmt.getBytes(parameterIndex));
} catch (SQLException se) {
throw se;
}
|
public byte[] | getBytes(java.lang.String parameterName)
try {
CallableStatement cstmt = (CallableStatement) this.stmt;
return (cstmt.getBytes(parameterName));
} catch (SQLException se) {
throw se;
}
|
public java.sql.Clob | getClob(java.lang.String parameterName)
try {
CallableStatement cstmt = (CallableStatement) this.stmt;
return (cstmt.getClob(parameterName));
} catch (SQLException se) {
throw se;
}
|
public java.sql.Date | getDate(int parameterIndex)
try {
CallableStatement cstmt = (CallableStatement) this.stmt;
return (cstmt.getDate(parameterIndex));
} catch (SQLException se) {
throw se;
}
|
public java.sql.Date | getDate(java.lang.String parameterName)
try {
CallableStatement cstmt = (CallableStatement) this.stmt;
return (cstmt.getDate(parameterName));
} catch (SQLException se) {
throw se;
}
|
public java.sql.Date | getDate(java.lang.String parameterName, java.util.Calendar cal)
try {
CallableStatement cstmt = (CallableStatement) this.stmt;
return (cstmt.getDate(parameterName,cal));
} catch (SQLException se) {
throw se;
}
|
public double | getDouble(int parameterIndex)
try {
CallableStatement cstmt = (CallableStatement) this.stmt;
return (cstmt.getDouble(parameterIndex));
} catch (SQLException se) {
throw se;
}
|
public double | getDouble(java.lang.String parameterName)
try {
CallableStatement cstmt = (CallableStatement) this.stmt;
return (cstmt.getDouble(parameterName));
} catch (SQLException se) {
throw se;
}
|
public float | getFloat(int parameterIndex)
try {
CallableStatement cstmt = (CallableStatement) this.stmt;
return (cstmt.getFloat(parameterIndex));
} catch (SQLException se) {
throw se;
}
|
public float | getFloat(java.lang.String parameterName)
try {
CallableStatement cstmt = (CallableStatement) this.stmt;
return (cstmt.getFloat(parameterName));
} catch (SQLException se) {
throw se;
}
|
public int | getInt(java.lang.String parameterName)
try {
CallableStatement cstmt = (CallableStatement) this.stmt;
return (cstmt.getInt(parameterName));
} catch (SQLException se) {
throw se;
}
|
public int | getInt(int parameterIndex)
CallableStatement cstmt = (CallableStatement) this.stmt;
try {
return (cstmt.getShort(parameterIndex));
} catch (SQLException se) {
throw se;
}
|
public long | getLong(int parameterIndex)
try {
CallableStatement cstmt = (CallableStatement) this.stmt;
return (cstmt.getLong(parameterIndex));
} catch (SQLException se) {
throw se;
}
|
public long | getLong(java.lang.String parameterName)
try {
CallableStatement cstmt = (CallableStatement) this.stmt;
return (cstmt.getLong(parameterName));
} catch (SQLException se) {
throw se;
}
|
public java.lang.Object | getObject(int parameterIndex)
try {
CallableStatement cstmt = (CallableStatement) this.stmt;
return (cstmt.getObject(parameterIndex));
} catch (SQLException se) {
throw se;
}
|
public java.lang.Object | getObject(int i, java.util.Map map)
try {
CallableStatement cstmt = (CallableStatement) this.stmt;
return (cstmt.getObject(i, map));
} catch (SQLException se) {
throw se;
}
|
public java.lang.Object | getObject(java.lang.String parameterName)
try {
CallableStatement cstmt = (CallableStatement) this.stmt;
return (cstmt.getObject(parameterName));
} catch (SQLException se) {
throw se;
}
|
public java.lang.Object | getObject(java.lang.String parameterName, java.util.Map map)
try {
CallableStatement cstmt = (CallableStatement) this.stmt;
return (cstmt.getObject(parameterName,map));
} catch (SQLException se) {
throw se;
}
|
public java.sql.Ref | getRef(int i)
try {
CallableStatement cstmt = (CallableStatement) this.stmt;
return (cstmt.getRef(i));
} catch (SQLException se) {
throw se;
}
|
public java.sql.Ref | getRef(java.lang.String parameterName)
try {
CallableStatement cstmt = (CallableStatement) this.stmt;
return (cstmt.getRef(parameterName));
} catch (SQLException se) {
throw se;
}
|
public int | getResultSetConcurrency()
return 0;
|
public short | getShort(java.lang.String parameterName)
try {
CallableStatement cstmt = (CallableStatement) this.stmt;
return (cstmt.getShort(parameterName));
} catch (SQLException se) {
throw se;
}
|
public short | getShort(int parameterIndex)
try {
CallableStatement cstmt = (CallableStatement) this.stmt;
return (cstmt.getShort(parameterIndex));
} catch (SQLException se) {
throw se;
}
|
public java.lang.String | getString(int parameterIndex)
try {
CallableStatement cstmt = (CallableStatement) this.stmt;
return (cstmt.getString(parameterIndex));
} catch (SQLException se) {
throw se;
}
|
public java.lang.String | getString(java.lang.String parameterName)
try {
CallableStatement cstmt = (CallableStatement) this.stmt;
return (cstmt.getString(parameterName));
} catch (SQLException se) {
throw se;
}
|
public java.sql.Time | getTime(int parameterIndex)
try {
CallableStatement cstmt = (CallableStatement) this.stmt;
return (cstmt.getTime(parameterIndex));
} catch (SQLException se) {
throw se;
}
|
public java.sql.Time | getTime(java.lang.String parameterName)
try {
CallableStatement cstmt = (CallableStatement) this.stmt;
return (cstmt.getTime(parameterName));
} catch (SQLException se) {
throw se;
}
|
public java.sql.Time | getTime(java.lang.String parameterName, java.util.Calendar cal)
try {
CallableStatement cstmt = (CallableStatement) this.stmt;
return (cstmt.getTime(parameterName,cal));
} catch (SQLException se) {
throw se;
}
|
public java.sql.Timestamp | getTimestamp(int parameterIndex)
try {
CallableStatement cstmt = (CallableStatement) this.stmt;
return (cstmt.getTimestamp(parameterIndex));
} catch (SQLException se) {
throw se;
}
|
public java.sql.Timestamp | getTimestamp(java.lang.String parameterName)
try {
CallableStatement cstmt = (CallableStatement) this.stmt;
return (cstmt.getTimestamp(parameterName));
} catch (SQLException se) {
throw se;
}
|
public java.sql.Timestamp | getTimestamp(java.lang.String parameterName, java.util.Calendar cal)
try {
CallableStatement cstmt = (CallableStatement) this.stmt;
return (cstmt.getTimestamp(parameterName,cal));
} catch (SQLException se) {
throw se;
}
|
public java.net.URL | getURL(int parameterIndex)
throw new UnsupportedOperationException();
|
public java.net.URL | getURL(java.lang.String parameterName)
try {
CallableStatement cstmt = (CallableStatement) this.stmt;
return (cstmt.getURL(parameterName));
} catch (SQLException se) {
throw se;
}
|
public void | registerOutParameter(int parameterIndex, int sqlType)
try {
CallableStatement cstmt = (CallableStatement) this.stmt;
cstmt.registerOutParameter(parameterIndex, sqlType);
} catch (SQLException se) {
throw se;
}
|
public void | registerOutParameter(int i, int j, java.lang.String str)
/* Comment out for now.
try
{
// CallableStatement cstmt = (CallableStatement) this.stmt;
// cstmt.registerOutParameter(i, j, str);
}
catch (SQLException se)
{
throw se;
}
*/
|
public void | registerOutParameter(java.lang.String parameterName, int sqlType)
try {
CallableStatement cstmt = (CallableStatement) this.stmt;
cstmt.registerOutParameter(parameterName,sqlType);
} catch (SQLException se) {
throw se;
}
|
public void | registerOutParameter(java.lang.String parameterName, int sqlType, int scale)
try {
CallableStatement cstmt = (CallableStatement) this.stmt;
cstmt.registerOutParameter(parameterName,sqlType,scale);
} catch (SQLException se) {
throw se;
}
|
public void | registerOutParameter(java.lang.String parameterName, int sqlType, java.lang.String typeName)
try {
CallableStatement cstmt = (CallableStatement) this.stmt;
cstmt.registerOutParameter(parameterName,sqlType,typeName);
} catch (SQLException se) {
throw se;
}
|
public void | registerOutParameter(int parameterIndex, int sqlType, int scale)
try {
CallableStatement cstmt = (CallableStatement) this.stmt;
cstmt.registerOutParameter(parameterIndex, sqlType, scale);
} catch (SQLException se) {
throw se;
}
|
public void | setAsciiStream(java.lang.String parameterName, java.io.InputStream x, int length)
throw new UnsupportedOperationException();
|
public void | setBigDecimal(java.lang.String parameterName, java.math.BigDecimal x)
throw new UnsupportedOperationException();
|
public void | setBinaryStream(java.lang.String parameterName, java.io.InputStream x, int length)
throw new UnsupportedOperationException();
|
public void | setBoolean(java.lang.String parameterName, boolean x)
throw new UnsupportedOperationException();
|
public void | setByte(java.lang.String parameterName, byte x)
throw new UnsupportedOperationException();
|
public void | setBytes(java.lang.String parameterName, byte[] x)
throw new UnsupportedOperationException();
|
public void | setCharacterStream(java.lang.String parameterName, java.io.Reader reader, int length)
throw new UnsupportedOperationException();
|
public void | setDate(java.lang.String parameterName, java.sql.Date x)
throw new UnsupportedOperationException();
|
public void | setDate(java.lang.String parameterName, java.sql.Date x, java.util.Calendar cal)
throw new UnsupportedOperationException();
|
public void | setDouble(java.lang.String parameterName, double x)
throw new UnsupportedOperationException();
|
public void | setFloat(java.lang.String parameterName, float x)
throw new UnsupportedOperationException();
|
public void | setInt(java.lang.String parameterName, int x)
throw new UnsupportedOperationException();
|
public void | setLong(java.lang.String parameterName, long x)
throw new UnsupportedOperationException();
|
public void | setNull(java.lang.String parameterName, int sqlType)
throw new UnsupportedOperationException();
|
public void | setNull(java.lang.String parameterName, int sqlType, java.lang.String typeName)
throw new UnsupportedOperationException();
|
public void | setObject(java.lang.String parameterName, java.lang.Object x, int targetSqlType, int scale)
throw new UnsupportedOperationException();
|
public void | setObject(java.lang.String parameterName, java.lang.Object x, int targetSqlType)
throw new UnsupportedOperationException();
|
public void | setObject(java.lang.String parameterName, java.lang.Object x)
throw new UnsupportedOperationException();
|
public void | setShort(java.lang.String parameterName, short x)
throw new UnsupportedOperationException();
|
public void | setString(java.lang.String parameterName, java.lang.String x)
throw new UnsupportedOperationException();
|
public void | setTime(java.lang.String parameterName, java.sql.Time x)
throw new UnsupportedOperationException();
|
public void | setTime(java.lang.String parameterName, java.sql.Time x, java.util.Calendar cal)
throw new UnsupportedOperationException();
|
public void | setTimestamp(java.lang.String parameterName, java.sql.Timestamp x)
throw new UnsupportedOperationException();
|
public void | setTimestamp(java.lang.String parameterName, java.sql.Timestamp x, java.util.Calendar cal)
throw new UnsupportedOperationException();
|
public void | setURL(java.lang.String parameterName, java.net.URL val)
throw new UnsupportedOperationException();
|
public boolean | wasNull()
CallableStatement cstmt = (CallableStatement) this.stmt;
try {
return (cstmt.wasNull());
} catch (SQLException se) {
throw se;
}
|