Uses of Class
be.ugent.rml.access.DatabaseType
-
Packages that use DatabaseType Package Description be.ugent.rml.access -
-
Uses of DatabaseType in be.ugent.rml.access
Methods in be.ugent.rml.access that return DatabaseType Modifier and Type Method Description DatabaseTypeRDBAccess. getDatabaseType()This method returns the database type.static DatabaseTypeDatabaseType. getDBtype(String db)static DatabaseTypeDatabaseType. valueOf(String name)Returns the enum constant of this type with the specified name.static DatabaseType[]DatabaseType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in be.ugent.rml.access with parameters of type DatabaseType Constructor Description RDBAccess(String dsn, DatabaseType databaseType, String username, String password, String query, String contentType)This constructor takes as arguments the dsn, database, username, password, query, and content type.
-