formatString method

  1. @override
String formatString(
  1. String bindName
)
override

Implementation

@override
String formatString(String bindName) =>
    '${PostgreSQLFormat.id(bindName)}::jsonb';