Uses of Class
io.github.coho04.mysql.entities.Row
-
Uses of Row in io.github.coho04.mysql.entities
Modifier 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.