代码搜索:sql
找到约 10,000 项符合「sql」的源代码
代码结果 10,000
www.eeworm.com/read/173141/5378395
sql importexportthruij.sql
-- test for import export thru command line interface
-- first test basic import functionality
-- ascii delimited default format
drop table T1;
create table T1 ( Account int,
Fname char(30),
Ln
www.eeworm.com/read/173141/5378399
sql urlcheck.sql
-- Use a valid attribute, but do not display message.
connect 'jdbc:derby:wombat;dataEncryption=true';
-- Find an unknown attribute.
connect 'jdbc:derby:wombat;unknown=x';
-- Check for duplicate.
conn
www.eeworm.com/read/173141/5378402
sql ij.sql
-- this test shows the ij commands in use,
-- and what happens when invalid stuff is entered.
-- no driver loaded yet, detected off of the url
-- this one is a bad url:
connect 'cloudscape:wombat';
www.eeworm.com/read/173141/5378403
sql ieptests.sql
--table used for export
create table ex_emp(id int , name char(7) , skills varchar(200), salary decimal(10,2)) ;
--table used for import
create table imp_emp(id int , name char(7), skills varchar(200)
www.eeworm.com/read/173141/5378409
sql ijconnname.sql
-- assumes the connections connOne, connTwo are set up already
-- and that connThree, connFour failed to be setup correctly (bad URLs)
-- expect connOne to be active
show connections;
set connection
www.eeworm.com/read/173141/5378429
sql escalatelock.sql
-- test lock escalation. derby.locks.escalationThreshold=100 property
-- has been set to force lock escalation
-- to occur at the minimum level of 100 locks.
run resource 'createTestProcedures.sub
www.eeworm.com/read/173141/5378431
sql tablelockbasic.sql
set isolation to RR;
run resource 'TableLockBasic.subsql';
www.eeworm.com/read/173141/5378441
sql longcolumn.sql
-- test sinle long column table
-- create table with one long column
-- test 1: one long column
run resource 'createTestProcedures.subsql';
call SYSCS_UTIL.SYSCS_SET_DATABASE_PROPERTY('derby.storage.p
www.eeworm.com/read/173141/5378442
sql heapscan.sql
--------------------------------------------------------------------------------
-- Test multi user lock interaction of ddl.
--------------------------------------------------------------------------
www.eeworm.com/read/173141/5378443
sql longrow.sql
-- create a table with 5 rows, with 4K pageSize,
-- this should expand over 3 pages
run resource 'createTestProcedures.subsql';
call SYSCS_UTIL.SYSCS_SET_DATABASE_PROPERTY('derby.storage.pageSize', '4