Project

General

Profile

« Previous | Next » 

Revision 773

Added by bojilova about 23 years ago

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

View differences:

DBPostgresql.java
79 79
  }
80 80

  
81 81
  /**
82
   * The PostgreSQL function name that is used to return non-NULL value
83
   *
84
   * @return return the non-NULL function name: "coalesce"
85
   */
86
  public String getIsNULLFunction() {
87
    
88
    return "coalesce";
89
  }
90

  
91
  /**
82 92
   * PostgreSQL's string delimiter character: single quote (')
83 93
   *
84 94
   * @return return the string delimiter: single quote (')

Also available in: Unified diff