Sign in
third-party-mirror
/
glassfish
/
8aec880e4e2845dc2e7ce4bdf7fae4fa52c098d2
/
.
/
appserver
/
tests
/
appserv-tests
/
devtests
/
jdbc
/
maxconnectionusage
/
sql
/
create_pointbase.sql
blob: 396c566eba60f942805f8fa2228f9088fc7bcfd4 [
file
] [
log
] [
blame
]
Drop
table
max_connection_usage
;
CREATE
TABLE
max_connection_usage
(
id integer
not
null
,
value char
(
16
)
);