Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
getSchemaName
Method · 0.65
getTableName
Method · 0.65
tableName
Method · 0.65
createIndex
Method · 0.65
foreignKeys
Method · 0.65
patch
Method · 0.65
dropTable
Method · 0.65
formatJSON
Method · 0.65
formatXML
Method · 0.65
formatInsert
Method · 0.65
intoXML
Method · 0.65
equals
Method · 0.65
Implementers
1
AbstractKey
jOOQ/src/main/java/org/jooq/impl/Abstr
Calls
no outgoing calls
Tested by
no test coverage detected