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 classAbstractDatabaseMethods in org.gephi.io.importer.api with parameters of type Database Modifier and Type Method Description ContainerImportController. 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 DatabaseDatabaseImporter. 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 voidDatabaseImporter. setDatabase(Database database)Sets the database description, connection details and queries
-