FreenetIS
 All Classes Namespaces Functions Variables Pages
Public Member Functions | Public Attributes | Protected Member Functions | Protected Attributes | List of all members
Dbase_Column Class Reference

DBase column. More...

Public Member Functions

 __construct ($name, $type, $length=1, $precision=0)
 get_length ()
 get_name ()
 get_name_padded ()
 get_type ()
 get_precision ()

Public Attributes

const DBFFIELD_TYPE_CHAR = 'C'
const DBFFIELD_TYPE_NUMERIC = 'N'
const DBFFIELD_TYPE_FLOATING = 'F'
const DBFFIELD_TYPE_DATE = 'D'
const DBFFIELD_TYPE_LOGICAL = 'L'
const DBFIELD_MAX_NAME_LENGTH = 10

Protected Member Functions

 check_name ($name)

Protected Attributes

 $name
 $type
 $length
 $precision
 $trans

Detailed Description

DBase column.

Author
Jan Dubina

The documentation for this class was generated from the following file: