Class DBLoader.Type

  • Enclosing class:
    DBLoader

    public static class DBLoader.Type
    extends Object
    Represents a logical type, such as "BOOLEAN".

    Specific databases will represent this their own particular physical type, for example "TINYINT(1)", "BOOLEAN" or "BIT"; see toPhysical(mondrian.spi.Dialect).