final class OdbcField (View source)

Methods

__construct(string $name, string $type, int $maxLength, bool $primaryKey = false, mixed $default = null)
string
name()
string
string
type()
string
int
int
bool
bool
mixed
mixed
object
object

Details

__construct

__construct(string $name, string $type, int $maxLength, bool $primaryKey = false, mixed $default = null)

No description

Parameters

string $name
string $type
int $maxLength
bool $primaryKey
mixed $default

name

string name()

No description

Return Value

string

type

string type()

No description

Return Value

string

maxLength

int maxLength()

No description

Return Value

int

primaryKey

bool primaryKey()

No description

Return Value

bool

default

mixed default()

No description

Return Value

mixed

toObject

object toObject()

No description

Return Value

object