Uses of Class
io.github.coho04.mysql.entities.Row
Packages that use Row
-
Uses of Row in io.github.coho04.mysql.entities
Methods in io.github.coho04.mysql.entities that return RowModifier and TypeMethodDescriptionTable.getLastestRow()Retrieves the latest row from the table.Table.getOldestRow()Retrieves the oldest row from the table.Table.getRandomRow()Retrieves a random row from the table.Retrieves a row from the table based on a specific column and item.Table.getRowById(int id) Retrieves a row from the table based on the provided ID.Methods in io.github.coho04.mysql.entities that return types with arguments of type Row