Member Junction
    Preparing search index...

    Interface PlatformVariantsJSON

    Stored as JSON in the PlatformVariants column on Query, UserView, and RowLevelSecurityFilter entities. Maps platform keys to variant data for each SQL field that has platform-specific alternatives.

    Example:

    {
    "SQL": { "postgresql": "SELECT * FROM \"Users\" WHERE \"IsActive\" = true" },
    "CacheValidationSQL": { "postgresql": "SELECT MAX(\"__mj_UpdatedAt\") ..." },
    "_meta": { "translatedBy": "llm", "sourceDialect": "sqlserver" }
    }
    Index

    Properties

    Metadata about the translation process

    CacheValidationSQL?: PlatformVariantEntry

    Platform variants for CacheValidationSQL (Queries)

    Platform variants for FilterText (RowLevelSecurityFilter)

    Platform variants for OrderBy (UserViews)

    Platform variants for the main SQL field (Queries)

    WhereClause?: PlatformVariantEntry

    Platform variants for WhereClause (UserViews)