Examples of OCValueTable


Examples of com.ipc.oce.OCValueTable

   *            выгружены все колонки.
   * @return OCValueTable
   * @throws JIException
   */
  public OCValueTable unloadColumns(String columns) throws JIException {
    return new OCValueTable(callMethodA("UnloadColumns", new Object[]{
        columns != null ? new JIVariant(columns) : null
    })[0]);
  }
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.