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.String
sql)
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.String
sql)
throwsSQLException
SQLException
public boolean execute(Not supported.String
sql, int autoGeneratedKeys)
throwsSQLException
SQLException
public boolean execute(Not supported.String
sql, int[] columnIndexes)
throwsSQLException
SQLException
public boolean execute(Not supported.String
sql,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.ResultSet
executeQuery(String
sql)
throwsSQLException
SQLException
publicNot supported.ResultSet
executeQuery()
throwsSQLException
SQLException
public int executeUpdate(Not supported.String
sql)
throwsSQLException
SQLException
public int executeUpdate(Not supported.String
sql, int autoGeneratedKeys)
throwsSQLException
SQLException
public int executeUpdate(Not supported.String
sql, int[] columnIndexes)
throwsSQLException
SQLException
public int executeUpdate(Not supported.String
sql,String
[] columnNames)
throwsSQLException
SQLException
public int executeUpdate()This justs executes the statement.
throwsSQLException
SQLException
Related Topics
CallableStatement.execute(String)
publicNot supported.Array
getArray(int index)
throwsSQLException
SQLException
publicNot supported.Array
getArray(String
parameterName)
throwsSQLException
SQLException
publicNot supported.BigDecimal
getBigDecimal(int index)
throwsSQLException
SQLException
publicNot supported.BigDecimal
getBigDecimal(String
parameterName)
throwsSQLException
SQLException
publicNot supported.BigDecimal
getBigDecimal(int index, int scale)
throwsSQLException
SQLException
publicNot supported.Blob
getBlob(int index)
throwsSQLException
SQLException
publicNot supported.Blob
getBlob(String
parameterName)
throwsSQLException
SQLException
public boolean getBoolean(int index)Not supported.
throwsSQLException
SQLException
public boolean getBoolean(Not supported.String
parameterName)
throwsSQLException
SQLException
public byte getByte(int index)Not supported.
throwsSQLException
SQLException
public byte getByte(Not supported.String
parameterName)
throwsSQLException
SQLException
public byte[] getBytes(int index)Not supported.
throwsSQLException
SQLException
public byte[] getBytes(Not supported.String
parameterName)
throwsSQLException
SQLException
publicNot supported.Clob
getClob(int index)
throwsSQLException
SQLException
publicNot supported.Clob
getClob(String
parameterName)
throwsSQLException
SQLException
public Connection
getConnection()
Return the connection which spawned us.
publicNot supported.Date
getDate(int index)
throwsSQLException
SQLException
publicNot supported.Date
getDate(String
parameterName)
throwsSQLException
SQLException
publicNot supported.Date
getDate(int index,Calendar
cal)
throwsSQLException
SQLException
publicNot supported.Date
getDate(String
parameterName,Calendar
cal)
throwsSQLException
SQLException
protectedGet the DocumentProvider we can use.DocumentProvider
getDocumentProvider()
throwsDocumentException
DocumentException
public double getDouble(int index)Not supported.
throwsSQLException
SQLException
public double getDouble(Not supported.String
parameterName)
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.String
parameterName)
throwsSQLException
SQLException
publicNot supported.ResultSet
getGeneratedKeys()
throwsSQLException
SQLException
public int getInt(int index)Not supported.
throwsSQLException
SQLException
public int getInt(Not supported.String
parameterName)
throwsSQLException
SQLException
public long getLong(int index)Not supported.
throwsSQLException
SQLException
public long getLong(Not supported.String
parameterName)
throwsSQLException
SQLException
public int getMaxFieldSize()Not supported.
throwsSQLException
SQLException
public int getMaxRows()Not supported.
throwsSQLException
SQLException
publicNot supported.ResultSetMetaData
getMetaData()
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.Object
getObject(int index)
throwsSQLException
Subclasses must implement this.
SQLException
publicNot supported.Object
getObject(String
parameter)
throwsSQLException
SQLException
publicReturn the output parameter at index.Object
getObject(int index,Map
map)
throwsSQLException
SQLException
Related Topics
CallableStatement.getObject(int)
publicReturn the output parameter at index.Object
getObject(String
parameterName,Map
map)
throwsSQLException
SQLException
Related Topics
CallableStatement.getObject(int)
publicNot supported.ParameterMetaData
getParameterMetaData()
throwsSQLException
SQLException
public int getQueryTimeout()Not supported.
throwsSQLException
SQLException
publicNot supported.Ref
getRef(int index)
throwsSQLException
SQLException
publicNot supported.Ref
getRef(String
parameterName)
throwsSQLException
SQLException
publicNot supported.ResultSet
getResultSet()
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.String
parameterName)
throwsSQLException
SQLException
publicNot supported.String
getString(int index)
throwsSQLException
SQLException
publicNot supported.String
getString(String
parameterName)
throwsSQLException
SQLException
publicNot supported.Time
getTime(int index)
throwsSQLException
SQLException
publicNot supported.Time
getTime(String
parameterName)
throwsSQLException
SQLException
publicNot supported.Time
getTime(int index,Calendar
cal)
throwsSQLException
SQLException
publicNot supported.Time
getTime(String
parameterName,Calendar
cal)
throwsSQLException
SQLException
publicNot supported.Timestamp
getTimestamp(int index)
throwsSQLException
SQLException
publicNot supported.Timestamp
getTimestamp(String
parameterName)
throwsSQLException
SQLException
publicNot supported.Timestamp
getTimestamp(int index,Calendar
cal)
throwsSQLException
SQLException
publicNot supported.Timestamp
getTimestamp(String
parameterName,Calendar
cal)
throwsSQLException
SQLException
public int getUpdateCount()Not supported.
throwsSQLException
SQLException
publicNot supported.URL
getURL(int parameterIndex)
throwsSQLException
SQLException
publicNot supported.URL
getURL(String
parameterName)
throwsSQLException
SQLException
public SQLWarning
getWarnings()
Intentionally blank.
public void registerOutParameter(int index, int sqlType)Intentionally blank.
throwsSQLException
SQLException
public void registerOutParameter(int index, int sqlType, int scale)Intentionally blank
throwsSQLException
SQLException
public void registerOutParameter(int index, int sqlType,Intentionally blankString
typeName)
throwsSQLException
SQLException
public void registerOutParameter(Intentionally blank.String
parameterName, int sqlType)
throwsSQLException
SQLException
public void registerOutParameter(Intentionally blankString
parameterName, int sqlType, int scale)
throwsSQLException
SQLException
public void registerOutParameter(Intentionally blankString
parameterName, int sqlType,String
typeName)
throwsSQLException
SQLException
public void setArray(int index,Not supported.Array
x)
throwsSQLException
SQLException
public void setAsciiStream(int index,Not supported.InputStream
x, int length)
throwsSQLException
SQLException
public void setAsciiStream(Not supported.String
parameterName,InputStream
x, int length)
throwsSQLException
SQLException
public void setBigDecimal(int index,Not supported.BigDecimal
x)
throwsSQLException
SQLException
public void setBigDecimal(Not supported.String
parameterName,BigDecimal
x)
throwsSQLException
SQLException
public void setBinaryStream(int index,Not supported.InputStream
x, int length)
throwsSQLException
SQLException
public void setBinaryStream(Not supported.String
parameterName,InputStream
x, int length)
throwsSQLException
SQLException
public void setBlob(int index,Not supported.Blob
x)
throwsSQLException
SQLException
public void setBoolean(int index, boolean x)Not supported.
throwsSQLException
SQLException
public void setBoolean(Not supported.String
parameterName, boolean x)
throwsSQLException
SQLException
public void setByte(int index, byte x)Not supported.
throwsSQLException
SQLException
public void setByte(Not supported.String
parameterName, byte x)
throwsSQLException
SQLException
public void setBytes(int index, byte[] x)Not supported.
throwsSQLException
SQLException
public void setBytes(Not supported.String
parameterName, byte[] x)
throwsSQLException
SQLException
public void setCharacterStream(int index,Not supported.Reader
reader, int length)
throwsSQLException
SQLException
public void setCharacterStream(Not supported.String
parameterName,Reader
reader, int length)
throwsSQLException
SQLException
public void setClob(int index,Not supported.Clob
x)
throwsSQLException
SQLException
public void setCursorName(Not supported.String
name)
throwsSQLException
SQLException
public void setDate(int index,Not supported.Date
x)
throwsSQLException
SQLException
public void setDate(Not supported.String
parameterName,Date
x)
throwsSQLException
SQLException
public void setDate(int index,Not supported.Date
x,Calendar
cal)
throwsSQLException
SQLException
public void setDate(Not supported.String
parameterName,Date
x,Calendar
cal)
throwsSQLException
SQLException
public void setDouble(int index, double x)Not supported.
throwsSQLException
SQLException
public void setDouble(Not supported.String
parameterName, 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)Not supported.
throwsSQLException
SQLException
public void setFloat(Not supported.String
parameterName, float x)
throwsSQLException
SQLException
public void setInt(int index, int x)Not supported.
throwsSQLException
SQLException
public void setInt(Not supported.String
parameterName, int x)
throwsSQLException
SQLException
public void setLong(int index, long x)Not supported.
throwsSQLException
SQLException
public void setLong(Not supported.String
parameterName, 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)Not supported.
throwsSQLException
SQLException
public void setNull(int index, int sqlType,Not supported.String
typeName)
throwsSQLException
SQLException
public void setNull(Not supported.String
parameterName, int sqlType)
throwsSQLException
SQLException
public void setNull(Not supported.String
parameterName, int sqlType,String
typeName)
throwsSQLException
SQLException
public abstract void setObject(int index,Set the input parameter.Object
x)
throwsSQLException
Subclasses need to implement this method as neccessary.
SQLException
public void setObject(Not supported.String
parameterName,Object
x)
throwsSQLException
SQLException
public void setObject(int index,Set the input parameter.Object
x, int sqlType)
throwsSQLException
SQLException
Related Topics
CallableStatement.setObject(int, Object)
public void setObject(Set the input parameter.String
parameterName,Object
x, int sqlType)
throwsSQLException
SQLException
Related Topics
CallableStatement.setObject(int, Object)
public void setObject(int index,Set the input parameter.Object
x, int sqlType, int scale)
throwsSQLException
SQLException
Related Topics
CallableStatement.setObject(int, Object)
public void setObject(Set the input parameter.String
parameterName,Object
x, 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,Not supported.Ref
x)
throwsSQLException
SQLException
public void setShort(int index, short x)Not supported.
throwsSQLException
SQLException
public void setShort(Not supported.String
parameterName, short x)
throwsSQLException
SQLException
public void setString(int index,Not supported.String
x)
throwsSQLException
SQLException
public void setString(Not supported.String
parameterName,String
x)
throwsSQLException
SQLException
public void setTime(int index,Not supported.Time
x)
throwsSQLException
SQLException
public void setTime(Not supported.String
parameterName,Time
x)
throwsSQLException
SQLException
public void setTime(int index,Not supported.Time
x,Calendar
cal)
throwsSQLException
SQLException
public void setTime(Not supported.String
parameterName,Time
x,Calendar
cal)
throwsSQLException
SQLException
public void setTimestamp(int index,Not supported.Timestamp
x)
throwsSQLException
SQLException
public void setTimestamp(Not supported.String
parameterName,Timestamp
x)
throwsSQLException
SQLException
public void setTimestamp(int index,Not supported.Timestamp
x,Calendar
cal)
throwsSQLException
SQLException
public void setTimestamp(Not supported.String
parameterName,Timestamp
x,Calendar
cal)
throwsSQLException
SQLException
public void setUnicodeStream(int index,Not supported.InputStream
x, int length)
throwsSQLException
SQLException
public void setURL(Not supported.String
parameterName,URL
val)
throwsSQLException
SQLException
public void setURL(int parameterIndex,Not supported.URL
val)
throwsSQLException
SQLException
public boolean wasNull()Not supported.
throwsSQLException
SQLException