Uses of Class
io.github.coho04.mysql.entities.Column
Packages that use Column
-
Uses of Column in io.github.coho04.mysql.entities
Methods in io.github.coho04.mysql.entities that return ColumnModifier and TypeMethodDescriptionRetrieves a Column object with the given name from the table.Methods in io.github.coho04.mysql.entities that return types with arguments of type ColumnModifier and TypeMethodDescriptionRow.getColumns()
Retrieves the list of columns in the table.Table.getColumns()
Retrieves the list of columns for the table.Row.showColumns()
Retrieves the list of columns in the table.Methods in io.github.coho04.mysql.entities with parameters of type ColumnModifier and TypeMethodDescriptionboolean
Checks if a row exists in the database table based on the provided column and item.Retrieves a map of search results based on the specified column and item.Retrieves a row from the table based on a specific column and item.void
Sets the value of a specific item in the column.Inserts a key-value pair into the insertMap HashMap.Constructors in io.github.coho04.mysql.entities with parameters of type Column