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

Method getTable

jOOQ/src/main/java/org/jooq/Key.java:60–60  ·  view source on GitHub ↗

The Key 's owner table

()

Source from the content-addressed store, hash-verified

58 * The <code>Key</code>'s owner table
59 */
60 @NotNull
61 Table<R> getTable();
62
63 /**

Callers 15

getSchemaNameMethod · 0.65
getTableNameMethod · 0.65
tableNameMethod · 0.65
createIndexMethod · 0.65
foreignKeysMethod · 0.65
patchMethod · 0.65
dropTableMethod · 0.65
formatJSONMethod · 0.65
formatXMLMethod · 0.65
formatInsertMethod · 0.65
intoXMLMethod · 0.65
equalsMethod · 0.65

Implementers 1

AbstractKeyjOOQ/src/main/java/org/jooq/impl/Abstr

Calls

no outgoing calls

Tested by

no test coverage detected