Member Junction
    Preparing search index...

    Maps a generic abstract type to platform-specific SQL types.

    interface TypeMappingEntry {
        MJFieldType: string;
        PostgresType: string;
        SourceType: string;
        SqlServerType: string;
    }
    Index

    Properties

    MJFieldType: string

    MJ EntityField.Type value (informational — CodeGen discovers actual type).

    PostgresType: string

    PostgreSQL type template (e.g., "VARCHAR").

    SourceType: string

    Abstract type (e.g., "string", "integer").

    SqlServerType: string

    SQL Server type template (e.g., "NVARCHAR").