com.mysql.jdbc
Class Connection.UltraDevWorkAround

java.lang.Object
  extended bycom.mysql.jdbc.Connection.UltraDevWorkAround
All Implemented Interfaces:
java.sql.CallableStatement, java.sql.PreparedStatement, java.sql.Statement
Enclosing class:
Connection

class Connection.UltraDevWorkAround
extends java.lang.Object
implements java.sql.CallableStatement

Wrapper class for UltraDev CallableStatements that are really PreparedStatments. Nice going, UltraDev developers.


Field Summary
 
Fields inherited from interface java.sql.Statement
CLOSE_ALL_RESULTS, CLOSE_CURRENT_RESULT, EXECUTE_FAILED, KEEP_CURRENT_RESULT, NO_GENERATED_KEYS, RETURN_GENERATED_KEYS, SUCCESS_NO_INFO
 
Constructor Summary
(package private) Connection.UltraDevWorkAround(java.sql.PreparedStatement pstmt)
           
 
Method Summary
 void addBatch()
           
 void addBatch(java.lang.String p1)
           
 void cancel()
           
 void clearBatch()
           
 void clearParameters()
           
 void clearWarnings()
           
 void close()
           
 boolean execute()
           
 boolean execute(java.lang.String p1)
           
 boolean execute(java.lang.String arg0, int arg1)
           
 boolean execute(java.lang.String arg0, int[] arg1)
           
 boolean execute(java.lang.String arg0, java.lang.String[] arg1)
           
 int[] executeBatch()
           
 java.sql.ResultSet executeQuery()
           
 java.sql.ResultSet executeQuery(java.lang.String p1)
           
 int executeUpdate()
           
 int executeUpdate(java.lang.String p1)
           
 int executeUpdate(java.lang.String arg0, int arg1)
           
 int executeUpdate(java.lang.String arg0, int[] arg1)
           
 int executeUpdate(java.lang.String arg0, java.lang.String[] arg1)
           
 java.sql.Array getArray(int p1)
           
 java.sql.Array getArray(java.lang.String arg0)
           
 java.math.BigDecimal getBigDecimal(int p1)
           
 java.math.BigDecimal getBigDecimal(int p1, int p2)
          Deprecated.  
 java.math.BigDecimal getBigDecimal(java.lang.String arg0)
           
 java.sql.Blob getBlob(int p1)
           
 java.sql.Blob getBlob(java.lang.String arg0)
           
 boolean getBoolean(int p1)
           
 boolean getBoolean(java.lang.String arg0)
           
 byte getByte(int p1)
           
 byte getByte(java.lang.String arg0)
           
 byte[] getBytes(int p1)
           
 byte[] getBytes(java.lang.String arg0)
           
 java.sql.Clob getClob(int p1)
           
 java.sql.Clob getClob(java.lang.String arg0)
           
 java.sql.Connection getConnection()
           
 java.sql.Date getDate(int p1)
           
 java.sql.Date getDate(int p1, java.util.Calendar p2)
           
 java.sql.Date getDate(java.lang.String arg0)
           
 java.sql.Date getDate(java.lang.String arg0, java.util.Calendar arg1)
           
 double getDouble(int p1)
           
 double getDouble(java.lang.String arg0)
           
 int getFetchDirection()
           
 int getFetchSize()
           
 float getFloat(int p1)
           
 float getFloat(java.lang.String arg0)
           
 java.sql.ResultSet getGeneratedKeys()
           
 int getInt(int p1)
           
 int getInt(java.lang.String arg0)
           
 long getLong(int p1)
           
 long getLong(java.lang.String arg0)
           
 int getMaxFieldSize()
           
 int getMaxRows()
           
 java.sql.ResultSetMetaData getMetaData()
           
 boolean getMoreResults()
           
 boolean getMoreResults(int arg0)
           
 java.lang.Object getObject(int p1)
           
 java.lang.Object getObject(int p1, java.util.Map p2)
           
 java.lang.Object getObject(java.lang.String arg0)
           
 java.lang.Object getObject(java.lang.String arg0, java.util.Map arg1)
           
 java.sql.ParameterMetaData getParameterMetaData()
           
 int getQueryTimeout()
           
 java.sql.Ref getRef(int p1)
           
 java.sql.Ref getRef(java.lang.String arg0)
           
 java.sql.ResultSet getResultSet()
           
 int getResultSetConcurrency()
           
 int getResultSetHoldability()
           
 int getResultSetType()
           
 short getShort(int p1)
           
 short getShort(java.lang.String arg0)
           
 java.lang.String getString(int p1)
           
 java.lang.String getString(java.lang.String arg0)
           
 java.sql.Time getTime(int p1)
           
 java.sql.Time getTime(int p1, java.util.Calendar p2)
           
 java.sql.Time getTime(java.lang.String arg0)
           
 java.sql.Time getTime(java.lang.String arg0, java.util.Calendar arg1)
           
 java.sql.Timestamp getTimestamp(int p1)
           
 java.sql.Timestamp getTimestamp(int p1, java.util.Calendar p2)
           
 java.sql.Timestamp getTimestamp(java.lang.String arg0)
           
 java.sql.Timestamp getTimestamp(java.lang.String arg0, java.util.Calendar arg1)
           
 int getUpdateCount()
           
 java.net.URL getURL(int arg0)
           
 java.net.URL getURL(java.lang.String arg0)
           
 java.sql.SQLWarning getWarnings()
           
 void registerOutParameter(int p1, int p2)
           
 void registerOutParameter(int p1, int p2, int p3)
           
 void registerOutParameter(int p1, int p2, java.lang.String p3)
           
 void registerOutParameter(java.lang.String arg0, int arg1)
           
 void registerOutParameter(java.lang.String arg0, int arg1, int arg2)
           
 void registerOutParameter(java.lang.String arg0, int arg1, java.lang.String arg2)
           
 void setArray(int p1, java.sql.Array p2)
           
 void setAsciiStream(int p1, java.io.InputStream p2, int p3)
           
 void setAsciiStream(java.lang.String arg0, java.io.InputStream arg1, int arg2)
           
 void setBigDecimal(int p1, java.math.BigDecimal p2)
           
 void setBigDecimal(java.lang.String arg0, java.math.BigDecimal arg1)
           
 void setBinaryStream(int p1, java.io.InputStream p2, int p3)
           
 void setBinaryStream(java.lang.String arg0, java.io.InputStream arg1, int arg2)
           
 void setBlob(int p1, java.sql.Blob p2)
           
 void setBoolean(int p1, boolean p2)
           
 void setBoolean(java.lang.String arg0, boolean arg1)
           
 void setByte(int p1, byte p2)
           
 void setByte(java.lang.String arg0, byte arg1)
           
 void setBytes(int p1, byte[] p2)
           
 void setBytes(java.lang.String arg0, byte[] arg1)
           
 void setCharacterStream(int p1, java.io.Reader p2, int p3)
           
 void setCharacterStream(java.lang.String arg0, java.io.Reader arg1, int arg2)
           
 void setClob(int p1, java.sql.Clob p2)
           
 void setCursorName(java.lang.String p1)
           
 void setDate(int p1, java.sql.Date p2)
           
 void setDate(int p1, java.sql.Date p2, java.util.Calendar p3)
           
 void setDate(java.lang.String arg0, java.sql.Date arg1)
           
 void setDate(java.lang.String arg0, java.sql.Date arg1, java.util.Calendar arg2)
           
 void setDouble(int p1, double p2)
           
 void setDouble(java.lang.String arg0, double arg1)
           
 void setEscapeProcessing(boolean p1)
           
 void setFetchDirection(int p1)
           
 void setFetchSize(int p1)
           
 void setFloat(int p1, float p2)
           
 void setFloat(java.lang.String arg0, float arg1)
           
 void setInt(int p1, int p2)
           
 void setInt(java.lang.String arg0, int arg1)
           
 void setLong(int p1, long p2)
           
 void setLong(java.lang.String arg0, long arg1)
           
 void setMaxFieldSize(int p1)
           
 void setMaxRows(int p1)
           
 void setNull(int p1, int p2)
           
 void setNull(int p1, int p2, java.lang.String p3)
           
 void setNull(java.lang.String arg0, int arg1)
           
 void setNull(java.lang.String arg0, int arg1, java.lang.String arg2)
           
 void setObject(int p1, java.lang.Object p2)
           
 void setObject(int p1, java.lang.Object p2, int p3)
           
 void setObject(int p1, java.lang.Object p2, int p3, int p4)
           
 void setObject(java.lang.String arg0, java.lang.Object arg1)
           
 void setObject(java.lang.String arg0, java.lang.Object arg1, int arg2)
           
 void setObject(java.lang.String arg0, java.lang.Object arg1, int arg2, int arg3)
           
 void setQueryTimeout(int p1)
           
 void setRef(int p1, java.sql.Ref p2)
           
 void setShort(int p1, short p2)
           
 void setShort(java.lang.String arg0, short arg1)
           
 void setString(int p1, java.lang.String p2)
           
 void setString(java.lang.String arg0, java.lang.String arg1)
           
 void setTime(int p1, java.sql.Time p2)
           
 void setTime(int p1, java.sql.Time p2, java.util.Calendar p3)
           
 void setTime(java.lang.String arg0, java.sql.Time arg1)
           
 void setTime(java.lang.String arg0, java.sql.Time arg1, java.util.Calendar arg2)
           
 void setTimestamp(int p1, java.sql.Timestamp p2)
           
 void setTimestamp(int p1, java.sql.Timestamp p2, java.util.Calendar p3)
           
 void setTimestamp(java.lang.String arg0, java.sql.Timestamp arg1)
           
 void setTimestamp(java.lang.String arg0, java.sql.Timestamp arg1, java.util.Calendar arg2)
           
 void setUnicodeStream(int p1, java.io.InputStream p2, int p3)
          Deprecated.  
 void setURL(int arg0, java.net.URL arg1)
           
 void setURL(java.lang.String arg0, java.net.URL arg1)
           
 boolean wasNull()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Connection.UltraDevWorkAround

