パッケージ com.handywedge.db

クラス FWPreparedStatementWrapper

  • すべての実装されたインタフェース:
    com.handywedge.db.FWFullPreparedStatement, com.handywedge.db.FWFullStatement, com.handywedge.db.FWPreparedStatement, com.handywedge.db.FWStatement, AutoCloseable
    直系の既知のサブクラス:
    FWCallableStatementWrapper

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

      • executeQuery

        public com.handywedge.db.FWResultSet executeQuery()
                                                   throws SQLException
        定義:
        executeQuery インタフェース内 com.handywedge.db.FWPreparedStatement
        例外:
        SQLException
      • executeUpdate

        public int executeUpdate()
                          throws SQLException
        定義:
        executeUpdate インタフェース内 com.handywedge.db.FWPreparedStatement
        例外:
        SQLException
      • setNull

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

        public void clearParameters()
                             throws SQLException
        定義:
        clearParameters インタフェース内 com.handywedge.db.FWPreparedStatement
        例外:
        SQLException
      • setObject

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

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

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

        public void addBatch()
                      throws SQLException
        定義:
        addBatch インタフェース内 com.handywedge.db.FWPreparedStatement
        例外:
        SQLException
      • setCharacterStream

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

        public void setRef​(int parameterIndex,
                           Ref x)
                    throws SQLException
        定義:
        setRef インタフェース内 com.handywedge.db.FWPreparedStatement
        例外:
        SQLException
      • setBlob

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

        public void setClob​(int parameterIndex,
                            Clob x)
                     throws SQLException
        定義:
        setClob インタフェース内 com.handywedge.db.FWPreparedStatement
        例外:
        SQLException
      • setArray

        public void setArray​(int parameterIndex,
                             Array x)
                      throws SQLException
        定義:
        setArray インタフェース内 com.handywedge.db.FWPreparedStatement
        例外:
        SQLException
      • setDate

        public void setDate​(int parameterIndex,
                            Date x,
                            Calendar cal)
                     throws SQLException
        定義:
        setDate インタフェース内 com.handywedge.db.FWPreparedStatement
        例外:
        SQLException
      • setTime

        public void setTime​(int parameterIndex,
                            Time x,
                            Calendar cal)
                     throws SQLException
        定義:
        setTime インタフェース内 com.handywedge.db.FWPreparedStatement
        例外:
        SQLException
      • setTimestamp

        public void setTimestamp​(int parameterIndex,
                                 Timestamp x,
                                 Calendar cal)
                          throws SQLException
        定義:
        setTimestamp インタフェース内 com.handywedge.db.FWPreparedStatement
        例外:
        SQLException
      • setNull

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

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

        public ParameterMetaData getParameterMetaData()
                                               throws SQLException
        定義:
        getParameterMetaData インタフェース内 com.handywedge.db.FWPreparedStatement
        例外:
        SQLException
      • setRowId

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

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

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

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

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

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

        public void setNClob​(int parameterIndex,
                             Reader reader,
                             long length)
                      throws SQLException
        定義:
        setNClob インタフェース内 com.handywedge.db.FWPreparedStatement
        例外:
        SQLException
      • setSQLXML

        public void setSQLXML​(int parameterIndex,
                              SQLXML xmlObject)
                       throws SQLException
        定義:
        setSQLXML インタフェース内 com.handywedge.db.FWPreparedStatement
        例外:
        SQLException
      • setObject

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

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

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

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

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

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

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

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

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

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

        public void setNClob​(int parameterIndex,
                             Reader reader)
                      throws SQLException
        定義:
        setNClob インタフェース内 com.handywedge.db.FWPreparedStatement
        例外:
        SQLException
      • setObject

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

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

        public long executeLargeUpdate()
                                throws SQLException
        定義:
        executeLargeUpdate インタフェース内 com.handywedge.db.FWPreparedStatement
        例外:
        SQLException