Handles all interactions with comics-db 'genres' table.
Create Operations:
Protected
Static
The primary key of the table as defined in the database.
The name of the table as defined in the database.
Creates a single Genre and reads the result.
The Genre to create. Note: Genre.genre_id is ignored and generated by the comics-db.
Genre that was created.
Reads a single Genre by ID.
The ID of the Genre.
Genre or null if genreId does not exist.
Reads all Genres.
Genre[]
Handles all interactions with comics-db 'genres' table.
Create Operations: