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

Element index for package EDB

[ b ] [ c ] [ e ] [ f ] [ g ] [ l ] [ n ] [ q ] [ r ] [ s ] [ t ] [ _ ]

_

__construct
in file edb.php, method EDB::__construct()
    EDB 클래스 초기화
__construct
in file EDB_PGSQL.php, method EDB_PGSQL::__construct()
    EDB_PGSQL 객체를 인스턴스화 하고 PostgreSQL 데이터베이스를 연결한다.
__construct
in file EDB_SQLITE3.php, method EDB_SQLITE3::__construct()
    Instantiates an EDB_SQLITE3 object and opens an SQLite 3 database
__construct
in file EDB_SQLITE2.php, method EDB_SQLITE2::__construct()
    Instantiates an EDB_SQLITE2 object and opens an SQLite 3 database
__construct
in file EDB_MYSQLI.php, method EDB_MYSQLI::__construct()
    Instantiates an EDB_MYSQLI object and opens an mysql database
__construct
in file EDB_MYSQL.php, method EDB_MYSQL::__construct()
    Instantiates an EDB_MYSQL object and opens an mysql database
__construct
in file EDB_CUBRID.php, method EDB_CUBRID::__construct()
    Instantiates an EDB_CUBRID object and opens an cubrid database
__construct
in file EDB_MSSQL.php, method EDB_MSSQL::__construct()
    Instantiates an EDB_MSSQL object and opens an MSSQL database
__construct
in file EDB_SQLRELAY.php, method EDB_SQLRELAY::__construct()
    Instantiates an EDB_SQLRELAY object and opens an SQLRELAY database
__destruct
in file EDB_SQLITE2.php, method EDB_SQLITE2::__destruct()
__destruct
in file EDB_SQLRELAY.php, method EDB_SQLRELAY::__destruct()
__destruct
in file EDB_SQLITE3.php, method EDB_SQLITE3::__destruct()
__destruct
in file EDB_MYSQLI.php, method EDB_MYSQLI::__destruct()
__destruct
in file EDB_CUBRID.php, method EDB_CUBRID::__destruct()
__destruct
in file EDB_MSSQL.php, method EDB_MSSQL::__destruct()
__destruct
in file EDB_MYSQL.php, method EDB_MYSQL::__destruct()
__destruct
in file EDB_PGSQL.php, method EDB_PGSQL::__destruct()
top

b

bind_param
in file EDB_Common.php, method EDB_Common::bind_param()
    replace bind parameters to parameter's value
top

c

check_param
in file EDB_Common.php, method EDB_Common::check_param()
    Check parameter type and parameters
close
in file EDB_SQLITE2.php, method EDB_SQLITE2::close()
    Close the db handle
close
in file EDB_SQLITE3.php, method EDB_SQLITE3::close()
    Close the db handle
close
in file EDB_SQLRELAY.php, method EDB_SQLRELAY::close()
    Close the db handle
close
in file EDB_PGSQL.php, method EDB_PGSQL::close()
    Close the db handle
close
in file EDB_MYSQL.php, method EDB_MYSQL::close()
    Close the db handle
close
in file EDB_CUBRID.php, method EDB_CUBRID::close()
    Close the db handle
close
in file EDB_MSSQL.php, method EDB_MSSQL::close()
    Close the db handle
close
in file edb.php, method EDB::close()
    DB 핸들을 종료한다.
close
in file EDB_MYSQLI.php, method EDB_MYSQLI::close()
    Close the db handle
top

e

edb.php
procedural page edb.php
EDB_CUBRID.php
procedural page EDB_CUBRID.php
EDB_MSSQL.php
procedural page EDB_MSSQL.php
EDB_MYSQL.php
procedural page EDB_MYSQL.php
EDB_MYSQLI.php
procedural page EDB_MYSQLI.php
EDB_PGSQL.php
procedural page EDB_PGSQL.php
EDB_SQLITE2.php
procedural page EDB_SQLITE2.php
EDB_SQLITE3.php
procedural page EDB_SQLITE3.php
EDB_SQLRELAY.php
procedural page EDB_SQLRELAY.php
EDB
in file edb.php, class EDB
    확장 DB 추상화 layer
EDB_Common.php
procedural page EDB_Common.php
EDB_Common
in file EDB_Common.php, class EDB_Common
    Common API of EDB
