代码搜索:sql server
找到约 10,000 项符合「sql server」的源代码
代码结果 10,000
www.eeworm.com/read/416830/2105894
cc server.cc
/*
* A Bank factory that creates Account objects
*
* In this example, we set up a ServantManager. The bank creates
* references to "virtual" objects. When an account object is invoked
* for the f
www.eeworm.com/read/416830/2105903
cc server.cc
/*
* A simple "Hello World" example that uses the POA
*/
#include "hello.h"
#ifdef HAVE_ANSI_CPLUSPLUS_HEADERS
#include
#else
#include
#endif
using namespace std;
/*
* Hel
www.eeworm.com/read/416830/2105908
cc server.cc
/*
* Demonstrates the various possibilities of inheriting interfaces
*/
#include "inherit.h"
using namespace std;
/*
* Implementation for the base interface
*/
class Base_impl : virtual publi
www.eeworm.com/read/416830/2105916
cc server.cc
/*
* In this example, we create Account objects in a persistent POA.
* When the persistent POA is destructed, the objects are "etherea-
* lized," meaning we open a file and write the Account's bala
www.eeworm.com/read/416830/2105959
cc server.cc
/* Copyright (C) Thomas Fricke 1998
*
* This example has been derived from the simple Mico account example
* to demonstrate the interoperability of Mico and Jacorb.
*
* This program is free s
www.eeworm.com/read/416830/2105960
java server.java
/* Copyright (C) Thomas Fricke 1998
*
* This example has been derived from the simple Jacorb example1
* to demonstrate the interoperability of Mico and Jacorb.
*
* This program is free softwa
www.eeworm.com/read/416830/2106077
cc server.cc
/*
* A simple "Hello World" example that uses the POA
*/
#include "hello.h"
#ifdef HAVE_ANSI_CPLUSPLUS_HEADERS
#include
#else
#include
#endif
using namespace std;
/*
* Hell
www.eeworm.com/read/416830/2106082
cc server.cc
/*
* Demo application for the Dublin OMG meeting
*/
#include "demo.h"
#ifdef HAVE_ANSI_CPLUSPLUS_HEADERS
#include
#include
#else
#include
#include
#endif
#inc
www.eeworm.com/read/416830/2106096
cc server.cc
/*
* Demo application for the Dublin OMG meeting
*/
#include "demo.h"
#ifdef HAVE_ANSI_CPLUSPLUS_HEADERS
#include
#include
#else
#include
#include
#endif
#inc
www.eeworm.com/read/416830/2106116
cc server.cc
/*
* This file is part of the load-balancing example
*
* In this example, a server process houses a single printer server object.
* The server registers its printer server object with the naming s