Uses of Class
org.openrefine.extension.database.SQLType
-
-
Uses of SQLType in org.openrefine.extension.database
Methods in org.openrefine.extension.database that return SQLType Modifier and Type Method Description static SQLType
SQLType. forName(String name)
static SQLType
SQLType. registerSQLDriver(String identifier, String classpath)
static SQLType
SQLType. registerSQLDriver(String identifier, String classpath, boolean useJDBCManager)
-
Uses of SQLType in org.openrefine.extension.database.mariadb
Methods in org.openrefine.extension.database.mariadb that return SQLType Modifier and Type Method Description SQLType
MariaDBConnectionManager. getType()
Get the SQL Database type. -
Uses of SQLType in org.openrefine.extension.database.mysql
Methods in org.openrefine.extension.database.mysql that return SQLType Modifier and Type Method Description SQLType
MySQLConnectionManager. getType()
Get the SQL Database type. -
Uses of SQLType in org.openrefine.extension.database.pgsql
Methods in org.openrefine.extension.database.pgsql that return SQLType Modifier and Type Method Description SQLType
PgSQLConnectionManager. getType()
Get the SQL Database type. -
Uses of SQLType in org.openrefine.extension.database.sqlite
Methods in org.openrefine.extension.database.sqlite that return SQLType Modifier and Type Method Description SQLType
SQLiteConnectionManager. getType()
Get the SQL Database type.
-