|
HSQLDB example source code file (rawmode.sql)
The HSQLDB rawmode.sql source code/* * $Id: rawmode.sql 226 2007-06-12 02:17:46Z unsaved $ * * Tests raw mode */ CREATE TABLE t (i INTEGER); INSERT INTO t values (42); /** Adding a few blank lines in what is sent to server on purpose. */ \. SELECT i FROM t .; *if (*? != 42) \q Raw command failed *end if Other HSQLDB examples (source code examples)Here is a short list of links related to this HSQLDB rawmode.sql source code file: |
... this post is sponsored by my books ... | |
#1 New Release! |
FP Best Seller |
Copyright 1998-2024 Alvin Alexander, alvinalexander.com
All Rights Reserved.
A percentage of advertising revenue from
pages under the /java/jwarehouse
URI on this website is
paid back to open source projects.