|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.hp.hpl.jena.sdb.sql.JDBC
public class JDBC
| Field Summary | |
|---|---|
static String |
jdbcNone
|
| Constructor Summary | |
|---|---|
JDBC()
|
|
| Method Summary | |
|---|---|
static Connection |
createConnection(String url,
String user,
String password)
|
static String |
getDriver(DatabaseType dbType)
|
static String |
guessDriver(String type)
|
static void |
loadDriver(String className)
|
static void |
loadDriverDB2()
Explicitly load the DB2 driver |
static void |
loadDriverDerby()
Explicitly load the Derby driver |
static void |
loadDriverH2()
Explicitly load the H2 driver |
static void |
loadDriverHSQL()
Explicitly load the HSQLDB driver |
static void |
loadDriverMySQL()
Explicitly load the MySQL driver |
static void |
loadDriverOracle()
Explicitly load the Oracle driver |
static void |
loadDriverPGSQL()
Explicitly load the PostgreSQL driver |
static void |
loadDriverSQLServer()
Explicitly load the SQLServer driver |
static String |
makeURL(String type,
String host,
String dbName)
|
static String |
makeURL(String type,
String host,
String dbName,
String user,
String password)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String jdbcNone
| Constructor Detail |
|---|
public JDBC()
| Method Detail |
|---|
public static String getDriver(DatabaseType dbType)
public static void loadDriverHSQL()
public static void loadDriverH2()
public static void loadDriverMySQL()
public static void loadDriverPGSQL()
public static void loadDriverDerby()
public static void loadDriverSQLServer()
public static void loadDriverOracle()
public static void loadDriverDB2()
public static void loadDriver(String className)
public static String guessDriver(String type)
public static Connection createConnection(String url,
String user,
String password)
throws SQLException
SQLException
public static String makeURL(String type,
String host,
String dbName)
public static String makeURL(String type,
String host,
String dbName,
String user,
String password)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||