Uses of Interface
org.gephi.io.importer.api.Database
-
Packages that use Database Package Description org.gephi.io.importer.api API for importing data from any support.org.gephi.io.importer.spi Interfaces for creating new data importers. -
-
Uses of Database in org.gephi.io.importer.api
Classes in org.gephi.io.importer.api that implement Database Modifier and Type Class Description class
AbstractDatabase
Methods in org.gephi.io.importer.api with parameters of type Database Modifier and Type Method Description Container
ImportController. importDatabase(Database database, DatabaseImporter importer)
-
Uses of Database in org.gephi.io.importer.spi
Methods in org.gephi.io.importer.spi that return Database Modifier and Type Method Description Database
DatabaseImporter. getDatabase()
Returns the current database description, connection details and queriesMethods in org.gephi.io.importer.spi with parameters of type Database Modifier and Type Method Description void
DatabaseImporter. setDatabase(Database database)
Sets the database description, connection details and queries
-