[h2] notify client of table changes (replacing polling)

2019-12-02 Thread Hans
Hello, given an H2 server and an H2 client (connected via TCP), is there a way to notify the client of table changes, rather than polling the table using SELECTs periodically? (Unfortunately, CREATE TRIGGER only works on the server.) Thanks in advance. -- You received this message because you

[h2] notify client of table changes (replacing polling)

2019-12-02 Thread Hans
Hello, given an H2 client and an H2 server (connected via TCP), is there a way to notify the client of table changes, rather than polling the table using SELECTs periodically? (Unfortunately, CREATE TRIGGER only works on the server.) Thanks in advance. -- You received this message because you

Re: [h2] Declaring Functions as Source Code

2014-04-04 Thread Hans Hans
Hi, sorry, I have tested a little bit and have the wrong stack trace posted. here is the right for my first example: DROP ALIAS TEST_INDEX IF EXISTS; Ă„nderungen: 0 (1 ms) CREATE ALIAS TEST_INDEX AS $$ import org.h2.index.Index; @CODE String TEST_INDEX(Index idx,String test) { return test;

[h2] Is H2 the best solution for linguistic data?

2013-10-06 Thread Hans List
. a sentence) in a source language is assigned to a segment in a target language: http://en.wikipedia.org/wiki/Translation_Memory_eXchange Thanks for your help! Hans -- You received this message because you are subscribed to the Google Groups H2 Database group. To unsubscribe from this group

[h2] Declaring Functions as Source Code

2014-04-03 Thread hans . java1337
, Hans -- You received this message because you are subscribed to the Google Groups H2 Database group. To unsubscribe from this group and stop receiving emails from it, send an email to h2-database+unsubscr...@googlegroups.com. To post to this group, send email to h2-database@googlegroups.com