org.openrdf.sail.rdbms
Interface RdbmsProvider
- All Known Implementing Classes:
- MySqlProvider, PgSqlProvider
public interface RdbmsProvider
Each supported relation store should implement this service provider
interface to initiate a connection factory tailored to the given product name
and version. If a provider does not support the given database name and
version it should not return a connection factory, but rather a null value.
- Author:
- James Leigh
createRdbmsConnectionFactory
RdbmsConnectionFactory createRdbmsConnectionFactory(String dbName,
String dbVersion)
Copyright © 2001-2009 Aduna. All Rights Reserved.