OdbcField
final class OdbcField (View source)
Methods
__construct(string $name, string $type, int $maxLength, bool $primaryKey = false, mixed $default = null)
name()
string
type()
string
int
bool
default()
mixed
toObject()
object
Details
__construct
__construct(string $name, string $type, int $maxLength, bool $primaryKey = false, mixed $default = null)
No description
name
string
name()
No description
type
string
type()
No description
maxLength
int
maxLength()
No description
primaryKey
bool
primaryKey()
No description
default
mixed
default()
No description
toObject
object
toObject()
No description