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

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

public class StubDataSourceImpl03
extends java.lang.Object
implements java.sql.Driver

作成者:
Toshio Sugahara

コンストラクタの概要
StubDataSourceImpl03()
           
 
メソッドの概要
 boolean acceptsURL(java.lang.String url)
           
 java.sql.Connection connect(java.lang.String url, java.util.Properties prop)
           
 int getMajorVersion()
           
 int getMinorVersion()
           
static java.lang.String getPassword()
           
 java.sql.DriverPropertyInfo[] getPropertyInfo(java.lang.String arg0, java.util.Properties arg1)
           
static int getSleepTime()
           
static java.lang.String getUser()
           
 boolean jdbcCompliant()
           
static void setPassword(java.lang.String password)
           
static void setSleepTime(int sleepTime)
           
static void setUser(java.lang.String user)
           
 
クラス java.lang.Object から継承されたメソッド
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

StubDataSourceImpl03

public StubDataSourceImpl03()
メソッドの詳細

getUser

public static java.lang.String getUser()

setUser

public static void setUser(java.lang.String user)

getPassword

public static java.lang.String getPassword()

setPassword

public static void setPassword(java.lang.String password)

getSleepTime

public static int getSleepTime()

setSleepTime

public static void setSleepTime(int sleepTime)

getMajorVersion

public int getMajorVersion()
定義:
インタフェース java.sql.Driver 内の getMajorVersion

getMinorVersion

public int getMinorVersion()
定義:
インタフェース java.sql.Driver 内の getMinorVersion

jdbcCompliant

public boolean jdbcCompliant()
定義:
インタフェース java.sql.Driver 内の jdbcCompliant

acceptsURL

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

connect

public java.sql.Connection connect(java.lang.String url,
                                   java.util.Properties prop)
                            throws java.sql.SQLException
定義:
インタフェース java.sql.Driver 内の connect
例外:
java.sql.SQLException

getPropertyInfo

public java.sql.DriverPropertyInfo[] getPropertyInfo(java.lang.String arg0,
                                                     java.util.Properties arg1)
                                              throws java.sql.SQLException
定義:
インタフェース java.sql.Driver 内の getPropertyInfo
例外:
java.sql.SQLException