Handles all interactions with the comics-db 'events' 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 Event by ID.
The ID of the event.
Event or null if eventId does not exist.
Reads all Events.
Event[]
Handles all interactions with the comics-db 'events' table.
Read operations: