Handles all interactions with the comics-db 'creators' 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 Creator by ID.
The ID of the Creator.
Creator or null if creatorId does not exist.
Reads all Creators.
Creator[]
Handles all interactions with the comics-db 'creators' table.
Read operations: