Package org.gephi.io.importer.api
Class AbstractDatabase
- java.lang.Object
-
- org.gephi.io.importer.api.AbstractDatabase
-
- All Implemented Interfaces:
Serializable,Database
public abstract class AbstractDatabase extends Object implements Database
- Author:
- Mathieu Bastian
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AbstractDatabase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDBName()StringgetHost()StringgetName()StringgetPasswd()intgetPort()PropertiesAssociationsgetPropertiesAssociations()org.gephi.io.database.drivers.SQLDrivergetSQLDriver()StringgetUsername()voidsetDBName(String DBName)voidsetHost(String host)voidsetName(String name)voidsetPasswd(String passwd)voidsetPort(int port)voidsetSQLDriver(org.gephi.io.database.drivers.SQLDriver driver)voidsetUsername(String username)
-
-
-
Method Detail
-
getSQLDriver
public org.gephi.io.database.drivers.SQLDriver getSQLDriver()
- Specified by:
getSQLDriverin interfaceDatabase
-
setSQLDriver
public void setSQLDriver(org.gephi.io.database.drivers.SQLDriver driver)
- Specified by:
setSQLDriverin interfaceDatabase
-
getUsername
public String getUsername()
- Specified by:
getUsernamein interfaceDatabase
-
setUsername
public void setUsername(String username)
- Specified by:
setUsernamein interfaceDatabase
-
getPropertiesAssociations
public PropertiesAssociations getPropertiesAssociations()
- Specified by:
getPropertiesAssociationsin interfaceDatabase
-
-