DEPRECATED
Object
CallableStatement
The base class of any DocumentProvider callable statements.
This takes care of much of the extraneous methods. Subclasses needs to
implement the CallableStatement.close(), CallableStatement.clearParameters(),
CallableStatement.execute(), CallableStatement.setObject(int, Object), and CallableStatement.getObject(int) methods.
Subclasses can also override methods as needed to add
additional functionality.
Object
CallableStatement
CallableStatement, PreparedStatement, Statement
com.bea.p13n.content.document.jdbc.GetDocumentMetadataStatement, com.bea.p13n.content.document.jdbc.GetDocumentModifiedDateStatement, com.bea.p13n.content.document.jdbc.GetDocumentStatement, com.bea.p13n.content.document.jdbc.GetSchemaNamesStatement, com.bea.p13n.content.document.jdbc.GetSchemasStatement, com.bea.p13n.content.document.jdbc.GetSchemaStatement, com.bea.p13n.content.document.jdbc.SearchStatement
Field Summary |
protected |
|
Constructor Summary |
|
Method Summary |
public void | |
public void |
|
public void |
|
public void |
|
public abstract void |
|
public void |
|
public abstract void |
|
public boolean | |
public boolean | |
public boolean | |
public boolean | |
public abstract boolean |
|
public int[] |
|
public |
|
public |
|
public int |
|
public int |
|
public int |
|
public int |
|
public int |
|
public |
|
public | |
public |
|
public |
|
public |
|
public |
|
public | |
public boolean |
|
public boolean |
|
public byte |
|
public byte | |
public byte[] |
|
public byte[] | |
public |
|
public | |
public |
|
public |
|
public | |
public | |
public | |
protected |
|
public double |
|
public double | |
public int |
|
public int |
|
public float |
|
public float | |
public |
|
public int |
|
public int | |
public long |
|
public long | |
public int |
|
public int |
|
public |
|
public boolean |
|
public boolean |
|
public abstract |
|
public | |
public | |
public | |
public |
|
public int |
|
public |
|
public | |
public |
|
public int |
|
public int |
|
public int |
|
public short |
|
public short | |
public |
|
public | |
public |
|
public | |
public | |
public | |
public |
|
public |
|
public |
|
public |
|
public int |
|
public |
|
public | |
public |
|
public void |
|
public void |
|
public void |
|
public void |
|
public void |
|
public void |
|
public void | |
public void |
|
public void |
|
public void |
|
public void |
|
public void |
|
public void |
|
public void | |
public void |
|
public void |
|
public void |
|
public void | |
public void |
|
public void | |
public void |
|
public void |
|
public void | |
public void |
|
public void | |
public void | |
public void | |
public void | |
public void |
|
public void | |
public void |
|
public void |
|
public void |
|
public void |
|
public void | |
public void |
|
public void | |
public void |
|
public void | |
public void |
|
public void |
|
public void |
|
public void | |
public void | |
public void | |
public abstract void | |
public void | |
public void | |
public void | |
public void | |
public void | |
public void |
|
public void | |
public void |
|
public void | |
public void | |
public void | |
public void | |
public void | |
public void | |
public void | |
public void |
|
public void |
|
public void |
|
public void |
|
public void |
|
public void | |
public void | |
public boolean |
|
Methods from class java.lang. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods from interface java.sql. |
addBatch, clearParameters, execute, executeQuery, executeUpdate, getMetaData, getParameterMetaData, setArray, setAsciiStream, setBigDecimal, setBinaryStream, setBlob, setBoolean, setByte, setBytes, setCharacterStream, setClob, setDate, setDate, setDouble, setFloat, setInt, setLong, setNull, setNull, setObject, setObject, setObject, setRef, setShort, setString, setTime, setTime, setTimestamp, setTimestamp, setUnicodeStream, setURL |
Field Detail |
protected com.bea.p13n.content.document.jdbc.Connection connection
Constructor Detail |
public CallableStatement(Connection connection)
Method Detail |
public void addBatch(Not supported.Stringsql)
throwsSQLException
SQLException
public void addBatch()Not supported.
throwsSQLException
SQLException
public void cancel()Intentionally empty.
public void clearBatch()Not supported.
throwsSQLException
SQLException
public abstract void clearParameters()Clear the input/output parameters internally.
throwsSQLException
Subclasses must implement this.
SQLException
public void clearWarnings()Intentionally blank.
public abstract void close()Subclasses must implement this method.
throwsSQLException
SQLException
public boolean execute(Not supported.Stringsql)
throwsSQLException
SQLException
public boolean execute(Not supported.Stringsql, int autoGeneratedKeys)
throwsSQLException
SQLException
public boolean execute(Not supported.Stringsql, int[] columnIndexes)
throwsSQLException
SQLException
public boolean execute(Not supported.Stringsql,String[] columnNames)
throwsSQLException
SQLException
public abstract boolean execute()Execute the command with the set input parameters.
throwsSQLException
The results will be placed in the various output parameters.
Subclasses must implement this.
SQLException
public int[] executeBatch()Not supported.
throwsSQLException
SQLException
publicNot supported.ResultSetexecuteQuery(Stringsql)
throwsSQLException
SQLException
publicNot supported.ResultSetexecuteQuery()
throwsSQLException
SQLException
public int executeUpdate(Not supported.Stringsql)
throwsSQLException
SQLException
public int executeUpdate(Not supported.Stringsql, int autoGeneratedKeys)
throwsSQLException
SQLException
public int executeUpdate(Not supported.Stringsql, int[] columnIndexes)
throwsSQLException
SQLException
public int executeUpdate(Not supported.Stringsql,String[] columnNames)
throwsSQLException
SQLException
public int executeUpdate()This justs executes the statement.
throwsSQLException
SQLException
Related Topics
CallableStatement.execute(String)
publicNot supported.ArraygetArray(int index)
throwsSQLException
SQLException
publicNot supported.ArraygetArray(StringparameterName)
throwsSQLException
SQLException
publicNot supported.BigDecimalgetBigDecimal(int index)
throwsSQLException
SQLException
publicNot supported.BigDecimalgetBigDecimal(StringparameterName)
throwsSQLException
SQLException
publicNot supported.BigDecimalgetBigDecimal(int index, int scale)
throwsSQLException
SQLException
publicNot supported.BlobgetBlob(int index)
throwsSQLException
SQLException
publicNot supported.BlobgetBlob(StringparameterName)
throwsSQLException
SQLException
public boolean getBoolean(int index)Not supported.
throwsSQLException
SQLException
public boolean getBoolean(Not supported.StringparameterName)
throwsSQLException
SQLException
public byte getByte(int index)Not supported.
throwsSQLException
SQLException
public byte getByte(Not supported.StringparameterName)
throwsSQLException
SQLException
public byte[] getBytes(int index)Not supported.
throwsSQLException
SQLException
public byte[] getBytes(Not supported.StringparameterName)
throwsSQLException
SQLException
publicNot supported.ClobgetClob(int index)
throwsSQLException
SQLException
publicNot supported.ClobgetClob(StringparameterName)
throwsSQLException
SQLException
public Connection getConnection()
Return the connection which spawned us.
publicNot supported.DategetDate(int index)
throwsSQLException
SQLException
publicNot supported.DategetDate(StringparameterName)
throwsSQLException
SQLException
publicNot supported.DategetDate(int index,Calendarcal)
throwsSQLException
SQLException
publicNot supported.DategetDate(StringparameterName,Calendarcal)
throwsSQLException
SQLException
protectedGet the DocumentProvider we can use.DocumentProvidergetDocumentProvider()
throwsDocumentException
DocumentException
public double getDouble(int index)Not supported.
throwsSQLException
SQLException
public double getDouble(Not supported.StringparameterName)
throwsSQLException
SQLException
public int getFetchDirection()Not supported.
throwsSQLException
SQLException
public int getFetchSize()Not supported.
throwsSQLException
SQLException
public float getFloat(int index)Not supported.
throwsSQLException
SQLException
public float getFloat(Not supported.StringparameterName)
throwsSQLException
SQLException
publicNot supported.ResultSetgetGeneratedKeys()
throwsSQLException
SQLException
public int getInt(int index)Not supported.
throwsSQLException
SQLException
public int getInt(Not supported.StringparameterName)
throwsSQLException
SQLException
public long getLong(int index)Not supported.
throwsSQLException
SQLException
public long getLong(Not supported.StringparameterName)
throwsSQLException
SQLException
public int getMaxFieldSize()Not supported.
throwsSQLException
SQLException
public int getMaxRows()Not supported.
throwsSQLException
SQLException
publicNot supported.ResultSetMetaDatagetMetaData()
throwsSQLException
SQLException
public boolean getMoreResults()Not supported.
throwsSQLException
SQLException
public boolean getMoreResults(int current)Not supported.
throwsSQLException
SQLException
public abstractReturn the output parameter at index.ObjectgetObject(int index)
throwsSQLException
Subclasses must implement this.
SQLException
publicNot supported.ObjectgetObject(Stringparameter)
throwsSQLException
SQLException
publicReturn the output parameter at index.ObjectgetObject(int index,Mapmap)
throwsSQLException
SQLException
Related Topics
CallableStatement.getObject(int)
publicReturn the output parameter at index.ObjectgetObject(StringparameterName,Mapmap)
throwsSQLException
SQLException
Related Topics
CallableStatement.getObject(int)
publicNot supported.ParameterMetaDatagetParameterMetaData()
throwsSQLException
SQLException
public int getQueryTimeout()Not supported.
throwsSQLException
SQLException
publicNot supported.RefgetRef(int index)
throwsSQLException
SQLException
publicNot supported.RefgetRef(StringparameterName)
throwsSQLException
SQLException
publicNot supported.ResultSetgetResultSet()
throwsSQLException
SQLException
public int getResultSetConcurrency()Not supported.
throwsSQLException
SQLException
public int getResultSetHoldability()Not supported.
throwsSQLException
SQLException
public int getResultSetType()Not supported.
throwsSQLException
SQLException
public short getShort(int index)Not supported.
throwsSQLException
SQLException
public short getShort(Not supported.StringparameterName)
throwsSQLException
SQLException
publicNot supported.StringgetString(int index)
throwsSQLException
SQLException
publicNot supported.StringgetString(StringparameterName)
throwsSQLException
SQLException
publicNot supported.TimegetTime(int index)
throwsSQLException
SQLException
publicNot supported.TimegetTime(StringparameterName)
throwsSQLException
SQLException
publicNot supported.TimegetTime(int index,Calendarcal)
throwsSQLException
SQLException
publicNot supported.TimegetTime(StringparameterName,Calendarcal)
throwsSQLException
SQLException
publicNot supported.TimestampgetTimestamp(int index)
throwsSQLException
SQLException
publicNot supported.TimestampgetTimestamp(StringparameterName)
throwsSQLException
SQLException
publicNot supported.TimestampgetTimestamp(int index,Calendarcal)
throwsSQLException
SQLException
publicNot supported.TimestampgetTimestamp(StringparameterName,Calendarcal)
throwsSQLException
SQLException
public int getUpdateCount()Not supported.
throwsSQLException
SQLException
publicNot supported.URLgetURL(int parameterIndex)
throwsSQLException
SQLException
publicNot supported.URLgetURL(StringparameterName)
throwsSQLException
SQLException
public SQLWarning getWarnings()
Intentionally blank.
public void registerOutParameter(int index,
int sqlType)
throws SQLException
Intentionally blank.
SQLException
public void registerOutParameter(int index,
int sqlType,
int scale)
throws SQLException
Intentionally blank
SQLException
public void registerOutParameter(int index,
int sqlType,
String typeName)
throws SQLException
Intentionally blank
SQLException
public void registerOutParameter(Intentionally blank.StringparameterName, int sqlType)
throwsSQLException
SQLException
public void registerOutParameter(Intentionally blankStringparameterName, int sqlType, int scale)
throwsSQLException
SQLException
public void registerOutParameter(Intentionally blankStringparameterName, int sqlType,StringtypeName)
throwsSQLException
SQLException
public void setArray(int index,
Array x)
throws SQLException
Not supported.
SQLException
public void setAsciiStream(int index,
InputStream x,
int length)
throws SQLException
Not supported.
SQLException
public void setAsciiStream(Not supported.StringparameterName,InputStreamx, int length)
throwsSQLException
SQLException
public void setBigDecimal(int index,
BigDecimal x)
throws SQLException
Not supported.
SQLException
public void setBigDecimal(Not supported.StringparameterName,BigDecimalx)
throwsSQLException
SQLException
public void setBinaryStream(int index,
InputStream x,
int length)
throws SQLException
Not supported.
SQLException
public void setBinaryStream(Not supported.StringparameterName,InputStreamx, int length)
throwsSQLException
SQLException
public void setBlob(int index,
Blob x)
throws SQLException
Not supported.
SQLException
public void setBoolean(int index,
boolean x)
throws SQLException
Not supported.
SQLException
public void setBoolean(Not supported.StringparameterName, boolean x)
throwsSQLException
SQLException
public void setByte(int index,
byte x)
throws SQLException
Not supported.
SQLException
public void setByte(Not supported.StringparameterName, byte x)
throwsSQLException
SQLException
public void setBytes(int index,
byte[] x)
throws SQLException
Not supported.
SQLException
public void setBytes(Not supported.StringparameterName, byte[] x)
throwsSQLException
SQLException
public void setCharacterStream(int index,
Reader reader,
int length)
throws SQLException
Not supported.
SQLException
public void setCharacterStream(Not supported.StringparameterName,Readerreader, int length)
throwsSQLException
SQLException
public void setClob(int index,
Clob x)
throws SQLException
Not supported.
SQLException
public void setCursorName(Not supported.Stringname)
throwsSQLException
SQLException
public void setDate(int index,
Date x)
throws SQLException
Not supported.
SQLException
public void setDate(Not supported.StringparameterName,Datex)
throwsSQLException
SQLException
public void setDate(int index,
Date x,
Calendar cal)
throws SQLException
Not supported.
SQLException
public void setDate(Not supported.StringparameterName,Datex,Calendarcal)
throwsSQLException
SQLException
public void setDouble(int index,
double x)
throws SQLException
Not supported.
SQLException
public void setDouble(Not supported.StringparameterName, double x)
throwsSQLException
SQLException
public void setEscapeProcessing(boolean enable)Not supported.
throwsSQLException
SQLException
public void setFetchDirection(int direction)Not supported.
throwsSQLException
SQLException
public void setFetchSize(int rows)Not supported.
throwsSQLException
SQLException
public void setFloat(int index,
float x)
throws SQLException
Not supported.
SQLException
public void setFloat(Not supported.StringparameterName, float x)
throwsSQLException
SQLException
public void setInt(int index,
int x)
throws SQLException
Not supported.
SQLException
public void setInt(Not supported.StringparameterName, int x)
throwsSQLException
SQLException
public void setLong(int index,
long x)
throws SQLException
Not supported.
SQLException
public void setLong(Not supported.StringparameterName, long x)
throwsSQLException
SQLException
public void setMaxFieldSize(int max)Not supported.
throwsSQLException
SQLException
public void setMaxRows(int max)Not supported.
throwsSQLException
SQLException
public void setNull(int index,
int sqlType)
throws SQLException
Not supported.
SQLException
public void setNull(int index,
int sqlType,
String typeName)
throws SQLException
Not supported.
SQLException
public void setNull(Not supported.StringparameterName, int sqlType)
throwsSQLException
SQLException
public void setNull(Not supported.StringparameterName, int sqlType,StringtypeName)
throwsSQLException
SQLException
public abstract void setObject(int index,
Object x)
throws SQLException
Set the input parameter.
Subclasses need to implement this method as neccessary.
SQLException
public void setObject(Not supported.StringparameterName,Objectx)
throwsSQLException
SQLException
public void setObject(int index,
Object x,
int sqlType)
throws SQLException
Set the input parameter.
SQLException
Related Topics
CallableStatement.setObject(int, Object)
public void setObject(Set the input parameter.StringparameterName,Objectx, int sqlType)
throwsSQLException
SQLException
Related Topics
CallableStatement.setObject(int, Object)
public void setObject(int index,
Object x,
int sqlType,
int scale)
throws SQLException
Set the input parameter.
SQLException
Related Topics
CallableStatement.setObject(int, Object)
public void setObject(Set the input parameter.StringparameterName,Objectx, int sqlType, int scale)
throwsSQLException
SQLException
Related Topics
CallableStatement.setObject(int, Object)
public void setQueryTimeout(int seconds)Not supported.
throwsSQLException
SQLException
public void setRef(int index,
Ref x)
throws SQLException
Not supported.
SQLException
public void setShort(int index,
short x)
throws SQLException
Not supported.
SQLException
public void setShort(Not supported.StringparameterName, short x)
throwsSQLException
SQLException
public void setString(int index,
String x)
throws SQLException
Not supported.
SQLException
public void setString(Not supported.StringparameterName,Stringx)
throwsSQLException
SQLException
public void setTime(int index,
Time x)
throws SQLException
Not supported.
SQLException
public void setTime(Not supported.StringparameterName,Timex)
throwsSQLException
SQLException
public void setTime(int index,
Time x,
Calendar cal)
throws SQLException
Not supported.
SQLException
public void setTime(Not supported.StringparameterName,Timex,Calendarcal)
throwsSQLException
SQLException
public void setTimestamp(int index,
Timestamp x)
throws SQLException
Not supported.
SQLException
public void setTimestamp(Not supported.StringparameterName,Timestampx)
throwsSQLException
SQLException
public void setTimestamp(int index,
Timestamp x,
Calendar cal)
throws SQLException
Not supported.
SQLException
public void setTimestamp(Not supported.StringparameterName,Timestampx,Calendarcal)
throwsSQLException
SQLException
public void setUnicodeStream(int index,
InputStream x,
int length)
throws SQLException
Not supported.
SQLException
public void setURL(Not supported.StringparameterName,URLval)
throwsSQLException
SQLException
public void setURL(int parameterIndex,
URL val)
throws SQLException
Not supported.
SQLException
public boolean wasNull()Not supported.
throwsSQLException
SQLException