Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: getShortName

...

Returns true if the database implementation is correct for the given connection. 

Code Block
public String getTypeNamegetShortName()

Return a short, lowercase description of the database (e.g. "mysql", "oracle").  Used in error messages, "dbms" attribute, database type preconditions, etc.

...