代码搜索:fetch
找到约 3,617 项符合「fetch」的源代码
代码结果 3,617
www.eeworm.com/read/200278/5071008
h apue_db.h
#ifndef _APUE_DB_H
#define _APUE_DB_H
typedef void * DBHANDLE;
DBHANDLE db_open(const char *, int, ...);
void db_close(DBHANDLE);
char *db_fetch(DBHANDLE, const char *);
int db_store
www.eeworm.com/read/179153/5309846
t 30insertfetch.t
#!/usr/local/bin/perl
#
# $Id: 30insertfetch.t,v 1.2 2004/08/09 13:07:44 matt Exp $
#
# This is a simple insert/fetch test.
#
$^W = 1;
#
# Make -w happy
#
$test_dsn = '';
$test_user = '';
$test
www.eeworm.com/read/333502/3385507
phpt 009.phpt
--TEST--
mysqli fetch bigint values (ok to fail with 4.1.x)
--SKIPIF--
--FIL
www.eeworm.com/read/333502/3385559
phpt 060.phpt
--TEST--
mysqli_fetch_object with classes
--SKIPIF--
--FILE--
www.eeworm.com/read/333502/3385820
phpt 009.phpt
--TEST--
mysqli fetch bigint values (ok to fail with 4.1.x)
--SKIPIF--
--FIL
www.eeworm.com/read/333502/3385872
phpt 060.phpt
--TEST--
mysqli_fetch_object with classes
--SKIPIF--
--FILE--
www.eeworm.com/read/322590/3523078
c odbcselect1.c
// CREATE TABLE "T1" WITH 10 FIELDS.
// INSERT SOME TUPLES IN IT. AND FETCH ALL THE TUPLES.
// Author: jitendra Lenka
#include
#include
#include
#include
#inc
www.eeworm.com/read/273662/4201584
py pre-lock-require-needs-lock.py
#!/usr/bin/env python
import sys
import os
import os.path
from svn import repos, fs, core
def main(pool, repos_dir, path):
# Construct a ChangeCollector to fetch our changes.
fs_ptr = repos.