EDB_CUBRID
in file EDB_CUBRID.php, class EDB_CUBRID
    CUBRID engine for EDB API
EDB_MSSQL
in file EDB_MSSQL.php, class EDB_MSSQL
    MSSQL engine for EDB API
EDB_MYSQL
in file EDB_MYSQL.php, class EDB_MYSQL
    MySQLi engine for EDB API
EDB_MYSQLI
in file EDB_MYSQLI.php, class EDB_MYSQLI
    MySQLi engine for EDB API
EDB_PGSQL
in file EDB_PGSQL.php, class EDB_PGSQL
    PosgreSQL engine for EDB API
EDB_SQLITE2
in file EDB_SQLITE2.php, class EDB_SQLITE2
    SQLite2 engine for EDB API
EDB_SQLITE3
in file EDB_SQLITE3.php, class EDB_SQLITE3
    SQLite3 engine for EDB API
EDB_SQLRELAY
in file EDB_SQLRELAY.php, class EDB_SQLRELAY
    SQLRELAY engine for EDB API
escape
in file EDB_SQLITE2.php, method EDB_SQLITE2::escape()
    Escape special characters in a string for use in an SQL statement
escape
in file EDB_SQLITE3.php, method EDB_SQLITE3::escape()
    Escape special characters in a string for use in an SQL statement
escape
in file EDB_SQLRELAY.php, method EDB_SQLRELAY::escape()
    Escape special characters in a string for use in an SQL statement
escape
in file EDB_MYSQL.php, method EDB_MYSQL::escape()
    Escape special characters in a string for use in an SQL statement
escape
in file edb.php, method EDB::escape()
    SQL 문에 사용이 되어지는 특수 문자를 에스케이프 시킨다.
escape
in file EDB_CUBRID.php, method EDB_CUBRID::escape()
    Escape special characters in a string for use in an SQL statement
escape
in file EDB_MSSQL.php, method EDB_MSSQL::escape()
    Escape special characters in a string for use in an SQL statement
escape
in file EDB_PGSQL.php, method EDB_PGSQL::escape()
    Escape special characters in a string for use in an SQL statement
escape
in file EDB_MYSQLI.php, method EDB_MYSQLI::escape()
    Escape special characters in a string for use in an SQL statement
exqueried
in file edb.php, method EDB::exqueried()
    현재 세션에서 실행된 쿼리 목록을 반환
top

f

$free
in file EDB_Common.php, variable EDB_Common::$free
    Result marking for free
fetch
in file EDB_SQLITE2.php, method EDB_SQLITE2::fetch()
    Fetch a result row as an associative object
fetch
in file EDB_PGSQL.php, method EDB_PGSQL::fetch()
    Fetch a result row as an associative object
fetch
in file edb.php, method EDB::fetch()
    associative 개체로 result row를 가져온다.
fetch
in file EDB_MYSQLI.php, method EDB_MYSQLI::fetch()
    Fetch a result row as an associative object
fetch
in file EDB_MSSQL.php, method EDB_MSSQL::fetch()
    Fetch a result row as an associative object
fetch
in file EDB_MYSQL.php, method EDB_MYSQL::fetch()
    Fetch a result row as an associative object
fetch
in file EDB_CUBRID.php, method EDB_CUBRID::fetch()
    Fetch a result row as an associative object
fetch
in file EDB_SQLITE3.php, method EDB_SQLITE3::fetch()
    Fetch a result row as an associative object
fetch
in file EDB_SQLRELAY.php, method EDB_SQLRELAY::fetch()
    Fetch a result row as an associative object
fetch_all
in file EDB_SQLRELAY.php, method EDB_SQLRELAY::fetch_all()
    Fetch all result rows as an associative object
fetch_all
in file EDB_MYSQL.php, method EDB_MYSQL::fetch_all()
    Fetch all result rows as an associative object
fetch_all
in file EDB_SQLITE3.php, method EDB_SQLITE3::fetch_all()
    Fetch all result rows as an associative object
fetch_all
in file EDB_PGSQL.php, method EDB_PGSQL::fetch_all()
    Fetch all result rows as an associative object
fetch_all
in file EDB_SQLITE2.php, method EDB_SQLITE2::fetch_all()
    Fetch all result rows as an associative object
fetch_all
in file EDB_MYSQLI.php, method EDB_MYSQLI::fetch_all()
    Fetch all result rows as an associative object
