Class InfobrightSqlDialect


  • public class InfobrightSqlDialect
    extends SqlDialect
    A SqlDialect implementation for the Infobright database.
    • Field Detail

    • Constructor Detail

      • InfobrightSqlDialect

        public InfobrightSqlDialect​(SqlDialect.Context context)
        Creates an InfobrightSqlDialect.
    • Method Detail

      • supportsWindowFunctions

        public boolean supportsWindowFunctions()
        Description copied from class: SqlDialect
        Returns whether this dialect supports window functions (OVER clause).
        Overrides:
        supportsWindowFunctions in class SqlDialect