UNPKG

@salesforce/soql-model

Version:
8 lines (7 loc) 301 B
import * as Soql from '../model'; import { SoqlModelObjectImpl } from './soqlModelObjectImpl'; export declare class FieldRefImpl extends SoqlModelObjectImpl implements Soql.FieldRef { fieldName: string; constructor(fieldName: string); toSoqlSyntax(options?: Soql.SyntaxOptions): string; }