Index
All Classes and Interfaces|All Packages
U
- updateQuery(String[], String[], String, String) - Method in class discorddb.sqlitedb.DatabaseTable
-
Updates the value of a specified column for the row that matches the specified key value.
- updateQuery(String, String, String...) - Method in class discorddb.sqlitedb.DatabaseTable
-
Updates the value of a specified column for the row that matches the specified key value.
- updateValue(String, Object) - Method in class discorddb.jsondb.DatabaseObject
-
Update the value with the given key.
If the key does not exist, it will perform the same action asaddKey
and simply add the key and value relationship.
(This updates the cache and the database file in a separate thread)
All Classes and Interfaces|All Packages