fetch_all
in file EDB_CUBRID.php, method EDB_CUBRID::fetch_all()
    Fetch all result rows as an associative object
fetch_all
in file edb.php, method EDB::fetch_all()
    모든 result row를 associative object 배열로 반환한다.
fetch_all
in file EDB_MSSQL.php, method EDB_MSSQL::fetch_all()
    Fetch all result rows as an associative object
field_name
in file EDB_SQLRELAY.php, method EDB_SQLRELAY::field_name()
    Return the name of the specified field index
field_name
in file EDB_SQLITE3.php, method EDB_SQLITE3::field_name()
    Returns the name of the column specified by the column_number.
field_name
in file EDB_CUBRID.php, method EDB_CUBRID::field_name()
    Return the name of the specified field index
field_name
in file EDB_PGSQL.php, method EDB_PGSQL::field_name()
    Get the name of the specified field in a result
field_name
in file EDB_SQLITE2.php, method EDB_SQLITE2::field_name()
    Get the name of the specified field in a result
field_name
in file EDB_MYSQLI.php, method EDB_MYSQLI::field_name()
    Get the name of the specified field in a result
field_name
in file edb.php, method EDB::field_name()
    지정한 n번째의 컬럼 이름을 반환한다.
field_name
in file EDB_MYSQL.php, method EDB_MYSQL::field_name()
    Get the name of the specified field in a result
field_name
in file EDB_MSSQL.php, method EDB_MSSQL::field_name()
    Return the name of the specified field index
field_type
in file edb.php, method EDB::field_type()
    지정한 n번째의 컬럼 유형을 반환한다.
field_type
in file EDB_SQLITE2.php, method EDB_SQLITE2::field_type()
    Get the type of the specified field in a result
field_type
in file EDB_CUBRID.php, method EDB_CUBRID::field_type()
    Get the type of the specified field in a result
field_type
in file EDB_MYSQL.php, method EDB_MYSQL::field_type()
    Get the type of the specified field in a result
field_type
in file EDB_MSSQL.php, method EDB_MSSQL::field_type()
    Get the type of the specified field in a result
field_type
in file EDB_PGSQL.php, method EDB_PGSQL::field_type()
    Returns the type name for the corresponding field number
field_type
in file EDB_SQLRELAY.php, method EDB_SQLRELAY::field_type()
    Get the type of the specified field in a result
field_type
in file EDB_MYSQLI.php, method EDB_MYSQLI::field_type()
    Get the type of the specified field in a result
field_type
in file EDB_SQLITE3.php, method EDB_SQLITE3::field_type()
    Get the type of the specified field in a result
file_exists
in file EDB_Common.php, method EDB_Common::file_exists()
    Checks whether a file or directory exists
free_result
in file EDB_SQLITE3.php, method EDB_SQLITE3::free_result()
    Frees stored result memory for the given statement handle
free_result
in file EDB_SQLRELAY.php, method EDB_SQLRELAY::free_result()
    Frees stored result memory for the given statement handle
free_result
in file EDB_PGSQL.php, method EDB_PGSQL::free_result()
    Frees stored result memory for the given statement handle
free_result
in file EDB_CUBRID.php, method EDB_CUBRID::free_result()
    Frees stored result memory for the given statement handle
free_result
in file EDB_MYSQL.php, method EDB_MYSQL::free_result()
    Frees stored result memory for the given statement handle
free_result
in file EDB_MYSQLI.php, method EDB_MYSQLI::free_result()
    Frees stored result memory for the given statement handle
free_result
in file EDB_MSSQL.php, method EDB_MSSQL::free_result()
    Frees stored result memory for the given statement handle
free_result
in file EDB_SQLITE2.php, method EDB_SQLITE2::free_result()
    Frees stored result memory for the given statement handle
free_result
in file edb.php, method EDB::free_result()
    주어진 문장 핸들에 대하여 메모리에 저장된 결과를 해제.
top

g

get_charset
in file EDB_PGSQL.php, method EDB_PGSQL::get_charset()
    Get character set of current database
get_charset
in file EDB_SQLITE2.php, method EDB_SQLITE2::get_charset()
    Get character set of current database
get_charset
in file EDB_SQLITE3.php, method EDB_SQLITE3::get_charset()
    Get character set of current database
get_charset
in file EDB_SQLRELAY.php, method EDB_SQLRELAY::get_charset()
    Get character set of current database
