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

org.jooq.meta.firebird.rdb.Domains Maven / Gradle / Ivy

There is a newer version: 3.19.16
Show newest version
/*
 * This file is generated by jOOQ.
 */
package org.jooq.meta.firebird.rdb;


import org.jooq.Domain;
import org.jooq.impl.DSL;
import org.jooq.impl.Internal;
import org.jooq.impl.SQLDataType;


/**
 * Convenience access to all Domains in the default schema.
 */
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
public class Domains {

    /**
     * The domain RDB$PROCEDURE_PARAMETERS.
     */
    public static final Domain RDB$PROCEDURE_PARAMETERS = Internal.createDomain(
          null
        , DSL.name("RDB$PROCEDURE_PARAMETERS")
        , SQLDataType.SMALLINT
    );
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy