test.jp.co.scs.mbench.stub
クラス StubDataSourceImplConnection

java.lang.Object
  上位を拡張 test.jp.co.scs.mbench.stub.StubDataSourceImplConnection
すべての実装されたインタフェース:
java.sql.Connection

public class StubDataSourceImplConnection
extends java.lang.Object
implements java.sql.Connection

作成者:
Toshio Sugahara

フィールドの概要
 
インタフェース java.sql.Connection から継承されたフィールド
TRANSACTION_NONE, TRANSACTION_READ_COMMITTED, TRANSACTION_READ_UNCOMMITTED, TRANSACTION_REPEATABLE_READ, TRANSACTION_SERIALIZABLE
 
コンストラクタの概要
StubDataSourceImplConnection()
           
 
メソッドの概要
 void clearWarnings()
           
 void close()
           
 void commit()
           
 java.sql.Statement createStatement()
           
 java.sql.Statement createStatement(int arg0, int arg1)
           
 java.sql.Statement createStatement(int arg0, int arg1, int arg2)
           
 boolean getAutoCommit()
           
 java.lang.String getCatalog()
           
 int getHoldability()
           
 java.sql.DatabaseMetaData getMetaData()
           
 int getTransactionIsolation()
           
 java.util.Map getTypeMap()
           
 java.sql.SQLWarning getWarnings()
           
 boolean isClosed()
           
 boolean isReadOnly()
           
 java.lang.String nativeSQL(java.lang.String arg0)
           
 java.sql.CallableStatement prepareCall(java.lang.String arg0)
           
 java.sql.CallableStatement prepareCall(java.lang.String arg0, int arg1, int arg2)
           
 java.sql.CallableStatement prepareCall(java.lang.String arg0, int arg1, int arg2, int arg3)
           
 java.sql.PreparedStatement prepareStatement(java.lang.String arg0)
           
 java.sql.PreparedStatement prepareStatement(java.lang.String arg0, int arg1)
           
 java.sql.PreparedStatement prepareStatement(java.lang.String arg0, int[] arg1)
           
 java.sql.PreparedStatement prepareStatement(java.lang.String arg0, int arg1, int arg2)
           
 java.sql.PreparedStatement prepareStatement(java.lang.String arg0, int arg1, int arg2, int arg3)
           
 java.sql.PreparedStatement prepareStatement(java.lang.String arg0, java.lang.String[] arg1)
           
 void releaseSavepoint(java.sql.Savepoint arg0)
           
 void rollback()
           
 void rollback(java.sql.Savepoint arg0)
           
 void setAutoCommit(boolean arg0)
           
 void setCatalog(java.lang.String arg0)
           
 void setHoldability(int arg0)
           
 void setReadOnly(boolean arg0)
           
 java.sql.Savepoint setSavepoint()
           
 java.sql.Savepoint setSavepoint(java.lang.String arg0)
           
 void setTransactionIsolation(int arg0)
           
 void setTypeMap(java.util.Map arg0)
           
 
クラス java.lang.Object から継承されたメソッド
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

StubDataSourceImplConnection

public StubDataSourceImplConnection()
メソッドの詳細

getHoldability

public int getHoldability()
                   throws java.sql.SQLException
定義:
インタフェース java.sql.Connection 内の getHoldability
例外:
java.sql.SQLException

getTransactionIsolation

public int getTransactionIsolation()
                            throws java.sql.SQLException
定義:
インタフェース java.sql.Connection 内の getTransactionIsolation
例外:
java.sql.SQLException

clearWarnings

public void clearWarnings()
                   throws java.sql.SQLException
定義:
インタフェース java.sql.Connection 内の clearWarnings
例外:
java.sql.SQLException

close

public void close()
           throws java.sql.SQLException
定義:
インタフェース java.sql.Connection 内の close
例外:
java.sql.SQLException

commit

public void commit()
            throws java.sql.SQLException
定義:
インタフェース java.sql.Connection 内の commit
例外:
java.sql.SQLException

rollback

public void rollback()
              throws java.sql.SQLException
定義:
インタフェース java.sql.Connection 内の rollback
例外:
java.sql.SQLException

getAutoCommit

public boolean getAutoCommit()
                      throws java.sql.SQLException
定義:
インタフェース java.sql.Connection 内の getAutoCommit
例外:
java.sql.SQLException

isClosed

public boolean isClosed()
                 throws java.sql.SQLException
定義:
インタフェース java.sql.Connection 内の isClosed
例外:
java.sql.SQLException

isReadOnly

public boolean isReadOnly()
                   throws java.sql.SQLException
定義:
インタフェース java.sql.Connection 内の isReadOnly
例外:
java.sql.SQLException

setHoldability

public void setHoldability(int arg0)
                    throws java.sql.SQLException
定義:
インタフェース java.sql.Connection 内の setHoldability
例外:
java.sql.SQLException

setTransactionIsolation

public void setTransactionIsolation(int arg0)
                             throws java.sql.SQLException
定義:
インタフェース java.sql.Connection 内の setTransactionIsolation
例外:
java.sql.SQLException

setAutoCommit

public void setAutoCommit(boolean arg0)
                   throws java.sql.SQLException
定義:
インタフェース java.sql.Connection 内の setAutoCommit
例外:
java.sql.SQLException

setReadOnly

public void setReadOnly(boolean arg0)
                 throws java.sql.SQLException
