代码搜索:Interbase
找到约 1,195 项符合「Interbase」的源代码
代码结果 1,195
www.eeworm.com/read/100925/6264769
readme
This directory and subdirectories contain the files required to package
the Firebird binaries for linux.
To use you need to be in the root build directory interbase after having
done a build.
make
www.eeworm.com/read/100925/6264806
c par.c
/*
* PROGRAM: JRD Access Method
* MODULE: par.c
* DESCRIPTION: BLR Parser
*
* The contents of this file are subject to the Interbase Public
* License Version 1.0 (the "License"); you may not us
www.eeworm.com/read/100925/6264818
h nod.h
/*
* PROGRAM: JRD Access Method
* MODULE: nod.h
* DESCRIPTION: Runtime node types
*
* The contents of this file are subject to the Interbase Public
* License Version 1.0 (the "License"); you ma
www.eeworm.com/read/100925/6264900
h isql_proto.h
/*
* PROGRAM: Interactive SQL utility
* MODULE: isql_proto.h
* DESCRIPTION: Prototype header file for isql.e
*
* The contents of this file are subject to the Interbase Public
* License Version
www.eeworm.com/read/124129/14593204
c printv3.c
/*
* PROGRAM: JRD Lock Manager
* MODULE: printv3.c
* DESCRIPTION: Version 3 lock Table printer
*
* The contents of this file are subject to the Interbase Public
* License Version 1.0 (the
www.eeworm.com/read/124129/14593215
h lockv3.h
/*
* PROGRAM: JRD Lock Manager
* MODULE: lockv3.h
* DESCRIPTION: Version 3 lock manager structure definitions
*
* The contents of this file are subject to the Interbase Public
* License V
www.eeworm.com/read/180925/5279623
java loadibtestdb.java
package loadibtestdb;
/**
* Title: 加载InterBase数据库驱动程序、连接testdb.gdb数据库
* Description: Java语言演示程序:加载InterBase数据库驱动程序、连接testdb.gdb数据库,用于北京师范大学计算机系Java课程教学示范。
* Copyright: Copyright (c) 200
www.eeworm.com/read/319063/3559258
java loadibtestdb.java
package loadibtestdb;
/**
* Title: 加载InterBase数据库驱动程序、连接testdb.gdb数据库
* Description: Java语言演示程序:加载InterBase数据库驱动程序、连接testdb.gdb数据库,用于北京师范大学计算机系Java课程教学示范。
* Copyright: Copyright (c) 200
www.eeworm.com/read/360026/2970112
java loadibtestdb.java
package loadibtestdb;
/**
* Title: 加载InterBase数据库驱动程序、连接testdb.gdb数据库
* Description: Java语言演示程序:加载InterBase数据库驱动程序、连接testdb.gdb数据库,用于北京师范大学计算机系Java课程教学示范。
* Copyright: Copyright (c) 200
www.eeworm.com/read/131403/14147492
sql crtproc.sql
/*
* Create Procedure for Interbase STUDENT.GDB
*/
CONNECT "D:\InterBaseDB\STUDENT.GDB"
USER "SYSDBA" PASSWORD "masterkey";
SET TERM ^ ;
DROP PROCEDURE NEWWKS ^
/*
** 返回学号
*/
cr