Connection.UltraDevWorkAround(java.sql.PreparedStatement pstmt)
Method Detail

addBatch

public void addBatch()
              throws java.sql.SQLException
Specified by:
addBatch in interface java.sql.PreparedStatement
Throws:
java.sql.SQLException

addBatch

public void addBatch(java.lang.String p1)
              throws java.sql.SQLException
Specified by:
addBatch in interface java.sql.Statement
Throws:
java.sql.SQLException

cancel

public void cancel()
            throws java.sql.SQLException
Specified by:
cancel in interface java.sql.Statement
Throws:
java.sql.SQLException

clearBatch

public void clearBatch()
                throws java.sql.SQLException
Specified by:
clearBatch in interface java.sql.Statement
Throws:
java.sql.SQLException

clearParameters

public void clearParameters()
                     throws java.sql.SQLException
Specified by:
clearParameters in interface java.sql.PreparedStatement
Throws:
java.sql.SQLException

clearWarnings

public void clearWarnings()
                   throws java.sql.SQLException
Specified by:
clearWarnings in interface java.sql.Statement
Throws:
java.sql.SQLException

close

public void close()
           throws java.sql.SQLException
Specified by:
close in interface java.sql.Statement
Throws:
java.sql.SQLException

execute

public boolean execute()
                throws java.sql.SQLException
