代码搜索:Retrieve

找到约 2,147 项符合「Retrieve」的源代码

代码结果 2,147
www.eeworm.com/read/183260/9173954

sql forloop.sql

REM ForLoop.sql REM Chapter 6, Oracle9i PL/SQL Programming by Scott Urman REM This block demonstrates a cursor FOR loop. DECLARE -- Cursor to retrieve the information about History students
www.eeworm.com/read/365911/9841220

c ftpclient.c

/* vi: set sw=4 ts=4: */ /* * ftpget * * Mini implementation of FTP to retrieve a remote file. * * Copyright (C) 2002 Jeff Angielski, The PTR Group * Copyright (C) 2002 Gl
www.eeworm.com/read/100435/7100257

h eqd.h

/* Module : EQD.H Purpose: Implementation for a MFC class to retrieve earthquake data from the US Geological Survey Web site. Created: PJN / 18-10-1999 Copyright (c) 1999 by PJ Naught
www.eeworm.com/read/461147/7232630

cpp extended_queue.cpp

#include "Extended_queue.h" Error_code Extended_queue::serve_and_retrieve(Queue_entry &item) /* Post: The front of the Queue is removed and reported in item. If the Queue is empty return an Err
www.eeworm.com/read/452798/7432655

txt rel-ops.txt

1.Relational operations I used: select,project and join. 2.Roles of each operation in my query: I use select operation to retrieve the rows which I want and the conditions are expressed in where
www.eeworm.com/read/450692/7477753

txt rel-ops.txt

1.Relational operations I used: select,project and join. 2.Roles of each operation in my query: I use select operation to retrieve the rows which I want and the conditions are expressed in where
www.eeworm.com/read/448221/7536832

ini verifier_policy.ini

[Constructor] [Constructor.File] num=1 advice=The file name should not be localized. type=Retrieve method status=Frozen para=STRING [Constructor.Font] num=3 advice=The font name should not be locali
www.eeworm.com/read/241364/13150803

sql ch12_xml02.sql

/* Extract and display the URL for Munising Falls */ DECLARE fall SYS.XMLType; url VARCHAR2(80); BEGIN --Retrieve XML for Munising Falls SELECT fall INTO demo_block.f
www.eeworm.com/read/324119/13284350

cpp symboltable.cpp

/* * * * */ #include "symboltable.h" #include "exception.h" using namespace std; // // // Item *SymbolTable::Retrieve(string s) { Item *p; for (p=First();p!=NULL;p=p->next) if (p->GetName(
www.eeworm.com/read/309287/13675312

m4 acx_windows_paths.m4

# (c) 2004 Martin Preuss # These functions retrieve some important paths AC_DEFUN([AQ_WINDOZE_GETPATH], [ dnl IN: dnl - $1: type of path to get: dnl - windows: windo