Taxi::Mysql::Handle::Dummy - extendable full-text index using mysql: dummy database handles


(Back to Top)


NAME

Taxi::Mysql::Handle::Dummy - extendable full-text index using mysql: dummy database handles

(Back to Top)


PACKAGES

Taxi::Mysql::Handle::Dummy
Taxi::Mysql::Handle::Dummy::DBH
Taxi::Mysql::Handle::Dummy::STH

(Back to Top)


SYNOPSIS

 ##========================================================================
 ## PRELIMINARIES
 use Taxi::Mysql::Handle::Dummy;

Taxi::Mysql::Handle::Dummy Synopsis

 ##========================================================================
 ## Constructors etc.
 $ih = $CLASS_OR_OBJ->new(%args);
 ##========================================================================
 ## Connections
 undef = $ih->_dbconnect();
 ##========================================================================
 ## Package: dummy database handle

Taxi::Mysql::Handle::Dummy::DBH Synopsis

 ##========================================================================
 ## Package: dummy statement handle

Taxi::Mysql::Handle::Dummy::STH Synopsis

(Back to Top)


DESCRIPTION

Taxi::Mysql::Handle::Dummy implements dummy backend database handles. These classes are only useful for debugging, and there is probably a much cleaner, prettier, and better way to accomplish the same task. Nonetheless, here they are...

Taxi::Mysql::Handle::Dummy Description

Globals

Variable: @ISA

(undocumented)

Constructors etc.

new
 $ih = $CLASS_OR_OBJ->new(%args);

Connections

_dbconnect
 undef = $ih->_dbconnect()

(undocumented)

Package: dummy database handle

Variable: $AUTOLOAD

(undocumented)

new

(undocumented)

err

(undocumented)

prepare

(undocumented)

AUTOLOAD

(undocumented)

Taxi::Mysql::Handle::Dummy::DBH Description

Package: dummy statement handle

Variable: $AUTOLOAD

(undocumented)

new

(undocumented)

execute

(undocumented)

rows

(undocumented)

fetchrow_arrayref

(undocumented)

AUTOLOAD

(undocumented)

Taxi::Mysql::Handle::Dummy::STH Description

(Back to Top)


ACKNOWLEDGEMENTS

Perl by Larry Wall.

(Back to Top)


AUTHOR

Bryan Jurish <moocow@ling.uni-potsdam.de>

(Back to Top)


COPYRIGHT AND LICENSE

Copyright (C) 2006 by Bryan Jurish

This package is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.7 or, at your option, any later version of Perl 5 you may have available.

(Back to Top)


SEE ALSO

perl(1), Taxi::Mysql(3perl), Taxi::Mysql::Handle(3perl).

(Back to Top)

 Taxi::Mysql::Handle::Dummy - extendable full-text index using mysql: dummy database handles