代码搜索:execute
找到约 10,000 项符合「execute」的源代码
代码结果 10,000
www.eeworm.com/read/130781/14174351
c process2.c
#include
#include "smsh.h"
/* process2.c - version 2 - supports builtins
* command processing layer
*
* The process(char **arglist) function is called by the main loop
* It sits in f
www.eeworm.com/read/231983/14212698
h~ unit2.h~
//---------------------------------------------------------------------------
#ifndef Unit2H
#define Unit2H
//---------------------------------------------------------------------------
#include
www.eeworm.com/read/231983/14212710
~h unit2.~h
//---------------------------------------------------------------------------
#ifndef Unit2H
#define Unit2H
//---------------------------------------------------------------------------
#include
www.eeworm.com/read/231983/14212712
h unit2.h
//---------------------------------------------------------------------------
#ifndef Unit2H
#define Unit2H
//---------------------------------------------------------------------------
#include
www.eeworm.com/read/127767/14337430
txt e301. creating a varray type in an oracle database.txt
A VARRAY is a variable-length ordered list of values of one type. This example creates a VARRAY that can hold up to ten NUMBER values.
try {
Statement stmt = connection.createStatement(
www.eeworm.com/read/122494/14687706
java jdbcapplet.java
/*
* This sample applet just selects * from the database
*/
// Import the JDBC classes
import java.sql.*;
// Import the java classes used in applets
import java.awt.*;
import java.io.*;
import jav