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