代码搜索:parse
找到约 10,000 项符合「parse」的源代码
代码结果 10,000
www.eeworm.com/read/100285/6271509
h parse_node.h
/*-------------------------------------------------------------------------
*
* parse_node.h
*
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: parse_node.h,v 1.12 1999/
www.eeworm.com/read/100285/6271510
h parse_type.h
/*-------------------------------------------------------------------------
*
* parse_type.h
*
*
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: parse_type.h,v 1.10 19
www.eeworm.com/read/100285/6271511
h parse_expr.h
/*-------------------------------------------------------------------------
*
* parse_exer.h
*
*
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: parse_expr.h,v 1.11 19
www.eeworm.com/read/100285/6271512
h parse_coerce.h
/*-------------------------------------------------------------------------
*
* parse_coerce.h
*
*
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: parse_coerce.h,v 1.1
www.eeworm.com/read/100285/6271513
h parse_func.h
/*-------------------------------------------------------------------------
*
* parse_func.h
*
*
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: parse_func.h,v 1.16 19
www.eeworm.com/read/100285/6271515
h parse_target.h
/*-------------------------------------------------------------------------
*
* parse_target.h
*
*
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: parse_target.h,v 1.1
www.eeworm.com/read/100285/6271517
h parse_oper.h
/*-------------------------------------------------------------------------
*
* catalog_utils.h
*
*
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: parse_oper.h,v 1.7
www.eeworm.com/read/100285/6271520
h parse_clause.h
/*-------------------------------------------------------------------------
*
* parse_clause.h
*
*
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: parse_clause.h,v 1.9
www.eeworm.com/read/100285/6271522
h parse_relation.h
/*-------------------------------------------------------------------------
*
* parse_query.h
* prototypes for parse_query.c.
*
*
* Copyright (c) 1994, Regents of the University of California
www.eeworm.com/read/100285/6272105
out parse.sql.out
QUERY: create table foo (x int4, y int4, z int4);
QUERY: create table bar (x int4, y int4, z int4);
QUERY: create table baz (a int4, b int4);
QUERY: insert into foo values (1, 2, 3);
QUERY: insert int