Skip to content

SYSTEM DB DBInfoSQLite

Ulf Gebhardt edited this page Jul 25, 2017 · 3 revisions

SYSTEM\DB\DBInfoSQLite

DBInfoSQLite Class provided by System to hold SQLite File-Database Information.

Properties

$m_database

public mixed $m_database = null

string Variable to store Database name

  • Visibility: public

$m_user

public mixed $m_user = null

string Variable to store Database user

  • Visibility: public

$m_password

public mixed $m_password = null

string Variable to store Database password

  • Visibility: public

$m_host

public mixed $m_host = null

string Variable to store Database host

  • Visibility: public

$m_port

public mixed $m_port = null

int Variable to store Database port

  • Visibility: public

Methods

__construct

mixed SYSTEM\DB\DBInfo::__construct(string $database, string $user, string $password, string $host, integer $port)

Store Data upon Construction.

  • Visibility: public
  • This method is abstract.
  • This method is defined by SYSTEM\DB\DBInfo

Arguments

  • $database string - <p>Database name</p>
  • $user string - <p>Database user</p>
  • $password string - <p>Database password</p>
  • $host string - <p>Database host</p>
  • $port integer - <p>Database port</p>
Clone this wiki locally