代码搜索:source 有哪些应用?
找到约 10,000 项符合「source 有哪些应用?」的源代码
代码结果 10,000
www.eeworm.com/read/183001/5260218
source tablespace.source
-- create a tablespace we can use
CREATE TABLESPACE testspace LOCATION '@testtablespace@';
-- create a schema we can use
CREATE SCHEMA testschema;
-- try a table
CREATE TABLE testschema.foo (i int)
www.eeworm.com/read/183001/5260219
source copy.source
--
-- COPY
--
-- CLASS POPULATION
-- (any resemblance to real life is purely coincidental)
--
COPY aggtest FROM '@abs_srcdir@/data/agg.data';
COPY onek FROM '@abs_srcdir@/data/onek.data';
COPY onek
www.eeworm.com/read/183001/5260454
source constraints.source
--
-- CONSTRAINTS
-- Constraints can be specified with:
-- - DEFAULT clause
-- - CHECK clauses
-- - PRIMARY KEY clauses
-- - UNIQUE clauses
--
--
-- DEFAULT syntax
--
CREATE TABLE DEFAULT_TBL (i i
www.eeworm.com/read/183001/5260455
source misc.source
--
-- MISC
--
--
-- BTREE
--
UPDATE onek
SET unique1 = onek.unique1 + 1;
UPDATE onek
SET unique1 = onek.unique1 - 1;
--
-- BTREE partial
--
-- UPDATE onek2
-- SET unique1 = onek2.unique1 + 1;
www.eeworm.com/read/183001/5260458
source tablespace.source
-- create a tablespace we can use
CREATE TABLESPACE testspace LOCATION '@testtablespace@';
-- create a schema we can use
CREATE SCHEMA testschema;
-- try a table
CREATE TABLE testschema.foo (i int) TA
www.eeworm.com/read/183001/5260459
source copy.source
--
-- COPY
--
-- CLASS POPULATION
-- (any resemblance to real life is purely coincidental)
--
COPY aggtest FROM '@abs_srcdir@/data/agg.data';
COPY onek FROM '@abs_srcdir@/data/onek.data';
COPY onek TO
www.eeworm.com/read/180137/5289162
h source.h
/* SOURCE.H: Entity and source control block structures and definitions.
*/
#define ENTHASH 503 /* Size of entity hash table. Must be prime. */
/* Entity storage class values for estore membe
www.eeworm.com/read/171044/5399601
c source.c
atoi(s) char *s {
int sign, n;
while(isspace(*s)) ++s;
sign = 1;
switch(*s) {
case '-': sign = -1;
case '+': ++s;
}
n = 0;
while(isdigit(*s)) n = 10 * n + *s++ - '0
www.eeworm.com/read/171044/5399622
c source.c
atoi(s) char *s {
int sign, n;
while(isspace(*s)) ++s;
sign = 1;
switch(*s) {
case '-': sign = -1;
case '+': ++s;
}
n = 0;
while(isdigit(*s)) n = 10 * n + *s++ - '0
www.eeworm.com/read/167185/5464281
tme source.tme
.lo
.ce 2
.b
Using the ESPS Source
.sp
Document version: 1.3 6/6/90
.sh 1 "Introduction"
.pp
This document describes the ESPS source directory and how to make use of
it. The enclosed source tape con