⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 data.script

📁 基于java的BUPT自习室查询系统。可以查询符合要求的自习室
💻 SCRIPT
字号:
CREATE TABLE ZIXISHI(NO INTEGER NOT NULL IDENTITY PRIMARY KEY,BUILDING INTEGER,ROOM INTEGER,W11 BIT NOT NULL,W12 BIT NOT NULL,W13 BIT NOT NULL,W14 BIT NOT NULL,W15 BIT NOT NULL,W21 BIT NOT NULL,W22 BIT NOT NULL,W23 BIT NOT NULL,W24 BIT NOT NULL,W25 BIT NOT NULL,W31 BIT NOT NULL,W32 BIT NOT NULL,W33 BIT NOT NULL,W34 BIT NOT NULL,W35 BIT NOT NULL,W41 BIT NOT NULL,W42 BIT NOT NULL,W43 BIT NOT NULL,W44 BIT NOT NULL,W45 BIT NOT NULL,W51 BIT NOT NULL,W52 BIT NOT NULL,W53 BIT NOT NULL,W54 BIT NOT NULL,W55 BIT NOT NULL)
GRANT ALL ON CLASS "java.lang.Math" TO PUBLIC
GRANT ALL ON CLASS "org.hsqldb.Library" TO PUBLIC
CREATE USER SA PASSWORD "" ADMIN
CREATE ALIAS DAYNAME FOR "org.hsqldb.Library.dayname"
CREATE ALIAS SPACE FOR "org.hsqldb.Library.space"
CREATE ALIAS SUBSTRING FOR "org.hsqldb.Library.substring"
CREATE ALIAS HEXTORAW FOR "org.hsqldb.Library.hexToRaw"
CREATE ALIAS SQRT FOR "java.lang.Math.sqrt"
CREATE ALIAS ABS FOR "org.hsqldb.Library.abs"
CREATE ALIAS POWER FOR "java.lang.Math.pow"
CREATE ALIAS CHAR FOR "org.hsqldb.Library.character"
CREATE ALIAS CONCAT FOR "org.hsqldb.Library.concat"
CREATE ALIAS PI FOR "org.hsqldb.Library.pi"
CREATE ALIAS RAWTOHEX FOR "org.hsqldb.Library.rawToHex"
CREATE ALIAS SECOND FOR "org.hsqldb.Library.second"
CREATE ALIAS TRUNCATE FOR "org.hsqldb.Library.truncate"
CREATE ALIAS MONTH FOR "org.hsqldb.Library.month"
CREATE ALIAS LOWER FOR "org.hsqldb.Library.lcase"
CREATE ALIAS ATAN2 FOR "java.lang.Math.atan2"
CREATE ALIAS REPEAT FOR "org.hsqldb.Library.repeat"
CREATE ALIAS DAYOFMONTH FOR "org.hsqldb.Library.dayofmonth"
CREATE ALIAS TAN FOR "java.lang.Math.tan"
CREATE ALIAS RADIANS FOR "java.lang.Math.toRadians"
CREATE ALIAS FLOOR FOR "java.lang.Math.floor"
CREATE ALIAS NOW FOR "org.hsqldb.Library.now"
CREATE ALIAS ACOS FOR "java.lang.Math.acos"
CREATE ALIAS DAYOFWEEK FOR "org.hsqldb.Library.dayofweek"
CREATE ALIAS CEILING FOR "java.lang.Math.ceil"
CREATE ALIAS DAYOFYEAR FOR "org.hsqldb.Library.dayofyear"
CREATE ALIAS LCASE FOR "org.hsqldb.Library.lcase"
CREATE ALIAS WEEK FOR "org.hsqldb.Library.week"
CREATE ALIAS SOUNDEX FOR "org.hsqldb.Library.soundex"
CREATE ALIAS ASIN FOR "java.lang.Math.asin"
CREATE ALIAS LOCATE FOR "org.hsqldb.Library.locate"
CREATE ALIAS EXP FOR "java.lang.Math.exp"
CREATE ALIAS MONTHNAME FOR "org.hsqldb.Library.monthname"
CREATE ALIAS YEAR FOR "org.hsqldb.Library.year"
CREATE ALIAS LEFT FOR "org.hsqldb.Library.left"
CREATE ALIAS ROUNDMAGIC FOR "org.hsqldb.Library.roundMagic"
CREATE ALIAS BITOR FOR "org.hsqldb.Library.bitor"
CREATE ALIAS LTRIM FOR "org.hsqldb.Library.ltrim"
CREATE ALIAS COT FOR "org.hsqldb.Library.cot"
CREATE ALIAS COS FOR "java.lang.Math.cos"
CREATE ALIAS MOD FOR "org.hsqldb.Library.mod"
CREATE ALIAS SIGN FOR "org.hsqldb.Library.sign"
CREATE ALIAS DEGREES FOR "java.lang.Math.toDegrees"
CREATE ALIAS LOG FOR "java.lang.Math.log"
CREATE ALIAS SIN FOR "java.lang.Math.sin"
CREATE ALIAS CURTIME FOR "org.hsqldb.Library.curtime"
CREATE ALIAS DIFFERENCE FOR "org.hsqldb.Library.difference"
CREATE ALIAS INSERT FOR "org.hsqldb.Library.insert"
CREATE ALIAS SUBSTR FOR "org.hsqldb.Library.substring"
CREATE ALIAS DATABASE FOR "org.hsqldb.Library.database"
CREATE ALIAS MINUTE FOR "org.hsqldb.Library.minute"
CREATE ALIAS HOUR FOR "org.hsqldb.Library.hour"
CREATE ALIAS IDENTITY FOR "org.hsqldb.Library.identity"
CREATE ALIAS QUARTER FOR "org.hsqldb.Library.quarter"
CREATE ALIAS CURDATE FOR "org.hsqldb.Library.curdate"
CREATE ALIAS BITAND FOR "org.hsqldb.Library.bitand"
CREATE ALIAS USER FOR "org.hsqldb.Library.user"
CREATE ALIAS UCASE FOR "org.hsqldb.Library.ucase"
CREATE ALIAS RTRIM FOR "org.hsqldb.Library.rtrim"
CREATE ALIAS LOG10 FOR "org.hsqldb.Library.log10"
CREATE ALIAS RIGHT FOR "org.hsqldb.Library.right"
CREATE ALIAS ATAN FOR "java.lang.Math.atan"
CREATE ALIAS UPPER FOR "org.hsqldb.Library.ucase"
CREATE ALIAS ASCII FOR "org.hsqldb.Library.ascii"
CREATE ALIAS RAND FOR "java.lang.Math.random"
CREATE ALIAS LENGTH FOR "org.hsqldb.Library.length"
CREATE ALIAS ROUND FOR "org.hsqldb.Library.round"
CREATE ALIAS REPLACE FOR "org.hsqldb.Library.replace"
INSERT INTO ZIXISHI VALUES(1,1,101,true,true,true,true,false,true,true,true,true,false,true,true,true,true,false,true,true,true,true,false,true,true,false,false,false)
INSERT INTO ZIXISHI VALUES(2,1,127,true,true,true,true,false,true,true,true,true,false,true,true,true,true,false,true,true,true,true,false,false,true,true,false,false)
INSERT INTO ZIXISHI VALUES(3,2,201,true,true,true,true,false,true,true,true,false,false,true,true,true,true,false,true,true,true,true,false,true,true,true,true,false)
INSERT INTO ZIXISHI VALUES(4,2,240,true,true,true,true,false,true,true,true,true,false,true,true,true,false,false,true,true,false,true,false,true,true,true,true,false)
INSERT INTO ZIXISHI VALUES(5,2,301,true,true,true,true,false,true,true,false,true,false,true,true,true,true,false,true,true,true,true,false,true,false,true,true,false)
INSERT INTO ZIXISHI VALUES(6,2,339,true,true,false,true,false,true,true,false,true,false,true,true,false,true,false,true,true,true,true,false,true,true,false,true,false)
INSERT INTO ZIXISHI VALUES(7,2,401,true,true,false,true,false,true,true,true,true,false,true,true,true,true,false,true,true,false,false,false,true,true,true,false,false)
INSERT INTO ZIXISHI VALUES(8,2,435,false,true,false,true,false,true,false,false,true,false,true,false,false,false,false,false,true,false,false,false,false,true,false,false,false)
INSERT INTO ZIXISHI VALUES(9,2,437,false,true,false,true,false,true,true,false,false,false,true,false,false,false,false,false,true,false,false,false,false,false,false,true,false)
INSERT INTO ZIXISHI VALUES(10,2,438,false,false,false,false,false,true,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false)
INSERT INTO ZIXISHI VALUES(11,2,441,true,true,false,true,false,false,true,false,false,false,true,false,false,false,false,false,false,false,false,false,false,false,false,false,false)
INSERT INTO ZIXISHI VALUES(12,2,510,false,false,false,false,false,false,false,true,true,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false)
INSERT INTO ZIXISHI VALUES(13,2,511,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,true,false,false,false,true,true,false,false,false)
INSERT INTO ZIXISHI VALUES(14,2,512,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false)
INSERT INTO ZIXISHI VALUES(15,2,513,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false)
INSERT INTO ZIXISHI VALUES(16,3,108,true,true,true,false,false,true,true,true,true,false,false,true,false,true,false,true,true,true,false,false,false,false,true,true,false)
INSERT INTO ZIXISHI VALUES(17,3,205,true,true,true,true,true,false,true,false,true,false,false,true,true,true,false,true,true,false,false,false,true,false,true,false,false)
INSERT INTO ZIXISHI VALUES(18,3,208,false,true,false,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,false,true,true,false)
INSERT INTO ZIXISHI VALUES(19,3,211,true,true,true,true,true,true,false,true,true,true,true,true,true,true,true,true,true,false,true,true,true,true,true,true,false)
INSERT INTO ZIXISHI VALUES(20,3,217,true,true,true,true,true,true,true,true,true,true,true,true,false,true,true,true,true,true,true,true,true,true,false,false,false)
INSERT INTO ZIXISHI VALUES(21,3,305,true,true,true,true,false,true,true,true,true,false,true,false,true,false,false,false,true,true,true,false,true,true,true,true,false)
INSERT INTO ZIXISHI VALUES(22,3,308,true,true,true,true,false,true,true,true,true,true,true,true,true,true,false,true,true,true,true,true,false,true,false,true,false)
INSERT INTO ZIXISHI VALUES(23,3,311,true,true,true,true,true,true,true,true,true,false,false,true,true,true,false,true,true,false,false,false,true,true,false,true,false)
INSERT INTO ZIXISHI VALUES(24,3,317,true,true,false,true,true,true,true,true,true,true,true,true,true,true,true,false,false,true,true,true,true,false,true,false,false)
INSERT INTO ZIXISHI VALUES(25,3,326,true,true,false,true,false,true,true,true,true,false,true,false,false,true,false,true,true,true,false,false,false,false,false,true,false)
INSERT INTO ZIXISHI VALUES(26,3,328,true,true,false,true,false,true,true,true,true,false,true,true,false,false,false,true,true,false,false,false,false,false,false,false,false)
INSERT INTO ZIXISHI VALUES(27,3,333,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,false)
INSERT INTO ZIXISHI VALUES(28,3,335,false,true,true,true,true,true,true,true,true,true,true,false,true,true,true,false,true,true,false,true,true,true,true,false,false)
INSERT INTO ZIXISHI VALUES(29,3,337,false,true,true,true,true,true,true,true,true,true,true,true,true,false,true,true,true,true,true,true,true,true,true,true,false)
INSERT INTO ZIXISHI VALUES(30,3,339,true,false,true,false,false,false,true,false,false,false,true,true,false,true,false,false,true,false,false,false,true,false,false,false,false)
INSERT INTO ZIXISHI VALUES(31,3,405,true,true,true,true,false,true,true,true,true,false,true,true,true,true,false,true,true,true,true,false,true,true,false,false,false)
INSERT INTO ZIXISHI VALUES(32,3,408,false,true,false,true,true,false,true,true,true,true,true,true,true,true,true,true,true,false,true,true,false,true,true,true,false)
INSERT INTO ZIXISHI VALUES(33,3,411,true,true,true,true,false,false,true,false,true,true,true,true,true,true,false,true,true,false,true,true,false,true,true,true,false)
INSERT INTO ZIXISHI VALUES(34,3,417,true,true,false,true,true,true,true,false,true,true,true,true,true,true,true,false,false,true,true,false,true,true,false,false,false)
INSERT INTO ZIXISHI VALUES(35,3,426,false,true,false,true,false,true,false,false,true,false,true,false,false,false,false,true,true,false,false,false,true,true,true,false,false)
INSERT INTO ZIXISHI VALUES(36,3,428,true,true,false,false,false,true,true,false,true,false,true,true,false,false,false,true,true,true,false,false,false,false,false,false,false)
INSERT INTO ZIXISHI VALUES(37,3,433,false,true,false,true,true,true,true,true,true,true,true,true,true,true,true,true,true,false,true,true,true,true,false,true,false)
INSERT INTO ZIXISHI VALUES(38,3,435,true,true,true,true,true,true,true,false,true,true,true,true,true,false,true,true,true,false,false,true,true,true,false,true,false)
INSERT INTO ZIXISHI VALUES(39,3,437,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,false,true,true,true,true,true,true,false)
INSERT INTO ZIXISHI VALUES(40,3,519,true,true,true,true,true,true,true,false,true,true,true,true,true,true,true,true,true,false,true,true,true,true,false,true,false)
INSERT INTO ZIXISHI VALUES(41,3,535,false,true,true,true,true,true,true,false,true,true,true,false,false,true,true,true,true,false,true,true,true,true,true,true,false)
INSERT INTO ZIXISHI VALUES(42,3,537,true,true,true,true,true,true,true,true,true,true,true,true,true,true,false,true,true,true,true,true,true,true,false,false,false)
INSERT INTO ZIXISHI VALUES(43,3,539,true,true,false,true,true,true,true,false,true,true,true,true,false,true,true,false,true,true,true,true,false,true,true,false,false)
INSERT INTO ZIXISHI VALUES(44,3,540,true,true,true,true,true,true,true,false,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,false)
INSERT INTO ZIXISHI VALUES(45,3,546,true,true,false,true,true,true,true,false,true,false,true,true,false,true,true,true,true,false,true,true,true,true,false,false,false)
INSERT INTO ZIXISHI VALUES(46,4,202,true,true,true,false,false,true,true,true,true,false,true,true,true,true,false,true,true,false,true,false,true,true,false,true,false)
INSERT INTO ZIXISHI VALUES(47,4,203,true,true,true,true,false,true,true,true,false,false,true,true,false,true,false,true,true,true,true,false,true,true,false,true,false)
INSERT INTO ZIXISHI VALUES(48,4,238,true,true,true,true,true,true,true,true,true,false,true,true,true,true,true,true,true,true,true,true,true,true,true,true,false)
INSERT INTO ZIXISHI VALUES(49,4,302,true,false,true,false,false,true,true,false,true,true,true,false,true,true,true,true,true,true,true,false,true,true,true,false,false)
INSERT INTO ZIXISHI VALUES(50,4,303,true,true,true,false,false,true,true,false,true,false,true,true,true,true,true,true,true,true,true,true,true,false,false,true,false)
INSERT INTO ZIXISHI VALUES(51,4,313,true,true,false,true,false,true,false,true,true,false,false,true,true,true,false,false,false,true,false,false,true,true,false,false,false)
INSERT INTO ZIXISHI VALUES(52,4,318,true,true,true,true,false,true,true,true,true,false,true,true,false,false,false,true,true,true,true,false,true,true,false,true,false)
INSERT INTO ZIXISHI VALUES(53,4,340,true,true,false,false,true,true,true,true,true,false,false,true,false,false,true,true,true,false,false,false,true,true,true,false,false)
INSERT INTO ZIXISHI VALUES(54,4,401,true,true,false,true,false,true,false,true,true,true,false,false,false,true,true,true,true,false,false,true,false,true,true,true,false)
INSERT INTO ZIXISHI VALUES(55,4,402,true,true,true,true,false,true,true,true,true,true,true,true,true,true,true,true,true,false,false,true,true,true,true,true,false)
INSERT INTO ZIXISHI VALUES(56,4,410,true,false,false,false,false,false,false,false,false,false,true,true,false,false,false,false,false,false,false,false,false,false,false,false,false)
INSERT INTO ZIXISHI VALUES(57,4,412,true,true,false,false,false,false,false,false,false,false,false,true,false,false,false,false,false,false,false,false,false,false,false,false,false)
INSERT INTO ZIXISHI VALUES(58,4,414,true,true,false,false,false,false,false,false,false,false,false,true,false,false,false,false,false,false,false,false,false,false,false,false,false)
INSERT INTO ZIXISHI VALUES(59,4,421,false,false,false,false,false,true,true,false,false,false,false,false,false,true,false,false,false,true,false,false,false,false,false,false,false)
INSERT INTO ZIXISHI VALUES(60,4,422,false,false,false,false,false,true,true,true,false,false,false,false,false,true,false,false,false,true,false,false,false,false,false,false,false)
INSERT INTO ZIXISHI VALUES(61,4,441,false,false,false,false,false,true,true,false,false,false,true,false,false,true,false,false,false,false,false,false,false,false,false,false,false)
INSERT INTO ZIXISHI VALUES(62,4,443,true,true,false,false,false,false,false,false,false,false,true,true,false,false,false,false,true,false,false,false,false,true,false,false,false)
INSERT INTO ZIXISHI VALUES(63,4,444,true,true,true,true,true,false,true,true,true,true,false,true,true,false,true,false,true,false,false,true,true,true,true,false,false)
INSERT INTO ZIXISHI VALUES(64,5,101,false,true,true,true,false,true,true,true,true,false,false,true,true,true,false,false,true,true,false,false,true,false,false,false,false)
/*C2*/CONNECT USER sa PASSWORD ""

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -