Project

General

Profile

« Previous | Next » 

Revision 773

Added by bojilova almost 23 years ago

included new function that returns db specific non-null function name

View differences:

DBOracle.java
76 76
  }
77 77

  
78 78
  /**
79
   * The Oracle's function name that is used to return non-NULL value
80
   *
81
   * @return return the non-NULL function name: "nvl"
82
   */
83
  public String getIsNULLFunction() {
84
    
85
    return "nvl";
86
  }
87

  
88
  /**
79 89
   * The Oracles's string delimiter character: single quote (')
80 90
   *
81 91
   * @return return the string delimiter: single quote (')

Also available in: Unified diff