jp.co.fujitsu.reffi.client.swing.db
クラス JdbcConnector

java.lang.Object
  上位を拡張 jp.co.fujitsu.reffi.client.swing.db.Connector
      上位を拡張 jp.co.fujitsu.reffi.client.swing.db.JdbcConnector

public class JdbcConnector
extends Connector

[概 要]

[詳 細]

[備 考]

[環 境] JDK 6.0 Update 11

Copyright (c) 2008-2009 FUJITSU Japan All rights reserved.

作成者:
Project Reffi

コンストラクタの概要
JdbcConnector()
           
 
メソッドの概要
 void close()
           
 void commit()
           
 Connection getConnection()
           
 void open()
           
 void rollback()
           
 void setConnection(Connection conn)
           
 
クラス jp.co.fujitsu.reffi.client.swing.db.Connector から継承されたメソッド
getDatasource, getDriverFqcn, getPassword, getUrl, getUser, isAutoCommit, setAutoCommit, setDatasource, setDriverFqcn, setPassword, setUrl, setUser
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

JdbcConnector

public JdbcConnector()
メソッドの詳細

getConnection

public Connection getConnection()
定義:
クラス Connector 内の getConnection
戻り値:

setConnection

public void setConnection(Connection conn)
定義:
クラス Connector 内の setConnection
パラメータ:
conn -

open

public void open()
          throws ClassNotFoundException,
                 SQLException
定義:
クラス Connector 内の open
例外:
ClassNotFoundException
SQLException
Exception

close

public void close()
           throws SQLException
定義:
クラス Connector 内の close
例外:
SQLException
Exception

commit

public void commit()
            throws SQLException
定義:
クラス Connector 内の commit
例外:
SQLException
Exception

rollback

public void rollback()
              throws SQLException
定義:
クラス Connector 内の rollback
例外:
SQLException
Exception


Copyright(C) Fujitsu All Rights Reserved.