You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@calcite.apache.org by Kiran Komaravolu <ki...@gmail.com> on 2015/06/10 23:59:05 UTC

DML Operations Example.

Hi,

Is there a example for implementing insert/updates with Calcite?
I suppose I have to implement ModifiableTable. An example would go a long
way in helping me out.

regards,

Kiran

Re: DML Operations Example.

Posted by Lai Yeong Wei <yw...@origineit.com>.
Hi Kiran,

You might want to take a look at JdbcTest#AbstractModifiableTable.

Thanks!

Rgds,
Yeong

On 11 June 2015 at 05:59, Kiran Komaravolu <ki...@gmail.com>
wrote:

> Hi,
>
> Is there a example for implementing insert/updates with Calcite?
> I suppose I have to implement ModifiableTable. An example would go a long
> way in helping me out.
>
> regards,
>
> Kiran
>