Uses of Class
io.github.coho04.mysql.entities.Table
-
Uses of Table in io.github.coho04.mysql.entities
Modifier and TypeMethodDescriptionColumn.getTable()
Retrieves the Table object associated with this Column.Retrieves a table from the database with the given name.Row.getTable()
Retrieves the table associated with this Row.Modifier and TypeMethodDescriptionDatabase.getTables()
Retrieves a list of tables from the database.