Code/Resource
Windows Develop
Linux-Unix program
Internet-Socket-Network
Web Server
Browser Client
Ftp Server
Ftp Client
Browser Plugins
Proxy Server
Email Server
Email Client
WEB Mail
Firewall-Security
Telnet Server
Telnet Client
ICQ-IM-Chat
Search Engine
Sniffer Package capture
Remote Control
xml-soap-webservice
P2P
WEB(ASP,PHP,...)
TCP/IP Stack
SNMP
Grid Computing
SilverLight
DNS
Cluster Service
Network Security
Communication-Mobile
Game Program
Editor
Multimedia program
Graph program
Compiler program
Compress-Decompress algrithms
Crypt_Decrypt algrithms
Mathimatics-Numerical algorithms
MultiLanguage
Disk/Storage
Java Develop
assembly language
Applications
Other systems
Database system
Embeded-SCM Develop
FlashMX/Flex
source in ebook
Delphi VCL
OS Develop
MiddleWare
MPI
MacOS develop
LabView
ELanguage
Software/Tools
E-Books
Artical/Document
typemap
Package: mysql-3.23.35.tar.gz [view]
Upload User: tsgydb
Upload Date: 2007-04-14
Package Size: 10674k
Code Size: 1k
Category:
MySQL
Development Platform:
Visual C++
- # typemap for Perl 5 interface to Berkeley
- #
- # written by Paul Marquess <Paul.Marquess@btinternet.com>
- # last modified 10th December 2000
- # version 1.74
- #
- #################################### DB SECTION
- #
- #
- u_int T_U_INT
- DB_File T_PTROBJ
- DBT T_dbtdatum
- DBTKEY T_dbtkeydatum
- INPUT
- T_dbtkeydatum
- ckFilter($arg, filter_store_key, "filter_store_key");
- DBT_clear($var) ;
- if (db->type != DB_RECNO) {
- $var.data = SvPV($arg, PL_na);
- $var.size = (int)PL_na;
- }
- else {
- Value = GetRecnoKey(aTHX_ db, SvIV($arg)) ;
- $var.data = & Value;
- $var.size = (int)sizeof(recno_t);
- }
- T_dbtdatum
- ckFilter($arg, filter_store_value, "filter_store_value");
- DBT_clear($var) ;
- if (SvOK($arg)) {
- $var.data = SvPV($arg, PL_na);
- $var.size = (int)PL_na;
- }
- OUTPUT
- T_dbtkeydatum
- OutputKey($arg, $var)
- T_dbtdatum
- OutputValue($arg, $var)
- T_PTROBJ
- sv_setref_pv($arg, dbtype, (void*)$var);