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