Specified by:
execute in interface java.sql.PreparedStatement
Throws:
java.sql.SQLException

execute

public boolean execute(java.lang.String p1)
                throws java.sql.SQLException
Specified by:
execute in interface java.sql.Statement
Throws:
java.sql.SQLException

execute

public boolean execute(java.lang.String arg0,
                       int arg1)
                throws java.sql.SQLException
Specified by:
execute in interface java.sql.Statement
Throws:
java.sql.SQLException
See Also:
Statement.execute(String, int)

execute

public boolean execute(java.lang.String arg0,
                       int[] arg1)
                throws java.sql.SQLException
Specified by:
execute in interface java.sql.Statement
Throws:
java.sql.SQLException
See Also:
Statement.execute(String, int[])

execute

public boolean execute(java.lang.String arg0,
                       java.lang.String[] arg1)
                throws java.sql.SQLException
Specified by:
execute in interface java.sql.Statement
Throws:
java.sql.SQLException
See Also:
Statement.execute(String, String[])

executeBatch

public int[] executeBatch()
                   throws java.sql.SQLException
Specified by:
executeBatch in interface java.sql.Statement
Throws:
java.sql.SQLException

executeQuery

public java.sql.ResultSet executeQuery()
                                throws java.sql.SQLException
Specified by:
executeQuery in interface java.sql.PreparedStatement
Throws:
java.sql.SQLException

executeQuery

public java.sql.ResultSet executeQuery(java.lang.String p1)
                                throws java.sql.SQLException
Specified by:
executeQuery in interface java.sql.Statement
Throws:
java.sql.SQLException

executeUpdate

public int executeUpdate()
                  throws java.sql.SQLException
Specified by:
executeUpdate in interface java.sql.PreparedStatement
Throws:
java.sql.SQLException

executeUpdate

public int executeUpdate(java.lang.String p1)
                  throws java.sql.SQLException
Specified by:
executeUpdate in interface java.sql.Statement
Throws:
java.sql.SQLException

executeUpdate

public int executeUpdate(java.lang.String arg0,
                         int arg1)
                  throws java.sql.SQLException
Specified by:
executeUpdate in interface java.sql.Statement
Throws:
java.sql.SQLException
See Also:
Statement.executeUpdate(String, int)

executeUpdate

public int executeUpdate(java.lang.String arg0,
                         int[] arg1)
                  throws java.sql.SQLException
Specified by:
executeUpdate in interface java.sql.Statement
Throws:
java.sql.SQLException
See Also:
Statement.executeUpdate(String, int[])

executeUpdate

public int executeUpdate(java.lang.String arg0,
                         java.lang.String[] arg1)
                  throws java.sql.SQLException
Specified by:
executeUpdate in interface java.sql.Statement
Throws:
java.sql.SQLException
See Also:
Statement.executeUpdate(String, String[])

getArray

public java.sql.Array getArray(int p1)
                        throws java.sql.SQLException
Specified by:
getArray in interface java.sql.CallableStatement
Throws:
java.sql.SQLException

getArray

public java.sql.Array getArray(java.lang.String arg0)
                        throws java.sql.SQLException
Specified by:
getArray in interface java.sql.CallableStatement
Throws:
java.sql.SQLException
See Also:
CallableStatement.getArray(String)

getBigDecimal

public java.math.BigDecimal getBigDecimal(int p1)
                                   throws java.sql.SQLException
Specified by:
getBigDecimal in interface java.sql.CallableStatement
Throws:
java.sql.SQLException

getBigDecimal

public java.math.BigDecimal getBigDecimal(int p1,
                                          int p2)
                                   throws java.sql.SQLException
Deprecated.  

DOCUMENT ME!

Specified by:
getBigDecimal in interface java.sql.CallableStatement
Parameters:
p1 - DOCUMENT ME!
p2 - DOCUMENT ME!
Returns:
DOCUMENT ME!
Throws:
java.sql.SQLException - DOCUMENT ME!

getBigDecimal

public java.math.BigDecimal getBigDecimal(java.lang.String arg0)
                                   throws java.sql.SQLException
Specified by:
getBigDecimal in interface java.sql.CallableStatement
Throws:
java.sql.SQLException
See Also:
CallableStatement.getBigDecimal(String)

getBlob

public java.sql.Blob getBlob(int p1)
                      throws java.sql.SQLException
Specified by:
getBlob in interface java.sql.CallableStatement
Throws:
java.sql.SQLException

getBlob

public java.sql.Blob getBlob(java.lang.String arg0)
                      throws java.sql.SQLException
Specified by:
getBlob in interface java.sql.CallableStatement
Throws:
java.sql.SQLException
See Also:
CallableStatement.getBlob(String)

getBoolean

public boolean getBoolean(int p1)
                   throws java.sql.SQLException
Specified by:
getBoolean in interface java.sql.CallableStatement
Throws:
java.sql.SQLException

getBoolean

public boolean getBoolean(java.lang.String arg0)
                   throws java.sql.SQLException
Specified by:
getBoolean in interface java.sql.CallableStatement
Throws:
java.sql.SQLException
See Also:
CallableStatement.getBoolean(String)

getByte

public byte getByte(int p1)
             throws java.sql.SQLException
Specified by:
getByte in interface java.sql.CallableStatement
Throws:
java.sql.SQLException

getByte

public byte getByte(java.lang.String arg0)
             throws java.sql.SQLException
Specified by:
getByte in interface java.sql.CallableStatement
Throws:
java.sql.SQLException
See Also:
CallableStatement.getByte(String)

getBytes

public byte[] getBytes(int p1)
                throws java.sql.SQLException
Specified by:
getBytes in interface java.sql.CallableStatement
Throws:
java.sql.SQLException

getBytes

public byte[] getBytes(java.lang.String arg0)
                throws java.sql.SQLException
