PHP 클래스 DB, TeamPass

파일 보기 프로젝트 열기: nilsteampassnet/TeamPass 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$dbName initial connection
$encoding
$error_handler
$host
$named_param_seperator
$nested_transactions
$nonsql_error_handler
$param_char configure workings
$password
$port
$success_handler
$throw_exception_on_error
$throw_exception_on_nonsql_error
$usenull
$user

보호된 프로퍼티들

프로퍼티 타입 설명
$mdb internal

공개 메소드들

메소드 설명
affectedRows ( )
columnList ( )
commit ( )
count ( )
debugMode ( $handler = true )
delete ( )
disconnect ( )
get ( )
getMDB ( )
insert ( )
insertId ( )
insertIgnore ( )
insertUpdate ( )
nonSQLError ( )
query ( )
queryAllLists ( )
queryFirstColumn ( )
queryFirstField ( )
queryFirstList ( )
queryFirstRow ( )
queryFullColumns ( )
queryOneColumn ( )
queryOneField ( )
queryOneList ( )
queryOneRow ( )
queryRaw ( )
queryRawUnbuf ( )
replace ( )
rollback ( )
serverVersion ( )
sqlEval ( )
startTransaction ( )
tableList ( )
transactionDepth ( )
update ( )
useDB ( )

메소드 상세

affectedRows() 공개 정적인 메소드

public static affectedRows ( )

columnList() 공개 정적인 메소드

public static columnList ( )

commit() 공개 정적인 메소드

public static commit ( )

count() 공개 정적인 메소드

public static count ( )

debugMode() 공개 정적인 메소드

public static debugMode ( $handler = true )

delete() 공개 정적인 메소드

public static delete ( )

disconnect() 공개 정적인 메소드

public static disconnect ( )

get() 공개 정적인 메소드

public static get ( )

getMDB() 공개 정적인 메소드

public static getMDB ( )

insert() 공개 정적인 메소드

public static insert ( )

insertId() 공개 정적인 메소드

public static insertId ( )

insertIgnore() 공개 정적인 메소드

public static insertIgnore ( )

insertUpdate() 공개 정적인 메소드

public static insertUpdate ( )

nonSQLError() 공개 정적인 메소드

public static nonSQLError ( )

query() 공개 정적인 메소드

public static query ( )

queryAllLists() 공개 정적인 메소드

public static queryAllLists ( )

queryFirstColumn() 공개 정적인 메소드

public static queryFirstColumn ( )

queryFirstField() 공개 정적인 메소드

public static queryFirstField ( )

queryFirstList() 공개 정적인 메소드

public static queryFirstList ( )

queryFirstRow() 공개 정적인 메소드

public static queryFirstRow ( )

queryFullColumns() 공개 정적인 메소드

public static queryFullColumns ( )

queryOneColumn() 공개 정적인 메소드

public static queryOneColumn ( )

queryOneField() 공개 정적인 메소드

public static queryOneField ( )

queryOneList() 공개 정적인 메소드

public static queryOneList ( )

queryOneRow() 공개 정적인 메소드

public static queryOneRow ( )

queryRaw() 공개 정적인 메소드

public static queryRaw ( )

queryRawUnbuf() 공개 정적인 메소드

public static queryRawUnbuf ( )

replace() 공개 정적인 메소드

public static replace ( )

rollback() 공개 정적인 메소드

public static rollback ( )

serverVersion() 공개 정적인 메소드

public static serverVersion ( )

sqlEval() 공개 정적인 메소드

public static sqlEval ( )

startTransaction() 공개 정적인 메소드

public static startTransaction ( )

tableList() 공개 정적인 메소드

public static tableList ( )

transactionDepth() 공개 정적인 메소드

public static transactionDepth ( )

update() 공개 정적인 메소드

public static update ( )

useDB() 공개 정적인 메소드

public static useDB ( )

프로퍼티 상세

$dbName 공개적으로 정적으로 프로퍼티

initial connection
public static $dbName

$encoding 공개적으로 정적으로 프로퍼티

public static $encoding

$error_handler 공개적으로 정적으로 프로퍼티

public static $error_handler

$host 공개적으로 정적으로 프로퍼티

public static $host

$mdb 보호되어 있는 정적으로 프로퍼티

internal
protected static $mdb

$named_param_seperator 공개적으로 정적으로 프로퍼티

public static $named_param_seperator

$nested_transactions 공개적으로 정적으로 프로퍼티

public static $nested_transactions

$nonsql_error_handler 공개적으로 정적으로 프로퍼티

public static $nonsql_error_handler

$param_char 공개적으로 정적으로 프로퍼티

configure workings
public static $param_char

$password 공개적으로 정적으로 프로퍼티

public static $password

$port 공개적으로 정적으로 프로퍼티

public static $port

$success_handler 공개적으로 정적으로 프로퍼티

public static $success_handler

$throw_exception_on_error 공개적으로 정적으로 프로퍼티

public static $throw_exception_on_error

$throw_exception_on_nonsql_error 공개적으로 정적으로 프로퍼티

public static $throw_exception_on_nonsql_error

$usenull 공개적으로 정적으로 프로퍼티

public static $usenull

$user 공개적으로 정적으로 프로퍼티

public static $user