Overview

Namespaces

  • api
  • config
  • database
  • PHP
  • Slim
    • Exception
    • Http
    • Middleware
  • utiliy

Classes

  • PisSqlManager
  • PssSqlManager
  • SpsSqlManager
  • SqlManager
  • Overview
  • Namespace
  • Class
  • Tree

Class SqlManager

The SQLManager manage the SQL-Connection for an API

Abstract
Namespace: database
Author: stubbfel
Since: 20.06.2013
Located at database/SqlManager.php
Methods summary
public
# __construct( )

Default-Constructor

Default-Constructor

public
# __destruct( )

Default-DEConstructor

Default-DEConstructor

public
# connect( )

Method setup the connection to the Database

Method setup the connection to the Database

public
# closeConnection( )

Method close the connection

Method close the connection

protected result[num][assoc]
# query( string $query )

Method send a query to the Datebase and return the result

Method send a query to the Datebase and return the result

Parameters

$query
string
$query

Returns

result[num][assoc]
Properties summary
protected string $andTerm " and "
#

String for an and-operrator

String for an and-operrator

protected string $orTerm " or "
#

String for an or-operrator

String for an or-operrator

protected string $quoteTerm "\""
#

String for quotes in a query

String for quotes in a query

GeoApi API documentation generated by ApiGen 2.8.0