Specified by:
getBytes in interface java.sql.CallableStatement
Throws:
java.sql.SQLException
See Also:
CallableStatement.getBytes(String)

getClob

public java.sql.Clob getClob(int p1)
                      throws java.sql.SQLException
Specified by:
getClob in interface java.sql.CallableStatement
Throws:
java.sql.SQLException

getClob

public java.sql.Clob getClob(java.lang.String arg0)
                      throws java.sql.SQLException
Specified by:
getClob in interface java.sql.CallableStatement
Throws:
java.sql.SQLException
See Also:
CallableStatement.getClob(String)

getConnection

public java.sql.Connection getConnection()
                                  throws java.sql.SQLException
Specified by:
getConnection in interface java.sql.Statement
Throws:
java.sql.SQLException

getDate

public java.sql.Date getDate(int p1)
                      throws java.sql.SQLException
Specified by:
getDate in interface java.sql.CallableStatement
Throws:
java.sql.SQLException

getDate

public java.sql.Date getDate(int p1,
                             java.util.Calendar p2)
                      throws java.sql.SQLException
Specified by:
getDate in interface java.sql.CallableStatement
Throws:
java.sql.SQLException

getDate

public java.sql.Date getDate(java.lang.String arg0)
                      throws java.sql.SQLException
Specified by:
getDate in interface java.sql.CallableStatement
Throws:
java.sql.SQLException
See Also:
CallableStatement.getDate(String)

getDate

public java.sql.Date getDate(java.lang.String arg0,
                             java.util.Calendar arg1)
                      throws java.sql.SQLException
Specified by:
getDate in interface java.sql.CallableStatement
Throws:
java.sql.SQLException
See Also:
CallableStatement.getDate(String, Calendar)

getDouble

public double getDouble(int p1)
                 throws java.sql.SQLException
Specified by:
getDouble in interface java.sql.CallableStatement
Throws:
java.sql.SQLException

getDouble

public double getDouble(java.lang.String arg0)
                 throws java.sql.SQLException
Specified by:
getDouble in interface java.sql.CallableStatement
Throws:
java.sql.SQLException
See Also:
CallableStatement.getDouble(String)

getFetchDirection

public int getFetchDirection()
                      throws java.sql.SQLException
Specified by:
getFetchDirection in interface java.sql.Statement
Throws:
java.sql.SQLException

getFetchSize

public int getFetchSize()
                 throws java.sql.SQLException
Specified by:
getFetchSize in interface java.sql.Statement
Throws:
java.sql.SQLException

getFloat

public float getFloat(int p1)
               throws java.sql.SQLException
Specified by:
getFloat in interface java.sql.CallableStatement
Throws:
java.sql.SQLException

getFloat

public float getFloat(java.lang.String arg0)
               throws java.sql.SQLException
Specified by:
getFloat in interface java.sql.CallableStatement
Throws:
java.sql.SQLException
See Also:
CallableStatement.getFloat(String)

getGeneratedKeys

public java.sql.ResultSet getGeneratedKeys()
                                    throws java.sql.SQLException
Specified by:
getGeneratedKeys in interface java.sql.Statement
Throws:
java.sql.SQLException
See Also:
Statement.getGeneratedKeys()

getInt

public int getInt(int p1)
           throws java.sql.SQLException
Specified by:
getInt in interface java.sql.CallableStatement
Throws:
java.sql.SQLException

getInt

public int getInt(java.lang.String arg0)
           throws java.sql.SQLException
Specified by:
getInt in interface java.sql.CallableStatement
Throws:
java.sql.SQLException
See Also:
CallableStatement.getInt(String)

getLong

public long getLong(int p1)
             throws java.sql.SQLException
Specified by:
getLong in interface java.sql.CallableStatement
Throws:
java.sql.SQLException

getLong

public long getLong(java.lang.String arg0)
             throws java.sql.SQLException
Specified by:
getLong in interface java.sql.CallableStatement
Throws:
java.sql.SQLException
See Also:
CallableStatement.getLong(String)

getMaxFieldSize

public int getMaxFieldSize()
                    throws java.sql.SQLException
Specified by:
getMaxFieldSize in interface java.sql.Statement
Throws:
java.sql.SQLException

getMaxRows

public int getMaxRows()
               throws java.sql.SQLException
Specified by:
getMaxRows in interface java.sql.Statement
Throws:
java.sql.SQLException

getMetaData

public java.sql.ResultSetMetaData getMetaData()
                                       throws java.sql.SQLException
Specified by:
getMetaData in interface java.sql.PreparedStatement
Throws:
java.sql.SQLException

getMoreResults

public boolean getMoreResults()
                       throws java.sql.SQLException
Specified by:
getMoreResults in interface java.sql.Statement
Throws:
java.sql.SQLException

getMoreResults

public boolean getMoreResults(int arg0)
                       throws java.sql.SQLException
Specified by:
getMoreResults in interface java.sql.Statement
Throws:
java.sql.SQLException
See Also:
Statement.getMoreResults(int)

getObject

public java.lang.Object getObject(int p1)
                           throws java.sql.SQLException
Specified by:
getObject in interface java.sql.CallableStatement
Throws:
java.sql.SQLException

getObject

public java.lang.Object getObject(int p1,
                                  java.util.Map p2)
                           throws java.sql.SQLException
Specified by:
getObject in interface java.sql.CallableStatement
Throws:
java.sql.SQLException

getObject

public java.lang.Object getObject(java.lang.String arg0)
                           throws java.sql.SQLException
Specified by:
getObject in interface java.sql.CallableStatement
Throws:
java.sql.SQLException
See Also:
CallableStatement.getObject(String)

getObject

