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:

DBAdapter.java
68 68
  public abstract String getDateTimeFunction();
69 69

  
70 70
  /**
71
   * The function name that is used to return non-NULL value
72
   *
73
   * @return return the non-NULL function name
74
   */
75
  public abstract String getIsNULLFunction();
76

  
77
  /**
71 78
   * The character that the specific database implementation uses to 
72 79
   * indicate string literals in SQL. This will usually be a single
73 80
   * qoute (').

Also available in: Unified diff