代码搜索:Retrieve
找到约 2,147 项符合「Retrieve」的源代码
代码结果 2,147
www.eeworm.com/read/224961/7127238
java definecolumntype.java
/*
* This sample shows how to use the "define" extensions.
* The define extensions allow the user to specify the types
* under which to retrieve column data in a query.
*
* This saves round-trip
www.eeworm.com/read/439747/7702391
java basicexample3.java
/*
BasicExample3.java shows how to use the Oracle JDBC extensions
to add a row to the customers table, and then retrieve that row
*/
// import the JDBC packages
import java.sql.*;
// imp
www.eeworm.com/read/397102/8068170
m getimheight.m
%getimheight Retrieve image height
%
% s = getimheight(a)
%
% Retrieves the image height of the dataset A. Note that if s < 0 the
% images with vertical image size abs(s) are stored as features. If s
www.eeworm.com/read/314817/13558425
cs rapifindfilesthread.cs
// Program Name: FindPrograms.exe
//
// RapiFindFilesThread.cs - Creates a background
// thread to retrieve file names from the device.
//
// Code from _Programming the .NET Compact Framework wi
www.eeworm.com/read/312016/13620195
m getint.m
% getint - retrieve an integer from a stream
%
% SYNOPSIS
% getint(fid)
%
% DESCRIPTION
% getint reads the next integer from fid. All characters
% from `#' to the end of a line are ignored.
% Copyrig
www.eeworm.com/read/152429/5673950
java pdfptableevent.java
/*
* PdfPTableEvent.java
*
* Created on October 17, 2001, 3:06 PM
*/
package com.lowagie.text.pdf;
/** An interface that can be used to retrieve the position of cells in PdfPTable
www.eeworm.com/read/152185/5675453
c socktype.c
// Module: socktype.c
//
// Description:
// This sample creates a socket and then calls the SO_TYPE option
// to retrieve the socket type (SOCK_STREAM, SOCK_DGRAM, etc) for
// that socke
www.eeworm.com/read/151092/5686495
java weatherserviceclient.java
// WeatherServiceClient.java
// WeatherServiceClient uses the WeatherService remote object
// to retrieve weather information.
package com.deitel.advjhtp1.rmi.weather;
// Java core packages
im
www.eeworm.com/read/120487/6073510
out transactions.out
--
-- TRANSACTIONS
--
BEGIN;
SELECT *
INTO TABLE xacttest
FROM aggtest;
INSERT INTO xacttest (a, b) VALUES (777, 777.777);
END;
-- should retrieve one value--
SELECT a FROM xacttest WHERE a > 1
www.eeworm.com/read/114744/6122379
java actionhelper.java
package forum;
import java.util.HashMap;
/**
* A helper class from which to look up and retrieve an instance
* of an Action class to process a specific request.
*
* @author Simon Brow