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

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

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

作成者:
Toshio Sugahara

コンストラクタの概要
StubDataSourceImpl02()
           
 
メソッドの概要
 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 java.lang.String getUser()
           
 boolean jdbcCompliant()
           
static void setPassword(java.lang.String password)
           
static void setUser(java.lang.String user)
           
 
クラス java.lang.Object から継承されたメソッド
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

StubDataSourceImpl02

public StubDataSourceImpl02()
メソッドの詳細

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)

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