get_charset
in file EDB_MYSQLI.php, method EDB_MYSQLI::get_charset()
    Get character set of current database
get_charset
in file EDB_MYSQL.php, method EDB_MYSQL::get_charset()
    Get character set of current database
get_charset
in file EDB_CUBRID.php, method EDB_CUBRID::get_charset()
    Get character set of current database
get_charset
in file EDB_MSSQL.php, method EDB_MSSQL::get_charset()
    Get character set of current database
get_charset
in file edb.php, method EDB::get_charset()
    Get current db charset.
get_param_number
in file EDB_Common.php, method EDB_Common::get_param_number()
    Get number of query parameters
top

l

lastId
in file EDB_SQLITE2.php, method EDB_SQLITE2::lastId()
    가장 마지막 입력 row ID를 반환한다.
lastId
in file EDB_SQLITE3.php, method EDB_SQLITE3::lastId()
    가장 마지막 입력 row ID를 반환한다.
lastId
in file EDB_SQLRELAY.php, method EDB_SQLRELAY::lastId()
    가장 마지막 입력 row ID를 반환한다.
lastId
in file EDB_PGSQL.php, method EDB_PGSQL::lastId()
    가장 마지막 입력 row의 OID를 반환한다.
lastId
in file EDB_MYSQLI.php, method EDB_MYSQLI::lastId()
    마지막 실행한 쿼리에서 자동으로 생성된 ID(auto increment)값을 반환
lastId
in file EDB_CUBRID.php, method EDB_CUBRID::lastId()
    가장 마지막 입력 row ID를 반환한다.
lastId
in file EDB_MSSQL.php, method EDB_MSSQL::lastId()
    가장 마지막 입력 row의 OID를 반환한다.
lastId
in file EDB_MYSQL.php, method EDB_MYSQL::lastId()
    마지막 실행한 쿼리에서 자동으로 생성된 ID(auto increment)값을 반환
lastId
in file edb.php, method EDB::lastId()
    마지막 실행한 쿼리에서 자동으로 생성된 키값(Primary Key) 또는 row OID 값을 반환한다.
top

n

num_fields
in file EDB_SQLITE2.php, method EDB_SQLITE2::num_fields()
    Returns the number of fields in the result set.
num_fields
in file EDB_SQLITE3.php, method EDB_SQLITE3::num_fields()
    Get number of fields in result
num_fields
in file EDB_SQLRELAY.php, method EDB_SQLRELAY::num_fields()
    Return the number of columns in the result set
num_fields
in file EDB_PGSQL.php, method EDB_PGSQL::num_fields()
    Returns the number of fields in a result
num_fields
in file EDB_MYSQLI.php, method EDB_MYSQLI::num_fields()
    Returns the number of columns for the most recent query
num_fields
in file EDB_CUBRID.php, method EDB_CUBRID::num_fields()
    Return the number of columns in the result set
num_fields
in file EDB_MSSQL.php, method EDB_MSSQL::num_fields()
    Return the number of columns in the result set
num_fields
in file EDB_MYSQL.php, method EDB_MYSQL::num_fields()
    Get number of fields in result
num_fields
in file edb.php, method EDB::num_fields()
    해당 row의 field 수를 반환한다.
top

q

$queryLog
in file EDB_Common.php, variable EDB_Common::$queryLog
    Store sql query in session
query
in file EDB_SQLITE2.php, method EDB_SQLITE2::query()
    Performs a query on the database
query
in file EDB_SQLITE3.php, method EDB_SQLITE3::query()
    Performs a query on the database
query
in file EDB_SQLRELAY.php, method EDB_SQLRELAY::query()
    Performs a query on the database
query
in file EDB_PGSQL.php, method EDB_PGSQL::query()
    Performs a query on the database
query
in file EDB_MYSQL.php, method EDB_MYSQL::query()
    Performs a query on the database
query
in file EDB_CUBRID.php, method EDB_CUBRID::query()
    Performs a query on the database
query
in file EDB_MSSQL.php, method EDB_MSSQL::query()
    Performs a query on the database
query
in file edb.php, method EDB::query()
    데이터베이스상에서 쿼리를 실행한다.
query
in file EDB_MYSQLI.php, method EDB_MYSQLI::query()
    Performs a query on the database
top

r

$result
in file EDB_Common.php, variable EDB_Common::$result
    DB result handler
top

s

