WhereFilterNodeBuilder
단일 Where 필터 조건을 설정하는 Where 필터 노드 빌더입니다
메서드
constructor
정의:
매개변수:
getId
노드 ID 가져오기
정의:
반환: string
getField
필드명 가져오기
정의:
반환: string
setField
필드명 설정
정의:
반환: this
매개변수:
getOperator
필터 연산자 가져오기
정의:
반환: string \| undefined
setOperator
필터 연산자 설정
정의:
반환: this
매개변수:
setValue
필터 값 설정
정의:
반환: this
매개변수:
setDate
날짜 필터 조건 설정
정의:
반환: this
매개변수:
getDate
날짜 필터 조건을 가져오며 날짜 필터가 아니면 undefined 반환
정의:
반환: VBIWhereDatePredicate \| undefined
toJSON
JSON으로 내보내기
정의:
반환: VBIWhereFilter