The Python SqlServer Class

The SqlServer class represents a networked SqlServer that performs SQL queries on an eXtremeDB database. It provides the following methods:

__init__(engine, port) Create an SqlServer using the specified SqlEngine object and network port to listen for connections
start() Start the SqlServer
stop() Stop the SqlServer