Package net.fateuhc.plugin.api.managers
Class MySQLManager
java.lang.Object
net.fateuhc.plugin.api.managers.MySQLManager
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
MySQLManager
public MySQLManager()
-
-
Method Details
-
execute
Execute an update to the database.- Parameters:
query
- The statement to the database.values
- The values to be inserted into the statement.
-
select
Execute a query to the database.- Parameters:
query
- The statement to the database.callback
- The data callback (Async).values
- The values to be inserted into the statement.
-