Uses of Interface
studio.magemonkey.codex.mccore.sql.direct.ISQLEntryData
Packages that use ISQLEntryData
-
Uses of ISQLEntryData in studio.magemonkey.codex.mccore.sql.direct
Methods in studio.magemonkey.codex.mccore.sql.direct with type parameters of type ISQLEntryDataModifier and TypeMethodDescription<T extends ISQLEntryData>
List<T> SQLTable.getAllData(Class<T> c) Loads the data from the table using the data class provided.<T extends ISQLEntryData>
TSQLEntry.getData(T container) Loads a set of data for an entry.