Class IngestOption.TargetNamespaceIngestOption

java.lang.Object
org.apache.arrow.adbc.core.IngestOption.TargetNamespaceIngestOption
All Implemented Interfaces:
IngestOption
Enclosing interface:
IngestOption

public static class IngestOption.TargetNamespaceIngestOption extends Object implements IngestOption
  • Constructor Details

    • TargetNamespaceIngestOption

      public TargetNamespaceIngestOption(@Nullable String targetCatalog, @Nullable String targetDbSchema)
  • Method Details

    • getTargetCatalog

      public @Nullable String getTargetCatalog()
    • getTargetDbSchema

      public @Nullable String getTargetDbSchema()
    • equals

      public boolean equals(@Nullable Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object