public java.lang.Object getObject(java.lang.String arg0,
                                  java.util.Map arg1)
                           throws java.sql.SQLException
Specified by:
getObject in interface java.sql.CallableStatement
Throws:
java.sql.SQLException
See Also:
CallableStatement.getObject(String, Map)

getParameterMetaData

public java.sql.ParameterMetaData getParameterMetaData()
                                                throws java.sql.SQLException
Specified by:
getParameterMetaData in interface java.sql.PreparedStatement
Throws:
java.sql.SQLException
See Also:
PreparedStatement.getParameterMetaData()

getQueryTimeout

public int getQueryTimeout()
                    throws java.sql.SQLException
Specified by:
getQueryTimeout in interface java.sql.Statement
Throws:
java.sql.SQLException

getRef

public java.sql.Ref getRef(int p1)
                    throws java.sql.SQLException
Specified by:
getRef in interface java.sql.CallableStatement
Throws:
java.sql.SQLException

getRef

public java.sql.Ref getRef(java.lang.String arg0)
                    throws java.sql.SQLException
Specified by:
getRef in interface java.sql.CallableStatement
Throws:
java.sql.SQLException
See Also:
CallableStatement.getRef(String)

getResultSet

public java.sql.ResultSet getResultSet()
                                throws java.sql.SQLException
Specified by:
getResultSet in interface java.sql.Statement
Throws:
java.sql.SQLException

getResultSetConcurrency

public int getResultSetConcurrency()
                            throws java.sql.SQLException
Specified by:
getResultSetConcurrency in interface java.sql.Statement
Throws:
java.sql.SQLException

getResultSetHoldability

public int getResultSetHoldability()
                            throws java.sql.SQLException
Specified by:
getResultSetHoldability in interface java.sql.Statement
Throws:
java.sql.SQLException
See Also:
Statement.getResultSetHoldability()

getResultSetType

public int getResultSetType()
                     throws java.sql.SQLException
Specified by:
getResultSetType in interface java.sql.Statement
Throws:
java.sql.SQLException

getShort

public short getShort(int p1)
               throws java.sql.SQLException
Specified by:
getShort in interface java.sql.CallableStatement
Throws:
java.sql.SQLException

getShort

public short getShort(java.lang.String arg0)
               throws java.sql.SQLException
Specified by:
getShort in interface java.sql.CallableStatement
Throws:
java.sql.SQLException
See Also:
CallableStatement.getShort(String)

getString

public java.lang.String getString(int p1)
                           throws java.sql.SQLException
Specified by:
getString in interface java.sql.CallableStatement
Throws:
java.sql.SQLException

getString

public java.lang.String getString(java.lang.String arg0)
                           throws java.sql.SQLException
Specified by:
getString in interface java.sql.CallableStatement
Throws:
java.sql.SQLException
See Also:
CallableStatement.getString(String)

getTime

public java.sql.Time getTime(int p1)
                      throws java.sql.SQLException
Specified by:
getTime in interface java.sql.CallableStatement
Throws:
java.sql.SQLException

getTime

public java.sql.Time getTime(int p1,
                             java.util.Calendar p2)
                      throws java.sql.SQLException
Specified by:
getTime in interface java.sql.CallableStatement
Throws:
java.sql.SQLException

getTime

public java.sql.Time getTime(java.lang.String arg0)
                      throws java.sql.SQLException
Specified by:
getTime in interface java.sql.CallableStatement
Throws:
java.sql.SQLException
See Also:
CallableStatement.getTime(String)

getTime

public java.sql.Time getTime(java.lang.String arg0,
                             java.util.Calendar arg1)
                      throws java.sql.SQLException
Specified by:
getTime in interface java.sql.CallableStatement
Throws:
java.sql.SQLException
See Also:
CallableStatement.getTime(String, Calendar)

getTimestamp

public java.sql.Timestamp getTimestamp(int p1)
                                throws java.sql.SQLException
Specified by:
getTimestamp in interface java.sql.CallableStatement
Throws:
java.sql.SQLException

getTimestamp

public java.sql.Timestamp getTimestamp(int p1,
                                       java.util.Calendar p2)
                                throws java.sql.SQLException
Specified by:
getTimestamp in interface java.sql.CallableStatement
Throws:
java.sql.SQLException

getTimestamp

public java.sql.Timestamp getTimestamp(java.lang.String arg0)
                                throws java.sql.SQLException
Specified by:
getTimestamp in interface java.sql.CallableStatement
Throws:
java.sql.SQLException
See Also:
CallableStatement.getTimestamp(String)

getTimestamp

public java.sql.Timestamp getTimestamp(java.lang.String arg0,
                                       java.util.Calendar arg1)
                                throws java.sql.SQLException
Specified by:
getTimestamp in interface java.sql.CallableStatement
Throws:
java.sql.SQLException
See Also:
CallableStatement.getTimestamp(String, Calendar)

getUpdateCount

public int getUpdateCount()
                   throws java.sql.SQLException
Specified by:
getUpdateCount in interface java.sql.Statement
Throws:
java.sql.SQLException

getURL

public java.net.URL getURL(int arg0)
                    throws java.sql.SQLException
Specified by:
getURL in interface java.sql.CallableStatement
Throws:
java.sql.SQLException
See Also:
CallableStatement.getURL(int)

getURL

public java.net.URL getURL(java.lang.String arg0)
                    throws java.sql.SQLException
Specified by:
getURL in interface java.sql.CallableStatement
Throws:
java.sql.SQLException
See Also:
CallableStatement.getURL(String)

getWarnings

public java.sql.SQLWarning getWarnings()
                                throws java.sql.SQLException
Specified by:
getWarnings in interface java.sql.Statement
Throws:
java.sql.SQLException

registerOutParameter

public void registerOutParameter(int p1,
                                 int p2)
                          throws java.sql.SQLException
