메소드 |
설명 |
|
__construct ( $options = null ) |
|
|
avg ( $table, $join, $column = null, $where = null ) |
|
|
count ( $table, $join = null, $column = null, $where = null ) |
|
|
debug ( ) |
|
|
delete ( $table, $where ) |
|
|
error ( ) |
|
|
exec ( $query ) |
|
|
get ( $table, $join = null, $column = null, $where = null ) |
|
|
has ( $table, $join, $where = null ) |
|
|
info ( ) |
|
|
insert ( $table, $datas ) |
|
|
last_query ( ) |
|
|
log ( ) |
|
|
max ( $table, $join, $column = null, $where = null ) |
|
|
min ( $table, $join, $column = null, $where = null ) |
|
|
query ( $query ) |
|
|
quote ( $string ) |
|
|
replace ( $table, $columns, $search = null, $replace = null, $where = null ) |
|
|
select ( $table, $join, $columns = null, $where = null ) |
|
|
sum ( $table, $join, $column = null, $where = null ) |
|
|
update ( $table, $data, $where = null ) |
|
|