In my tradition of short-term dodgy workarounds, your validation logic
could be, rather than checking a list of hard-coded keywords:

try {
      CREATE TEMP LOCAL TABLE VALIDATE_INPUT( ${value-user-typed-in} INT)
       // validation passed!
      DROP TABLE VALIDATE_INPUT
} catch (SQLException) {
       // validation failed :-(
}

On 30 May 2017 at 02:22, Silvio <[email protected]> wrote:

> Looking...
>
> --
> 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 [email protected].
> To post to this group, send email to [email protected].
> Visit this group at https://groups.google.com/group/h2-database.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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 [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/h2-database.
For more options, visit https://groups.google.com/d/optout.

Reply via email to