Uses of Enum Class
com.shaft.db.DatabaseActions.DatabaseType
-
Uses of DatabaseActions.DatabaseType in com.shaft.db
Modifier and TypeMethodDescriptionstatic DatabaseActions.DatabaseType
Returns the enum constant of this class with the specified name.static DatabaseActions.DatabaseType[]
DatabaseActions.DatabaseType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionstatic DatabaseActions
DatabaseActions.getInstance
(DatabaseActions.DatabaseType databaseType, String ip, String port, String name, String username, String password) ModifierConstructorDescriptionDatabaseActions
(DatabaseActions.DatabaseType databaseType, String ip, String port, String name, String username, String password) This constructor is used for initializing the database variables that are needed to create new connections and perform queries -
Uses of DatabaseActions.DatabaseType in com.shaft.driver
Modifier and TypeMethodDescriptionstatic DatabaseActions
DriverFactory.getDatabaseDriver
(DatabaseActions.DatabaseType databaseType, String ip, String port, String name, String username, String password) Creates a new Database driver instance to facilitate using the Database Actions Librarystatic SHAFT.DB
SHAFT.DB.getInstance
(DatabaseActions.DatabaseType databaseType, String ip, String port, String name, String username, String password)