Specified by:
registerOutParameter in interface java.sql.CallableStatement
Throws:
java.sql.SQLException

registerOutParameter

public void registerOutParameter(int p1,
                                 int p2,
                                 int p3)
                          throws java.sql.SQLException
Specified by:
registerOutParameter in interface java.sql.CallableStatement
Throws:
java.sql.SQLException

registerOutParameter

public void registerOutParameter(int p1,
                                 int p2,
                                 java.lang.String p3)
                          throws java.sql.SQLException
Specified by:
registerOutParameter in interface java.sql.CallableStatement
Throws:
java.sql.SQLException

registerOutParameter

public void registerOutParameter(java.lang.String arg0,
                                 int arg1)
                          throws java.sql.SQLException
Specified by:
registerOutParameter in interface java.sql.CallableStatement
Throws:
java.sql.SQLException
See Also:
CallableStatement.registerOutParameter(String, int)

registerOutParameter

public void registerOutParameter(java.lang.String arg0,
                                 int arg1,
                                 int arg2)
                          throws java.sql.SQLException
Specified by:
registerOutParameter in interface java.sql.CallableStatement
Throws:
java.sql.SQLException
See Also:
CallableStatement.registerOutParameter(String, int, int)

registerOutParameter

public void registerOutParameter(java.lang.String arg0,
                                 int arg1,
                                 java.lang.String arg2)
                          throws java.sql.SQLException
Specified by:
registerOutParameter in interface java.sql.CallableStatement
Throws:
java.sql.SQLException
See Also:
CallableStatement.registerOutParameter(String, int, String)

setArray

public void setArray(int p1,
                     java.sql.Array p2)
              throws java.sql.SQLException
Specified by:
setArray in interface java.sql.PreparedStatement
Throws:
java.sql.SQLException

setAsciiStream

public void setAsciiStream(int p1,
                           java.io.InputStream p2,
                           int p3)
                    throws java.sql.SQLException
Specified by:
setAsciiStream in interface java.sql.PreparedStatement
Throws:
java.sql.SQLException

setAsciiStream

public void setAsciiStream(java.lang.String arg0,
                           java.io.InputStream arg1,
                           int arg2)
                    throws java.sql.SQLException
Specified by:
setAsciiStream in interface java.sql.CallableStatement
Throws:
java.sql.SQLException
See Also:
CallableStatement.setAsciiStream(String, InputStream, int)

setBigDecimal

public void setBigDecimal(int p1,
                          java.math.BigDecimal p2)
                   throws java.sql.SQLException
Specified by:
setBigDecimal in interface java.sql.PreparedStatement
Throws:
java.sql.SQLException

setBigDecimal

public void setBigDecimal(java.lang.String arg0,
                          java.math.BigDecimal arg1)
                   throws java.sql.SQLException
Specified by:
setBigDecimal in interface java.sql.CallableStatement
Throws:
java.sql.SQLException
See Also:
CallableStatement.setBigDecimal(String, BigDecimal)

setBinaryStream

public void setBinaryStream(int p1,
                            java.io.InputStream p2,
                            int p3)
                     throws java.sql.SQLException
Specified by:
setBinaryStream in interface java.sql.PreparedStatement
Throws:
java.sql.SQLException

setBinaryStream

public void setBinaryStream(java.lang.String arg0,
                            java.io.InputStream arg1,
                            int arg2)
                     throws java.sql.SQLException
Specified by:
setBinaryStream in interface java.sql.CallableStatement
Throws:
java.sql.SQLException
See Also:
CallableStatement.setBinaryStream(String, InputStream, int)

setBlob

public void setBlob(int p1,
                    java.sql.Blob p2)
             throws java.sql.SQLException
Specified by:
setBlob in interface java.sql.PreparedStatement
Throws:
java.sql.SQLException

setBoolean

public void setBoolean(int p1,
                       boolean p2)
                throws java.sql.SQLException
Specified by:
setBoolean in interface java.sql.PreparedStatement
Throws:
java.sql.SQLException

setBoolean

public void setBoolean(java.lang.String arg0,
                       boolean arg1)
                throws java.sql.SQLException
Specified by:
setBoolean in interface java.sql.CallableStatement
Throws:
java.sql.SQLException
See Also:
CallableStatement.setBoolean(String, boolean)

setByte

public void setByte(int p1,
                    byte p2)
             throws java.sql.SQLException
Specified by:
setByte in interface java.sql.PreparedStatement
Throws:
java.sql.SQLException

setByte

public void setByte(java.lang.String arg0,
                    byte arg1)
             throws java.sql.SQLException
Specified by:
setByte in interface java.sql.CallableStatement
Throws:
java.sql.SQLException
See Also:
CallableStatement.setByte(String, byte)

setBytes

public void setBytes(int p1,
                     byte[] p2)
              throws java.sql.SQLException
Specified by:
setBytes in interface java.sql.PreparedStatement
Throws:
java.sql.SQLException

setBytes

public void setBytes(java.lang.String arg0,
                     byte[] arg1)
              throws java.sql.SQLException
Specified by:
setBytes in interface java.sql.CallableStatement
Throws:
java.sql.SQLException
See Also:
CallableStatement.setBytes(String, byte[])

setCharacterStream

public void setCharacterStream(int p1,
                               java.io.Reader p2,
                               int p3)
                        throws java.sql.SQLException
Specified by:
setCharacterStream in interface java.sql.PreparedStatement
Throws:
java.sql.SQLException

setCharacterStream

public void setCharacterStream(java.lang.String arg0,
                               java.io.Reader arg1,
                               int arg2)
                        throws java.sql.SQLException
Specified by:
setCharacterStream in interface java.sql.CallableStatement
Throws:
java.sql.SQLException
See Also:
CallableStatement.setCharacterStream(String, Reader, int)

