Class Keys
- java.lang.Object
-
- zipkin2.storage.mysql.v1.internal.generated.Keys
-
@Generated(value={"http://www.jooq.org","jOOQ version:3.12.1"}, comments="This class is generated by jOOQ") public class Keys extends java.lang.Object
A class modelling foreign key relationships and constraints of tables of thezipkin
schema.
-
-
Field Summary
Fields Modifier and Type Field Description static org.jooq.UniqueKey<org.jooq.Record>
KEY_ZIPKIN_ANNOTATIONS_TRACE_ID_HIGH
static org.jooq.UniqueKey<org.jooq.Record>
KEY_ZIPKIN_DEPENDENCIES_PRIMARY
static org.jooq.UniqueKey<org.jooq.Record>
KEY_ZIPKIN_SPANS_PRIMARY
-
Constructor Summary
Constructors Constructor Description Keys()
-
-
-
Field Detail
-
KEY_ZIPKIN_ANNOTATIONS_TRACE_ID_HIGH
public static final org.jooq.UniqueKey<org.jooq.Record> KEY_ZIPKIN_ANNOTATIONS_TRACE_ID_HIGH
-
KEY_ZIPKIN_DEPENDENCIES_PRIMARY
public static final org.jooq.UniqueKey<org.jooq.Record> KEY_ZIPKIN_DEPENDENCIES_PRIMARY
-
KEY_ZIPKIN_SPANS_PRIMARY
public static final org.jooq.UniqueKey<org.jooq.Record> KEY_ZIPKIN_SPANS_PRIMARY
-
-