Handles all interactions with the comics-db 'comic_box' 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.
Retrieves the Box that a Comic is stored in.
The ID of the comic to retrieve the Box for.
Box or null.
Use getComicBox
Reads a single ComicBox by comicId.
The ID of the comic.
ComicBox or null if comicId does not exist.
Reads all ComicBoxes.
ComicBox[]
Retrieves a List of Comics that are in the given Box.
The ID of the Box to retrieve the Comics.
ComicModel[]
Use getComicBoxes
Handles all interactions with the comics-db 'comic_box' table.
Read operations: