代码搜索:prepare 开发教程
找到约 10,000 项符合「prepare 开发教程」的源代码
代码结果 10,000
www.eeworm.com/read/422060/2045594
c prepare.c
/*
** 2005 May 25
**
** The author disclaims copyright to this source code. In place of
** a legal notice, here is a blessing:
**
** May you do good and not evil.
** May you find forgiveness fo
www.eeworm.com/read/395296/2442579
c prepare.c
/*
** 2005 May 25
**
** The author disclaims copyright to this source code. In place of
** a legal notice, here is a blessing:
**
** May you do good and not evil.
** May you find forgiveness fo
www.eeworm.com/read/387667/2556990
7 prepare.7
.\\" auto-generated by docbook2man-spec $Revision: 1.1.1.1 $
.TH "PREPARE" "" "2008-01-03" "SQL - Language Statements" "SQL Commands"
.SH NAME
PREPARE \- prepare a statement for execution
.SH SYNOPSI
www.eeworm.com/read/387667/2557305
h prepare.h
/*-------------------------------------------------------------------------
*
* prepare.h
* PREPARE, EXECUTE and DEALLOCATE commands, and prepared-stmt storage
*
*
* Copyright (c) 2002-2006, P
www.eeworm.com/read/376006/2717746
c prepare.c
/* $PostgreSQL: pgsql/src/interfaces/ecpg/ecpglib/prepare.c,v 1.26.2.2 2008/06/03 20:55:41 tgl Exp $ */
#define POSTGRES_ECPG_INTERNAL
#include "postgres_fe.h"
#include
#include "ecpgtype
www.eeworm.com/read/376006/2718052
out prepare.out
-- Regression tests for prepareable statements. We query the content
-- of the pg_prepared_statements view as prepared statements are
-- created and removed.
SELECT name, statement, parameter_types FR
www.eeworm.com/read/376006/2718206
sql prepare.sql
-- Regression tests for prepareable statements. We query the content
-- of the pg_prepared_statements view as prepared statements are
-- created and removed.
SELECT name, statement, parameter_types F