~zorba-coders/zorba/install_mysql_update

« back to all changes in this revision

Viewing changes to include/sqltypes.h

  • Committer: Paul J. Lucas
  • Date: 2013-06-12 13:57:24 UTC
  • mfrom: (49.1.1 jdbc-module)
  • Revision ID: paul@lucasmail.org-20130612135724-8kxech0lnksm5269
Merge.

Show diffs side-by-side

added added

removed removed

Lines of Context:
73
73
    static bool isFloat(long lType);
74
74
    static bool isString(long lType);
75
75
    static bool isBLOB(long lType);
 
76
    static bool isBoolean(long lType);
76
77
 
77
78
};
78
79