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
クラス 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