All Downloads are FREE. Search and download functionalities are using the official Maven repository.

l.pgadba.0.1.0-ALPHA.source-code.module-info Maven / Gradle / Ivy

import org.postgresql.adba.PgDataSourceFactory;

module org.postgresql.adba {
  requires java.logging;
  exports org.postgresql.adba;
  exports jdk.incubator.sql2;
  exports org.postgresql.adba.buffer;
  exports org.postgresql.adba.execution;
  provides jdk.incubator.sql2.DataSourceFactory with PgDataSourceFactory;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy