Package ch.inftec.ju.db.JuConnUtil.MetaDataInfo

Examples of ch.inftec.ju.db.JuConnUtil.MetaDataInfo.SchemaInfo


       *            Schema name
       * @param catalog
       *            Catalog or null if DB doesn't use catalogs
       */
      void addSchemaInfo(final String name, final String catalog) {
        this.schemas.add(new SchemaInfo() {
          @Override
          public String getName() {
            return name;
          }

View Full Code Here

TOP

Related Classes of ch.inftec.ju.db.JuConnUtil.MetaDataInfo.SchemaInfo

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.