mirror of
https://github.com/github/codeql.git
synced 2026-04-29 10:45:15 +02:00
Java 14: add isRecord relation to dbscheme
This commit is contained in:
@@ -268,6 +268,10 @@ classes(
|
||||
int sourceid: @class ref
|
||||
);
|
||||
|
||||
isRecord(
|
||||
unique int id: @class ref
|
||||
);
|
||||
|
||||
interfaces(
|
||||
unique int id: @interface,
|
||||
string nodeName: string ref,
|
||||
|
||||
Reference in New Issue
Block a user