Class DBConfig

    • Constructor Detail

      • DBConfig

        public DBConfig​(byte[] configData)
                 throws com.ximpleware.VTDException
        Throws:
        com.ximpleware.VTDException
    • Method Detail

      • getUrl

        public String getUrl()
        Returns:
        - url of the database
      • getActivePGSchema

        public String getActivePGSchema()
        Returns:
        The active Postgres Schema.
      • setActivePGSchema

        public void setActivePGSchema​(String pgSchema)
        Parameters:
        pgSchema -
      • getActiveDataPGSchema

        public String getActiveDataPGSchema()
        Returns:
        The active data Postgres Schema.
      • getActiveDatabase

        public String getActiveDatabase()
      • getMaxConnections

        public int getMaxConnections()
      • setMaxConnections

        public void setMaxConnections​(int num)