パッケージ com.handywedge.db

クラス FWConnectionWrapper

  • すべての実装されたインタフェース:
    com.handywedge.db.FWConnection, com.handywedge.db.FWFullConnection

    public class FWConnectionWrapper
    extends Object
    implements com.handywedge.db.FWFullConnection
    • メソッドの詳細

      • createStatement

        public com.handywedge.db.FWStatement createStatement()
                                                      throws SQLException
        定義:
        createStatement インタフェース内 com.handywedge.db.FWConnection
        例外:
        SQLException
      • prepareStatement

        public com.handywedge.db.FWPreparedStatement prepareStatement​(String sql)
                                                               throws SQLException
        定義:
        prepareStatement インタフェース内 com.handywedge.db.FWConnection
        例外:
        SQLException
      • getAutoCommit

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

        public String getCatalog()
                          throws SQLException
        定義:
        getCatalog インタフェース内 com.handywedge.db.FWFullConnection
        例外:
        SQLException
      • setTransactionIsolation

        public void setTransactionIsolation​(int level)
                                     throws SQLException
        定義:
        setTransactionIsolation インタフェース内 com.handywedge.db.FWFullConnection
        例外:
        SQLException
      • getTransactionIsolation

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

        public com.handywedge.db.FWStatement createStatement​(int resultSetType,
                                                             int resultSetConcurrency)
                                                      throws SQLException
        定義:
        createStatement インタフェース内 com.handywedge.db.FWFullConnection
        例外:
        SQLException
      • prepareStatement

        public com.handywedge.db.FWPreparedStatement prepareStatement​(String sql,
                                                                      int resultSetType,
                                                                      int resultSetConcurrency)
                                                               throws SQLException
        定義:
        prepareStatement インタフェース内 com.handywedge.db.FWFullConnection
        例外:
        SQLException
      • setTypeMap

        public void setTypeMap​(Map<String,​Class<?>> map)
                        throws SQLException
        定義:
        setTypeMap インタフェース内 com.handywedge.db.FWFullConnection
        例外:
        SQLException
      • createStatement

        public com.handywedge.db.FWStatement createStatement​(int resultSetType,
                                                             int resultSetConcurrency,
                                                             int resultSetHoldability)
                                                      throws SQLException
        定義:
        createStatement インタフェース内 com.handywedge.db.FWFullConnection
        例外:
        SQLException
      • prepareStatement

        public com.handywedge.db.FWPreparedStatement prepareStatement​(String sql,
                                                                      int resultSetType,
                                                                      int resultSetConcurrency,
                                                                      int resultSetHoldability)
                                                               throws SQLException
        定義:
        prepareStatement インタフェース内 com.handywedge.db.FWFullConnection
        例外:
        SQLException
      • prepareStatement

        public com.handywedge.db.FWPreparedStatement prepareStatement​(String sql,
                                                                      int autoGeneratedKeys)
                                                               throws SQLException
        定義:
        prepareStatement インタフェース内 com.handywedge.db.FWConnection
        例外:
        SQLException
      • prepareStatement

        public com.handywedge.db.FWPreparedStatement prepareStatement​(String sql,
                                                                      int[] columnIndexes)
                                                               throws SQLException
        定義:
        prepareStatement インタフェース内 com.handywedge.db.FWFullConnection
        例外:
        SQLException
      • prepareStatement

        public com.handywedge.db.FWPreparedStatement prepareStatement​(String sql,
                                                                      String[] columnNames)
                                                               throws SQLException
        定義:
        prepareStatement インタフェース内 com.handywedge.db.FWFullConnection
        例外:
        SQLException
      • createClob

        public Clob createClob()
                        throws SQLException
        定義:
        createClob インタフェース内 com.handywedge.db.FWConnection
        例外:
        SQLException
      • createBlob

        public Blob createBlob()
                        throws SQLException
        定義:
        createBlob インタフェース内 com.handywedge.db.FWConnection
        例外:
        SQLException
      • createNClob

        public NClob createNClob()
                          throws SQLException
        定義:
        createNClob インタフェース内 com.handywedge.db.FWConnection
        例外:
        SQLException
      • createSQLXML

        public SQLXML createSQLXML()
                            throws SQLException
        定義:
        createSQLXML インタフェース内 com.handywedge.db.FWConnection
        例外:
        SQLException
      • createArrayOf

        public Array createArrayOf​(String typeName,
                                   Object[] elements)
                            throws SQLException
        定義:
        createArrayOf インタフェース内 com.handywedge.db.FWConnection
        例外:
        SQLException
      • setSchema

        public void setSchema​(String schema)
                       throws SQLException
        定義:
        setSchema インタフェース内 com.handywedge.db.FWFullConnection
        例外:
        SQLException
      • getSchema

        public String getSchema()
                         throws SQLException
        定義:
        getSchema インタフェース内 com.handywedge.db.FWFullConnection
        例外:
        SQLException
      • getNetworkTimeout

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

        public void setAutoCommit​(boolean autoCommit)
                           throws SQLException
        定義:
        setAutoCommit インタフェース内 com.handywedge.db.FWFullConnection
        例外:
        SQLException
      • commit

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

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

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

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

        public void setReadOnly​(boolean readOnly)
                         throws SQLException
        定義:
        setReadOnly インタフェース内 com.handywedge.db.FWFullConnection
        例外:
        SQLException
      • isReadOnly

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

        public void setCatalog​(String catalog)
                        throws SQLException
        定義:
        setCatalog インタフェース内 com.handywedge.db.FWFullConnection
        例外:
        SQLException
      • getWarnings

        public SQLWarning getWarnings()
                               throws SQLException
        定義:
        getWarnings インタフェース内 com.handywedge.db.FWFullConnection
        例外:
        SQLException
      • clearWarnings

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

        public void setHoldability​(int holdability)
                            throws SQLException
        定義:
        setHoldability インタフェース内 com.handywedge.db.FWFullConnection
        例外:
        SQLException
      • getHoldability

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

        public Savepoint setSavepoint()
                               throws SQLException
        定義:
        setSavepoint インタフェース内 com.handywedge.db.FWFullConnection
        例外:
        SQLException
      • rollback

        public void rollback​(Savepoint savepoint)
                      throws SQLException
        定義:
        rollback インタフェース内 com.handywedge.db.FWFullConnection
        例外:
        SQLException
      • releaseSavepoint

        public void releaseSavepoint​(Savepoint savepoint)
                              throws SQLException
        定義:
        releaseSavepoint インタフェース内 com.handywedge.db.FWFullConnection
        例外:
        SQLException
      • isValid

        public boolean isValid​(int timeout)
                        throws SQLException
        定義:
        isValid インタフェース内 com.handywedge.db.FWFullConnection
        例外:
        SQLException
      • getClientInfo

        public String getClientInfo​(String name)
                             throws SQLException
        定義:
        getClientInfo インタフェース内 com.handywedge.db.FWFullConnection
        例外:
        SQLException
      • getClientInfo

        public Properties getClientInfo()
                                 throws SQLException
        定義:
        getClientInfo インタフェース内 com.handywedge.db.FWFullConnection
        例外:
        SQLException
      • abort

        public void abort​(Executor executor)
                   throws SQLException
        定義:
        abort インタフェース内 com.handywedge.db.FWFullConnection
        例外:
        SQLException
      • setNetworkTimeout

        public void setNetworkTimeout​(Executor executor,
                                      int milliseconds)
                               throws SQLException
        定義:
        setNetworkTimeout インタフェース内 com.handywedge.db.FWFullConnection
        例外:
        SQLException