Class OracleEloquent
- Illuminate\Database\Eloquent\Model
-
Yajra\Oci8\Eloquent\OracleEloquent
public
string
|
|
public
string
|
|
public
boolean|integer
|
|
public
array
|
|
public
boolean
|
|
public
string
|
|
protected
|
|
protected
boolean
|
#
performUpdate( Illuminate\Database\Eloquent\Builder $query, array $options = [] )
Perform a model update operation. |
protected
|
|
protected
boolean
|
#
performInsert( Illuminate\Database\Eloquent\Builder $query, array $options = [] )
Perform a model insert operation. |
protected
integer|
|
#
insertAndSetId( Illuminate\Database\Eloquent\Builder $query, array $attributes )
Insert the given attributes and set the ID on the model. |
protected
array
|
$binaries
List of binary (blob) columns |
#
[]
|
protected
array
|
$wrapBinaries
|
#
[]
|
protected
string
|
$sequence
Sequence name variable |
#
null
|