代码搜索:Retrieve
找到约 2,147 项符合「Retrieve」的源代码
代码结果 2,147
www.eeworm.com/read/199159/7881715
dpr disqlite3_prepare_sql.dpr
{ DISQLite3 example project showing how to prepare an SQL statement and execute
it multiple times to retrieve all data from a table.
This demo uses the table created by the Create_Table demo.
www.eeworm.com/read/309649/13666954
c disk_sn.c
/* +++Date last modified: 05-Jul-1997 */
/*
** DISK_SN.C - Retrieve a disk serial number
**
** public domain demo by Paul Schlyter and Bob Stout
** OS/2 compatibility added by Mark Kimes
*/
www.eeworm.com/read/308800/13691694
txt rel-ops.txt
I use select and project and join operations in my query. I use select operation to retrieve the rows which I want and the conditions are expressed in where clause. I use projection to limit the colum
www.eeworm.com/read/408881/11366299
java plsql_fileexample.java
/*
* This sample demonstrate basic File support
*
* It shows
* 1. how to use DIRECTORY object
* 2. how to use PL/SQL package -- dbms_lob to
* open, access, retrieve information from,
* c
www.eeworm.com/read/156173/11823630
c myproxy_get_credential.c
/*
* myproxy-get-credential
*
* Webserver program to retrieve a end-entity credential from a myproxy-server
*/
#include "myproxy_common.h" /* all needed headers included here */
static char usag
www.eeworm.com/read/258434/11863931
c getvol.c
/*
** GETVOL.C - Retrieve a disk volume label
** (proof you don't need FCBs to do it!)
**
** public domain demo by Bob Stout
*/
#include
#include
#include
www.eeworm.com/read/341877/12056588
c getvol.c
/*
** GETVOL.C - Retrieve a disk volume label
** (proof you don't need FCBs to do it!)
**
** public domain demo by Bob Stout
*/
#include
#include
#include
www.eeworm.com/read/251851/12314699
m linearcon_data.m
function [CE,dE,CI,dI] = linearcon_data(con)
% Retrieve constraint matrices and vectors from linear constraint object
%
% Syntax:
% "[CE,dE,CI,dI] = linearcon_data(con)"
%
% Description:
% "line
www.eeworm.com/read/251851/12314707
m get_linearcon_param.m
function st = get_linearcon_param(con,param)
% Retrieve a parameter of a linear constraint object
%
% Syntax:
% "A = get_linearcon_param(con,p)"
%
% Description:
% "get_linearcon_param(con,p)" re