array
Announce which types the implementing converter can handle.
None.
<?phpabstract class Example implements pq\Converter { function convertTypes() { return [pq\Types::UUID]; }}?>