TypeMappingException extends RuntimeException
FinalYes
Methods
- unmappedColumn() : self
- unsupportedColumnType() : self
- unsupportedFlowType() : self
Methods
unmappedColumn()
public
static unmappedColumn(string $column, string $flowTypeClass) : self
Parameters
- $column : string
- $flowTypeClass : string
Return values
selfunsupportedColumnType()
public
static unsupportedColumnType(string $pgTypeName) : self
Parameters
- $pgTypeName : string
Return values
selfunsupportedFlowType()
public
static unsupportedFlowType(string $flowTypeClass) : self
Parameters
- $flowTypeClass : string