Package com.ipc.oce

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

Related Classes of com.ipc.oce.OCValueTable

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.