Interface TxConnectionConfig

  • All Superinterfaces:
    org.projectnessie.versioned.persist.adapter.DatabaseConnectionConfig
    All Known Subinterfaces:
    DefaultTxConnectionConfig

    public interface TxConnectionConfig
    extends org.projectnessie.versioned.persist.adapter.DatabaseConnectionConfig
    • Method Detail

      • getCatalog

        @Nullable
        java.lang.String getCatalog()
      • getSchema

        @Nullable
        java.lang.String getSchema()