| Package | Description |
|---|---|
| org.gephi.io.database.drivers | |
| org.gephi.io.importer.api |
API for importing data from any support.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MySQLDriver |
class |
PostgreSQLDriver |
class |
SQLiteDriver |
class |
SQLServerDriver |
| Modifier and Type | Method and Description |
|---|---|
static SQLDriver |
SQLUtils.getDriver(String prefix) |
| Modifier and Type | Method and Description |
|---|---|
static String |
SQLUtils.getUrl(SQLDriver driver,
String host,
int port,
String dbname) |
| Modifier and Type | Method and Description |
|---|---|
SQLDriver |
Database.getSQLDriver() |
SQLDriver |
AbstractDatabase.getSQLDriver() |
| Modifier and Type | Method and Description |
|---|---|
void |
Database.setSQLDriver(SQLDriver driver) |
void |
AbstractDatabase.setSQLDriver(SQLDriver driver) |
Copyright © 2007–2017. All rights reserved.