Index

A C D E F G I L P Q R S T U V W 
All Classes and Interfaces|All Packages

D

DataEntry - Class in com.github.perdia.queries.data
Abstract class all other DataEntry classes inherit from in a hierarchical order.
DataEntry() - Constructor for class com.github.perdia.queries.data.DataEntry
Constructor which doesn't do anything other than create a new DataEntry Object.
DataType - Enum Class in com.github.perdia.queries.data
Enum containing all possible datatypes an entry in the database can have.
decrypt(byte[]) - Method in class com.github.perdia.crypto.Crypto
Decrypts the given byte array using AES decryption with the hashed key, also removes the buffer of zeroes at the end of the array.
deleteQuery() - Method in class com.github.perdia.queries.Instance
Returns a PANG query for deleting the respective instance in the database.
deleteQuery() - Method in class com.github.perdia.queries.Template
Returns a PANG query for deleting the respective template in the database, automatically deleting all instances utilising the deleted template at the same time.
DoubleDataEntry - Class in com.github.perdia.queries.data
Class extending from the abstract DataEntry class which stores Doubles respectively.
DoubleDataEntry() - Constructor for class com.github.perdia.queries.data.DoubleDataEntry
DoubleDataEntry(Double) - Constructor for class com.github.perdia.queries.data.DoubleDataEntry
A C D E F G I L P Q R S T U V W 
All Classes and Interfaces|All Packages