ADORecordset_sybase Class Reference

Inheritance diagram for ADORecordset_sybase:

Inheritance graph
[legend]
Collaboration diagram for ADORecordset_sybase:

Collaboration graph
[legend]

List of all members.

Public Member Functions

 ADORecordset_sybase ($id, $mode=false)
FetchField ($fieldOffset=-1)
 _initrs ()
 _seek ($row)
 _fetch ($ignore_fields=false)
 _close ()
 UnixDate ($v)
 UnixTimeStamp ($v)

Public Attributes

 $databaseType = "sybase"
 $canSeek = true
 in other words, we use a text area for editing.
 $_mths = array('JAN'=>1,'FEB'=>2,'MAR'=>3,'APR'=>4,'MAY'=>5,'JUN'=>6,'JUL'=>7,'AUG'=>8,'SEP'=>9,'OCT'=>10,'NOV'=>11,'DEC'=>12)


Detailed Description

Definition at line 281 of file adodb-sybase.inc.php.


Member Function Documentation

& ADORecordset_sybase::FetchField ( fieldoffset = -1  ) 

Get the ADOFieldObject of a specific column.

Parameters:
fieldoffset is the column position to access(0-based).
Returns:
the ADOFieldObject for that column, or false.

Reimplemented from ADORecordSet.

Definition at line 303 of file adodb-sybase.inc.php.

ADORecordset_sybase::UnixDate ( v  ) 

Parameters:
$v is a date string in YYYY-MM-DD format
Returns:
date in unix timestamp format, or 0 if before TIMESTAMP_FIRST_YEAR, or false if invalid date format

Reimplemented from ADORecordSet.

Definition at line 356 of file adodb-sybase.inc.php.

ADORecordset_sybase::UnixTimeStamp ( v  ) 

Parameters:
$v is a timestamp string in YYYY-MM-DD HH-NN-SS format
Returns:
date in unix timestamp format, or 0 if before TIMESTAMP_FIRST_YEAR, or false if invalid date format

Reimplemented from ADORecordSet.

Definition at line 361 of file adodb-sybase.inc.php.


Member Data Documentation

ADORecordset_sybase::$canSeek = true

in other words, we use a text area for editing.

any varchar/char field this size or greater is treated as a blob

Reimplemented from ADORecordSet.

Definition at line 284 of file adodb-sybase.inc.php.


The documentation for this class was generated from the following file:
This documentation has been generated automatically from TYPO3 source code using Doxygen and is provided as is by Cast Iron Coding as a courtesy to other TYPO3 developers and users. Please consider Cast Iron Coding — a full-service web development agency in Portland, Oregon specializing in TYPO3 extension development — for all of your TYPO3 development and consulting needs!