Class 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 the zipkin schema.
    • Constructor Summary

      Constructors 
      Constructor Description
      Keys()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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
    • Constructor Detail

      • Keys

        public Keys()