Handles all interactions with the comics-db 'comics' table.
Read operations:
Protected
Static
The primary key of the table as defined in the database.
The name of the table as defined in the database.
Reads a single Comic by ID.
The ID of the comic.
Comic or null if comicId does not exist.
Reads all Comics.
Comic[]
Reads Comics by series ID.
The ID of the Series.
Handles all interactions with the comics-db 'comics' table.
Read operations: