Examples of StaticCompiledOpenConglomInfo


Examples of org.apache.derby.iapi.store.access.StaticCompiledOpenConglomInfo

                  long fkIndexConglomId,
                  int fkColArrayItem,
                  int rltItem)
      throws StandardException
  {
        StaticCompiledOpenConglomInfo scoci = (StaticCompiledOpenConglomInfo)(activation.getPreparedStatement().
            getSavedObject(scociItem));
    return new DependentResultSet(
                conglomId,
                scoci,
                activation,
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.