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