Uses of Class
org.openrefine.extension.database.model.DatabaseTable
-
Packages that use DatabaseTable Package Description org.openrefine.extension.database.model -
-
Uses of DatabaseTable in org.openrefine.extension.database.model
Methods in org.openrefine.extension.database.model that return types with arguments of type DatabaseTable Modifier and Type Method Description List<DatabaseTable>
DatabaseInfo. getTables()
Method parameters in org.openrefine.extension.database.model with type arguments of type DatabaseTable Modifier and Type Method Description void
DatabaseInfo. setTables(List<DatabaseTable> tables)
-