exasol / exasol-virtual-schema

Virtual Schema from Exasol to Exasol
MIT License
1 stars 2 forks source link

Move adapter property IS_LOCAL #85

Closed ckunki closed 1 year ago

ckunki commented 1 year ago

Move definition, implementation and documentation of adapter property IS_LOCAL

This deprecates the following fields and methods of virtual-schema-common-java/com.exasol.adapter.AdapterProperties:

public static final String IS_LOCAL_PROPERTY
public boolean isLocalSource()
public boolean hasIsLocal()

Rationale: Adapter property IS_LOCAL is specific to exasol-virtual-schema.

Same applies to com.exasol.adapter.AdapterProperties.ImportProperty

See also