代码搜索:execute
找到约 10,000 项符合「execute」的源代码
代码结果 10,000
www.eeworm.com/read/363215/9965004
sql switch_schema.sql
--* File Name : switch_schema.sql
--* Author : DR Timothy S Hall
--* Description : Allows developers to switch synonyms between schemas where a single instance
--* : contains
www.eeworm.com/read/167410/9969301
readme
=======================================================
SAMSUNG SOC MOBILE p/j TEAM
Author : SW.LEE
test only version
2003.11.17
========================================
www.eeworm.com/read/362473/9997622
h udpserver.h
#ifndef _UDP_SERVER_H_
#define _DUP_SERVER_H_
#include "Task.h"
class CUDPServer : public CTask
{
public:
virtual int Execute( );
virtual bool MayEnd( );
CUDPServer();
virtual ~CUDPS