seek
in file EDB_PGSQL.php, method EDB_PGSQL::seek()
    Adjusts the result pointer to an arbitrary row in the result
seek
in file edb.php, method EDB::seek()
    result row 포인터를 이동한다.
seek
in file EDB_SQLITE2.php, method EDB_SQLITE2::seek()
    Adjusts the result pointer to an arbitrary row in the result
seek
in file EDB_SQLITE3.php, method EDB_SQLITE3::seek()
    Adjusts the result pointer to an arbitrary row in the result
seek
in file EDB_SQLRELAY.php, method EDB_SQLRELAY::seek()
    Move the cursor in the result
seek
in file EDB_MYSQL.php, method EDB_MYSQL::seek()
    Adjusts the result pointer to an arbitrary row in the result
seek
in file EDB_MYSQLI.php, method EDB_MYSQLI::seek()
    Adjusts the result pointer to an arbitrary row in the result
seek
in file EDB_CUBRID.php, method EDB_CUBRID::seek()
    Move the cursor in the result
seek
in file EDB_MSSQL.php, method EDB_MSSQL::seek()
    Move the cursor in the result
set_charset
in file EDB_SQLITE2.php, method EDB_SQLITE2::set_charset()
    Set character set of current database
set_charset
in file EDB_SQLITE3.php, method EDB_SQLITE3::set_charset()
    Set character set of current database
set_charset
in file edb.php, method EDB::set_charset()
    Set database charset.
set_charset
in file EDB_SQLRELAY.php, method EDB_SQLRELAY::set_charset()
    Set character set of current database
set_charset
in file EDB_PGSQL.php, method EDB_PGSQL::set_charset()
    Set character set of current database
set_charset
in file EDB_MYSQL.php, method EDB_MYSQL::set_charset()
    Set character set of current database
set_charset
in file EDB_MYSQLI.php, method EDB_MYSQLI::set_charset()
    Set character set of current database
set_charset
in file EDB_CUBRID.php, method EDB_CUBRID::set_charset()
    Set character set of current database
set_charset
in file EDB_MSSQL.php, method EDB_MSSQL::set_charset()
    Set character set of current database
switch_freemark
in file EDB_Common.php, method EDB_Common::switch_freemark()
    Change free marking
top

t

transaction_end
in file edb.php, method EDB::transaction_end()
    DB transaction을 종료한다.
transaction_start
in file edb.php, method EDB::transaction_start()
    DB transaction을 시작한다.
trend
in file EDB_PGSQL.php, method EDB_PGSQL::trend()
    DB transaction 을 종료한다.
trend
in file EDB_SQLITE2.php, method EDB_SQLITE2::trend()
    DB transaction 을 종료한다.
trend
in file EDB_SQLRELAY.php, method EDB_SQLRELAY::trend()
    DB transaction 을 종료한다.
trend
in file EDB_SQLITE3.php, method EDB_SQLITE3::trend()
    DB transaction 을 종료한다.
trend
in file EDB_MYSQLI.php, method EDB_MYSQLI::trend()
    DB transaction 을 종료한다.
trend
in file EDB_CUBRID.php, method EDB_CUBRID::trend()
    DB transaction을 종료한다.
trend
in file EDB_MSSQL.php, method EDB_MSSQL::trend()
    DB transaction 을 종료한다.
trend
in file EDB_MYSQL.php, method EDB_MYSQL::trend()
    DB transaction 을 종료한다.
trstart
in file EDB_SQLITE3.php, method EDB_SQLITE3::trstart()
    DB transaction 을 시작한다.
trstart
in file EDB_SQLRELAY.php, method EDB_SQLRELAY::trstart()
    DB transaction 을 시작한다.
trstart
in file EDB_CUBRID.php, method EDB_CUBRID::trstart()
    DB transaction을 시작한다.
trstart
in file EDB_SQLITE2.php, method EDB_SQLITE2::trstart()
    DB transaction 을 시작한다.
trstart
in file EDB_MSSQL.php, method EDB_MSSQL::trstart()
    DB transaction 을 시작한다.
trstart
in file EDB_PGSQL.php, method EDB_PGSQL::trstart()
    DB transaction 을 시작한다.
trstart
in file EDB_MYSQL.php, method EDB_MYSQL::trstart()
    DB transaction 을 시작한다.
trstart
in file EDB_MYSQLI.php, method EDB_MYSQLI::trstart()
    DB transaction 을 시작한다.
top

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