Documentation

DataField
in package

Represents a data field in a database table.

Table of Contents

Properties

$db  : string
The name of the database containing the field.
$decimals  : int
The number of decimals for the field (if applicable).
$def  : string
The default value of the field.
$escaped  : string
The escaped name of the field.
$flags  : array<string|int, mixed>
The flags associated with the field.
$length  : int
The length of the field.
$maxLength  : int
The maximum length of the field.
$name  : string
The name of the field.
$originalName  : string
The original name of the field.
$originalTable  : string
The original table name of the field.
$table  : string
The name of the table containing the field.
$type  : string
The data type of the field.

Properties

$db

The name of the database containing the field.

public string $db

$decimals

The number of decimals for the field (if applicable).

public int $decimals

$def

The default value of the field.

public string $def

$escaped

The escaped name of the field.

public string $escaped

$flags

The flags associated with the field.

public array<string|int, mixed> $flags

$length

The length of the field.

public int $length

$maxLength

The maximum length of the field.

public int $maxLength

$name

The name of the field.

public string $name

$originalName

The original name of the field.

public string $originalName

$originalTable

The original table name of the field.

public string $originalTable

$table

The name of the table containing the field.

public string $table

$type

The data type of the field.

public string $type

        
On this page

Search results