代码搜索:execute
找到约 10,000 项符合「execute」的源代码
代码结果 10,000
www.eeworm.com/read/224961/7127245
java insertexample.java
/*
* This sample shows how to insert data in a table.
*/
// You need to import the java.sql package to use JDBC
import java.sql.*;
class InsertExample
{
public static void main (String args [])
www.eeworm.com/read/299984/7139948
m reorderdset.m
function a = reorderdset(a,L)
% This is just needed to execute the below command outside the @dataset
% directory, as it fails there in some Matlab versions
a(L,:) = a;
return
www.eeworm.com/read/463398/7182466
txt readme.txt
WordWeb thesaurus/dictionary component for Delphi and C++ Builder
Version 1.62, freeware
The component uses the free WordWeb thesaurus/dictionay available from
http://wordweb.co.uk/free
Y
www.eeworm.com/read/462562/7200276
java dbconnect.java
/**
* Title:
* Description:
* Copyright: Copyright (c) 2001
* Company: CSU
* @author chenlong
* @version 1.0
*/
import java.io.ByteArrayInputStream;
import java.sql.Cal
www.eeworm.com/read/461364/7228605
plg link_2_4.plg
礦ision3 Build Log
Project:
D:\Keil\C51\Examples\Chipcon\srf04\ex_linkRX\link.uv2
Project File Date: 02/25/2009
Output:
Build target 'link_2_4'
www.eeworm.com/read/460859/7239100
java commandmanager.java
package cmd;
public class CommandManager {
private Command myCommand;
public CommandManager(Command myCommand) {
this.myCommand = myCommand;
}
public void runCommands() {
my
www.eeworm.com/read/460435/7250423
m reorderdset.m
function a = reorderdset(a,L)
% This is just needed to execute the below command outside the @dataset
% directory, as it fails there in some Matlab versions
a(L,:) = a;
return
www.eeworm.com/read/457805/7317547
cls clstransfer.cls
VERSION 1.0 CLASS
BEGIN
MultiUse = -1 'True
Persistable = 0 'NotPersistable
DataBindingBehavior = 0 'vbNone
DataSourceBehavior = 0 'vbNone
MTSTransactionMode = 0 'NotAnMTSObject
www.eeworm.com/read/455710/7367965
sql sql.sql
use Finance;
go
begin transaction;
declare @b bit;
execute AccountCodeExist '000001', @b output;
print @b;
select * from AccountView where (Kode like '13%');
select * from AreaView;