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.ObjectA class modelling foreign key relationships and constraints of tables of thezipkinschema.
-
-
Field Summary
Fields Modifier and Type Field Description static org.jooq.UniqueKey<org.jooq.Record>KEY_ZIPKIN_ANNOTATIONS_TRACE_ID_HIGHstatic org.jooq.UniqueKey<org.jooq.Record>KEY_ZIPKIN_DEPENDENCIES_PRIMARYstatic 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
-
-