MCPcopy Create free account
hub / github.com/cmu-db/benchbase / getInsertSQL

Method getInsertSQL

src/main/java/com/oltpbenchmark/util/SQLUtil.java:460–463  ·  view source on GitHub ↗

Automatically generate the 'INSERT' SQL string for this table with a batch size of 1 @param catalog_tbl @param db_type @param exclude_columns @return

(
      Table catalog_tbl, DatabaseType db_type, int... exclude_columns)

Source from the content-addressed store, hash-verified

458 * @return
459 */
460 public static String getInsertSQL(
461 Table catalog_tbl, DatabaseType db_type, int... exclude_columns) {
462 return SQLUtil.getInsertSQL(catalog_tbl, db_type, 1, exclude_columns);
463 }
464
465 /**
466 * Automatically generate the 'INSERT' SQL string for this table

Callers 15

loadContestantsMethod · 0.95
loadLocationsMethod · 0.95
saveProfileMethod · 0.95
generateTableDataMethod · 0.95
loadTableMethod · 0.95
genSubscriberMethod · 0.95
genAccessInfoMethod · 0.95
genSpeAndCalMethod · 0.95
getInsertStatementMethod · 0.95
loadMethod · 0.95
getInsertStatementMethod · 0.95
loadUsersMethod · 0.95

Calls 11

shouldEscapeNamesMethod · 0.80
appendMethod · 0.80
getEscapedNameMethod · 0.80
addMethod · 0.80
getNameMethod · 0.65
equalsMethod · 0.45
getColumnsMethod · 0.45
containsMethod · 0.45
getIndexMethod · 0.45
toStringMethod · 0.45

Tested by

no test coverage detected