Uses of Enum Class
com.jk.data.datasource.JKDatabase
Packages that use JKDatabase
-
Uses of JKDatabase in com.jk.data.datasource
Methods in com.jk.data.datasource that return JKDatabaseModifier and TypeMethodDescriptionstatic JKDatabaseJKDatabase.getDatabaseByUrl(String url) This method gets the database associated with the provided URL.JKDataSource.getDatabaseType()This method gets the type of database.static JKDatabaseReturns the enum constant of this class with the specified name.static JKDatabase[]JKDatabase.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.jk.data.datasource with parameters of type JKDatabaseModifier and TypeMethodDescriptiondefault StringJKDataSource.getBaseScriptPath(JKDatabase databaseType) This method get the base script path for a specific database type. -
Uses of JKDatabase in com.jk.data.datasource.impl
Methods in com.jk.data.datasource.impl that return JKDatabaseModifier and TypeMethodDescriptionJKAbstractDataSource.getDatabaseType()This method gets the type of database.