Sign in
third-party-mirror
/
glassfish
/
61c5787ff9380215ac7d310ce36855cdaac0cb2a
/
.
/
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
)
);