Bivio::SQL::Connection::None
# Copyright (c) 2003 bivio Software, Inc. All rights reserved.
# $Id$
package Bivio::SQL::Connection::None;
use strict;
# NAME
#
# Bivio::SQL::Connection::None - connection to no database
#
# RELEASE SCOPE
#
# bOP
#
# SYNOPSIS
#
# use Bivio::SQL::Connection::None;
#
# EXTENDS
#
# Bivio::SQL::Connection
#
use Bivio::SQL::Connection;
@Bivio::SQL::Connection::None::ISA = ('Bivio::SQL::Connection');
# DESCRIPTION
#
#
Bivio::SQL::Connection::None
is not a database, but the default connnection
# for when there is no database.
#
#=IMPORTS
#=VARIABLES
# METHODS
#
#=PRIVATE METHODS
# COPYRIGHT
#
# Copyright (c) 2003 bivio Software, Inc. All rights reserved.
#
# VERSION
#
# $Id$
#
1;