Uses of Interface
org.bridgedb.sql.SQLAccess
-
Packages that use SQLAccess Package Description org.bridgedb.mysql org.bridgedb.sql org.bridgedb.virtuoso -
-
Uses of SQLAccess in org.bridgedb.mysql
Classes in org.bridgedb.mysql that implement SQLAccess Modifier and Type Class Description classMySQLAccessMYSQL specific wrapper. -
Uses of SQLAccess in org.bridgedb.sql
Fields in org.bridgedb.sql declared as SQLAccess Modifier and Type Field Description protected SQLAccessSQLBase. sqlAccessMethods in org.bridgedb.sql that return SQLAccess Modifier and Type Method Description static SQLAccessSqlFactory. createASQLAccess(String database)Create a wrapper around the live SQL Database, using the database name, user name and password found in the config file.static SQLAccessSqlFactory. createTheSQLAccess()Create a wrapper around the live SQL Database, using the database name, user name and password found in the config file. -
Uses of SQLAccess in org.bridgedb.virtuoso
Classes in org.bridgedb.virtuoso that implement SQLAccess Modifier and Type Class Description classVirtuosoAccessVirtuosos specific wrapper.
-