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 SQLTypeSQLType. forName(String name)static SQLTypeSQLType. registerSQLDriver(String identifier, String classpath)static SQLTypeSQLType. 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 SQLTypeMariaDBConnectionManager. 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 SQLTypeMySQLConnectionManager. 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 SQLTypePgSQLConnectionManager. 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 SQLTypeSQLiteConnectionManager. getType()Get the SQL Database type. 
 -