Class PhoenixSqlDialect


  • public class PhoenixSqlDialect
    extends SqlDialect
    A SqlDialect implementation for the Apache Phoenix database.
    • Field Detail

    • Constructor Detail

      • PhoenixSqlDialect

        public PhoenixSqlDialect​(SqlDialect.Context context)
        Creates a PhoenixSqlDialect.
    • Method Detail

      • supportsCharSet

        public boolean supportsCharSet()
        Description copied from class: SqlDialect
        Returns whether the dialect supports character set names as part of a data type, for instance VARCHAR(30) CHARACTER SET `ISO-8859-1`.
        Overrides:
        supportsCharSet in class SqlDialect