定義:
インタフェース java.sql.Connection 内の setReadOnly
例外:
java.sql.SQLException

getCatalog

public java.lang.String getCatalog()
                            throws java.sql.SQLException
定義:
インタフェース java.sql.Connection 内の getCatalog
例外:
java.sql.SQLException

setCatalog

public void setCatalog(java.lang.String arg0)
                throws java.sql.SQLException
定義:
インタフェース java.sql.Connection 内の setCatalog
例外:
java.sql.SQLException

getMetaData

public java.sql.DatabaseMetaData getMetaData()
                                      throws java.sql.SQLException
定義:
インタフェース java.sql.Connection 内の getMetaData
例外:
java.sql.SQLException

getWarnings

public java.sql.SQLWarning getWarnings()
                                throws java.sql.SQLException
定義:
インタフェース java.sql.Connection 内の getWarnings
例外:
java.sql.SQLException

setSavepoint

public java.sql.Savepoint setSavepoint()
                                throws java.sql.SQLException
定義:
インタフェース java.sql.Connection 内の setSavepoint
例外:
java.sql.SQLException

releaseSavepoint

public void releaseSavepoint(java.sql.Savepoint arg0)
                      throws java.sql.SQLException
定義:
インタフェース java.sql.Connection 内の releaseSavepoint
例外:
java.sql.SQLException

rollback

public void rollback(java.sql.Savepoint arg0)
              throws java.sql.SQLException
定義:
インタフェース java.sql.Connection 内の rollback
例外:
java.sql.SQLException

createStatement

public java.sql.Statement createStatement()
                                   throws java.sql.SQLException
定義:
インタフェース java.sql.Connection 内の createStatement
例外:
java.sql.SQLException

createStatement

public java.sql.Statement createStatement(int arg0,
                                          int arg1)
                                   throws java.sql.SQLException
定義:
インタフェース java.sql.Connection 内の createStatement
例外:
java.sql.SQLException

createStatement

public java.sql.Statement createStatement(int arg0,
                                          int arg1,
                                          int arg2)
                                   throws java.sql.SQLException
定義:
インタフェース java.sql.Connection 内の createStatement
例外:
java.sql.SQLException

getTypeMap

public java.util.Map getTypeMap()
                         throws java.sql.SQLException
定義:
インタフェース java.sql.Connection 内の getTypeMap
例外:
java.sql.SQLException

setTypeMap

public void setTypeMap(java.util.Map arg0)
                throws java.sql.SQLException
定義:
インタフェース java.sql.Connection 内の setTypeMap
例外:
java.sql.SQLException

nativeSQL

public java.lang.String nativeSQL(java.lang.String arg0)
                           throws java.sql.SQLException
定義:
インタフェース java.sql.Connection 内の nativeSQL
例外:
java.sql.SQLException

prepareCall

public java.sql.CallableStatement prepareCall(java.lang.String arg0)
                                       throws java.sql.SQLException
定義:
インタフェース java.sql.Connection 内の prepareCall
例外:
java.sql.SQLException

prepareCall

public java.sql.CallableStatement prepareCall(java.lang.String arg0,
                                              int arg1,
                                              int arg2)
                                       throws java.sql.SQLException
定義:
インタフェース java.sql.Connection 内の prepareCall
例外:
java.sql.SQLException

prepareCall

public java.sql.CallableStatement prepareCall(java.lang.String arg0,
                                              int arg1,
                                              int arg2,
                                              int arg3)
                                       throws java.sql.SQLException
定義:
インタフェース java.sql.Connection 内の prepareCall
例外:
java.sql.SQLException

prepareStatement

public java.sql.PreparedStatement prepareStatement(java.lang.String arg0)
                                            throws java.sql.SQLException
定義:
インタフェース java.sql.Connection 内の prepareStatement
例外:
java.sql.SQLException

prepareStatement

public java.sql.PreparedStatement prepareStatement(java.lang.String arg0,
                                                   int arg1)
                                            throws java.sql.SQLException
定義:
インタフェース java.sql.Connection 内の prepareStatement
例外:
java.sql.SQLException

prepareStatement

public java.sql.PreparedStatement prepareStatement(java.lang.String arg0,
                                                   int arg1,
                                                   int arg2)
                                            throws java.sql.SQLException
定義:
インタフェース java.sql.Connection 内の prepareStatement
例外:
java.sql.SQLException

prepareStatement

public java.sql.PreparedStatement prepareStatement(java.lang.String arg0,
                                                   int arg1,
                                                   int arg2,
                                                   int arg3)
                                            throws java.sql.SQLException
定義:
インタフェース java.sql.Connection 内の prepareStatement
例外:
java.sql.SQLException

prepareStatement

public java.sql.PreparedStatement prepareStatement(java.lang.String arg0,
                                                   int[] arg1)
                                            throws java.sql.SQLException
定義:
インタフェース java.sql.Connection 内の prepareStatement
例外:
java.sql.SQLException

setSavepoint

public java.sql.Savepoint setSavepoint(java.lang.String arg0)
                                throws java.sql.SQLException
定義:
インタフェース java.sql.Connection 内の setSavepoint
例外:
java.sql.SQLException

prepareStatement

public java.sql.PreparedStatement prepareStatement(java.lang.String arg0,
                                                   java.lang.String[] arg1)
                                            throws java.sql.SQLException
定義:
インタフェース java.sql.Connection 内の prepareStatement
例外:
java.sql.SQLException