EDB
[ class tree: EDB ] [ index: EDB ] [ all elements ]

Class: EDB_Common

Source Location: /EDB/EDB/EDB_Common.php

Class Overview


Common API of EDB


Variables

Methods


Child classes:

EDB_MYSQLI
MySQLi engine for EDB API
EDB_SQLITE3
SQLite3 engine for EDB API
EDB_PGSQL
PosgreSQL engine for EDB API
EDB_MYSQL
MySQLi engine for EDB API
EDB_MSSQL
MSSQL engine for EDB API
EDB_SQLRELAY
SQLRELAY engine for EDB API
EDB_CUBRID
CUBRID engine for EDB API
EDB_SQLITE2
SQLite2 engine for EDB API
EDB
확장 DB 추상화 layer

Class Details

[line 25]
Common API of EDB



[ Top ]


Class Variables

$free =  false

[line 38]

Result marking for free



Tags:

access:  protected

Type:   boolean


[ Top ]

$queryLog =  null

[line 32]

Store sql query in session



Tags:

access:  public

Type:   array


[ Top ]

$result =

[line 44]

DB result handler



Tags:

access:  protected

Type:   object


[ Top ]



Class Methods


method bind_param [line 199]

string bind_param( string $sql, array $params)

replace bind parameters to parameter's value



Tags:

access:  public


Parameters:

string   $sql   SQL query statement
array   $params   array of parameter values

[ Top ]

method check_param [line 131]

bool check_param( array $param)

Check parameter type and parameters



Tags:

access:  public


Parameters:

array   $param   The parameter of bind query

[ Top ]

method file_exists [line 57]

boolean file_exists( string $file)

Checks whether a file or directory exists

If don't find file, and re-search include_path




Tags:

return:  Returns TRUE if the file or directory specified by filename exists; FALSE otherwise.
access:  public


Parameters:

string   $file   Path to the file or directory.

[ Top ]

method get_param_number [line 103]

integer get_param_number( string &$sql, [ $type = ''])

Get number of query parameters



Tags:

return:  The number of parameters
access:  public


Parameters:

string   &$sql   Bind query string
   $type  

[ Top ]

method switch_freemark [line 87]

void switch_freemark( void 0)

Change free marking



Tags:

access:  public


Parameters:

void   0  

[ Top ]


Documentation generated on Tue, 14 May 2019 01:59:47 +0900 by phpDocumentor 1.4.4