Sign in
third-party-mirror
/
glassfish
/
5b2bfc16d9a19ae8fa113b5e9f4729e4b1a21fc8
/
.
/
appserver
/
tests
/
appserv-tests
/
devtests
/
jdbc
/
maxconnectionusage
/
sql
/
create_pointbase.sql
blob: 51b073541491c7283cd8bd8333bb8bb6d4e3ecd8 [
file
]
Drop
table
max_connection_usage
;
CREATE
TABLE
max_connection_usage
(
id integer
not
null
,
value char
(
16
)
);