public abstract class BabelfishPreparedStatement extends BabelfishStatement
| Constructor and Description |
|---|
BabelfishPreparedStatement() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract java.lang.Object |
getCreator() |
protected abstract java.lang.Object |
getDelegate() |
protected java.lang.Object |
post_Methods(java.lang.reflect.Method m,
java.lang.Object result)
Post Methods interceptor.
|
protected abstract java.lang.Object |
proxify(java.lang.Object d,
java.lang.Object creator) |
void |
setArray(int parameterIndex,
java.sql.Array x)
Translation compliant implementation of java.sql.PreparedStatement#setArray(int, java.sql.Array)
|
void |
setAsciiStream(int parameterIndex,
java.io.InputStream x)
Translation compliant implementation of java.sql.PreparedStatement#setAsciiStream(int, java.io.InputStream)
|
void |
setAsciiStream(int parameterIndex,
java.io.InputStream x,
int length)
Translation compliant implementation of java.sql.PreparedStatement#setAsciiStream(int, java.io.InputStream, int)
|
void |
setAsciiStream(int parameterIndex,
java.io.InputStream x,
long length)
Translation compliant implementation of java.sql.PreparedStatement#setAsciiStream(int, java.io.InputStream, long)
|
void |
setBigDecimal(int parameterIndex,
java.math.BigDecimal x)
Translation compliant implementation of java.sql.PreparedStatement#setBigDecimal(int, java.math.BigDecimal)
|
void |
setBinaryStream(int parameterIndex,
java.io.InputStream x)
Translation compliant implementation of java.sql.PreparedStatement#setBinaryStream(int, java.io.InputStream)
|
void |
setBinaryStream(int parameterIndex,
java.io.InputStream x,
int length)
Translation compliant implementation of java.sql.PreparedStatement#setBinaryStream(int, java.io.InputStream, int)
|
void |
setBinaryStream(int parameterIndex,
java.io.InputStream x,
long length)
Translation compliant implementation of java.sql.PreparedStatement#setBinaryStream(int, java.io.InputStream, long)
|
void |
setBlob(int parameterIndex,
java.sql.Blob x)
Translation compliant implementation of java.sql.PreparedStatement#setBlob(int, java.sql.Blob)
|
void |
setBlob(int parameterIndex,
java.io.InputStream x)
Translation compliant implementation of java.sql.PreparedStatement#setBlob(int, java.io.InputStream)
|
void |
setBlob(int parameterIndex,
java.io.InputStream x,
long length)
Translation compliant implementation of java.sql.PreparedStatement#setBlob(int, java.io.InputStream, long)
|
void |
setBoolean(int parameterIndex,
boolean x)
Translation compliant implementation of java.sql.PreparedStatement#setBoolean(int, boolean)
|
void |
setByte(int parameterIndex,
byte x)
Translation compliant implementation of java.sql.PreparedStatement#setByte(int, byte)
|
void |
setBytes(int parameterIndex,
byte[] x)
Translation compliant implementation of java.sql.PreparedStatement#setBytes(int, byte[])
|
void |
setCharacterStream(int parameterIndex,
java.io.Reader reader)
Translation compliant implementation of java.sql.PreparedStatement#setCharacterStream(int, java.io.Reader)
|
void |
setCharacterStream(int parameterIndex,
java.io.Reader reader,
int length)
Translation compliant implementation of java.sql.PreparedStatement#setCharacterStream(int, java.io.Reader, int)
|
void |
setCharacterStream(int parameterIndex,
java.io.Reader reader,
long length)
Translation compliant implementation of java.sql.PreparedStatement#setCharacterStream(int, java.io.Reader, long)
|
void |
setClob(int parameterIndex,
java.sql.Clob x)
Translation compliant implementation of java.sql.PreparedStatement#setClob(int, java.sql.Clob)
|
void |
setClob(int parameterIndex,
java.io.Reader reader)
Translation compliant implementation of java.sql.PreparedStatement#setClob(int, java.io.Reader)
|
void |
setClob(int parameterIndex,
java.io.Reader reader,
long length)
Translation compliant implementation of java.sql.PreparedStatement#setClob(int, java.io.Reader, long)
|
void |
setDate(int parameterIndex,
java.sql.Date x)
Translation compliant implementation of java.sql.PreparedStatement#setDate(int, java.sql.Date)
|
void |
setDate(int parameterIndex,
java.sql.Date x,
java.util.Calendar cal)
Translation compliant implementation of java.sql.PreparedStatement#setDate(int, java.sql.Date, java.util.Calendar)
|
void |
setDouble(int parameterIndex,
double x)
Translation compliant implementation of java.sql.PreparedStatement#setDouble(int, double)
|
void |
setFloat(int parameterIndex,
float x)
Translation compliant implementation of java.sql.PreparedStatement#setFloat(int, float)
|
void |
setInt(int parameterIndex,
int x)
Translation compliant implementation of java.sql.PreparedStatement#setInt(int, int)
|
void |
setLong(int parameterIndex,
long x)
Translation compliant implementation of java.sql.PreparedStatement#setLong(int, long)
|
void |
setNCharacterStream(int parameterIndex,
java.io.Reader reader)
Translation compliant implementation of java.sql.PreparedStatement#setNCharacterStream(int, java.io.Reader)
|
void |
setNCharacterStream(int parameterIndex,
java.io.Reader reader,
long length)
Translation compliant implementation of java.sql.PreparedStatement#setNCharacterStream(int, java.io.Reader, long)
|
void |
setNClob(int parameterIndex,
java.sql.NClob x)
Translation compliant implementation of java.sql.PreparedStatement#setNClob(int, java.sql.NClob)
|
void |
setNClob(int parameterIndex,
java.io.Reader reader)
Translation compliant implementation of java.sql.PreparedStatement#setNClob(int, java.io.Reader)
|
void |
setNClob(int parameterIndex,
java.io.Reader reader,
long length)
Translation compliant implementation of java.sql.PreparedStatement#setNClob(int, java.io.Reader, long)
|
void |
setNString(int parameterIndex,
java.lang.String x)
Translation compliant implementation of java.sql.PreparedStatement#setNString(int, java.lang.String)
|
void |
setNull(int parameterIndex,
int sqltype)
Translation compliant implementation of java.sql.PreparedStatement#setNull(int, int)
|
void |
setNull(int parameterIndex,
int sqltype,
java.lang.String typeName)
Translation compliant implementation of java.sql.PreparedStatement#setNull(int, int, java.lang.String)
|
void |
setObject(int parameterIndex,
java.lang.Object x)
Translation compliant implementation of java.sql.PreparedStatement#setObject(int, java.lang.Object)
|
void |
setObject(int parameterIndex,
java.lang.Object x,
int targetSqlType)
Translation compliant implementation of java.sql.PreparedStatement#setObject(int, java.lang.Object, int)
|
void |
setObject(int parameterIndex,
java.lang.Object x,
int targetSqlType,
int scaleOrLength)
Translation compliant implementation of java.sql.PreparedStatement#setObject(int, java.lang.Object, int, int)
|
void |
setRef(int parameterIndex,
java.sql.Ref x)
Translation compliant implementation of java.sql.PreparedStatement#setRef(int, java.sql.Ref)
|
void |
setRowId(int parameterIndex,
java.sql.RowId x)
Translation compliant implementation of java.sql.PreparedStatement#setRowId(int, java.sql.RowId)
|
void |
setShort(int parameterIndex,
short x)
Translation compliant implementation of java.sql.PreparedStatement#setShort(int, short)
|
void |
setSQLXML(int parameterIndex,
java.sql.SQLXML x)
Translation compliant implementation of java.sql.PreparedStatement#setSQLXML(int, java.sql.SQLXML)
|
void |
setString(int parameterIndex,
java.lang.String x)
Translation compliant implementation of java.sql.PreparedStatement#setString(int, java.lang.String)
|
void |
setTime(int parameterIndex,
java.sql.Time x)
Translation compliant implementation of java.sql.PreparedStatement#setTime(int, java.sql.Time)
|
void |
setTime(int parameterIndex,
java.sql.Time x,
java.util.Calendar cal)
Translation compliant implementation of java.sql.PreparedStatement#setTime(int, java.sql.Time, java.util.Calendar)
|
void |
setTimestamp(int parameterIndex,
java.sql.Timestamp x)
Translation compliant implementation of java.sql.PreparedStatement#setTimestamp(int, java.sql.Timestamp)
|
void |
setTimestamp(int parameterIndex,
java.sql.Timestamp x,
java.util.Calendar cal)
Translation compliant implementation of java.sql.PreparedStatement#setTimestamp(int, java.sql.Timestamp, java.util.Calendar)
|
void |
setUnicodeStream(int parameterIndex,
java.io.InputStream x,
int length)
Translation compliant implementation of java.sql.PreparedStatement#setUnicodeStream(int, java.io.InputStream, int)
|
void |
setURL(int parameterIndex,
java.net.URL x)
Translation compliant implementation of java.sql.PreparedStatement#setURL(int, java.net.URL)
|
protected java.lang.Object |
translateError(java.lang.reflect.Method m,
java.sql.SQLException ex)
Error interceptor.
|
addBatch, execute, execute, execute, execute, executeQuery, executeUpdate, executeUpdate, executeUpdate, executeUpdateprotected abstract java.lang.Object getCreator()
getCreator in class BabelfishStatementprotected abstract java.lang.Object getDelegate()
getDelegate in class BabelfishStatementprotected abstract java.lang.Object proxify(java.lang.Object d,
java.lang.Object creator)
proxify in class BabelfishStatementprotected java.lang.Object translateError(java.lang.reflect.Method m,
java.sql.SQLException ex)
throws java.sql.SQLException
translateError in class BabelfishStatementm - ex - java.sql.SQLExceptionprotected java.lang.Object post_Methods(java.lang.reflect.Method m,
java.lang.Object result)
post_Methods in class BabelfishStatementm - result - public void setArray(int parameterIndex,
java.sql.Array x)
throws java.sql.SQLException
java.sql.SQLExceptionPreparedStatement.setArray(int, java.sql.Array)public void setAsciiStream(int parameterIndex,
java.io.InputStream x)
throws java.sql.SQLException
java.sql.SQLExceptionPreparedStatement.setAsciiStream(int, java.io.InputStream)public void setAsciiStream(int parameterIndex,
java.io.InputStream x,
int length)
throws java.sql.SQLException
java.sql.SQLExceptionPreparedStatement.setAsciiStream(int, java.io.InputStream, int)public void setAsciiStream(int parameterIndex,
java.io.InputStream x,
long length)
throws java.sql.SQLException
java.sql.SQLExceptionPreparedStatement.setAsciiStream(int, java.io.InputStream, long)public void setBigDecimal(int parameterIndex,
java.math.BigDecimal x)
throws java.sql.SQLException
java.sql.SQLExceptionPreparedStatement.setBigDecimal(int, java.math.BigDecimal)public void setBinaryStream(int parameterIndex,
java.io.InputStream x)
throws java.sql.SQLException
java.sql.SQLExceptionPreparedStatement.setBinaryStream(int, java.io.InputStream)public void setBinaryStream(int parameterIndex,
java.io.InputStream x,
int length)
throws java.sql.SQLException
java.sql.SQLExceptionPreparedStatement.setBinaryStream(int, java.io.InputStream, int)public void setBinaryStream(int parameterIndex,
java.io.InputStream x,
long length)
throws java.sql.SQLException
java.sql.SQLExceptionPreparedStatement.setBinaryStream(int, java.io.InputStream, long)public void setBlob(int parameterIndex,
java.sql.Blob x)
throws java.sql.SQLException
java.sql.SQLExceptionPreparedStatement.setBlob(int, java.sql.Blob)public void setBlob(int parameterIndex,
java.io.InputStream x)
throws java.sql.SQLException
java.sql.SQLExceptionPreparedStatement.setBlob(int, java.io.InputStream)public void setBlob(int parameterIndex,
java.io.InputStream x,
long length)
throws java.sql.SQLException
java.sql.SQLExceptionPreparedStatement.setBlob(int, java.io.InputStream, long)public void setBoolean(int parameterIndex,
boolean x)
throws java.sql.SQLException
java.sql.SQLExceptionPreparedStatement.setBoolean(int, boolean)public void setByte(int parameterIndex,
byte x)
throws java.sql.SQLException
java.sql.SQLExceptionPreparedStatement.setByte(int, byte)public void setBytes(int parameterIndex,
byte[] x)
throws java.sql.SQLException
java.sql.SQLExceptionPreparedStatement.setBytes(int, byte[])public void setCharacterStream(int parameterIndex,
java.io.Reader reader)
throws java.sql.SQLException
java.sql.SQLExceptionPreparedStatement.setCharacterStream(int, java.io.Reader)public void setCharacterStream(int parameterIndex,
java.io.Reader reader,
int length)
throws java.sql.SQLException
java.sql.SQLExceptionPreparedStatement.setCharacterStream(int, java.io.Reader, int)public void setCharacterStream(int parameterIndex,
java.io.Reader reader,
long length)
throws java.sql.SQLException
java.sql.SQLExceptionPreparedStatement.setCharacterStream(int, java.io.Reader, long)public void setClob(int parameterIndex,
java.sql.Clob x)
throws java.sql.SQLException
java.sql.SQLExceptionPreparedStatement.setClob(int, java.sql.Clob)public void setClob(int parameterIndex,
java.io.Reader reader)
throws java.sql.SQLException
java.sql.SQLExceptionPreparedStatement.setClob(int, java.io.Reader)public void setClob(int parameterIndex,
java.io.Reader reader,
long length)
throws java.sql.SQLException
java.sql.SQLExceptionPreparedStatement.setClob(int, java.io.Reader, long)public void setDate(int parameterIndex,
java.sql.Date x)
throws java.sql.SQLException
java.sql.SQLExceptionPreparedStatement.setDate(int, java.sql.Date)public void setDate(int parameterIndex,
java.sql.Date x,
java.util.Calendar cal)
throws java.sql.SQLException
java.sql.SQLExceptionPreparedStatement.setDate(int, java.sql.Date, java.util.Calendar)public void setDouble(int parameterIndex,
double x)
throws java.sql.SQLException
java.sql.SQLExceptionPreparedStatement.setDouble(int, double)public void setFloat(int parameterIndex,
float x)
throws java.sql.SQLException
java.sql.SQLExceptionPreparedStatement.setFloat(int, float)public void setInt(int parameterIndex,
int x)
throws java.sql.SQLException
java.sql.SQLExceptionPreparedStatement.setInt(int, int)public void setLong(int parameterIndex,
long x)
throws java.sql.SQLException
java.sql.SQLExceptionPreparedStatement.setLong(int, long)public void setNCharacterStream(int parameterIndex,
java.io.Reader reader)
throws java.sql.SQLException
java.sql.SQLExceptionPreparedStatement.setNCharacterStream(int, java.io.Reader)public void setNCharacterStream(int parameterIndex,
java.io.Reader reader,
long length)
throws java.sql.SQLException
java.sql.SQLExceptionPreparedStatement.setNCharacterStream(int, java.io.Reader, long)public void setNClob(int parameterIndex,
java.sql.NClob x)
throws java.sql.SQLException
java.sql.SQLExceptionPreparedStatement.setNClob(int, java.sql.NClob)public void setNClob(int parameterIndex,
java.io.Reader reader)
throws java.sql.SQLException
java.sql.SQLExceptionPreparedStatement.setNClob(int, java.io.Reader)public void setNClob(int parameterIndex,
java.io.Reader reader,
long length)
throws java.sql.SQLException
java.sql.SQLExceptionPreparedStatement.setNClob(int, java.io.Reader, long)public void setNString(int parameterIndex,
java.lang.String x)
throws java.sql.SQLException
java.sql.SQLExceptionPreparedStatement.setNString(int, java.lang.String)public void setNull(int parameterIndex,
int sqltype)
throws java.sql.SQLException
java.sql.SQLExceptionPreparedStatement.setNull(int, int)public void setNull(int parameterIndex,
int sqltype,
java.lang.String typeName)
throws java.sql.SQLException
java.sql.SQLExceptionPreparedStatement.setNull(int, int, java.lang.String)public void setObject(int parameterIndex,
java.lang.Object x)
throws java.sql.SQLException
java.sql.SQLExceptionPreparedStatement.setObject(int, java.lang.Object)public void setObject(int parameterIndex,
java.lang.Object x,
int targetSqlType)
throws java.sql.SQLException
java.sql.SQLExceptionPreparedStatement.setObject(int, java.lang.Object, int)public void setObject(int parameterIndex,
java.lang.Object x,
int targetSqlType,
int scaleOrLength)
throws java.sql.SQLException
java.sql.SQLExceptionPreparedStatement.setObject(int, java.lang.Object, int, int)public void setRef(int parameterIndex,
java.sql.Ref x)
throws java.sql.SQLException
java.sql.SQLExceptionPreparedStatement.setRef(int, java.sql.Ref)public void setRowId(int parameterIndex,
java.sql.RowId x)
throws java.sql.SQLException
java.sql.SQLExceptionPreparedStatement.setRowId(int, java.sql.RowId)public void setShort(int parameterIndex,
short x)
throws java.sql.SQLException
java.sql.SQLExceptionPreparedStatement.setShort(int, short)public void setSQLXML(int parameterIndex,
java.sql.SQLXML x)
throws java.sql.SQLException
java.sql.SQLExceptionPreparedStatement.setSQLXML(int, java.sql.SQLXML)public void setString(int parameterIndex,
java.lang.String x)
throws java.sql.SQLException
java.sql.SQLExceptionPreparedStatement.setString(int, java.lang.String)public void setTime(int parameterIndex,
java.sql.Time x)
throws java.sql.SQLException
java.sql.SQLExceptionPreparedStatement.setTime(int, java.sql.Time)public void setTime(int parameterIndex,
java.sql.Time x,
java.util.Calendar cal)
throws java.sql.SQLException
java.sql.SQLExceptionPreparedStatement.setTime(int, java.sql.Time, java.util.Calendar)public void setTimestamp(int parameterIndex,
java.sql.Timestamp x)
throws java.sql.SQLException
java.sql.SQLExceptionPreparedStatement.setTimestamp(int, java.sql.Timestamp)public void setTimestamp(int parameterIndex,
java.sql.Timestamp x,
java.util.Calendar cal)
throws java.sql.SQLException
java.sql.SQLExceptionPreparedStatement.setTimestamp(int, java.sql.Timestamp, java.util.Calendar)public void setUnicodeStream(int parameterIndex,
java.io.InputStream x,
int length)
throws java.sql.SQLException
java.sql.SQLExceptionPreparedStatement.setUnicodeStream(int, java.io.InputStream, int)public void setURL(int parameterIndex,
java.net.URL x)
throws java.sql.SQLException
java.sql.SQLExceptionPreparedStatement.setURL(int, java.net.URL)