代码搜索结果
找到约 10,000 项符合
Driver 的代码
driver.rc
// Resource script for fileio driver
// Generated by Walt Oney's driver wizard
#include
LANGUAGE LANG_ENGLISH, SUBLANG_NEUTRAL
VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,0,0,0
driver.h
// Declarations for fileio driver
// Copyright (C) 1999 by Walter Oney
// All rights reserved
#ifndef DRIVER_H
#define DRIVER_H
#include
#define DRIVERNAME "FILEIO" // for use
driver.h
/* $Id$
*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file "COPYING" in the main directory of this archive
* for more details.
*
* Copyright
driver.java
/*
* MM JDBC Drivers for MySQL
*
* $Id: Driver.java,v 1.3 2002/05/16 20:30:57 mark_matthews Exp $
*
* Copyright (C) 1998 Mark Matthews
*
* This library is free
driver.java
package org.gjt.mm.mysql;
import java.sql.SQLException;
/**
* Here for backwards compatibility with MM.MySQL
*/
public class Driver extends com.mysql.jdbc.Driver
{
public Driver() thr
driver.c
// File: driver.c
//
//
// Test driver. In-depth regression test for PKCS #11
//
#include
#include
#include
#include
#include
#if (AIX || LIN
driver.c
#ifndef lint
static char *sccsid = "@(#)driver.c 4.1 (ULTRIX) 7/17/90";
#endif lint
/************************************************************************
* *
* Copyright (c) 1985 by
driver.pm
package Driver;
# ************************************************************
# Description : Functionality to call a workspace or project creator
# Author : Chad Elliott
# Create Date
driver.java
//
// Copyright 1998 CDS Networks, Inc., Medford Oregon
//
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provide
driver.java
package postgresql;
import java.sql.*;
import java.util.*;
import postgresql.util.PSQLException;
/**
* The Java SQL framework allows for multiple database drivers. Each
* driver should supply a