Index

A B C D E G I R S U 
All Classes and Interfaces|All Packages

G

getColumns(String...) - Method in class discorddb.sqlitedb.DatabaseTable
Returns an entire column of values for ALL rows in the table.
getDatabase(String) - Static method in class discorddb.jsondb.DatabaseManager
Returns the DatabaseObject connected to the database name given from the database map
getFile() - Method in class discorddb.jsondb.DatabaseObject
Get JSON File of DatabaseObject
getIntegerValue(String) - Method in class discorddb.jsondb.DatabaseObject
Get the value corresponding to the given key.
(The value is pulled directly from the database cache)
getJSONValue(String) - Method in class discorddb.jsondb.DatabaseObject
Get the value corresponding to the given key.
(The value is pulled directly from the database cache)
getKeys() - Method in class discorddb.jsondb.DatabaseObject
Get all the keys stored inside the database
getLongValue(String) - Method in class discorddb.jsondb.DatabaseObject
Get the value corresponding to the given key.
(The value is pulled directly from the database cache)
getName() - Method in class discorddb.jsondb.DatabaseObject
Get name of DatabaseObject
getName() - Method in class discorddb.sqlitedb.DatabaseTable
Gets the name of hte table
getRows(String, String) - Method in class discorddb.sqlitedb.DatabaseTable
Searches for rows in the table that match the specified key value and returns all of the column values for those rows.
getStringValue(String) - Method in class discorddb.jsondb.DatabaseObject
Get the value corresponding to the given key.
(The value is pulled directly from the database cache)
getTable(String) - Static method in class discorddb.sqlitedb.SQLDatabase
Gets the DatabaseTable object for the specified table name.
getValue(String) - Method in class discorddb.jsondb.DatabaseObject
Get the value corresponding to the given key.
(The value is pulled directly from the database cache)
getValues() - Method in class discorddb.jsondb.DatabaseObject
Get all the values stored inside the database
A B C D E G I R S U 
All Classes and Interfaces|All Packages