NAME
XAO::DO::FS::Glue::Base - glue base
SYNOPSIS
Should not be used directly.
DESCRIPTION
Provides a basic set of methods all drivers derive from.
METHODS
- connector ($)
-
Returns an internal connector object that is used for communicating requests to the database.
- connector_create ($)
-
Pure virtual. Returns an actual implementation of a connector (DBI/direct connect/etc). Receives no connection arguments, should wait for sql_connect before actually connecting to the DB.
- DESTROY ($)
-
Calls sql_disconnect on the connector if one was created.
AUTHORS
Copyright (c) 2007 Andrew Maltsev
<am@ejelta.com> -- http://ejelta.com/xao/
SEE ALSO
Further reading: XAO::FS.