MCPcopy Create free account
hub / github.com/jOOQ/jOOQ / getTables

Method getTables

jOOQ/src/main/java/org/jooq/impl/SchemaImpl.java:258–261  ·  view source on GitHub ↗

{@inheritDoc} Subclasses should override this method

()

Source from the content-addressed store, hash-verified

256 * Subclasses should override this method
257 */
258 @Override
259 public List<Table<?>> getTables() {
260 return Collections.emptyList();
261 }
262
263 /**
264 * {@inheritDoc}

Callers 6

getTableMethod · 0.95
getPrimaryKeysMethod · 0.95
getUniqueKeysMethod · 0.95
getForeignKeysMethod · 0.95
getIndexesMethod · 0.95
tableStreamMethod · 0.95

Calls 1

emptyListMethod · 0.80

Tested by

no test coverage detected