Uses of Class
io.github.coho04.mysql.entities.Table
Packages that use Table
-
Uses of Table in io.github.coho04.mysql.entities
Methods in io.github.coho04.mysql.entities that return TableModifier 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.Methods in io.github.coho04.mysql.entities that return types with arguments of type TableModifier and TypeMethodDescriptionDatabase.getTables()
Retrieves a list of tables from the database.Constructors in io.github.coho04.mysql.entities with parameters of type Table