All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.apache.camel.component.jooq.db.Sequences Maven / Gradle / Ivy

Go to download

The jooq component enables you to store and retrieve entities from databases using JOOQ

There is a newer version: 4.9.0
Show newest version
/*
 * This file is generated by jOOQ.
 */
package org.apache.camel.component.jooq.db;


import org.jooq.Sequence;
import org.jooq.impl.Internal;
import org.jooq.impl.SQLDataType;


/**
 * Convenience access to all sequences in PUBLIC.
 */
@SuppressWarnings({ "all", "unchecked", "rawtypes", "this-escape" })
public class Sequences {

    /**
     * The sequence PUBLIC.S_AUTHOR_ID
     */
    public static final Sequence S_AUTHOR_ID = Internal.createSequence("S_AUTHOR_ID", Public.PUBLIC, SQLDataType.INTEGER, null, null, null, null, false, null);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy