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