setClob

public void setClob(int p1,
                    java.sql.Clob p2)
             throws java.sql.SQLException
Specified by:
setClob in interface java.sql.PreparedStatement
Throws:
java.sql.SQLException

setCursorName

public void setCursorName(java.lang.String p1)
                   throws java.sql.SQLException
Specified by:
setCursorName in interface java.sql.Statement
Throws:
java.sql.SQLException

setDate

public void setDate(int p1,
                    java.sql.Date p2)
             throws java.sql.SQLException
Specified by:
setDate in interface java.sql.PreparedStatement
Throws:
java.sql.SQLException

setDate

public void setDate(int p1,
                    java.sql.Date p2,
                    java.util.Calendar p3)
             throws java.sql.SQLException
Specified by:
setDate in interface java.sql.PreparedStatement
Throws:
java.sql.SQLException

setDate

public void setDate(java.lang.String arg0,
                    java.sql.Date arg1)
             throws java.sql.SQLException
Specified by:
setDate in interface java.sql.CallableStatement
Throws:
java.sql.SQLException
See Also:
CallableStatement.setDate(String, Date)

setDate

public void setDate(java.lang.String arg0,
                    java.sql.Date arg1,
                    java.util.Calendar arg2)
             throws java.sql.SQLException
Specified by:
setDate in interface java.sql.CallableStatement
Throws:
java.sql.SQLException
See Also:
CallableStatement.setDate(String, Date, Calendar)

setDouble

public void setDouble(int p1,
                      double p2)
               throws java.sql.SQLException
Specified by:
setDouble in interface java.sql.PreparedStatement
Throws:
java.sql.SQLException

setDouble

public void setDouble(java.lang.String arg0,
                      double arg1)
               throws java.sql.SQLException
Specified by:
setDouble in interface java.sql.CallableStatement
Throws:
java.sql.SQLException
See Also:
CallableStatement.setDouble(String, double)

setEscapeProcessing

public void setEscapeProcessing(boolean p1)
                         throws java.sql.SQLException
Specified by:
setEscapeProcessing in interface java.sql.Statement
Throws:
java.sql.SQLException

setFetchDirection

public void setFetchDirection(int p1)
                       throws java.sql.SQLException
Specified by:
setFetchDirection in interface java.sql.Statement
Throws:
java.sql.SQLException

setFetchSize

public void setFetchSize(int p1)
                  throws java.sql.SQLException
Specified by:
setFetchSize in interface java.sql.Statement
Throws:
java.sql.SQLException

setFloat

public void setFloat(int p1,
                     float p2)
              throws java.sql.SQLException
Specified by:
setFloat in interface java.sql.PreparedStatement
Throws:
java.sql.SQLException

setFloat

public void setFloat(java.lang.String arg0,
                     float arg1)
              throws java.sql.SQLException
Specified by:
setFloat in interface java.sql.CallableStatement
Throws:
java.sql.SQLException
See Also:
CallableStatement.setFloat(String, float)

setInt

public void setInt(int p1,
                   int p2)
            throws java.sql.SQLException
Specified by:
setInt in interface java.sql.PreparedStatement
Throws:
java.sql.SQLException

setInt

public void setInt(java.lang.String arg0,
                   int arg1)
            throws java.sql.SQLException
Specified by:
setInt in interface java.sql.CallableStatement
Throws:
java.sql.SQLException
See Also:
CallableStatement.setInt(String, int)

setLong

public void setLong(int p1,
                    long p2)
             throws java.sql.SQLException
Specified by:
setLong in interface java.sql.PreparedStatement
Throws:
java.sql.SQLException

setLong

public void setLong(java.lang.String arg0,
                    long arg1)
             throws java.sql.SQLException
Specified by:
setLong in interface java.sql.CallableStatement
Throws:
java.sql.SQLException
See Also:
CallableStatement.setLong(String, long)

setMaxFieldSize

public void setMaxFieldSize(int p1)
                     throws java.sql.SQLException
Specified by:
setMaxFieldSize in interface java.sql.Statement
Throws:
java.sql.SQLException

setMaxRows

public void setMaxRows(int p1)
                throws java.sql.SQLException
Specified by:
setMaxRows in interface java.sql.Statement
Throws:
java.sql.SQLException

setNull

public void setNull(int p1,
                    int p2)
             throws java.sql.SQLException
Specified by:
setNull in interface java.sql.PreparedStatement
Throws:
java.sql.SQLException

setNull

public void setNull(int p1,
                    int p2,
                    java.lang.String p3)
             throws java.sql.SQLException
Specified by:
setNull in interface java.sql.PreparedStatement
Throws:
java.sql.SQLException

setNull

public void setNull(java.lang.String arg0,
                    int arg1)
             throws java.sql.SQLException
Specified by:
setNull in interface java.sql.CallableStatement
Throws:
java.sql.SQLException
See Also:
CallableStatement.setNull(String, int)

setNull

public void setNull(java.lang.String arg0,
                    int arg1,
                    java.lang.String arg2)
             throws java.sql.SQLException
Specified by:
setNull in interface java.sql.CallableStatement
Throws:
java.sql.SQLException
See Also:
CallableStatement.setNull(String, int, String)

setObject

public void setObject(int p1,
                      java.lang.Object p2)
               throws java.sql.SQLException
Specified by:
setObject in interface java.sql.PreparedStatement
Throws:
java.sql.SQLException

setObject

public void setObject(int p1,
                      java.lang.Object p2,
                      int p3)
               throws java.sql.SQLException
Specified by:
setObject in interface java.sql.PreparedStatement
Throws:
java.sql.SQLException

setObject

public void setObject(int p1,
                      java.lang.Object p2,
                      int p3,
                      int p4)
               throws java.sql.SQLException
Specified by:
setObject in interface java.sql.PreparedStatement
Throws:
java.sql.SQLException

setObject

public void setObject(java.lang.String arg0,
                      java.lang.Object arg1)
               throws java.sql.SQLException
Specified by:
setObject in interface java.sql.CallableStatement
Throws:
java.sql.SQLException
See Also:
CallableStatement.setObject(String, Object)

setObject

public void setObject(java.lang.String arg0,
                      java.lang.Object arg1,
                      int arg2)
               throws java.sql.SQLException
Specified by:
setObject in interface java.sql.CallableStatement
Throws:
java.sql.SQLException
See Also:
CallableStatement.setObject(String, Object, int)

setObject

public void setObject(java.lang.String arg0,
                      java.lang.Object arg1,
                      int arg2,
                      int arg3)
               throws java.sql.SQLException
Specified by:
setObject in interface java.sql.CallableStatement
Throws:
java.sql.SQLException
See Also:
CallableStatement.setObject(String, Object, int, int)

setQueryTimeout

public void setQueryTimeout(int p1)
                     throws java.sql.SQLException
Specified by:
setQueryTimeout in interface java.sql.Statement
Throws:
java.sql.SQLException

setRef

public void setRef(int p1,
                   java.sql.Ref p2)
            throws java.sql.SQLException
Specified by:
setRef in interface java.sql.PreparedStatement
Throws:
java.sql.SQLException

setShort

public void setShort(int p1,
                     short p2)
              throws java.sql.SQLException
Specified by:
setShort in interface java.sql.PreparedStatement
Throws:
java.sql.SQLException

setShort

public void setShort(java.lang.String arg0,
                     short arg1)
              throws java.sql.SQLException
Specified by:
setShort in interface java.sql.CallableStatement
Throws:
java.sql.SQLException
See Also:
CallableStatement.setShort(String, short)

setString

public void setString(int p1,
                      java.lang.String p2)
               throws java.sql.SQLException
Specified by:
setString in interface java.sql.PreparedStatement
Throws:
java.sql.SQLException

setString

public void setString(java.lang.String arg0,
                      java.lang.String arg1)
               throws java.sql.SQLException
Specified by:
setString in interface java.sql.CallableStatement
Throws:
java.sql.SQLException
See Also:
CallableStatement.setString(String, String)

setTime

public void setTime(int p1,
                    java.sql.Time p2)
             throws java.sql.SQLException
Specified by:
setTime in interface java.sql.PreparedStatement
Throws:
java.sql.SQLException

setTime

public void setTime(int p1,
                    java.sql.Time p2,
                    java.util.Calendar p3)
             throws java.sql.SQLException
Specified by:
setTime in interface java.sql.PreparedStatement
Throws:
java.sql.SQLException

setTime

public void setTime(java.lang.String arg0,
                    java.sql.Time arg1)
             throws java.sql.SQLException
Specified by:
setTime in interface java.sql.CallableStatement
Throws:
java.sql.SQLException
See Also:
CallableStatement.setTime(String, Time)

setTime

public void setTime(java.lang.String arg0,
                    java.sql.Time arg1,
                    java.util.Calendar arg2)
             throws java.sql.SQLException
Specified by:
setTime in interface java.sql.CallableStatement
Throws:
java.sql.SQLException
See Also:
CallableStatement.setTime(String, Time, Calendar)

setTimestamp

public void setTimestamp(int p1,
                         java.sql.Timestamp p2)
                  throws java.sql.SQLException
Specified by:
setTimestamp in interface java.sql.PreparedStatement
Throws:
java.sql.SQLException

setTimestamp

public void setTimestamp(int p1,
                         java.sql.Timestamp p2,
                         java.util.Calendar p3)
                  throws java.sql.SQLException
Specified by:
setTimestamp in interface java.sql.PreparedStatement
Throws:
java.sql.SQLException

setTimestamp

public void setTimestamp(java.lang.String arg0,
                         java.sql.Timestamp arg1)
                  throws java.sql.SQLException
Specified by:
setTimestamp in interface java.sql.CallableStatement
Throws:
java.sql.SQLException
See Also:
CallableStatement.setTimestamp(String, Timestamp)

setTimestamp

public void setTimestamp(java.lang.String arg0,
                         java.sql.Timestamp arg1,
                         java.util.Calendar arg2)
                  throws java.sql.SQLException
Specified by:
setTimestamp in interface java.sql.CallableStatement
Throws:
java.sql.SQLException
See Also:
CallableStatement.setTimestamp(String, Timestamp, Calendar)

setUnicodeStream

public void setUnicodeStream(int p1,
                             java.io.InputStream p2,
                             int p3)
                      throws java.sql.SQLException
Deprecated.  

DOCUMENT ME!

Specified by:
setUnicodeStream in interface java.sql.PreparedStatement
Parameters:
p1 - DOCUMENT ME!
p2 - DOCUMENT ME!
p3 - DOCUMENT ME!
Throws:
java.sql.SQLException - DOCUMENT ME!

setURL

public void setURL(int arg0,
                   java.net.URL arg1)
            throws java.sql.SQLException
Specified by:
setURL in interface java.sql.PreparedStatement
Throws:
java.sql.SQLException
See Also:
PreparedStatement.setURL(int, URL)

setURL

public void setURL(java.lang.String arg0,
                   java.net.URL arg1)
            throws java.sql.SQLException
Specified by:
setURL in interface java.sql.CallableStatement
Throws:
java.sql.SQLException
See Also:
CallableStatement.setURL(String, URL)

wasNull

public boolean wasNull()
                throws java.sql.SQLException
Specified by:
wasNull in interface java.sql.CallableStatement
Throws:
java.sql.SQLException