Uses of Class
org.openrefine.extension.database.model.DatabaseRow
-
-
Uses of DatabaseRow in org.openrefine.extension.database
Methods in org.openrefine.extension.database that return types with arguments of type DatabaseRow Modifier and Type Method Description abstract List<DatabaseRow>DatabaseService. getRows(DatabaseConfiguration dbConfig, String query) -
Uses of DatabaseRow in org.openrefine.extension.database.mariadb
Methods in org.openrefine.extension.database.mariadb that return types with arguments of type DatabaseRow Modifier and Type Method Description List<DatabaseRow>MariaDBDatabaseService. getRows(DatabaseConfiguration dbConfig, String query) -
Uses of DatabaseRow in org.openrefine.extension.database.model
Methods in org.openrefine.extension.database.model that return types with arguments of type DatabaseRow Modifier and Type Method Description List<DatabaseRow>DatabaseInfo. getRows()Method parameters in org.openrefine.extension.database.model with type arguments of type DatabaseRow Modifier and Type Method Description voidDatabaseInfo. setRows(List<DatabaseRow> rows) -
Uses of DatabaseRow in org.openrefine.extension.database.mysql
Methods in org.openrefine.extension.database.mysql that return types with arguments of type DatabaseRow Modifier and Type Method Description List<DatabaseRow>MySQLDatabaseService. getRows(DatabaseConfiguration dbConfig, String query) -
Uses of DatabaseRow in org.openrefine.extension.database.pgsql
Methods in org.openrefine.extension.database.pgsql that return types with arguments of type DatabaseRow Modifier and Type Method Description List<DatabaseRow>PgSQLDatabaseService. getRows(DatabaseConfiguration dbConfig, String query) -
Uses of DatabaseRow in org.openrefine.extension.database.sqlite
Methods in org.openrefine.extension.database.sqlite that return types with arguments of type DatabaseRow Modifier and Type Method Description List<DatabaseRow>SQLiteDatabaseService. getRows(DatabaseConfiguration dbConfig, String query)
-