MCPcopy Create free account
hub / github.com/MariaDB/server / GetQuoteString

Method GetQuoteString

storage/connect/JdbcInterface.java:389–399  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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;

Callers 1

mainMethod · 0.80

Calls 1

SetErrmsgMethod · 0.95

Tested by

no test coverage detected