代码搜索:HSQLDB
找到约 696 项符合「HSQLDB」的源代码
代码结果 696
www.eeworm.com/read/489611/6466730
jar hsqldb.jar
www.eeworm.com/read/486968/6521621
jar hsqldb.jar
www.eeworm.com/read/481783/6638326
jar hsqldb.jar
www.eeworm.com/read/223584/4809215
sql hsqldb.sql
DROP TABLE IF EXISTS QRTZ_JOB_LISTENERS;
DROP TABLE IF EXISTS QRTZ_TRIGGER_LISTENERS;
DROP TABLE IF EXISTS QRTZ_FIRED_TRIGGERS;
DROP TABLE IF EXISTS QRTZ_PAUSED_TRIGGER_GRPS;
DROP TABLE IF EXISTS QRTZ
www.eeworm.com/read/206703/5004579
sql hsqldb.sql
DROP TABLE IF EXISTS QRTZ_JOB_LISTENERS;
DROP TABLE IF EXISTS QRTZ_TRIGGER_LISTENERS;
DROP TABLE IF EXISTS QRTZ_FIRED_TRIGGERS;
DROP TABLE IF EXISTS QRTZ_PAUSED_TRIGGER_GRPS;
DROP TABLE IF EXISTS QRTZ
www.eeworm.com/read/179904/5301427
desktop hsqldb.desktop
[Desktop Entry]
Comment=HSQLDB Database
Comment[de]=HSQLDB Datenbank
Exec=runhsqldb
Icon=hsqldb
Type=Application
Type[de]=Anwendung
Name=hsqldb
Name[de]=hsqldb
CanFastload=0
www.eeworm.com/read/175066/5350545
hsqldb-manager
#!/bin/bash
# HSQLDB manager launcher script
JAVA_LOCATION=${JAVA_HOME}
JAVA_ARGS=
# Start HSQLDB manager
if [ -n "${JAVA_LOCATION}" -a -x "${JAVA_LOCATION}/bin/java" ]
then cd /usr/lib/sslexplorer
www.eeworm.com/read/162634/5514955
desktop hsqldb.desktop
[Desktop Entry]
Comment=HSQLDB Database
Comment[de]=HSQLDB Datenbank
Exec=runhsqldb
Icon=hsqldb
Type=Application
Type[de]=Anwendung
Name=hsqldb
Name[de]=hsqldb
CanFastload=0
www.eeworm.com/read/350393/3126991
sql hsqldb.sql
# ##########
# UserModel
# ##########
UserModel.lastUserRegistered = SELECT TOP 1 user_id, username FROM jforum_users ORDER BY user_regdate DESC
UserModel.selectAllByLimit = SELECT LIMIT ? ? user
www.eeworm.com/read/350393/3126994
properties hsqldb.properties
#Wed Feb 23 17:01:15 GMT-03:00 2005
database.connection.password=
dbname=jforum
database.connection.host=localhost
database.connection.pool.min=1
database.connection.pool.timeout=1200
database.c