prorm API Reference
    Preparing search index...

    Interface SQLConstants

    Combined SQL constants for all dialects

    interface SQLConstants {
        mysql: MySQLConstants;
        mariadb: MySQLConstants;
        postgres: PostgresConstants;
        sqlite: SQLiteConstants;
        cockroachdb: PostgresConstants;
        redshift: PostgresConstants;
        db2: DB2Constants;
        snowflake: SnowflakeConstants;
        clickhouse: ClickHouseConstants;
    }
    Index
    cockroachdb: PostgresConstants
    db2: DB2Constants
    snowflake: SnowflakeConstants
    clickhouse: ClickHouseConstants