Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/jOOQ/jOOQ
/ toArray
Method
toArray
jOOQ/src/main/java/org/jooq/impl/ResultImpl.java:1114–1117 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1112
}
1113
1114
@Override
1115
public
final
Object[] toArray() {
1116
return
records.toArray();
1117
}
1118
1119
@Override
1120
public
final
<T> T[] toArray(T[] a) {
Callers
15
ref
Method · 0.45
list
Method · 0.45
print
Method · 0.45
ref
Method · 0.45
getClassLoader
Method · 0.45
intoArray
Method · 0.45
toRowArray
Method · 0.45
toRowList
Method · 0.45
SQLDialect
Enum · 0.45
record
Method · 0.45
split
Method · 0.45
parseLine
Method · 0.45
Calls
no outgoing calls
Tested by
2
acceptCaseEmulation
Method · 0.36
$constructor
Method · 0.36