org.openrdf.sail.rdbms.mysql
Class MySqlStore
java.lang.Object
org.openrdf.sail.helpers.SailBase
org.openrdf.sail.rdbms.RdbmsStore
org.openrdf.sail.rdbms.mysql.MySqlStore
- All Implemented Interfaces:
- Sail
public class MySqlStore
- extends RdbmsStore
A convenient way to initialise a MySql RDF store.
- Author:
- James Leigh
| Methods inherited from class org.openrdf.sail.rdbms.RdbmsStore |
getConnectionInternal, getMaxNumberOfTripleTables, getValueFactory, isIndexed, isSequenced, isWritable, setConnectionFactory, setIndexed, setMaxNumberOfTripleTables, setSequenced, shutDownInternal |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MySqlStore
public MySqlStore()
MySqlStore
public MySqlStore(String databaseName)
getServerName
public String getServerName()
setServerName
public void setServerName(String serverName)
getDatabaseName
public String getDatabaseName()
setDatabaseName
public void setDatabaseName(String databaseName)
getPortNumber
public int getPortNumber()
setPortNumber
public void setPortNumber(int portNumber)
getUser
public String getUser()
setUser
public void setUser(String user)
getPassword
public String getPassword()
setPassword
public void setPassword(String password)
initialize
public void initialize()
throws SailException
- Description copied from interface:
Sail
- Initializes the Sail. Care should be taken that required initialization
parameters have been set before this method is called. Please consult the
specific Sail implementation for information about the relevant
parameters.
- Specified by:
initialize in interface Sail- Overrides:
initialize in class RdbmsStore
- Throws:
SailException - If the Sail could not be initialized.
Copyright © 2001-2008 Aduna. All Rights Reserved.