Index
All Classes and Interfaces|All Packages
E
- execute(String) - Static method in class discorddb.sqlitedb.SQLDatabase
-
Executes the given SQL command, which may be an INSERT, UPDATE, or DELETE statement, or an SQL statement that returns nothing, and returns a boolean value indicating the success of the command execution.
- executeQuery(String) - Static method in class discorddb.sqlitedb.SQLDatabase
-
Executes a SQL query and returns the result set generated by the query.
All Classes and Interfaces|All Packages