org.apache.camel.component.jooq.db.Sequences Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of camel-jooq Show documentation
Show all versions of camel-jooq Show documentation
The jooq component enables you to store and retrieve entities from databases using JOOQ
The 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