()
| 387 | } // end of GetMaxValue |
| 388 | |
| 389 | public String GetQuoteString() { |
| 390 | String qs = null; |
| 391 | |
| 392 | try { |
| 393 | qs = dbmd.getIdentifierQuoteString(); |
| 394 | } catch(SQLException se) { |
| 395 | SetErrmsg(se); |
| 396 | } // end try/catch |
| 397 | |
| 398 | return qs; |
| 399 | } // end of GetQuoteString |
| 400 | |
| 401 | public int GetColumns(String[] parms) { |
| 402 | int ncol = -1; |