PHP Class XBase\Table

Afficher le fichier Open project: hisamu/php-xbase Class Usage Examples

Méthodes publiques

Свойство Type Description
$backlist
$columns
$encrypted
$foxpro
$headerLength
$inTransaction
$languageCode
$mdxFlag
$memoFile
$modifyDate
$recordByteLength
$recordCount
$version

Protected Properties

Свойство Type Description
$avaliableColumns
$convertFrom
$deleteCount
$filePos
$fp
$record
$recordPos
$tableName

Méthodes publiques

Méthode Description
__construct ( $tableName, $avaliableColumns = null, $convertFrom = null )
addColumn ( $column )
close ( )
getColumn ( $name )
getColumnCount ( )
getColumns ( )
getConvertFrom ( )
getDeleteCount ( )
getName ( )
getRecord ( )
getRecordByteLength ( )
getRecordCount ( )
getRecordPos ( )
moveTo ( $index )
nextRecord ( )
previousRecord ( )

Méthodes protégées

Méthode Description
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 )

Private Methods

Méthode Description
setFilePos ( $offset )

Method Details

__construct() public méthode

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

addColumn() public méthode

public addColumn ( $column )

close() public méthode

public close ( )

getColumn() public méthode

public getColumn ( $name )

getColumnCount() public méthode

public getColumnCount ( )

getColumns() public méthode

public getColumns ( )

getConvertFrom() public méthode

public getConvertFrom ( )

getDeleteCount() public méthode

public getDeleteCount ( )

getName() public méthode

public getName ( )

getRecord() public méthode

public getRecord ( )

getRecordByteLength() public méthode

public getRecordByteLength ( )

getRecordCount() public méthode

public getRecordCount ( )

getRecordPos() public méthode

public getRecordPos ( )

isOpen() protected méthode

protected isOpen ( )

moveTo() public méthode

public moveTo ( $index )

nextRecord() public méthode

public nextRecord ( )

open() protected méthode

protected open ( )

previousRecord() public méthode

public previousRecord ( )

read3ByteDate() protected méthode

protected read3ByteDate ( )

read4ByteDate() protected méthode

protected read4ByteDate ( )

readByte() protected méthode

protected readByte ( )

readBytes() protected méthode

protected readBytes ( $l )

readChar() protected méthode

protected readChar ( )

readHeader() protected méthode

protected readHeader ( )

readInt() protected méthode

protected readInt ( )

readLong() protected méthode

protected readLong ( )

readShort() protected méthode

protected readShort ( )

readString() protected méthode

protected readString ( $l )

write3ByteDate() protected méthode

protected write3ByteDate ( $d )

write4ByteDate() protected méthode

protected write4ByteDate ( $d )

writeByte() protected méthode

protected writeByte ( $b )

writeBytes() protected méthode

protected writeBytes ( $buf )

writeChar() protected méthode

protected writeChar ( $c )

writeInt() protected méthode

protected writeInt ( $i )

writeLong() protected méthode

protected writeLong ( $l )

writeShort() protected méthode

protected writeShort ( $s )

writeString() protected méthode

protected writeString ( $s )

Property Details

$avaliableColumns protected_oe property

protected $avaliableColumns

$backlist public_oe property

public $backlist

$columns public_oe property

public $columns

$convertFrom protected_oe property

protected $convertFrom

$deleteCount protected_oe property

protected $deleteCount

$encrypted public_oe property

public $encrypted

$filePos protected_oe property

protected $filePos

$foxpro public_oe property

public $foxpro

$fp protected_oe property

protected $fp

$headerLength public_oe property

public $headerLength

$inTransaction public_oe property

public $inTransaction

$languageCode public_oe property

public $languageCode

$mdxFlag public_oe property

public $mdxFlag

$memoFile public_oe property

public $memoFile

$modifyDate public_oe property

public $modifyDate

$record protected_oe property

protected $record

$recordByteLength public_oe property

public $recordByteLength

$recordCount public_oe property

public $recordCount

$recordPos protected_oe property

protected $recordPos

$tableName protected_oe property

protected $tableName

$version public_oe property

public $version