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

Remove adapter properties BINARY_COLUMN_HANDLING and IS_LOCAL #268

Closed
ckunki opened this issue Nov 29, 2022 · 0 comments · Fixed by #273
Closed

Remove adapter properties BINARY_COLUMN_HANDLING and IS_LOCAL #268

ckunki opened this issue Nov 29, 2022 · 0 comments · Fixed by #273
Assignees
Labels
refactoring Code improvement without behavior change

Comments

@ckunki
Copy link
Collaborator

ckunki commented Nov 29, 2022

Currently all constants and methods are Implemented in class virtual-schema-common-java/AdapterProperties.

Constant and methods Rationale
Constant BINARY_COLUMN_HANDLING
Checker method: hasBinaryColumnHandling()
Getter method: getBinaryColumnHandling()
Property is not implemented, yet
Constant IS_LOCAL_PROPERTY
Checker method: public boolean hasIsLocal()
Getter method: public boolean isLocalSource()
Specific only for VSEXA, and will be moved there see also exasol/exasol-virtual-schema#85
Constant EXCEPTION_HANDLING
Checker method: public boolean x()
Getter method: public boolean x()
Not in the the scope of the current ticket #268, potentially remove, see also #269

Methods:

  • Checker: Method for checking if property specified
  • Getter: Method for retrieving the property's value
@ckunki ckunki added the refactoring Code improvement without behavior change label Nov 29, 2022
@ckunki ckunki self-assigned this Jul 6, 2023
@ckunki ckunki changed the title Remove property BINARY_COLUMN_HANDLING Remove adapter properties Jul 6, 2023
@ckunki ckunki changed the title Remove adapter properties Remove adapter properties BINARY_COLUMN_HANDLING and IS_LOCAL Jul 6, 2023
@ckunki ckunki changed the title Remove adapter properties BINARY_COLUMN_HANDLING and IS_LOCAL Remove adapter properties BINARY_COLUMN_HANDLING and IS_LOCAL Jul 6, 2023
@kaklakariada kaklakariada self-assigned this Jul 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactoring Code improvement without behavior change
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants