Handles all interactions with the comics-db 'boxes' 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.
Experimental
Creates a single Box and reads the result.
The Box to create. Note: The value Box.box_id is ignored and generated by the comics-db.
The Box that was created.
Reads a single Box by ID.
The ID of the box.
Box or null if boxId does not exist.
Reads all Boxes.
BoxModel[]
Handles all interactions with the comics-db 'boxes' table.
Create operations: