パッケージ com.handywedge.db

クラス FWCallableStatementWrapper

  • すべての実装されたインタフェース:
    com.handywedge.db.FWCallableStatement, com.handywedge.db.FWFullCallableStatement, com.handywedge.db.FWFullPreparedStatement, com.handywedge.db.FWFullStatement, com.handywedge.db.FWPreparedStatement, com.handywedge.db.FWStatement, AutoCloseable

    public class FWCallableStatementWrapper
    extends FWPreparedStatementWrapper
    implements com.handywedge.db.FWFullCallableStatement
    • メソッドの詳細

      • registerOutParameter

        public void registerOutParameter​(int parameterIndex,
                                         int sqlType)
                                  throws SQLException
        定義:
        registerOutParameter インタフェース内 com.handywedge.db.FWCallableStatement
        例外:
        SQLException
      • registerOutParameter

        public void registerOutParameter​(int parameterIndex,
                                         int sqlType,
                                         int scale)
                                  throws SQLException
        定義:
        registerOutParameter インタフェース内 com.handywedge.db.FWCallableStatement
        例外:
        SQLException
      • wasNull

        public boolean wasNull()
                        throws SQLException
        定義:
        wasNull インタフェース内 com.handywedge.db.FWCallableStatement
        例外:
        SQLException
      • getString

        public String getString​(int parameterIndex)
                         throws SQLException
        定義:
        getString インタフェース内 com.handywedge.db.FWCallableStatement
        例外:
        SQLException
      • getBoolean

        public boolean getBoolean​(int parameterIndex)
                           throws SQLException
        定義:
        getBoolean インタフェース内 com.handywedge.db.FWCallableStatement
        例外:
        SQLException
      • getByte

        public byte getByte​(int parameterIndex)
                     throws SQLException
        定義:
        getByte インタフェース内 com.handywedge.db.FWCallableStatement
        例外:
        SQLException
      • getShort

        public short getShort​(int parameterIndex)
                       throws SQLException
        定義:
        getShort インタフェース内 com.handywedge.db.FWCallableStatement
        例外:
        SQLException
      • getInt

        public int getInt​(int parameterIndex)
                   throws SQLException
        定義:
        getInt インタフェース内 com.handywedge.db.FWCallableStatement
        例外:
        SQLException
      • getLong

        public long getLong​(int parameterIndex)
                     throws SQLException
        定義:
        getLong インタフェース内 com.handywedge.db.FWCallableStatement
        例外:
        SQLException
      • getFloat

        public float getFloat​(int parameterIndex)
                       throws SQLException
        定義:
        getFloat インタフェース内 com.handywedge.db.FWCallableStatement
        例外:
        SQLException
      • getDouble

        public double getDouble​(int parameterIndex)
                         throws SQLException
        定義:
        getDouble インタフェース内 com.handywedge.db.FWCallableStatement
        例外:
        SQLException
      • getBytes

        public byte[] getBytes​(int parameterIndex)
                        throws SQLException
        定義:
        getBytes インタフェース内 com.handywedge.db.FWCallableStatement
        例外:
        SQLException
      • getDate

        public Date getDate​(int parameterIndex)
                     throws SQLException
        定義:
        getDate インタフェース内 com.handywedge.db.FWCallableStatement
        例外:
        SQLException
      • getTime

        public Time getTime​(int parameterIndex)
                     throws SQLException
        定義:
        getTime インタフェース内 com.handywedge.db.FWCallableStatement
        例外:
        SQLException
      • getTimestamp

        public Timestamp getTimestamp​(int parameterIndex)
                               throws SQLException
        定義:
        getTimestamp インタフェース内 com.handywedge.db.FWCallableStatement
        例外:
        SQLException
      • getObject

        public Object getObject​(int parameterIndex)
                         throws SQLException
        定義:
        getObject インタフェース内 com.handywedge.db.FWCallableStatement
        例外:
        SQLException
      • getBigDecimal

        public BigDecimal getBigDecimal​(int parameterIndex)
                                 throws SQLException
        定義:
        getBigDecimal インタフェース内 com.handywedge.db.FWCallableStatement
        例外:
        SQLException
      • getRef

        public Ref getRef​(int parameterIndex)
                   throws SQLException
        定義:
        getRef インタフェース内 com.handywedge.db.FWCallableStatement
        例外:
        SQLException
      • getBlob

        public Blob getBlob​(int parameterIndex)
                     throws SQLException
        定義:
        getBlob インタフェース内 com.handywedge.db.FWCallableStatement
        例外:
        SQLException
      • getClob

        public Clob getClob​(int parameterIndex)
                     throws SQLException
        定義:
        getClob インタフェース内 com.handywedge.db.FWCallableStatement
        例外:
        SQLException
      • getArray

        public Array getArray​(int parameterIndex)
                       throws SQLException
        定義:
        getArray インタフェース内 com.handywedge.db.FWCallableStatement
        例外:
        SQLException
      • getDate

        public Date getDate​(int parameterIndex,
                            Calendar cal)
                     throws SQLException
        定義:
        getDate インタフェース内 com.handywedge.db.FWCallableStatement
        例外:
        SQLException
      • getTime

        public Time getTime​(int parameterIndex,
                            Calendar cal)
                     throws SQLException
        定義:
        getTime インタフェース内 com.handywedge.db.FWCallableStatement
        例外:
        SQLException
      • getTimestamp

        public Timestamp getTimestamp​(int parameterIndex,
                                      Calendar cal)
                               throws SQLException
        定義:
        getTimestamp インタフェース内 com.handywedge.db.FWCallableStatement
        例外:
        SQLException
      • registerOutParameter

        public void registerOutParameter​(int parameterIndex,
                                         int sqlType,
                                         String typeName)
                                  throws SQLException
        定義:
        registerOutParameter インタフェース内 com.handywedge.db.FWCallableStatement
        例外:
        SQLException
      • registerOutParameter

        public void registerOutParameter​(String parameterName,
                                         int sqlType)
                                  throws SQLException
        定義:
        registerOutParameter インタフェース内 com.handywedge.db.FWCallableStatement
        例外:
        SQLException
      • registerOutParameter

        public void registerOutParameter​(String parameterName,
                                         int sqlType,
                                         int scale)
                                  throws SQLException
        定義:
        registerOutParameter インタフェース内 com.handywedge.db.FWCallableStatement
        例外:
        SQLException
      • registerOutParameter

        public void registerOutParameter​(String parameterName,
                                         int sqlType,
                                         String typeName)
                                  throws SQLException
        定義:
        registerOutParameter インタフェース内 com.handywedge.db.FWCallableStatement
        例外:
        SQLException
      • getURL

        public URL getURL​(int parameterIndex)
                   throws SQLException
        定義:
        getURL インタフェース内 com.handywedge.db.FWCallableStatement
        例外:
        SQLException
      • setURL

        public void setURL​(String parameterName,
                           URL val)
                    throws SQLException
        定義:
        setURL インタフェース内 com.handywedge.db.FWCallableStatement
        例外:
        SQLException
      • setNull

        public void setNull​(String parameterName,
                            int sqlType)
                     throws SQLException
        定義:
        setNull インタフェース内 com.handywedge.db.FWCallableStatement
        例外:
        SQLException
      • setBoolean

        public void setBoolean​(String parameterName,
                               boolean x)
                        throws SQLException
        定義:
        setBoolean インタフェース内 com.handywedge.db.FWCallableStatement
        例外:
        SQLException
      • setByte

        public void setByte​(String parameterName,
                            byte x)
                     throws SQLException
        定義:
        setByte インタフェース内 com.handywedge.db.FWCallableStatement
        例外:
        SQLException
      • setShort

        public void setShort​(String parameterName,
                             short x)
                      throws SQLException
        定義:
        setShort インタフェース内 com.handywedge.db.FWCallableStatement
        例外:
        SQLException
      • setInt

        public void setInt​(String parameterName,
                           int x)
                    throws SQLException
        定義:
        setInt インタフェース内 com.handywedge.db.FWCallableStatement
        例外:
        SQLException
      • setLong

        public void setLong​(String parameterName,
                            long x)
                     throws SQLException
        定義:
        setLong インタフェース内 com.handywedge.db.FWCallableStatement
        例外:
        SQLException
      • setFloat

        public void setFloat​(String parameterName,
                             float x)
                      throws SQLException
        定義:
        setFloat インタフェース内 com.handywedge.db.FWCallableStatement
        例外:
        SQLException
      • setDouble

        public void setDouble​(String parameterName,
                              double x)
                       throws SQLException
        定義:
        setDouble インタフェース内 com.handywedge.db.FWCallableStatement
        例外:
        SQLException
      • setBigDecimal

        public void setBigDecimal​(String parameterName,
                                  BigDecimal x)
                           throws SQLException
        定義:
        setBigDecimal インタフェース内 com.handywedge.db.FWCallableStatement
        例外:
        SQLException
      • setString

        public void setString​(String parameterName,
                              String x)
                       throws SQLException
        定義:
        setString インタフェース内 com.handywedge.db.FWCallableStatement
        例外:
        SQLException
      • setBytes

        public void setBytes​(String parameterName,
                             byte[] x)
                      throws SQLException
        定義:
        setBytes インタフェース内 com.handywedge.db.FWCallableStatement
        例外:
        SQLException
      • setDate

        public void setDate​(String parameterName,
                            Date x)
                     throws SQLException
        定義:
        setDate インタフェース内 com.handywedge.db.FWCallableStatement
        例外:
        SQLException
      • setTime

        public void setTime​(String parameterName,
                            Time x)
                     throws SQLException
        定義:
        setTime インタフェース内 com.handywedge.db.FWCallableStatement
        例外:
        SQLException
      • setTimestamp

        public void setTimestamp​(String parameterName,
                                 Timestamp x)
                          throws SQLException
        定義:
        setTimestamp インタフェース内 com.handywedge.db.FWCallableStatement
        例外:
        SQLException
      • setAsciiStream

        public void setAsciiStream​(String parameterName,
                                   InputStream x,
                                   int length)
                            throws SQLException
        定義:
        setAsciiStream インタフェース内 com.handywedge.db.FWCallableStatement
        例外:
        SQLException
      • setBinaryStream

        public void setBinaryStream​(String parameterName,
                                    InputStream x,
                                    int length)
                             throws SQLException
        定義:
        setBinaryStream インタフェース内 com.handywedge.db.FWCallableStatement
        例外:
        SQLException
      • setObject

        public void setObject​(String parameterName,
                              Object x,
                              int targetSqlType,
                              int scale)
                       throws SQLException
        定義:
        setObject インタフェース内 com.handywedge.db.FWCallableStatement
        例外:
        SQLException
      • setObject

        public void setObject​(String parameterName,
                              Object x,
                              int targetSqlType)
                       throws SQLException
        定義:
        setObject インタフェース内 com.handywedge.db.FWCallableStatement
        例外:
        SQLException
      • setObject

        public void setObject​(String parameterName,
                              Object x)
                       throws SQLException
        定義:
        setObject インタフェース内 com.handywedge.db.FWCallableStatement
        例外:
        SQLException
      • setCharacterStream

        public void setCharacterStream​(String parameterName,
                                       Reader reader,
                                       int length)
                                throws SQLException
        定義:
        setCharacterStream インタフェース内 com.handywedge.db.FWCallableStatement
        例外:
        SQLException
      • setNull

        public void setNull​(String parameterName,
                            int sqlType,
                            String typeName)
                     throws SQLException
        定義:
        setNull インタフェース内 com.handywedge.db.FWCallableStatement
        例外:
        SQLException
      • getString

        public String getString​(String parameterName)
                         throws SQLException
        定義:
        getString インタフェース内 com.handywedge.db.FWCallableStatement
        例外:
        SQLException
      • getBoolean

        public boolean getBoolean​(String parameterName)
                           throws SQLException
        定義:
        getBoolean インタフェース内 com.handywedge.db.FWCallableStatement
        例外:
        SQLException
      • getByte

        public byte getByte​(String parameterName)
                     throws SQLException
        定義:
        getByte インタフェース内 com.handywedge.db.FWCallableStatement
        例外:
        SQLException
      • getShort

        public short getShort​(String parameterName)
                       throws SQLException
        定義:
        getShort インタフェース内 com.handywedge.db.FWCallableStatement
        例外:
        SQLException
      • getInt

        public int getInt​(String parameterName)
                   throws SQLException
        定義:
        getInt インタフェース内 com.handywedge.db.FWCallableStatement
        例外:
        SQLException
      • getLong

        public long getLong​(String parameterName)
                     throws SQLException
        定義:
        getLong インタフェース内 com.handywedge.db.FWCallableStatement
        例外:
        SQLException
      • getFloat

        public float getFloat​(String parameterName)
                       throws SQLException
        定義:
        getFloat インタフェース内 com.handywedge.db.FWCallableStatement
        例外:
        SQLException
      • getDouble

        public double getDouble​(String parameterName)
                         throws SQLException
        定義:
        getDouble インタフェース内 com.handywedge.db.FWCallableStatement
        例外:
        SQLException
      • getBytes

        public byte[] getBytes​(String parameterName)
                        throws SQLException
        定義:
        getBytes インタフェース内 com.handywedge.db.FWCallableStatement
        例外:
        SQLException
      • getDate

        public Date getDate​(String parameterName)
                     throws SQLException
        定義:
        getDate インタフェース内 com.handywedge.db.FWCallableStatement
        例外:
        SQLException
      • getTime

        public Time getTime​(String parameterName)
                     throws SQLException
        定義:
        getTime インタフェース内 com.handywedge.db.FWCallableStatement
        例外:
        SQLException
      • getTimestamp

        public Timestamp getTimestamp​(String parameterName)
                               throws SQLException
        定義:
        getTimestamp インタフェース内 com.handywedge.db.FWCallableStatement
        例外:
        SQLException
      • getObject

        public Object getObject​(String parameterName)
                         throws SQLException
        定義:
        getObject インタフェース内 com.handywedge.db.FWCallableStatement
        例外:
        SQLException
      • getBigDecimal

        public BigDecimal getBigDecimal​(String parameterName)
                                 throws SQLException
        定義:
        getBigDecimal インタフェース内 com.handywedge.db.FWCallableStatement
        例外:
        SQLException
      • getRef

        public Ref getRef​(String parameterName)
                   throws SQLException
        定義:
        getRef インタフェース内 com.handywedge.db.FWCallableStatement
        例外:
        SQLException
      • getBlob

        public Blob getBlob​(String parameterName)
                     throws SQLException
        定義:
        getBlob インタフェース内 com.handywedge.db.FWCallableStatement
        例外:
        SQLException
      • getClob

        public Clob getClob​(String parameterName)
                     throws SQLException
        定義:
        getClob インタフェース内 com.handywedge.db.FWCallableStatement
        例外:
        SQLException
      • getArray

        public Array getArray​(String parameterName)
                       throws SQLException
        定義:
        getArray インタフェース内 com.handywedge.db.FWCallableStatement
        例外:
        SQLException
      • getURL

        public URL getURL​(String parameterName)
                   throws SQLException
        定義:
        getURL インタフェース内 com.handywedge.db.FWCallableStatement
        例外:
        SQLException
      • getRowId

        public RowId getRowId​(int parameterIndex)
                       throws SQLException
        定義:
        getRowId インタフェース内 com.handywedge.db.FWCallableStatement
        例外:
        SQLException
      • getRowId

        public RowId getRowId​(String parameterName)
                       throws SQLException
        定義:
        getRowId インタフェース内 com.handywedge.db.FWCallableStatement
        例外:
        SQLException
      • setRowId

        public void setRowId​(String parameterName,
                             RowId x)
                      throws SQLException
        定義:
        setRowId インタフェース内 com.handywedge.db.FWCallableStatement
        例外:
        SQLException
      • setNString

        public void setNString​(String parameterName,
                               String value)
                        throws SQLException
        定義:
        setNString インタフェース内 com.handywedge.db.FWCallableStatement
        例外:
        SQLException
      • setNCharacterStream

        public void setNCharacterStream​(String parameterName,
                                        Reader value,
                                        long length)
                                 throws SQLException
        定義:
        setNCharacterStream インタフェース内 com.handywedge.db.FWCallableStatement
        例外:
        SQLException
      • setNClob

        public void setNClob​(String parameterName,
                             NClob value)
                      throws SQLException
        定義:
        setNClob インタフェース内 com.handywedge.db.FWCallableStatement
        例外:
        SQLException
      • setClob

        public void setClob​(String parameterName,
                            Reader reader,
                            long length)
                     throws SQLException
        定義:
        setClob インタフェース内 com.handywedge.db.FWCallableStatement
        例外:
        SQLException
      • setBlob

        public void setBlob​(String parameterName,
                            InputStream inputStream,
                            long length)
                     throws SQLException
        定義:
        setBlob インタフェース内 com.handywedge.db.FWCallableStatement
        例外:
        SQLException
      • setNClob

        public void setNClob​(String parameterName,
                             Reader reader,
                             long length)
                      throws SQLException
        定義:
        setNClob インタフェース内 com.handywedge.db.FWCallableStatement
        例外:
        SQLException
      • getNClob

        public NClob getNClob​(int parameterIndex)
                       throws SQLException
        定義:
        getNClob インタフェース内 com.handywedge.db.FWCallableStatement
        例外:
        SQLException
      • getNClob

        public NClob getNClob​(String parameterName)
                       throws SQLException
        定義:
        getNClob インタフェース内 com.handywedge.db.FWCallableStatement
        例外:
        SQLException
      • setSQLXML

        public void setSQLXML​(String parameterName,
                              SQLXML xmlObject)
                       throws SQLException
        定義:
        setSQLXML インタフェース内 com.handywedge.db.FWCallableStatement
        例外:
        SQLException
      • getSQLXML

        public SQLXML getSQLXML​(int parameterIndex)
                         throws SQLException
        定義:
        getSQLXML インタフェース内 com.handywedge.db.FWCallableStatement
        例外:
        SQLException
      • getSQLXML

        public SQLXML getSQLXML​(String parameterName)
                         throws SQLException
        定義:
        getSQLXML インタフェース内 com.handywedge.db.FWCallableStatement
        例外:
        SQLException
      • getNString

        public String getNString​(int parameterIndex)
                          throws SQLException
        定義:
        getNString インタフェース内 com.handywedge.db.FWCallableStatement
        例外:
        SQLException
      • getNString

        public String getNString​(String parameterName)
                          throws SQLException
        定義:
        getNString インタフェース内 com.handywedge.db.FWCallableStatement
        例外:
        SQLException
      • getNCharacterStream

        public Reader getNCharacterStream​(int parameterIndex)
                                   throws SQLException
        定義:
        getNCharacterStream インタフェース内 com.handywedge.db.FWCallableStatement
        例外:
        SQLException
      • getNCharacterStream

        public Reader getNCharacterStream​(String parameterName)
                                   throws SQLException
        定義:
        getNCharacterStream インタフェース内 com.handywedge.db.FWCallableStatement
        例外:
        SQLException
      • getCharacterStream

        public Reader getCharacterStream​(int parameterIndex)
                                  throws SQLException
        定義:
        getCharacterStream インタフェース内 com.handywedge.db.FWCallableStatement
        例外:
        SQLException
      • getCharacterStream

        public Reader getCharacterStream​(String parameterName)
                                  throws SQLException
        定義:
        getCharacterStream インタフェース内 com.handywedge.db.FWCallableStatement
        例外:
        SQLException
      • setBlob

        public void setBlob​(String parameterName,
                            Blob x)
                     throws SQLException
        定義:
        setBlob インタフェース内 com.handywedge.db.FWCallableStatement
        例外:
        SQLException
      • setClob

        public void setClob​(String parameterName,
                            Clob x)
                     throws SQLException
        定義:
        setClob インタフェース内 com.handywedge.db.FWCallableStatement
        例外:
        SQLException
      • setAsciiStream

        public void setAsciiStream​(String parameterName,
                                   InputStream x,
                                   long length)
                            throws SQLException
        定義:
        setAsciiStream インタフェース内 com.handywedge.db.FWCallableStatement
        例外:
        SQLException
      • setBinaryStream

        public void setBinaryStream​(String parameterName,
                                    InputStream x,
                                    long length)
                             throws SQLException
        定義:
        setBinaryStream インタフェース内 com.handywedge.db.FWCallableStatement
        例外:
        SQLException
      • setCharacterStream

        public void setCharacterStream​(String parameterName,
                                       Reader reader,
                                       long length)
                                throws SQLException
        定義:
        setCharacterStream インタフェース内 com.handywedge.db.FWCallableStatement
        例外:
        SQLException
      • setAsciiStream

        public void setAsciiStream​(String parameterName,
                                   InputStream x)
                            throws SQLException
        定義:
        setAsciiStream インタフェース内 com.handywedge.db.FWCallableStatement
        例外:
        SQLException
      • setBinaryStream

        public void setBinaryStream​(String parameterName,
                                    InputStream x)
                             throws SQLException
        定義:
        setBinaryStream インタフェース内 com.handywedge.db.FWCallableStatement
        例外:
        SQLException
      • setCharacterStream

        public void setCharacterStream​(String parameterName,
                                       Reader reader)
                                throws SQLException
        定義:
        setCharacterStream インタフェース内 com.handywedge.db.FWCallableStatement
        例外:
        SQLException
      • setNCharacterStream

        public void setNCharacterStream​(String parameterName,
                                        Reader value)
                                 throws SQLException
        定義:
        setNCharacterStream インタフェース内 com.handywedge.db.FWCallableStatement
        例外:
        SQLException
      • setClob

        public void setClob​(String parameterName,
                            Reader reader)
                     throws SQLException
        定義:
        setClob インタフェース内 com.handywedge.db.FWCallableStatement
        例外:
        SQLException
      • setBlob

        public void setBlob​(String parameterName,
                            InputStream inputStream)
                     throws SQLException
        定義:
        setBlob インタフェース内 com.handywedge.db.FWCallableStatement
        例外:
        SQLException
      • setNClob

        public void setNClob​(String parameterName,
                             Reader reader)
                      throws SQLException
        定義:
        setNClob インタフェース内 com.handywedge.db.FWCallableStatement
        例外:
        SQLException
      • getObject

        public <T> T getObject​(int parameterIndex,
                               Class<T> type)
                        throws SQLException
        定義:
        getObject インタフェース内 com.handywedge.db.FWCallableStatement
        例外:
        SQLException
      • getObject

        public <T> T getObject​(String parameterName,
                               Class<T> type)
                        throws SQLException
        定義:
        getObject インタフェース内 com.handywedge.db.FWCallableStatement
        例外:
        SQLException
      • setObject

        public void setObject​(String parameterName,
                              Object x,
                              SQLType targetSqlType,
                              int scaleOrLength)
                       throws SQLException
        定義:
        setObject インタフェース内 com.handywedge.db.FWCallableStatement
        例外:
        SQLException
      • setObject

        public void setObject​(String parameterName,
                              Object x,
                              SQLType targetSqlType)
                       throws SQLException
        定義:
        setObject インタフェース内 com.handywedge.db.FWCallableStatement
        例外:
        SQLException
      • registerOutParameter

        public void registerOutParameter​(int parameterIndex,
                                         SQLType sqlType)
                                  throws SQLException
        定義:
        registerOutParameter インタフェース内 com.handywedge.db.FWCallableStatement
        例外:
        SQLException
      • registerOutParameter

        public void registerOutParameter​(int parameterIndex,
                                         SQLType sqlType,
                                         int scale)
                                  throws SQLException
        定義:
        registerOutParameter インタフェース内 com.handywedge.db.FWCallableStatement
        例外:
        SQLException
      • registerOutParameter

        public void registerOutParameter​(int parameterIndex,
                                         SQLType sqlType,
                                         String typeName)
                                  throws SQLException
        定義:
        registerOutParameter インタフェース内 com.handywedge.db.FWCallableStatement
        例外:
        SQLException
      • registerOutParameter

        public void registerOutParameter​(String parameterName,
                                         SQLType sqlType)
                                  throws SQLException
        定義:
        registerOutParameter インタフェース内 com.handywedge.db.FWCallableStatement
        例外:
        SQLException
      • registerOutParameter

        public void registerOutParameter​(String parameterName,
                                         SQLType sqlType,
                                         int scale)
                                  throws SQLException
        定義:
        registerOutParameter インタフェース内 com.handywedge.db.FWCallableStatement
        例外:
        SQLException
      • registerOutParameter

        public void registerOutParameter​(String parameterName,
                                         SQLType sqlType,
                                         String typeName)
                                  throws SQLException
        定義:
        registerOutParameter インタフェース内 com.handywedge.db.FWCallableStatement
        例外:
        SQLException