Examples of OCCodeType


Examples of com.ipc.oce.varset.OCCodeType

   * Тип кода объекта базы данных (например, Число, Строка).
   * @return
   * @throws JIException
   */
  public OCCodeType getCodeType() throws JIException{
    return new OCCodeType(get("CodeType"));
  }
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.