代码搜索:sql server

找到约 10,000 项符合「sql server」的源代码

代码结果 10,000
www.eeworm.com/read/416830/2106419

cc server.cc

#include "InterOpTest.h" #include using namespace std; class Peter_impl : virtual public POA_InterOpTest::Peter { public: virtual char* say_hello(const char*); }; char* Pet
www.eeworm.com/read/416830/2106434

cc server.cc

/* * A simple "Hello World" example that uses the POA */ #include #include "hello.h" using namespace std; /* * Hello World implementation inherits the POA skeleton class */ class He
www.eeworm.com/read/416830/2106440

cc server.cc

/* * A simple "Hello World" example that uses the POA */ #include #include "hello.h" using namespace std; /* * Hello World implementation inherits the POA skeleton class */ class He
www.eeworm.com/read/416830/2106449

cc server.cc

/* * A simple "Hello World" example that uses the POA */ #include #include "hello.h" using namespace std; /* * Hello World implementation inherits the POA skeleton class */ class He
www.eeworm.com/read/416830/2106455

cc server.cc

/* * A simple "Hello World" example that uses the POA */ #include #include "hello.h" using namespace std; /* * Hello World implementation inherits the POA skeleton class */ class He
www.eeworm.com/read/416830/2106466

cc server.cc

/* * A Bank factory that creates Account objects */ #include "account.h" #include #include using namespace std; CORBA::ORB_var orb; CO
www.eeworm.com/read/416830/2106484

cc server.cc

/* * A Bank factory that creates Account objects */ #include #include "account.h" using namespace std; CORBA::ORB_var orb; CORBA::Object_var securitymanager; SecurityLevel2::Security
www.eeworm.com/read/416830/2106503

cc server.cc

#include "hello.h" #ifdef HAVE_ANSI_CPLUSPLUS_HEADERS #include #else // HAVE_ANSI_CPLUSPLUS_HEADERS #include #endif // HAVE_ANSI_CPLUSPLUS_HEADERS using namespace std; clas
www.eeworm.com/read/416830/2106518

cc server.cc

#include #include #include "account.h" using namespace std; // Standard servant implementation /* * A Bank factory that creates Account objects */ /* * Implementation of th
www.eeworm.com/read/416830/2106542

cc server.cc

/* * A Bank factory that creates Account objects */ #include #include "account.h" using namespace std; /* * Implementation of the Account */ class Account_impl : virtual public PO