代码搜索:statement
找到约 10,000 项符合「statement」的源代码
代码结果 10,000
www.eeworm.com/read/357319/3017045
dpr api5.dpr
(*
* Program type: API Interface
*
* Desription:
* This program demonstrates the reallocation of SQLDA
* and the 'isc_dsql_describe' statement. After a query
*
www.eeworm.com/read/357319/3017047
dpr api2.dpr
(*
* Program type: API Interface
*
* Description:
* This program adds several departments with small default
* budgets, using 'execute immediate' statement.
* Then,
www.eeworm.com/read/131315/5939407
vr emacs.vr
\entry {mode-line-inverse-video}{16}{\code {mode-line-inverse-video}}
\entry {meta-flag}{17}{\code {meta-flag}}
\entry {initial-major-mode}{21}{\code {initial-major-mode}}
\entry {command-line-args}{2
www.eeworm.com/read/175226/9555217
cpp list0406.cpp
// if statement
#include
int main()
{
// Ask for two numbers
// Assign the numbers to bigNumber and littleNumber
// If bigNumber is bigger than littleNumber,
// see if th
www.eeworm.com/read/169614/9849171
c test.c
/* TEST.C - test for XSIO
|===================================================================|
| My changes can be considered public domain. Geof's statement |
| will cover everything.
www.eeworm.com/read/435124/7797060
lst ks107.lst
PC - 8051 ASSEMBLER, V1.1 24.07.2005/09:38:40 PAGE 1
LOC OBJ LINE SOURCE STATEMENT
1 ; ------------------------------------
www.eeworm.com/read/100285/6271743
c options.c
/* Module: options.c
*
* Description: This module contains routines for getting/setting
* connection and statement options.
*
* Classes: n/a
*
* API funct
www.eeworm.com/read/408881/11366270
java stmtcache2.java
/*
* This sample to demonstrate Explicit Statement Caching. This can be
* enabled by calling Oracle Specific calls like closeWithKey,
* setExplicitCachingEnabled(true), and getStatementWithKey etc
www.eeworm.com/read/408881/11366288
java stmtcache1.java
/*
* This sample to demonstrate Implicit Statement Caching. This can be
* enabled by calling setStatementCacheSize and setImplicitCachingEnabled(true)
* on the Connection Object.
*
* Please use j
www.eeworm.com/read/253866/12181522
cpp list0406.cpp
// if statement
#include
int main()
{
// Ask for two numbers
// Assign the numbers to bigNumber and littleNumber
// If bigNumber is bigger than littleNumber,
// see if th