Enum Class LoginDatabaseStatements

java.lang.Object
java.lang.Enum<LoginDatabaseStatements>
br.net.dd.netherwingcore.database.implementation.LoginDatabaseStatements
All Implemented Interfaces:
Serializable, Comparable<LoginDatabaseStatements>, Constable

public enum LoginDatabaseStatements extends Enum<LoginDatabaseStatements>
Enum representing SQL statements for the Login Database. Each enum constant contains the SQL query and the connection flag indicating whether the operation should be performed synchronously or asynchronously.