Sign in
third-party-mirror
/
glassfish
/
2a670f1e93fc80c61b8a34eca9591b56a87beddb
/
.
/
appserver
/
tests
/
appserv-tests
/
devtests
/
jdbc
/
flushconnectionpool
/
sql
/
create_pointbase.sql
blob: fa5086c0e32b43bfb6472b61a6cfb54512154181 [
file
] [
log
] [
blame
]
Drop
table
flush_connection_pool
;
CREATE
TABLE
flush_connection_pool
(
id integer
not
null
,
value char
(
16
)
);