Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

issue3832: 자바 SDK에 커서 쿼리 ID, 필드 순서, 쿼리 결과 필드 타입 정보 지원 #1

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

xeraph
Copy link
Collaborator

@xeraph xeraph commented Aug 27, 2020

https://github.com/logpresso/ent-/issues/3832

쿼리 결과에 대한 필드 요약 정보 목록, 필드 순서를 조회하는 인터페이스를 추가했습니다.

  • Cursor 인터페이스에 getFieldOrder(), getSummary() 추가
  • Logpresso.queryWithSummary() 메소드 추가
  • 옵션 추가에 따라 메소드 오버로딩이 계속 증가하여 createQuery(QueryRequest) 로 추가
  • Logpresso.waitUntil(queryId) 오버로딩 추가
    • 거의 대부분의 코드는 count 매개변수를 null로 쓰기 때문에 편의상 메소드 추가함
  • Logpresso.getFieldOrder(queryId) 메소드 추가
    • 자동완성으로 필드 정렬 순서를 발견할 수 있도록 추가함

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants