forked from google/oss-fuzz-gen
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathjooq.yaml
More file actions
41 lines (41 loc) · 1.57 KB
/
jooq.yaml
File metadata and controls
41 lines (41 loc) · 1.57 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
"functions":
- "name": "[org.jooq.codegen.JavaGenerator].generate0(org.jooq.meta.Database)"
"params":
- "name": "arg0"
"type": "org.jooq.meta.Database"
"return_type": "void"
"signature": "[org.jooq.codegen.JavaGenerator].generate0(org.jooq.meta.Database)"
- "name": "[org.jooq.codegen.XMLGenerator].generate0(org.jooq.meta.Database)"
"params":
- "name": "arg0"
"type": "org.jooq.meta.Database"
"return_type": "void"
"signature": "[org.jooq.codegen.XMLGenerator].generate0(org.jooq.meta.Database)"
- "name": "[org.jooq.impl.TableImpl].as(org.jooq.Name)"
"params":
- "name": "arg0"
"type": "org.jooq.Name"
"return_type": "org.jooq.Table<R>"
"signature": "[org.jooq.impl.TableImpl].as(org.jooq.Name)"
- "name": "[org.jooq.SchemaMapping].map(org.jooq.Table<R>)"
"params":
- "name": "arg0"
"type": "org.jooq.Table<R>"
"return_type": "org.jooq.Table<R>"
"signature": "[org.jooq.SchemaMapping].map(org.jooq.Table<R>)"
- "name": "[org.jooq.SchemaMapping].map(org.jooq.UDT<R>)"
"params":
- "name": "arg0"
"type": "org.jooq.UDT<R>"
"return_type": "org.jooq.UDT<R>"
"signature": "[org.jooq.SchemaMapping].map(org.jooq.UDT<R>)"
- "name": "[org.jooq.impl.DefaultDSLContext].connectionResult(org.jooq.ConnectionCallable<T>)"
"params":
- "name": "arg0"
"type": "org.jooq.ConnectionCallable<T>"
"return_type": "java.lang.Object"
"signature": "[org.jooq.impl.DefaultDSLContext].connectionResult(org.jooq.ConnectionCallable<T>)"
"language": "jvm"
"project": "jooq"
"target_name": "GenerationToolFuzzer"
"target_path": "/src/GenerationToolFuzzer.java"