Class SQL

    • Constructor Detail

      • SQL

        public SQL()
    • Method Detail

      • accountClass

        protected abstract Class<? extends SQLAccount> accountClass()
      • jdbcConnectionUrl

        public abstract String jdbcConnectionUrl()
      • hostname

        public abstract String hostname()
      • port

        public abstract int port()
      • localConnectionUrl

        protected String localConnectionUrl()
        Override this method in case the default replace doesn't work for the given type of database
        Returns:
        local connection url (through port-forward in case of openshift)
      • containerEnvironment

        public abstract Map<String,​String> containerEnvironment()