Package com.hlcl.rql.util.as

Examples of com.hlcl.rql.util.as.PageInfoSet


  /**
   * Bereitet das set vor, das verhindert, dass Teilbäume doppelt untersucht
   * werden.
   */
  private void initialize(Connection connection, String setTableName) throws RQLException {
    treePages = new PageInfoSet(connection, setTableName);
  }
View Full Code Here

TOP

Related Classes of com.hlcl.rql.util.as.PageInfoSet

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.