001package gudusoft.gsqlparser.ir.semantic.validation.oracle;
002
003/**
004 * Oracle source-language capability profile used by semantic validation.
005 *
006 * <p>Stage C initially exposes the modern SQL Reference baseline. It is a
007 * named capability profile, not a claim about a particular database RU.
008 */
009public enum OracleSemanticProfile {
010    ORACLE_MODERN
011}