Class GridSqlParameter

    • Constructor Detail

      • GridSqlParameter

        public GridSqlParameter​(int idx)
        Parameters:
        idx - Index.
    • Method Detail

      • getSQL

        public String getSQL()
        Returns:
        Generate sql from this AST.
      • index

        public int index()
        Returns:
        Index.
      • index

        public void index​(int idx)
        Parameters:
        idx - New index.