FFPostgresAction$json top-level constant

  1. @Deprecated('Use fFPostgresActionDescriptor instead')
Map<String, Object> const FFPostgresAction$json

Implementation

@$core.Deprecated('Use fFPostgresActionDescriptor instead')
const FFPostgresAction$json = {
  '1': 'FFPostgresAction',
  '2': [
    {
      '1': 'table_identifier',
      '3': 1,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFIdentifier',
      '10': 'tableIdentifier'
    },
    {
      '1': 'insert',
      '3': 2,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFPostgresInsert',
      '9': 0,
      '10': 'insert'
    },
    {
      '1': 'read',
      '3': 8,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFPostgresRead',
      '9': 0,
      '10': 'read'
    },
    {
      '1': 'update',
      '3': 3,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFPostgresUpdate',
      '9': 0,
      '10': 'update'
    },
    {
      '1': 'delete',
      '3': 4,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFPostgresDelete',
      '9': 0,
      '10': 'delete'
    },
    {
      '1': 'set_token',
      '3': 9,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFPostgresSetToken',
      '9': 0,
      '10': 'setToken'
    },
    {
      '1': 'data',
      '3': 5,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFPostgresUpdateData',
      '10': 'data'
    },
    {
      '1': 'matching_rows_query',
      '3': 6,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFPostgresQuery',
      '10': 'matchingRowsQuery'
    },
    {
      '1': 'return_matching_rows',
      '3': 7,
      '4': 1,
      '5': 8,
      '10': 'returnMatchingRows'
    },
  ],
  '8': [
    {'1': 'action'},
  ],
};