PHP 클래스 XBase\Table

파일 보기 프로젝트 열기: hisamu/php-xbase 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$backlist
$columns
$encrypted
$foxpro
$headerLength
$inTransaction
$languageCode
$mdxFlag
$memoFile
$modifyDate
$recordByteLength
$recordCount
$version

보호된 프로퍼티들

프로퍼티 타입 설명
$avaliableColumns
$convertFrom
$deleteCount
$filePos
$fp
$record
$recordPos
$tableName

공개 메소드들

메소드 설명
__construct ( $tableName, $avaliableColumns = null, $convertFrom = null )
addColumn ( $column )
close ( )
getColumn ( $name )
getColumnCount ( )
getColumns ( )
getConvertFrom ( )
getDeleteCount ( )
getName ( )
getRecord ( )
getRecordByteLength ( )
getRecordCount ( )
getRecordPos ( )
moveTo ( $index )
nextRecord ( )
previousRecord ( )

보호된 메소드들

메소드 설명
isOpen ( )
open ( )
read3ByteDate ( )
read4ByteDate ( )
readByte ( )
readBytes ( $l )
readChar ( )
readHeader ( )
readInt ( )
readLong ( )
readShort ( )
readString ( $l )
write3ByteDate ( $d )
write4ByteDate ( $d )
writeByte ( $b )
writeBytes ( $buf )
writeChar ( $c )
writeInt ( $i )
writeLong ( $l )
writeShort ( $s )
writeString ( $s )

비공개 메소드들

메소드 설명
setFilePos ( $offset )

메소드 상세

__construct() 공개 메소드

public __construct ( $tableName, $avaliableColumns = null, $convertFrom = null )

addColumn() 공개 메소드

public addColumn ( $column )

close() 공개 메소드

public close ( )

getColumn() 공개 메소드

public getColumn ( $name )

getColumnCount() 공개 메소드

public getColumnCount ( )

getColumns() 공개 메소드

public getColumns ( )

getConvertFrom() 공개 메소드

public getConvertFrom ( )

getDeleteCount() 공개 메소드

public getDeleteCount ( )

getName() 공개 메소드

public getName ( )

getRecord() 공개 메소드

public getRecord ( )

getRecordByteLength() 공개 메소드

public getRecordByteLength ( )

getRecordCount() 공개 메소드

public getRecordCount ( )

getRecordPos() 공개 메소드

public getRecordPos ( )

isOpen() 보호된 메소드

protected isOpen ( )

moveTo() 공개 메소드

public moveTo ( $index )

nextRecord() 공개 메소드

public nextRecord ( )

open() 보호된 메소드

protected open ( )

previousRecord() 공개 메소드

public previousRecord ( )

read3ByteDate() 보호된 메소드

protected read3ByteDate ( )

read4ByteDate() 보호된 메소드

protected read4ByteDate ( )

readByte() 보호된 메소드

protected readByte ( )

readBytes() 보호된 메소드

protected readBytes ( $l )

readChar() 보호된 메소드

protected readChar ( )

readHeader() 보호된 메소드

protected readHeader ( )

readInt() 보호된 메소드

protected readInt ( )

readLong() 보호된 메소드

protected readLong ( )

readShort() 보호된 메소드

protected readShort ( )

readString() 보호된 메소드

protected readString ( $l )

write3ByteDate() 보호된 메소드

protected write3ByteDate ( $d )

write4ByteDate() 보호된 메소드

protected write4ByteDate ( $d )

writeByte() 보호된 메소드

protected writeByte ( $b )

writeBytes() 보호된 메소드

protected writeBytes ( $buf )

writeChar() 보호된 메소드

protected writeChar ( $c )

writeInt() 보호된 메소드

protected writeInt ( $i )

writeLong() 보호된 메소드

protected writeLong ( $l )

writeShort() 보호된 메소드

protected writeShort ( $s )

writeString() 보호된 메소드

protected writeString ( $s )

프로퍼티 상세

$avaliableColumns 보호되어 있는 프로퍼티

protected $avaliableColumns

$backlist 공개적으로 프로퍼티

public $backlist

$columns 공개적으로 프로퍼티

public $columns

$convertFrom 보호되어 있는 프로퍼티

protected $convertFrom

$deleteCount 보호되어 있는 프로퍼티

protected $deleteCount

$encrypted 공개적으로 프로퍼티

public $encrypted

$filePos 보호되어 있는 프로퍼티

protected $filePos

$foxpro 공개적으로 프로퍼티

public $foxpro

$fp 보호되어 있는 프로퍼티

protected $fp

$headerLength 공개적으로 프로퍼티

public $headerLength

$inTransaction 공개적으로 프로퍼티

public $inTransaction

$languageCode 공개적으로 프로퍼티

public $languageCode

$mdxFlag 공개적으로 프로퍼티

public $mdxFlag

$memoFile 공개적으로 프로퍼티

public $memoFile

$modifyDate 공개적으로 프로퍼티

public $modifyDate

$record 보호되어 있는 프로퍼티

protected $record

$recordByteLength 공개적으로 프로퍼티

public $recordByteLength

$recordCount 공개적으로 프로퍼티

public $recordCount

$recordPos 보호되어 있는 프로퍼티

protected $recordPos

$tableName 보호되어 있는 프로퍼티

protected $tableName

$version 공개적으로 프로퍼티

public $version