MapKey
Read onlyYes
FinalYes
Properties
Methods
- __construct() : mixed
- boolean() : self
- date() : self
- datetime() : self
- decimal() : self
- double() : self
- float() : self
- int32() : self
- int64() : self
- string() : self
- time() : self
- uuid() : self
Properties
$key
public
Column
$key
Methods
__construct()
public
__construct(Column $key) : mixed
Parameters
- $key : Column
boolean()
public
static boolean() : self
Return values
selfdate()
public
static date() : self
Return values
selfdatetime()
public
static datetime() : self
Return values
selfdecimal()
public
static decimal(int $precision, int $scale) : self
Parameters
- $precision : int
- $scale : int
Return values
selfdouble()
public
static double() : self
Return values
selffloat()
public
static float() : self
Return values
selfint32()
public
static int32() : self
Return values
selfint64()
public
static int64() : self
Return values
selfstring()
public
static string() : self
Return values
selftime()
public
static time() : self
Return values
selfuuid()
public
static uuid() : self