代码搜索:sql

找到约 10,000 项符合「sql」的源代码

代码结果 10,000
www.eeworm.com/read/173141/5378976

sql paramij.sql

-- -- test that we do not allow incorrect where syntax create table t1 (c11 int); insert into t1 values (1); autocommit off; -- positive tests -- In following test cases, where clause res
www.eeworm.com/read/173141/5378981

sql predicatepushdown.sql

-- Test predicate pushdown into expressions in a FROM list. As of -- DERBY-805 this test only looks at pushing predicates into UNION -- operators, but this test will likely grow as additional predica
www.eeworm.com/read/173141/5378983

sql union.sql

-- -- this test shows union functionality -- -- create the tables create table t1 (i int, s smallint, d double precision, r real, c10 char(10), c30 char(30), vc10 varchar(10), vc30 varchar(30));
www.eeworm.com/read/173141/5378986

sql aggregateoptimization.sql

-- test various aggregate optimizations set isolation to rr; -- by default, holdability of ResultSet objects created using this Connection object is true. Following will set it to false for this conne
www.eeworm.com/read/173141/5378988

sql datetime.sql

-- -- Test the builtin date/time types -- assumes these builtin types exist: -- int, smallint, char, varchar, real -- -- other things we might test: -- interaction with UUID and other user defined typ
www.eeworm.com/read/173141/5378992

sql reopenscan.sql

-- -- Test reopening scans. A in subquery generates -- a lot of reopen requests to the underlying scan. -- We are used to having to reopen something like a -- base table scan, but we need to be caref
www.eeworm.com/read/173141/5378993

sql delete.sql

-- -- this test is for basic delete functionality -- -- create the table create table t1 (c1 int); create table t2 (c1 int); -- negative tests -- table name required for positioned delete and for
www.eeworm.com/read/173141/5378994

sql triggerstream.sql

-- -- Small trigger stream test. Make sure we can -- read streams ok from the context of a row or -- statement trigger. -- create function getAsciiColumn( whichRS int, colNumber int, value varchar(12
www.eeworm.com/read/173141/5378997

sql triggergeneral.sql

-- -- General trigger test -- create function printTriggerInfo() returns varchar(1) PARAMETER STYLE JAVA LANGUAGE JAVA NO SQL EXTERNAL NAME 'org.apache.derbyTesting.functionTests.util.Triggers.prin
www.eeworm.com/read/173141/5379003

sql implicitconversions.sql

-- ** insert implicitConversionsPositive.sql -- tests for implicit conversions between string and non-string types -- and vice versa -- create an all types table create table all1(si smallint, i int,