Uses of Enum Class
com.shaft.db.DatabaseActions.DatabaseType
Packages that use DatabaseActions.DatabaseType
-
Uses of DatabaseActions.DatabaseType in com.shaft.db
Methods in com.shaft.db that return DatabaseActions.DatabaseTypeModifier 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.Methods in com.shaft.db with parameters of type DatabaseActions.DatabaseTypeModifier and TypeMethodDescriptionstatic DatabaseActions
DatabaseActions.getInstance
(DatabaseActions.DatabaseType databaseType, String ip, String port, String name, String username, String password) Constructors in com.shaft.db with parameters of type DatabaseActions.DatabaseTypeModifierConstructorDescriptionDatabaseActions
(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
Methods in com.shaft.driver with parameters of type DatabaseActions.DatabaseTypeModifier 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) Constructors in com.shaft.driver with parameters of type DatabaseActions.DatabaseType