Lines Matching refs:ex
59 catch (SQLException ex) in testFunctions()
61 assure("upper " + ex.getMessage(), false); in testFunctions()
62 throw ex; in testFunctions()
68 catch (SQLException ex) in testFunctions()
70 assure("lower " + ex.getMessage(), false); in testFunctions()
71 throw ex; in testFunctions()
77 catch (SQLException ex) in testFunctions()
79 assure("ascii " + ex.getMessage(), false); in testFunctions()
80 throw ex; in testFunctions()
86 catch (SQLException ex) in testFunctions()
88 assure("char_len " + ex.getMessage(), false); in testFunctions()
89 throw ex; in testFunctions()
95 catch (SQLException ex) in testFunctions()
97 assure("concat " + ex.getMessage(), false); in testFunctions()
98 throw ex; in testFunctions()
104 catch (SQLException ex) in testFunctions()
106 assure("char " + ex.getMessage(), false); in testFunctions()
107 throw ex; in testFunctions()
113 catch (SQLException ex) in testFunctions()
115 assure("locate " + ex.getMessage(), false); in testFunctions()
116 throw ex; in testFunctions()
122 catch (SQLException ex) in testFunctions()
124 assure("substr " + ex.getMessage(), false); in testFunctions()
125 throw ex; in testFunctions()
131 catch (SQLException ex) in testFunctions()
133 assure("ltrim " + ex.getMessage(), false); in testFunctions()
134 throw ex; in testFunctions()
140 catch (SQLException ex) in testFunctions()
142 assure("rtrim " + ex.getMessage(), false); in testFunctions()
143 throw ex; in testFunctions()
149 catch (SQLException ex) in testFunctions()
151 assure("space " + ex.getMessage(), false); in testFunctions()
152 throw ex; in testFunctions()
158 catch (SQLException ex) in testFunctions()
160 assure("replace " + ex.getMessage(), false); in testFunctions()
161 throw ex; in testFunctions()
167 catch (SQLException ex) in testFunctions()
169 assure("repeat " + ex.getMessage(), false); in testFunctions()
170 throw ex; in testFunctions()
176 catch (SQLException ex) in testFunctions()
178 assure("insert " + ex.getMessage(), false); in testFunctions()
179 throw ex; in testFunctions()
185 catch (SQLException ex) in testFunctions()
187 assure("left " + ex.getMessage(), false); in testFunctions()
188 throw ex; in testFunctions()
194 catch (SQLException ex) in testFunctions()
196 assure("right " + ex.getMessage(), false); in testFunctions()
197 throw ex; in testFunctions()