代码搜索:fetch
找到约 3,617 项符合「fetch」的源代码
代码结果 3,617
www.eeworm.com/read/131315/5945083
c fetch.c
/*-
* Copyright (c) 1980, 1992, 1993
* The Regents of the University of California. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, ar
www.eeworm.com/read/128965/5977462
c fetch.c
/*
* (C) Copyright 2001
* Murray Jensen, CSIRO-MIT,
*
* See file CREDITS for list of people who contributed to this
* project.
*
* This program is free software; you ca
www.eeworm.com/read/100285/6272280
hlp fetch.hlp
.pgaw:Help.f.t insert end "FETCH" {bold} " FETCH allows a user to retrieve rows using a cursor. The number of rows retrieved is specified by #. If the number of rows remaining in the cursor is less th
www.eeworm.com/read/494691/6360307
c fetch.c
#include "db.h"
/* Fetch a specified record.
* We return a pointer to the null-terminated data. */
char *
db_fetch(DB *db, const char *key)
{
char *ptr;
if (_db_find(db, key, 0) < 0) {
ptr = N
www.eeworm.com/read/490627/6450043
c fetch.c
#include "db.h"
/* Fetch a specified record.
* We return a pointer to the null-terminated data. */
char *
db_fetch(DB *db, const char *key)
{
char *ptr;
if (_db_find(db, key, 0) < 0) {
ptr = N
www.eeworm.com/read/486859/6531013
c fetch.c
#include "ocilib.h"
int main(void)
{
OCI_Connection *cn;
OCI_Statement *st;
OCI_Resultset *rs;
if (!OCI_Initialize(NULL, NULL, OCI_ENV_DEFAULT))
return EXIT_FAILUR
www.eeworm.com/read/480189/6667669
class fetch.class
www.eeworm.com/read/480287/6671827