24890 lines
1.5 MiB
24890 lines
1.5 MiB
<?php
|
|
|
|
namespace App\Models {
|
|
|
|
/**
|
|
* App\Models\ActivityCrf
|
|
*
|
|
* @property string|null $updated_by
|
|
* @property string|null $created_by
|
|
* @property \Illuminate\Support\Carbon|null $updated_at
|
|
* @property \Illuminate\Support\Carbon|null $created_at
|
|
* @property int $row_status
|
|
* @property float|null $co2eq
|
|
* @property float|null $n2o
|
|
* @property float|null $ch4
|
|
* @property float|null $co2
|
|
* @property float|null $gwp_n2o
|
|
* @property float|null $gwp_ch4
|
|
* @property float|null $gwp_co2
|
|
* @property string $ws_code
|
|
* @property string $sector
|
|
* @property string $activity_year
|
|
* @property string $inventory_year
|
|
* @property string $id
|
|
* @property-read \App\Models\ReferenceWs $ws
|
|
* @property-read \App\Models\ReferenceSector $sektor
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityCrf>|ActivityCrf whereId($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityCrf>|ActivityCrf whereInventoryYear($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityCrf>|ActivityCrf whereActivityYear($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityCrf>|ActivityCrf whereSector($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityCrf>|ActivityCrf whereWsCode($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityCrf>|ActivityCrf whereGwpCo2($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityCrf>|ActivityCrf whereGwpCh4($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityCrf>|ActivityCrf whereGwpN2O($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityCrf>|ActivityCrf whereCo2($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityCrf>|ActivityCrf whereCh4($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityCrf>|ActivityCrf whereN2O($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityCrf>|ActivityCrf whereCo2Eq($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityCrf>|ActivityCrf whereRowStatus($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityCrf>|ActivityCrf whereCreatedAt($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityCrf>|ActivityCrf whereUpdatedAt($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityCrf>|ActivityCrf whereCreatedBy($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityCrf>|ActivityCrf whereUpdatedBy($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityCrf>|ActivityCrf rowActive()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityCrf>|ActivityCrf isActive()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityCrf>|ActivityCrf orderByRowNum()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityCrf>|ActivityCrf newModelQuery()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityCrf>|ActivityCrf newQuery()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityCrf>|ActivityCrf query()
|
|
* @method static mixed select($columns)
|
|
* @method static mixed selectSub($query, $as)
|
|
* @method static mixed selectRaw($expression, array $bindings)
|
|
* @method static mixed fromSub($query, $as)
|
|
* @method static mixed fromRaw($expression, $bindings)
|
|
* @method static mixed createSub($query)
|
|
* @method static mixed parseSub($query)
|
|
* @method static mixed prependDatabaseNameIfCrossDatabaseQuery($query)
|
|
* @method static mixed addSelect($column)
|
|
* @method static mixed distinct()
|
|
* @method static mixed from($table, $as)
|
|
* @method static mixed useIndex($index)
|
|
* @method static mixed forceIndex($index)
|
|
* @method static mixed ignoreIndex($index)
|
|
* @method static mixed join($table, $first, $operator, $second, $type, $where)
|
|
* @method static mixed joinWhere($table, $first, $operator, $second, $type)
|
|
* @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where)
|
|
* @method static mixed joinLateral($query, string $as, string $type)
|
|
* @method static mixed leftJoinLateral($query, string $as)
|
|
* @method static mixed leftJoin($table, $first, $operator, $second)
|
|
* @method static mixed leftJoinWhere($table, $first, $operator, $second)
|
|
* @method static mixed leftJoinSub($query, $as, $first, $operator, $second)
|
|
* @method static mixed rightJoin($table, $first, $operator, $second)
|
|
* @method static mixed rightJoinWhere($table, $first, $operator, $second)
|
|
* @method static mixed rightJoinSub($query, $as, $first, $operator, $second)
|
|
* @method static mixed crossJoin($table, $first, $operator, $second)
|
|
* @method static mixed crossJoinSub($query, $as)
|
|
* @method static mixed newJoinClause(self $parentQuery, $type, $table)
|
|
* @method static mixed newJoinLateralClause(self $parentQuery, $type, $table)
|
|
* @method static mixed mergeWheres($wheres, $bindings)
|
|
* @method static mixed where($column, $operator, $value, $boolean)
|
|
* @method static mixed addArrayOfWheres($column, $boolean, $method)
|
|
* @method static mixed prepareValueAndOperator($value, $operator, $useDefault)
|
|
* @method static mixed invalidOperatorAndValue($operator, $value)
|
|
* @method static mixed invalidOperator($operator)
|
|
* @method static mixed isBitwiseOperator($operator)
|
|
* @method static mixed orWhere($column, $operator, $value)
|
|
* @method static mixed whereNot($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereNot($column, $operator, $value)
|
|
* @method static mixed whereColumn($first, $operator, $second, $boolean)
|
|
* @method static mixed orWhereColumn($first, $operator, $second)
|
|
* @method static mixed whereRaw($sql, $bindings, $boolean)
|
|
* @method static mixed orWhereRaw($sql, $bindings)
|
|
* @method static mixed whereIn($column, $values, $boolean, $not)
|
|
* @method static mixed orWhereIn($column, $values)
|
|
* @method static mixed whereNotIn($column, $values, $boolean)
|
|
* @method static mixed orWhereNotIn($column, $values)
|
|
* @method static mixed whereIntegerInRaw($column, $values, $boolean, $not)
|
|
* @method static mixed orWhereIntegerInRaw($column, $values)
|
|
* @method static mixed whereIntegerNotInRaw($column, $values, $boolean)
|
|
* @method static mixed orWhereIntegerNotInRaw($column, $values)
|
|
* @method static mixed whereNull($columns, $boolean, $not)
|
|
* @method static mixed orWhereNull($column)
|
|
* @method static mixed whereNotNull($columns, $boolean)
|
|
* @method static mixed whereBetween($column, iterable $values, $boolean, $not)
|
|
* @method static mixed whereBetweenColumns($column, array $values, $boolean, $not)
|
|
* @method static mixed orWhereBetween($column, iterable $values)
|
|
* @method static mixed orWhereBetweenColumns($column, array $values)
|
|
* @method static mixed whereNotBetween($column, iterable $values, $boolean)
|
|
* @method static mixed whereNotBetweenColumns($column, array $values, $boolean)
|
|
* @method static mixed orWhereNotBetween($column, iterable $values)
|
|
* @method static mixed orWhereNotBetweenColumns($column, array $values)
|
|
* @method static mixed orWhereNotNull($column)
|
|
* @method static mixed whereDate($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereDate($column, $operator, $value)
|
|
* @method static mixed whereTime($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereTime($column, $operator, $value)
|
|
* @method static mixed whereDay($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereDay($column, $operator, $value)
|
|
* @method static mixed whereMonth($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereMonth($column, $operator, $value)
|
|
* @method static mixed whereYear($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereYear($column, $operator, $value)
|
|
* @method static mixed addDateBasedWhere($type, $column, $operator, $value, $boolean)
|
|
* @method static mixed whereNested(Closure $callback, $boolean)
|
|
* @method static mixed forNestedWhere()
|
|
* @method static mixed addNestedWhereQuery($query, $boolean)
|
|
* @method static mixed whereSub($column, $operator, $callback, $boolean)
|
|
* @method static mixed whereExists($callback, $boolean, $not)
|
|
* @method static mixed orWhereExists($callback, $not)
|
|
* @method static mixed whereNotExists($callback, $boolean)
|
|
* @method static mixed orWhereNotExists($callback)
|
|
* @method static mixed addWhereExistsQuery(self $query, $boolean, $not)
|
|
* @method static mixed whereRowValues($columns, $operator, $values, $boolean)
|
|
* @method static mixed orWhereRowValues($columns, $operator, $values)
|
|
* @method static mixed whereJsonContains($column, $value, $boolean, $not)
|
|
* @method static mixed orWhereJsonContains($column, $value)
|
|
* @method static mixed whereJsonDoesntContain($column, $value, $boolean)
|
|
* @method static mixed orWhereJsonDoesntContain($column, $value)
|
|
* @method static mixed whereJsonOverlaps($column, $value, $boolean, $not)
|
|
* @method static mixed orWhereJsonOverlaps($column, $value)
|
|
* @method static mixed whereJsonDoesntOverlap($column, $value, $boolean)
|
|
* @method static mixed orWhereJsonDoesntOverlap($column, $value)
|
|
* @method static mixed whereJsonContainsKey($column, $boolean, $not)
|
|
* @method static mixed orWhereJsonContainsKey($column)
|
|
* @method static mixed whereJsonDoesntContainKey($column, $boolean)
|
|
* @method static mixed orWhereJsonDoesntContainKey($column)
|
|
* @method static mixed whereJsonLength($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereJsonLength($column, $operator, $value)
|
|
* @method static mixed dynamicWhere($method, $parameters)
|
|
* @method static mixed addDynamic($segment, $connector, $parameters, $index)
|
|
* @method static mixed whereFullText($columns, $value, array $options, $boolean)
|
|
* @method static mixed orWhereFullText($columns, $value, array $options)
|
|
* @method static mixed whereAll($columns, $operator, $value, $boolean)
|
|
* @method static mixed orWhereAll($columns, $operator, $value)
|
|
* @method static mixed whereAny($columns, $operator, $value, $boolean)
|
|
* @method static mixed orWhereAny($columns, $operator, $value)
|
|
* @method static mixed groupBy($groups)
|
|
* @method static mixed groupByRaw($sql, array $bindings)
|
|
* @method static mixed having($column, $operator, $value, $boolean)
|
|
* @method static mixed orHaving($column, $operator, $value)
|
|
* @method static mixed havingNested(Closure $callback, $boolean)
|
|
* @method static mixed addNestedHavingQuery($query, $boolean)
|
|
* @method static mixed havingNull($columns, $boolean, $not)
|
|
* @method static mixed orHavingNull($column)
|
|
* @method static mixed havingNotNull($columns, $boolean)
|
|
* @method static mixed orHavingNotNull($column)
|
|
* @method static mixed havingBetween($column, iterable $values, $boolean, $not)
|
|
* @method static mixed havingRaw($sql, array $bindings, $boolean)
|
|
* @method static mixed orHavingRaw($sql, array $bindings)
|
|
* @method static mixed orderBy($column, $direction)
|
|
* @method static mixed orderByDesc($column)
|
|
* @method static mixed latest($column)
|
|
* @method static mixed oldest($column)
|
|
* @method static mixed inRandomOrder($seed)
|
|
* @method static mixed orderByRaw($sql, $bindings)
|
|
* @method static mixed skip($value)
|
|
* @method static mixed offset($value)
|
|
* @method static mixed take($value)
|
|
* @method static mixed limit($value)
|
|
* @method static mixed groupLimit($value, $column)
|
|
* @method static mixed forPage($page, $perPage)
|
|
* @method static mixed forPageBeforeId($perPage, $lastId, $column)
|
|
* @method static mixed forPageAfterId($perPage, $lastId, $column)
|
|
* @method static mixed reorder($column, $direction)
|
|
* @method static mixed removeExistingOrdersFor($column)
|
|
* @method static mixed union($query, $all)
|
|
* @method static mixed unionAll($query)
|
|
* @method static mixed lock($value)
|
|
* @method static mixed lockForUpdate()
|
|
* @method static mixed sharedLock()
|
|
* @method static mixed beforeQuery(callable $callback)
|
|
* @method static mixed applyBeforeQueryCallbacks()
|
|
* @method static mixed afterQuery(Closure $callback)
|
|
* @method static mixed applyAfterQueryCallbacks($result)
|
|
* @method static mixed toSql()
|
|
* @method static mixed toRawSql()
|
|
* @method static mixed find($id, $columns)
|
|
* @method static mixed findOr($id, $columns, Closure $callback)
|
|
* @method static mixed value($column)
|
|
* @method static mixed rawValue(string $expression, array $bindings)
|
|
* @method static mixed soleValue($column)
|
|
* @method static mixed get($columns)
|
|
* @method static mixed runSelect()
|
|
* @method static mixed withoutGroupLimitKeys($items)
|
|
* @method static mixed paginate($perPage, $columns, $pageName, $page, $total)
|
|
* @method static mixed simplePaginate($perPage, $columns, $pageName, $page)
|
|
* @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor)
|
|
* @method static mixed ensureOrderForCursorPagination($shouldReverse)
|
|
* @method static mixed getCountForPagination($columns)
|
|
* @method static mixed runPaginationCountQuery($columns)
|
|
* @method static mixed cloneForPaginationCount()
|
|
* @method static mixed withoutSelectAliases(array $columns)
|
|
* @method static mixed cursor()
|
|
* @method static mixed enforceOrderBy()
|
|
* @method static mixed pluck($column, $key)
|
|
* @method static mixed stripTableForPluck($column)
|
|
* @method static mixed pluckFromObjectColumn($queryResult, $column, $key)
|
|
* @method static mixed pluckFromArrayColumn($queryResult, $column, $key)
|
|
* @method static mixed implode($column, $glue)
|
|
* @method static mixed exists()
|
|
* @method static mixed doesntExist()
|
|
* @method static mixed existsOr(Closure $callback)
|
|
* @method static mixed doesntExistOr(Closure $callback)
|
|
* @method static mixed count($columns)
|
|
* @method static mixed min($column)
|
|
* @method static mixed max($column)
|
|
* @method static mixed sum($column)
|
|
* @method static mixed avg($column)
|
|
* @method static mixed average($column)
|
|
* @method static mixed aggregate($function, $columns)
|
|
* @method static mixed numericAggregate($function, $columns)
|
|
* @method static mixed setAggregate($function, $columns)
|
|
* @method static mixed onceWithColumns($columns, $callback)
|
|
* @method static mixed insert(array $values)
|
|
* @method static mixed insertOrIgnore(array $values)
|
|
* @method static mixed insertGetId(array $values, $sequence)
|
|
* @method static mixed insertUsing(array $columns, $query)
|
|
* @method static mixed insertOrIgnoreUsing(array $columns, $query)
|
|
* @method static mixed update(array $values)
|
|
* @method static mixed updateFrom(array $values)
|
|
* @method static mixed updateOrInsert(array $attributes, callable|array $values)
|
|
* @method static mixed upsert(array $values, $uniqueBy, $update)
|
|
* @method static mixed increment($column, $amount, array $extra)
|
|
* @method static mixed incrementEach(array $columns, array $extra)
|
|
* @method static mixed decrement($column, $amount, array $extra)
|
|
* @method static mixed decrementEach(array $columns, array $extra)
|
|
* @method static mixed delete($id)
|
|
* @method static mixed truncate()
|
|
* @method static mixed newQuery()
|
|
* @method static mixed forSubQuery()
|
|
* @method static mixed getColumns()
|
|
* @method static mixed raw($value)
|
|
* @method static mixed getUnionBuilders()
|
|
* @method static mixed getBindings()
|
|
* @method static mixed getRawBindings()
|
|
* @method static mixed setBindings(array $bindings, $type)
|
|
* @method static mixed addBinding($value, $type)
|
|
* @method static mixed castBinding($value)
|
|
* @method static mixed mergeBindings(self $query)
|
|
* @method static mixed cleanBindings(array $bindings)
|
|
* @method static mixed flattenValue($value)
|
|
* @method static mixed defaultKeyName()
|
|
* @method static mixed getConnection()
|
|
* @method static mixed getProcessor()
|
|
* @method static mixed getGrammar()
|
|
* @method static mixed useWritePdo()
|
|
* @method static mixed isQueryable($value)
|
|
* @method static mixed clone()
|
|
* @method static mixed cloneWithout(array $properties)
|
|
* @method static mixed cloneWithoutBindings(array $except)
|
|
* @method static mixed dump($args)
|
|
* @method static mixed dumpRawSql()
|
|
* @method static mixed dd()
|
|
* @method static mixed ddRawSql()
|
|
* @method static mixed chunk($count, callable $callback)
|
|
* @method static mixed chunkMap(callable $callback, $count)
|
|
* @method static mixed each(callable $callback, $count)
|
|
* @method static mixed chunkById($count, callable $callback, $column, $alias)
|
|
* @method static mixed chunkByIdDesc($count, callable $callback, $column, $alias)
|
|
* @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending)
|
|
* @method static mixed eachById(callable $callback, $count, $column, $alias)
|
|
* @method static mixed lazy($chunkSize)
|
|
* @method static mixed lazyById($chunkSize, $column, $alias)
|
|
* @method static mixed lazyByIdDesc($chunkSize, $column, $alias)
|
|
* @method static mixed orderedLazyById($chunkSize, $column, $alias, $descending)
|
|
* @method static mixed first($columns)
|
|
* @method static mixed sole($columns)
|
|
* @method static mixed paginateUsingCursor($perPage, $columns, $cursorName, $cursor)
|
|
* @method static mixed getOriginalColumnNameForCursorPagination($builder, string $parameter)
|
|
* @method static mixed paginator($items, $total, $perPage, $currentPage, $options)
|
|
* @method static mixed simplePaginator($items, $perPage, $currentPage, $options)
|
|
* @method static mixed cursorPaginator($items, $perPage, $cursor, $options)
|
|
* @method static mixed tap($callback)
|
|
* @method static mixed when($value, callable $callback, callable $default)
|
|
* @method static mixed unless($value, callable $callback, callable $default)
|
|
* @method static mixed explain()
|
|
* @method static mixed forwardCallTo($object, $method, $parameters)
|
|
* @method static mixed forwardDecoratedCallTo($object, $method, $parameters)
|
|
* @method static mixed throwBadMethodCallException($method)
|
|
* @method static mixed macro($name, $macro)
|
|
* @method static mixed mixin($mixin, $replace)
|
|
* @method static mixed hasMacro($name)
|
|
* @method static mixed flushMacros()
|
|
* @method static mixed macroCall($method, $parameters)
|
|
* @mixin \Illuminate\Database\Query\Builder
|
|
*/
|
|
class ActivityCrf extends \App\Models\SigdModel
|
|
{
|
|
//
|
|
}
|
|
|
|
/**
|
|
* App\Models\SigdModel
|
|
*
|
|
* @method static \Illuminate\Database\Eloquent\Builder<SigdModel>|SigdModel rowActive()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<SigdModel>|SigdModel isActive()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<SigdModel>|SigdModel orderByRowNum()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<SigdModel>|SigdModel newModelQuery()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<SigdModel>|SigdModel newQuery()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<SigdModel>|SigdModel query()
|
|
* @method static mixed select($columns)
|
|
* @method static mixed selectSub($query, $as)
|
|
* @method static mixed selectRaw($expression, array $bindings)
|
|
* @method static mixed fromSub($query, $as)
|
|
* @method static mixed fromRaw($expression, $bindings)
|
|
* @method static mixed createSub($query)
|
|
* @method static mixed parseSub($query)
|
|
* @method static mixed prependDatabaseNameIfCrossDatabaseQuery($query)
|
|
* @method static mixed addSelect($column)
|
|
* @method static mixed distinct()
|
|
* @method static mixed from($table, $as)
|
|
* @method static mixed useIndex($index)
|
|
* @method static mixed forceIndex($index)
|
|
* @method static mixed ignoreIndex($index)
|
|
* @method static mixed join($table, $first, $operator, $second, $type, $where)
|
|
* @method static mixed joinWhere($table, $first, $operator, $second, $type)
|
|
* @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where)
|
|
* @method static mixed joinLateral($query, string $as, string $type)
|
|
* @method static mixed leftJoinLateral($query, string $as)
|
|
* @method static mixed leftJoin($table, $first, $operator, $second)
|
|
* @method static mixed leftJoinWhere($table, $first, $operator, $second)
|
|
* @method static mixed leftJoinSub($query, $as, $first, $operator, $second)
|
|
* @method static mixed rightJoin($table, $first, $operator, $second)
|
|
* @method static mixed rightJoinWhere($table, $first, $operator, $second)
|
|
* @method static mixed rightJoinSub($query, $as, $first, $operator, $second)
|
|
* @method static mixed crossJoin($table, $first, $operator, $second)
|
|
* @method static mixed crossJoinSub($query, $as)
|
|
* @method static mixed newJoinClause(self $parentQuery, $type, $table)
|
|
* @method static mixed newJoinLateralClause(self $parentQuery, $type, $table)
|
|
* @method static mixed mergeWheres($wheres, $bindings)
|
|
* @method static mixed where($column, $operator, $value, $boolean)
|
|
* @method static mixed addArrayOfWheres($column, $boolean, $method)
|
|
* @method static mixed prepareValueAndOperator($value, $operator, $useDefault)
|
|
* @method static mixed invalidOperatorAndValue($operator, $value)
|
|
* @method static mixed invalidOperator($operator)
|
|
* @method static mixed isBitwiseOperator($operator)
|
|
* @method static mixed orWhere($column, $operator, $value)
|
|
* @method static mixed whereNot($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereNot($column, $operator, $value)
|
|
* @method static mixed whereColumn($first, $operator, $second, $boolean)
|
|
* @method static mixed orWhereColumn($first, $operator, $second)
|
|
* @method static mixed whereRaw($sql, $bindings, $boolean)
|
|
* @method static mixed orWhereRaw($sql, $bindings)
|
|
* @method static mixed whereIn($column, $values, $boolean, $not)
|
|
* @method static mixed orWhereIn($column, $values)
|
|
* @method static mixed whereNotIn($column, $values, $boolean)
|
|
* @method static mixed orWhereNotIn($column, $values)
|
|
* @method static mixed whereIntegerInRaw($column, $values, $boolean, $not)
|
|
* @method static mixed orWhereIntegerInRaw($column, $values)
|
|
* @method static mixed whereIntegerNotInRaw($column, $values, $boolean)
|
|
* @method static mixed orWhereIntegerNotInRaw($column, $values)
|
|
* @method static mixed whereNull($columns, $boolean, $not)
|
|
* @method static mixed orWhereNull($column)
|
|
* @method static mixed whereNotNull($columns, $boolean)
|
|
* @method static mixed whereBetween($column, iterable $values, $boolean, $not)
|
|
* @method static mixed whereBetweenColumns($column, array $values, $boolean, $not)
|
|
* @method static mixed orWhereBetween($column, iterable $values)
|
|
* @method static mixed orWhereBetweenColumns($column, array $values)
|
|
* @method static mixed whereNotBetween($column, iterable $values, $boolean)
|
|
* @method static mixed whereNotBetweenColumns($column, array $values, $boolean)
|
|
* @method static mixed orWhereNotBetween($column, iterable $values)
|
|
* @method static mixed orWhereNotBetweenColumns($column, array $values)
|
|
* @method static mixed orWhereNotNull($column)
|
|
* @method static mixed whereDate($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereDate($column, $operator, $value)
|
|
* @method static mixed whereTime($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereTime($column, $operator, $value)
|
|
* @method static mixed whereDay($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereDay($column, $operator, $value)
|
|
* @method static mixed whereMonth($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereMonth($column, $operator, $value)
|
|
* @method static mixed whereYear($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereYear($column, $operator, $value)
|
|
* @method static mixed addDateBasedWhere($type, $column, $operator, $value, $boolean)
|
|
* @method static mixed whereNested(Closure $callback, $boolean)
|
|
* @method static mixed forNestedWhere()
|
|
* @method static mixed addNestedWhereQuery($query, $boolean)
|
|
* @method static mixed whereSub($column, $operator, $callback, $boolean)
|
|
* @method static mixed whereExists($callback, $boolean, $not)
|
|
* @method static mixed orWhereExists($callback, $not)
|
|
* @method static mixed whereNotExists($callback, $boolean)
|
|
* @method static mixed orWhereNotExists($callback)
|
|
* @method static mixed addWhereExistsQuery(self $query, $boolean, $not)
|
|
* @method static mixed whereRowValues($columns, $operator, $values, $boolean)
|
|
* @method static mixed orWhereRowValues($columns, $operator, $values)
|
|
* @method static mixed whereJsonContains($column, $value, $boolean, $not)
|
|
* @method static mixed orWhereJsonContains($column, $value)
|
|
* @method static mixed whereJsonDoesntContain($column, $value, $boolean)
|
|
* @method static mixed orWhereJsonDoesntContain($column, $value)
|
|
* @method static mixed whereJsonOverlaps($column, $value, $boolean, $not)
|
|
* @method static mixed orWhereJsonOverlaps($column, $value)
|
|
* @method static mixed whereJsonDoesntOverlap($column, $value, $boolean)
|
|
* @method static mixed orWhereJsonDoesntOverlap($column, $value)
|
|
* @method static mixed whereJsonContainsKey($column, $boolean, $not)
|
|
* @method static mixed orWhereJsonContainsKey($column)
|
|
* @method static mixed whereJsonDoesntContainKey($column, $boolean)
|
|
* @method static mixed orWhereJsonDoesntContainKey($column)
|
|
* @method static mixed whereJsonLength($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereJsonLength($column, $operator, $value)
|
|
* @method static mixed dynamicWhere($method, $parameters)
|
|
* @method static mixed addDynamic($segment, $connector, $parameters, $index)
|
|
* @method static mixed whereFullText($columns, $value, array $options, $boolean)
|
|
* @method static mixed orWhereFullText($columns, $value, array $options)
|
|
* @method static mixed whereAll($columns, $operator, $value, $boolean)
|
|
* @method static mixed orWhereAll($columns, $operator, $value)
|
|
* @method static mixed whereAny($columns, $operator, $value, $boolean)
|
|
* @method static mixed orWhereAny($columns, $operator, $value)
|
|
* @method static mixed groupBy($groups)
|
|
* @method static mixed groupByRaw($sql, array $bindings)
|
|
* @method static mixed having($column, $operator, $value, $boolean)
|
|
* @method static mixed orHaving($column, $operator, $value)
|
|
* @method static mixed havingNested(Closure $callback, $boolean)
|
|
* @method static mixed addNestedHavingQuery($query, $boolean)
|
|
* @method static mixed havingNull($columns, $boolean, $not)
|
|
* @method static mixed orHavingNull($column)
|
|
* @method static mixed havingNotNull($columns, $boolean)
|
|
* @method static mixed orHavingNotNull($column)
|
|
* @method static mixed havingBetween($column, iterable $values, $boolean, $not)
|
|
* @method static mixed havingRaw($sql, array $bindings, $boolean)
|
|
* @method static mixed orHavingRaw($sql, array $bindings)
|
|
* @method static mixed orderBy($column, $direction)
|
|
* @method static mixed orderByDesc($column)
|
|
* @method static mixed latest($column)
|
|
* @method static mixed oldest($column)
|
|
* @method static mixed inRandomOrder($seed)
|
|
* @method static mixed orderByRaw($sql, $bindings)
|
|
* @method static mixed skip($value)
|
|
* @method static mixed offset($value)
|
|
* @method static mixed take($value)
|
|
* @method static mixed limit($value)
|
|
* @method static mixed groupLimit($value, $column)
|
|
* @method static mixed forPage($page, $perPage)
|
|
* @method static mixed forPageBeforeId($perPage, $lastId, $column)
|
|
* @method static mixed forPageAfterId($perPage, $lastId, $column)
|
|
* @method static mixed reorder($column, $direction)
|
|
* @method static mixed removeExistingOrdersFor($column)
|
|
* @method static mixed union($query, $all)
|
|
* @method static mixed unionAll($query)
|
|
* @method static mixed lock($value)
|
|
* @method static mixed lockForUpdate()
|
|
* @method static mixed sharedLock()
|
|
* @method static mixed beforeQuery(callable $callback)
|
|
* @method static mixed applyBeforeQueryCallbacks()
|
|
* @method static mixed afterQuery(Closure $callback)
|
|
* @method static mixed applyAfterQueryCallbacks($result)
|
|
* @method static mixed toSql()
|
|
* @method static mixed toRawSql()
|
|
* @method static mixed find($id, $columns)
|
|
* @method static mixed findOr($id, $columns, Closure $callback)
|
|
* @method static mixed value($column)
|
|
* @method static mixed rawValue(string $expression, array $bindings)
|
|
* @method static mixed soleValue($column)
|
|
* @method static mixed get($columns)
|
|
* @method static mixed runSelect()
|
|
* @method static mixed withoutGroupLimitKeys($items)
|
|
* @method static mixed paginate($perPage, $columns, $pageName, $page, $total)
|
|
* @method static mixed simplePaginate($perPage, $columns, $pageName, $page)
|
|
* @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor)
|
|
* @method static mixed ensureOrderForCursorPagination($shouldReverse)
|
|
* @method static mixed getCountForPagination($columns)
|
|
* @method static mixed runPaginationCountQuery($columns)
|
|
* @method static mixed cloneForPaginationCount()
|
|
* @method static mixed withoutSelectAliases(array $columns)
|
|
* @method static mixed cursor()
|
|
* @method static mixed enforceOrderBy()
|
|
* @method static mixed pluck($column, $key)
|
|
* @method static mixed stripTableForPluck($column)
|
|
* @method static mixed pluckFromObjectColumn($queryResult, $column, $key)
|
|
* @method static mixed pluckFromArrayColumn($queryResult, $column, $key)
|
|
* @method static mixed implode($column, $glue)
|
|
* @method static mixed exists()
|
|
* @method static mixed doesntExist()
|
|
* @method static mixed existsOr(Closure $callback)
|
|
* @method static mixed doesntExistOr(Closure $callback)
|
|
* @method static mixed count($columns)
|
|
* @method static mixed min($column)
|
|
* @method static mixed max($column)
|
|
* @method static mixed sum($column)
|
|
* @method static mixed avg($column)
|
|
* @method static mixed average($column)
|
|
* @method static mixed aggregate($function, $columns)
|
|
* @method static mixed numericAggregate($function, $columns)
|
|
* @method static mixed setAggregate($function, $columns)
|
|
* @method static mixed onceWithColumns($columns, $callback)
|
|
* @method static mixed insert(array $values)
|
|
* @method static mixed insertOrIgnore(array $values)
|
|
* @method static mixed insertGetId(array $values, $sequence)
|
|
* @method static mixed insertUsing(array $columns, $query)
|
|
* @method static mixed insertOrIgnoreUsing(array $columns, $query)
|
|
* @method static mixed update(array $values)
|
|
* @method static mixed updateFrom(array $values)
|
|
* @method static mixed updateOrInsert(array $attributes, callable|array $values)
|
|
* @method static mixed upsert(array $values, $uniqueBy, $update)
|
|
* @method static mixed increment($column, $amount, array $extra)
|
|
* @method static mixed incrementEach(array $columns, array $extra)
|
|
* @method static mixed decrement($column, $amount, array $extra)
|
|
* @method static mixed decrementEach(array $columns, array $extra)
|
|
* @method static mixed delete($id)
|
|
* @method static mixed truncate()
|
|
* @method static mixed newQuery()
|
|
* @method static mixed forSubQuery()
|
|
* @method static mixed getColumns()
|
|
* @method static mixed raw($value)
|
|
* @method static mixed getUnionBuilders()
|
|
* @method static mixed getBindings()
|
|
* @method static mixed getRawBindings()
|
|
* @method static mixed setBindings(array $bindings, $type)
|
|
* @method static mixed addBinding($value, $type)
|
|
* @method static mixed castBinding($value)
|
|
* @method static mixed mergeBindings(self $query)
|
|
* @method static mixed cleanBindings(array $bindings)
|
|
* @method static mixed flattenValue($value)
|
|
* @method static mixed defaultKeyName()
|
|
* @method static mixed getConnection()
|
|
* @method static mixed getProcessor()
|
|
* @method static mixed getGrammar()
|
|
* @method static mixed useWritePdo()
|
|
* @method static mixed isQueryable($value)
|
|
* @method static mixed clone()
|
|
* @method static mixed cloneWithout(array $properties)
|
|
* @method static mixed cloneWithoutBindings(array $except)
|
|
* @method static mixed dump($args)
|
|
* @method static mixed dumpRawSql()
|
|
* @method static mixed dd()
|
|
* @method static mixed ddRawSql()
|
|
* @method static mixed chunk($count, callable $callback)
|
|
* @method static mixed chunkMap(callable $callback, $count)
|
|
* @method static mixed each(callable $callback, $count)
|
|
* @method static mixed chunkById($count, callable $callback, $column, $alias)
|
|
* @method static mixed chunkByIdDesc($count, callable $callback, $column, $alias)
|
|
* @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending)
|
|
* @method static mixed eachById(callable $callback, $count, $column, $alias)
|
|
* @method static mixed lazy($chunkSize)
|
|
* @method static mixed lazyById($chunkSize, $column, $alias)
|
|
* @method static mixed lazyByIdDesc($chunkSize, $column, $alias)
|
|
* @method static mixed orderedLazyById($chunkSize, $column, $alias, $descending)
|
|
* @method static mixed first($columns)
|
|
* @method static mixed sole($columns)
|
|
* @method static mixed paginateUsingCursor($perPage, $columns, $cursorName, $cursor)
|
|
* @method static mixed getOriginalColumnNameForCursorPagination($builder, string $parameter)
|
|
* @method static mixed paginator($items, $total, $perPage, $currentPage, $options)
|
|
* @method static mixed simplePaginator($items, $perPage, $currentPage, $options)
|
|
* @method static mixed cursorPaginator($items, $perPage, $cursor, $options)
|
|
* @method static mixed tap($callback)
|
|
* @method static mixed when($value, callable $callback, callable $default)
|
|
* @method static mixed unless($value, callable $callback, callable $default)
|
|
* @method static mixed explain()
|
|
* @method static mixed forwardCallTo($object, $method, $parameters)
|
|
* @method static mixed forwardDecoratedCallTo($object, $method, $parameters)
|
|
* @method static mixed throwBadMethodCallException($method)
|
|
* @method static mixed macro($name, $macro)
|
|
* @method static mixed mixin($mixin, $replace)
|
|
* @method static mixed hasMacro($name)
|
|
* @method static mixed flushMacros()
|
|
* @method static mixed macroCall($method, $parameters)
|
|
* @mixin \Illuminate\Database\Query\Builder
|
|
*/
|
|
class SigdModel extends \Illuminate\Database\Eloquent\Model
|
|
{
|
|
//
|
|
}
|
|
|
|
/**
|
|
* App\Models\ActivityGpcOutput
|
|
*
|
|
* @property string|null $updated_by
|
|
* @property string|null $created_by
|
|
* @property \Illuminate\Support\Carbon|null $updated_at
|
|
* @property \Illuminate\Support\Carbon|null $created_at
|
|
* @property int $row_status
|
|
* @property float|null $gpc_basic
|
|
* @property float|null $credits_vi
|
|
* @property float|null $credits_v
|
|
* @property float|null $credits_iv
|
|
* @property float|null $credits_iii
|
|
* @property float|null $credits_ii
|
|
* @property float|null $credits_i
|
|
* @property float|null $vi_1
|
|
* @property float|null $v_3
|
|
* @property float|null $v_2
|
|
* @property float|null $v_1
|
|
* @property float|null $iv_2
|
|
* @property float|null $iv_1
|
|
* @property float|null $iii_4_3
|
|
* @property float|null $iii_4_2
|
|
* @property float|null $iii_4_1
|
|
* @property float|null $iii_3_3
|
|
* @property float|null $iii_3_2
|
|
* @property float|null $iii_3_1
|
|
* @property float|null $iii_2_3
|
|
* @property float|null $iii_2_2
|
|
* @property float|null $iii_2_1
|
|
* @property float|null $iii_1_3
|
|
* @property float|null $iii_1_2
|
|
* @property float|null $iii_1_1
|
|
* @property float|null $ii_5_3
|
|
* @property float|null $ii_5_2
|
|
* @property float|null $ii_5_1
|
|
* @property float|null $ii_4_3
|
|
* @property float|null $ii_4_2
|
|
* @property float|null $ii_4_1
|
|
* @property float|null $ii_3_3
|
|
* @property float|null $ii_3_2
|
|
* @property float|null $ii_3_1
|
|
* @property float|null $ii_2_3
|
|
* @property float|null $ii_2_2
|
|
* @property float|null $ii_2_1
|
|
* @property float|null $ii_1_3
|
|
* @property float|null $ii_1_2
|
|
* @property float|null $ii_1_1
|
|
* @property float|null $i_8_1
|
|
* @property float|null $i_7_1
|
|
* @property float|null $i_6_3
|
|
* @property float|null $i_6_2
|
|
* @property float|null $i_6_1
|
|
* @property float|null $i_5_3
|
|
* @property float|null $i_5_2
|
|
* @property float|null $i_5_1
|
|
* @property float|null $i_4_4
|
|
* @property float|null $i_4_3
|
|
* @property float|null $i_4_2
|
|
* @property float|null $i_4_1
|
|
* @property float|null $i_3_3
|
|
* @property float|null $i_3_2
|
|
* @property float|null $i_3_1
|
|
* @property float|null $i_2_3
|
|
* @property float|null $i_2_2
|
|
* @property float|null $i_2_1
|
|
* @property float|null $i_1_3
|
|
* @property float|null $i_1_2
|
|
* @property float|null $i_1_1
|
|
* @property float $gdp
|
|
* @property float $area
|
|
* @property float $population
|
|
* @property string $activity_year
|
|
* @property string $inventory_year
|
|
* @property string $id
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityGpcOutput>|ActivityGpcOutput whereId($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityGpcOutput>|ActivityGpcOutput whereInventoryYear($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityGpcOutput>|ActivityGpcOutput whereActivityYear($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityGpcOutput>|ActivityGpcOutput wherePopulation($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityGpcOutput>|ActivityGpcOutput whereArea($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityGpcOutput>|ActivityGpcOutput whereGdp($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityGpcOutput>|ActivityGpcOutput whereI11($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityGpcOutput>|ActivityGpcOutput whereI12($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityGpcOutput>|ActivityGpcOutput whereI13($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityGpcOutput>|ActivityGpcOutput whereI21($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityGpcOutput>|ActivityGpcOutput whereI22($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityGpcOutput>|ActivityGpcOutput whereI23($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityGpcOutput>|ActivityGpcOutput whereI31($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityGpcOutput>|ActivityGpcOutput whereI32($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityGpcOutput>|ActivityGpcOutput whereI33($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityGpcOutput>|ActivityGpcOutput whereI41($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityGpcOutput>|ActivityGpcOutput whereI42($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityGpcOutput>|ActivityGpcOutput whereI43($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityGpcOutput>|ActivityGpcOutput whereI44($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityGpcOutput>|ActivityGpcOutput whereI51($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityGpcOutput>|ActivityGpcOutput whereI52($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityGpcOutput>|ActivityGpcOutput whereI53($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityGpcOutput>|ActivityGpcOutput whereI61($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityGpcOutput>|ActivityGpcOutput whereI62($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityGpcOutput>|ActivityGpcOutput whereI63($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityGpcOutput>|ActivityGpcOutput whereI71($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityGpcOutput>|ActivityGpcOutput whereI81($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityGpcOutput>|ActivityGpcOutput whereIi11($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityGpcOutput>|ActivityGpcOutput whereIi12($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityGpcOutput>|ActivityGpcOutput whereIi13($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityGpcOutput>|ActivityGpcOutput whereIi21($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityGpcOutput>|ActivityGpcOutput whereIi22($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityGpcOutput>|ActivityGpcOutput whereIi23($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityGpcOutput>|ActivityGpcOutput whereIi31($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityGpcOutput>|ActivityGpcOutput whereIi32($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityGpcOutput>|ActivityGpcOutput whereIi33($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityGpcOutput>|ActivityGpcOutput whereIi41($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityGpcOutput>|ActivityGpcOutput whereIi42($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityGpcOutput>|ActivityGpcOutput whereIi43($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityGpcOutput>|ActivityGpcOutput whereIi51($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityGpcOutput>|ActivityGpcOutput whereIi52($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityGpcOutput>|ActivityGpcOutput whereIi53($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityGpcOutput>|ActivityGpcOutput whereIii11($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityGpcOutput>|ActivityGpcOutput whereIii12($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityGpcOutput>|ActivityGpcOutput whereIii13($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityGpcOutput>|ActivityGpcOutput whereIii21($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityGpcOutput>|ActivityGpcOutput whereIii22($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityGpcOutput>|ActivityGpcOutput whereIii23($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityGpcOutput>|ActivityGpcOutput whereIii31($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityGpcOutput>|ActivityGpcOutput whereIii32($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityGpcOutput>|ActivityGpcOutput whereIii33($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityGpcOutput>|ActivityGpcOutput whereIii41($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityGpcOutput>|ActivityGpcOutput whereIii42($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityGpcOutput>|ActivityGpcOutput whereIii43($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityGpcOutput>|ActivityGpcOutput whereIv1($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityGpcOutput>|ActivityGpcOutput whereIv2($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityGpcOutput>|ActivityGpcOutput whereV1($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityGpcOutput>|ActivityGpcOutput whereV2($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityGpcOutput>|ActivityGpcOutput whereV3($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityGpcOutput>|ActivityGpcOutput whereVi1($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityGpcOutput>|ActivityGpcOutput whereCreditsI($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityGpcOutput>|ActivityGpcOutput whereCreditsIi($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityGpcOutput>|ActivityGpcOutput whereCreditsIii($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityGpcOutput>|ActivityGpcOutput whereCreditsIv($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityGpcOutput>|ActivityGpcOutput whereCreditsV($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityGpcOutput>|ActivityGpcOutput whereCreditsVi($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityGpcOutput>|ActivityGpcOutput whereGpcBasic($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityGpcOutput>|ActivityGpcOutput whereRowStatus($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityGpcOutput>|ActivityGpcOutput whereCreatedAt($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityGpcOutput>|ActivityGpcOutput whereUpdatedAt($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityGpcOutput>|ActivityGpcOutput whereCreatedBy($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityGpcOutput>|ActivityGpcOutput whereUpdatedBy($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityGpcOutput>|ActivityGpcOutput rowActive()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityGpcOutput>|ActivityGpcOutput isActive()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityGpcOutput>|ActivityGpcOutput orderByRowNum()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityGpcOutput>|ActivityGpcOutput newModelQuery()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityGpcOutput>|ActivityGpcOutput newQuery()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityGpcOutput>|ActivityGpcOutput query()
|
|
* @method static mixed select($columns)
|
|
* @method static mixed selectSub($query, $as)
|
|
* @method static mixed selectRaw($expression, array $bindings)
|
|
* @method static mixed fromSub($query, $as)
|
|
* @method static mixed fromRaw($expression, $bindings)
|
|
* @method static mixed createSub($query)
|
|
* @method static mixed parseSub($query)
|
|
* @method static mixed prependDatabaseNameIfCrossDatabaseQuery($query)
|
|
* @method static mixed addSelect($column)
|
|
* @method static mixed distinct()
|
|
* @method static mixed from($table, $as)
|
|
* @method static mixed useIndex($index)
|
|
* @method static mixed forceIndex($index)
|
|
* @method static mixed ignoreIndex($index)
|
|
* @method static mixed join($table, $first, $operator, $second, $type, $where)
|
|
* @method static mixed joinWhere($table, $first, $operator, $second, $type)
|
|
* @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where)
|
|
* @method static mixed joinLateral($query, string $as, string $type)
|
|
* @method static mixed leftJoinLateral($query, string $as)
|
|
* @method static mixed leftJoin($table, $first, $operator, $second)
|
|
* @method static mixed leftJoinWhere($table, $first, $operator, $second)
|
|
* @method static mixed leftJoinSub($query, $as, $first, $operator, $second)
|
|
* @method static mixed rightJoin($table, $first, $operator, $second)
|
|
* @method static mixed rightJoinWhere($table, $first, $operator, $second)
|
|
* @method static mixed rightJoinSub($query, $as, $first, $operator, $second)
|
|
* @method static mixed crossJoin($table, $first, $operator, $second)
|
|
* @method static mixed crossJoinSub($query, $as)
|
|
* @method static mixed newJoinClause(self $parentQuery, $type, $table)
|
|
* @method static mixed newJoinLateralClause(self $parentQuery, $type, $table)
|
|
* @method static mixed mergeWheres($wheres, $bindings)
|
|
* @method static mixed where($column, $operator, $value, $boolean)
|
|
* @method static mixed addArrayOfWheres($column, $boolean, $method)
|
|
* @method static mixed prepareValueAndOperator($value, $operator, $useDefault)
|
|
* @method static mixed invalidOperatorAndValue($operator, $value)
|
|
* @method static mixed invalidOperator($operator)
|
|
* @method static mixed isBitwiseOperator($operator)
|
|
* @method static mixed orWhere($column, $operator, $value)
|
|
* @method static mixed whereNot($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereNot($column, $operator, $value)
|
|
* @method static mixed whereColumn($first, $operator, $second, $boolean)
|
|
* @method static mixed orWhereColumn($first, $operator, $second)
|
|
* @method static mixed whereRaw($sql, $bindings, $boolean)
|
|
* @method static mixed orWhereRaw($sql, $bindings)
|
|
* @method static mixed whereIn($column, $values, $boolean, $not)
|
|
* @method static mixed orWhereIn($column, $values)
|
|
* @method static mixed whereNotIn($column, $values, $boolean)
|
|
* @method static mixed orWhereNotIn($column, $values)
|
|
* @method static mixed whereIntegerInRaw($column, $values, $boolean, $not)
|
|
* @method static mixed orWhereIntegerInRaw($column, $values)
|
|
* @method static mixed whereIntegerNotInRaw($column, $values, $boolean)
|
|
* @method static mixed orWhereIntegerNotInRaw($column, $values)
|
|
* @method static mixed whereNull($columns, $boolean, $not)
|
|
* @method static mixed orWhereNull($column)
|
|
* @method static mixed whereNotNull($columns, $boolean)
|
|
* @method static mixed whereBetween($column, iterable $values, $boolean, $not)
|
|
* @method static mixed whereBetweenColumns($column, array $values, $boolean, $not)
|
|
* @method static mixed orWhereBetween($column, iterable $values)
|
|
* @method static mixed orWhereBetweenColumns($column, array $values)
|
|
* @method static mixed whereNotBetween($column, iterable $values, $boolean)
|
|
* @method static mixed whereNotBetweenColumns($column, array $values, $boolean)
|
|
* @method static mixed orWhereNotBetween($column, iterable $values)
|
|
* @method static mixed orWhereNotBetweenColumns($column, array $values)
|
|
* @method static mixed orWhereNotNull($column)
|
|
* @method static mixed whereDate($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereDate($column, $operator, $value)
|
|
* @method static mixed whereTime($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereTime($column, $operator, $value)
|
|
* @method static mixed whereDay($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereDay($column, $operator, $value)
|
|
* @method static mixed whereMonth($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereMonth($column, $operator, $value)
|
|
* @method static mixed whereYear($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereYear($column, $operator, $value)
|
|
* @method static mixed addDateBasedWhere($type, $column, $operator, $value, $boolean)
|
|
* @method static mixed whereNested(Closure $callback, $boolean)
|
|
* @method static mixed forNestedWhere()
|
|
* @method static mixed addNestedWhereQuery($query, $boolean)
|
|
* @method static mixed whereSub($column, $operator, $callback, $boolean)
|
|
* @method static mixed whereExists($callback, $boolean, $not)
|
|
* @method static mixed orWhereExists($callback, $not)
|
|
* @method static mixed whereNotExists($callback, $boolean)
|
|
* @method static mixed orWhereNotExists($callback)
|
|
* @method static mixed addWhereExistsQuery(self $query, $boolean, $not)
|
|
* @method static mixed whereRowValues($columns, $operator, $values, $boolean)
|
|
* @method static mixed orWhereRowValues($columns, $operator, $values)
|
|
* @method static mixed whereJsonContains($column, $value, $boolean, $not)
|
|
* @method static mixed orWhereJsonContains($column, $value)
|
|
* @method static mixed whereJsonDoesntContain($column, $value, $boolean)
|
|
* @method static mixed orWhereJsonDoesntContain($column, $value)
|
|
* @method static mixed whereJsonOverlaps($column, $value, $boolean, $not)
|
|
* @method static mixed orWhereJsonOverlaps($column, $value)
|
|
* @method static mixed whereJsonDoesntOverlap($column, $value, $boolean)
|
|
* @method static mixed orWhereJsonDoesntOverlap($column, $value)
|
|
* @method static mixed whereJsonContainsKey($column, $boolean, $not)
|
|
* @method static mixed orWhereJsonContainsKey($column)
|
|
* @method static mixed whereJsonDoesntContainKey($column, $boolean)
|
|
* @method static mixed orWhereJsonDoesntContainKey($column)
|
|
* @method static mixed whereJsonLength($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereJsonLength($column, $operator, $value)
|
|
* @method static mixed dynamicWhere($method, $parameters)
|
|
* @method static mixed addDynamic($segment, $connector, $parameters, $index)
|
|
* @method static mixed whereFullText($columns, $value, array $options, $boolean)
|
|
* @method static mixed orWhereFullText($columns, $value, array $options)
|
|
* @method static mixed whereAll($columns, $operator, $value, $boolean)
|
|
* @method static mixed orWhereAll($columns, $operator, $value)
|
|
* @method static mixed whereAny($columns, $operator, $value, $boolean)
|
|
* @method static mixed orWhereAny($columns, $operator, $value)
|
|
* @method static mixed groupBy($groups)
|
|
* @method static mixed groupByRaw($sql, array $bindings)
|
|
* @method static mixed having($column, $operator, $value, $boolean)
|
|
* @method static mixed orHaving($column, $operator, $value)
|
|
* @method static mixed havingNested(Closure $callback, $boolean)
|
|
* @method static mixed addNestedHavingQuery($query, $boolean)
|
|
* @method static mixed havingNull($columns, $boolean, $not)
|
|
* @method static mixed orHavingNull($column)
|
|
* @method static mixed havingNotNull($columns, $boolean)
|
|
* @method static mixed orHavingNotNull($column)
|
|
* @method static mixed havingBetween($column, iterable $values, $boolean, $not)
|
|
* @method static mixed havingRaw($sql, array $bindings, $boolean)
|
|
* @method static mixed orHavingRaw($sql, array $bindings)
|
|
* @method static mixed orderBy($column, $direction)
|
|
* @method static mixed orderByDesc($column)
|
|
* @method static mixed latest($column)
|
|
* @method static mixed oldest($column)
|
|
* @method static mixed inRandomOrder($seed)
|
|
* @method static mixed orderByRaw($sql, $bindings)
|
|
* @method static mixed skip($value)
|
|
* @method static mixed offset($value)
|
|
* @method static mixed take($value)
|
|
* @method static mixed limit($value)
|
|
* @method static mixed groupLimit($value, $column)
|
|
* @method static mixed forPage($page, $perPage)
|
|
* @method static mixed forPageBeforeId($perPage, $lastId, $column)
|
|
* @method static mixed forPageAfterId($perPage, $lastId, $column)
|
|
* @method static mixed reorder($column, $direction)
|
|
* @method static mixed removeExistingOrdersFor($column)
|
|
* @method static mixed union($query, $all)
|
|
* @method static mixed unionAll($query)
|
|
* @method static mixed lock($value)
|
|
* @method static mixed lockForUpdate()
|
|
* @method static mixed sharedLock()
|
|
* @method static mixed beforeQuery(callable $callback)
|
|
* @method static mixed applyBeforeQueryCallbacks()
|
|
* @method static mixed afterQuery(Closure $callback)
|
|
* @method static mixed applyAfterQueryCallbacks($result)
|
|
* @method static mixed toSql()
|
|
* @method static mixed toRawSql()
|
|
* @method static mixed find($id, $columns)
|
|
* @method static mixed findOr($id, $columns, Closure $callback)
|
|
* @method static mixed value($column)
|
|
* @method static mixed rawValue(string $expression, array $bindings)
|
|
* @method static mixed soleValue($column)
|
|
* @method static mixed get($columns)
|
|
* @method static mixed runSelect()
|
|
* @method static mixed withoutGroupLimitKeys($items)
|
|
* @method static mixed paginate($perPage, $columns, $pageName, $page, $total)
|
|
* @method static mixed simplePaginate($perPage, $columns, $pageName, $page)
|
|
* @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor)
|
|
* @method static mixed ensureOrderForCursorPagination($shouldReverse)
|
|
* @method static mixed getCountForPagination($columns)
|
|
* @method static mixed runPaginationCountQuery($columns)
|
|
* @method static mixed cloneForPaginationCount()
|
|
* @method static mixed withoutSelectAliases(array $columns)
|
|
* @method static mixed cursor()
|
|
* @method static mixed enforceOrderBy()
|
|
* @method static mixed pluck($column, $key)
|
|
* @method static mixed stripTableForPluck($column)
|
|
* @method static mixed pluckFromObjectColumn($queryResult, $column, $key)
|
|
* @method static mixed pluckFromArrayColumn($queryResult, $column, $key)
|
|
* @method static mixed implode($column, $glue)
|
|
* @method static mixed exists()
|
|
* @method static mixed doesntExist()
|
|
* @method static mixed existsOr(Closure $callback)
|
|
* @method static mixed doesntExistOr(Closure $callback)
|
|
* @method static mixed count($columns)
|
|
* @method static mixed min($column)
|
|
* @method static mixed max($column)
|
|
* @method static mixed sum($column)
|
|
* @method static mixed avg($column)
|
|
* @method static mixed average($column)
|
|
* @method static mixed aggregate($function, $columns)
|
|
* @method static mixed numericAggregate($function, $columns)
|
|
* @method static mixed setAggregate($function, $columns)
|
|
* @method static mixed onceWithColumns($columns, $callback)
|
|
* @method static mixed insert(array $values)
|
|
* @method static mixed insertOrIgnore(array $values)
|
|
* @method static mixed insertGetId(array $values, $sequence)
|
|
* @method static mixed insertUsing(array $columns, $query)
|
|
* @method static mixed insertOrIgnoreUsing(array $columns, $query)
|
|
* @method static mixed update(array $values)
|
|
* @method static mixed updateFrom(array $values)
|
|
* @method static mixed updateOrInsert(array $attributes, callable|array $values)
|
|
* @method static mixed upsert(array $values, $uniqueBy, $update)
|
|
* @method static mixed increment($column, $amount, array $extra)
|
|
* @method static mixed incrementEach(array $columns, array $extra)
|
|
* @method static mixed decrement($column, $amount, array $extra)
|
|
* @method static mixed decrementEach(array $columns, array $extra)
|
|
* @method static mixed delete($id)
|
|
* @method static mixed truncate()
|
|
* @method static mixed newQuery()
|
|
* @method static mixed forSubQuery()
|
|
* @method static mixed getColumns()
|
|
* @method static mixed raw($value)
|
|
* @method static mixed getUnionBuilders()
|
|
* @method static mixed getBindings()
|
|
* @method static mixed getRawBindings()
|
|
* @method static mixed setBindings(array $bindings, $type)
|
|
* @method static mixed addBinding($value, $type)
|
|
* @method static mixed castBinding($value)
|
|
* @method static mixed mergeBindings(self $query)
|
|
* @method static mixed cleanBindings(array $bindings)
|
|
* @method static mixed flattenValue($value)
|
|
* @method static mixed defaultKeyName()
|
|
* @method static mixed getConnection()
|
|
* @method static mixed getProcessor()
|
|
* @method static mixed getGrammar()
|
|
* @method static mixed useWritePdo()
|
|
* @method static mixed isQueryable($value)
|
|
* @method static mixed clone()
|
|
* @method static mixed cloneWithout(array $properties)
|
|
* @method static mixed cloneWithoutBindings(array $except)
|
|
* @method static mixed dump($args)
|
|
* @method static mixed dumpRawSql()
|
|
* @method static mixed dd()
|
|
* @method static mixed ddRawSql()
|
|
* @method static mixed chunk($count, callable $callback)
|
|
* @method static mixed chunkMap(callable $callback, $count)
|
|
* @method static mixed each(callable $callback, $count)
|
|
* @method static mixed chunkById($count, callable $callback, $column, $alias)
|
|
* @method static mixed chunkByIdDesc($count, callable $callback, $column, $alias)
|
|
* @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending)
|
|
* @method static mixed eachById(callable $callback, $count, $column, $alias)
|
|
* @method static mixed lazy($chunkSize)
|
|
* @method static mixed lazyById($chunkSize, $column, $alias)
|
|
* @method static mixed lazyByIdDesc($chunkSize, $column, $alias)
|
|
* @method static mixed orderedLazyById($chunkSize, $column, $alias, $descending)
|
|
* @method static mixed first($columns)
|
|
* @method static mixed sole($columns)
|
|
* @method static mixed paginateUsingCursor($perPage, $columns, $cursorName, $cursor)
|
|
* @method static mixed getOriginalColumnNameForCursorPagination($builder, string $parameter)
|
|
* @method static mixed paginator($items, $total, $perPage, $currentPage, $options)
|
|
* @method static mixed simplePaginator($items, $perPage, $currentPage, $options)
|
|
* @method static mixed cursorPaginator($items, $perPage, $cursor, $options)
|
|
* @method static mixed tap($callback)
|
|
* @method static mixed when($value, callable $callback, callable $default)
|
|
* @method static mixed unless($value, callable $callback, callable $default)
|
|
* @method static mixed explain()
|
|
* @method static mixed forwardCallTo($object, $method, $parameters)
|
|
* @method static mixed forwardDecoratedCallTo($object, $method, $parameters)
|
|
* @method static mixed throwBadMethodCallException($method)
|
|
* @method static mixed macro($name, $macro)
|
|
* @method static mixed mixin($mixin, $replace)
|
|
* @method static mixed hasMacro($name)
|
|
* @method static mixed flushMacros()
|
|
* @method static mixed macroCall($method, $parameters)
|
|
* @mixin \Illuminate\Database\Query\Builder
|
|
*/
|
|
class ActivityGpcOutput extends \App\Models\SigdModel
|
|
{
|
|
//
|
|
}
|
|
|
|
/**
|
|
* App\Models\ActivityGpc
|
|
*
|
|
* @property string|null $updated_by
|
|
* @property string|null $created_by
|
|
* @property \Illuminate\Support\Carbon|null $updated_at
|
|
* @property \Illuminate\Support\Carbon|null $created_at
|
|
* @property int $row_status
|
|
* @property float|null $co2eq
|
|
* @property float|null $n2o
|
|
* @property float|null $ch4
|
|
* @property float|null $co2
|
|
* @property float|null $gwp_n2o
|
|
* @property float|null $gwp_ch4
|
|
* @property float|null $gwp_co2
|
|
* @property string $gpc_code
|
|
* @property string $sector
|
|
* @property string $activity_year
|
|
* @property string $inventory_year
|
|
* @property string $id
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityGpc>|ActivityGpc whereId($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityGpc>|ActivityGpc whereInventoryYear($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityGpc>|ActivityGpc whereActivityYear($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityGpc>|ActivityGpc whereSector($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityGpc>|ActivityGpc whereGpcCode($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityGpc>|ActivityGpc whereGwpCo2($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityGpc>|ActivityGpc whereGwpCh4($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityGpc>|ActivityGpc whereGwpN2O($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityGpc>|ActivityGpc whereCo2($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityGpc>|ActivityGpc whereCh4($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityGpc>|ActivityGpc whereN2O($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityGpc>|ActivityGpc whereCo2Eq($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityGpc>|ActivityGpc whereRowStatus($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityGpc>|ActivityGpc whereCreatedAt($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityGpc>|ActivityGpc whereUpdatedAt($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityGpc>|ActivityGpc whereCreatedBy($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityGpc>|ActivityGpc whereUpdatedBy($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityGpc>|ActivityGpc rowActive()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityGpc>|ActivityGpc isActive()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityGpc>|ActivityGpc orderByRowNum()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityGpc>|ActivityGpc newModelQuery()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityGpc>|ActivityGpc newQuery()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityGpc>|ActivityGpc query()
|
|
* @method static mixed select($columns)
|
|
* @method static mixed selectSub($query, $as)
|
|
* @method static mixed selectRaw($expression, array $bindings)
|
|
* @method static mixed fromSub($query, $as)
|
|
* @method static mixed fromRaw($expression, $bindings)
|
|
* @method static mixed createSub($query)
|
|
* @method static mixed parseSub($query)
|
|
* @method static mixed prependDatabaseNameIfCrossDatabaseQuery($query)
|
|
* @method static mixed addSelect($column)
|
|
* @method static mixed distinct()
|
|
* @method static mixed from($table, $as)
|
|
* @method static mixed useIndex($index)
|
|
* @method static mixed forceIndex($index)
|
|
* @method static mixed ignoreIndex($index)
|
|
* @method static mixed join($table, $first, $operator, $second, $type, $where)
|
|
* @method static mixed joinWhere($table, $first, $operator, $second, $type)
|
|
* @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where)
|
|
* @method static mixed joinLateral($query, string $as, string $type)
|
|
* @method static mixed leftJoinLateral($query, string $as)
|
|
* @method static mixed leftJoin($table, $first, $operator, $second)
|
|
* @method static mixed leftJoinWhere($table, $first, $operator, $second)
|
|
* @method static mixed leftJoinSub($query, $as, $first, $operator, $second)
|
|
* @method static mixed rightJoin($table, $first, $operator, $second)
|
|
* @method static mixed rightJoinWhere($table, $first, $operator, $second)
|
|
* @method static mixed rightJoinSub($query, $as, $first, $operator, $second)
|
|
* @method static mixed crossJoin($table, $first, $operator, $second)
|
|
* @method static mixed crossJoinSub($query, $as)
|
|
* @method static mixed newJoinClause(self $parentQuery, $type, $table)
|
|
* @method static mixed newJoinLateralClause(self $parentQuery, $type, $table)
|
|
* @method static mixed mergeWheres($wheres, $bindings)
|
|
* @method static mixed where($column, $operator, $value, $boolean)
|
|
* @method static mixed addArrayOfWheres($column, $boolean, $method)
|
|
* @method static mixed prepareValueAndOperator($value, $operator, $useDefault)
|
|
* @method static mixed invalidOperatorAndValue($operator, $value)
|
|
* @method static mixed invalidOperator($operator)
|
|
* @method static mixed isBitwiseOperator($operator)
|
|
* @method static mixed orWhere($column, $operator, $value)
|
|
* @method static mixed whereNot($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereNot($column, $operator, $value)
|
|
* @method static mixed whereColumn($first, $operator, $second, $boolean)
|
|
* @method static mixed orWhereColumn($first, $operator, $second)
|
|
* @method static mixed whereRaw($sql, $bindings, $boolean)
|
|
* @method static mixed orWhereRaw($sql, $bindings)
|
|
* @method static mixed whereIn($column, $values, $boolean, $not)
|
|
* @method static mixed orWhereIn($column, $values)
|
|
* @method static mixed whereNotIn($column, $values, $boolean)
|
|
* @method static mixed orWhereNotIn($column, $values)
|
|
* @method static mixed whereIntegerInRaw($column, $values, $boolean, $not)
|
|
* @method static mixed orWhereIntegerInRaw($column, $values)
|
|
* @method static mixed whereIntegerNotInRaw($column, $values, $boolean)
|
|
* @method static mixed orWhereIntegerNotInRaw($column, $values)
|
|
* @method static mixed whereNull($columns, $boolean, $not)
|
|
* @method static mixed orWhereNull($column)
|
|
* @method static mixed whereNotNull($columns, $boolean)
|
|
* @method static mixed whereBetween($column, iterable $values, $boolean, $not)
|
|
* @method static mixed whereBetweenColumns($column, array $values, $boolean, $not)
|
|
* @method static mixed orWhereBetween($column, iterable $values)
|
|
* @method static mixed orWhereBetweenColumns($column, array $values)
|
|
* @method static mixed whereNotBetween($column, iterable $values, $boolean)
|
|
* @method static mixed whereNotBetweenColumns($column, array $values, $boolean)
|
|
* @method static mixed orWhereNotBetween($column, iterable $values)
|
|
* @method static mixed orWhereNotBetweenColumns($column, array $values)
|
|
* @method static mixed orWhereNotNull($column)
|
|
* @method static mixed whereDate($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereDate($column, $operator, $value)
|
|
* @method static mixed whereTime($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereTime($column, $operator, $value)
|
|
* @method static mixed whereDay($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereDay($column, $operator, $value)
|
|
* @method static mixed whereMonth($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereMonth($column, $operator, $value)
|
|
* @method static mixed whereYear($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereYear($column, $operator, $value)
|
|
* @method static mixed addDateBasedWhere($type, $column, $operator, $value, $boolean)
|
|
* @method static mixed whereNested(Closure $callback, $boolean)
|
|
* @method static mixed forNestedWhere()
|
|
* @method static mixed addNestedWhereQuery($query, $boolean)
|
|
* @method static mixed whereSub($column, $operator, $callback, $boolean)
|
|
* @method static mixed whereExists($callback, $boolean, $not)
|
|
* @method static mixed orWhereExists($callback, $not)
|
|
* @method static mixed whereNotExists($callback, $boolean)
|
|
* @method static mixed orWhereNotExists($callback)
|
|
* @method static mixed addWhereExistsQuery(self $query, $boolean, $not)
|
|
* @method static mixed whereRowValues($columns, $operator, $values, $boolean)
|
|
* @method static mixed orWhereRowValues($columns, $operator, $values)
|
|
* @method static mixed whereJsonContains($column, $value, $boolean, $not)
|
|
* @method static mixed orWhereJsonContains($column, $value)
|
|
* @method static mixed whereJsonDoesntContain($column, $value, $boolean)
|
|
* @method static mixed orWhereJsonDoesntContain($column, $value)
|
|
* @method static mixed whereJsonOverlaps($column, $value, $boolean, $not)
|
|
* @method static mixed orWhereJsonOverlaps($column, $value)
|
|
* @method static mixed whereJsonDoesntOverlap($column, $value, $boolean)
|
|
* @method static mixed orWhereJsonDoesntOverlap($column, $value)
|
|
* @method static mixed whereJsonContainsKey($column, $boolean, $not)
|
|
* @method static mixed orWhereJsonContainsKey($column)
|
|
* @method static mixed whereJsonDoesntContainKey($column, $boolean)
|
|
* @method static mixed orWhereJsonDoesntContainKey($column)
|
|
* @method static mixed whereJsonLength($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereJsonLength($column, $operator, $value)
|
|
* @method static mixed dynamicWhere($method, $parameters)
|
|
* @method static mixed addDynamic($segment, $connector, $parameters, $index)
|
|
* @method static mixed whereFullText($columns, $value, array $options, $boolean)
|
|
* @method static mixed orWhereFullText($columns, $value, array $options)
|
|
* @method static mixed whereAll($columns, $operator, $value, $boolean)
|
|
* @method static mixed orWhereAll($columns, $operator, $value)
|
|
* @method static mixed whereAny($columns, $operator, $value, $boolean)
|
|
* @method static mixed orWhereAny($columns, $operator, $value)
|
|
* @method static mixed groupBy($groups)
|
|
* @method static mixed groupByRaw($sql, array $bindings)
|
|
* @method static mixed having($column, $operator, $value, $boolean)
|
|
* @method static mixed orHaving($column, $operator, $value)
|
|
* @method static mixed havingNested(Closure $callback, $boolean)
|
|
* @method static mixed addNestedHavingQuery($query, $boolean)
|
|
* @method static mixed havingNull($columns, $boolean, $not)
|
|
* @method static mixed orHavingNull($column)
|
|
* @method static mixed havingNotNull($columns, $boolean)
|
|
* @method static mixed orHavingNotNull($column)
|
|
* @method static mixed havingBetween($column, iterable $values, $boolean, $not)
|
|
* @method static mixed havingRaw($sql, array $bindings, $boolean)
|
|
* @method static mixed orHavingRaw($sql, array $bindings)
|
|
* @method static mixed orderBy($column, $direction)
|
|
* @method static mixed orderByDesc($column)
|
|
* @method static mixed latest($column)
|
|
* @method static mixed oldest($column)
|
|
* @method static mixed inRandomOrder($seed)
|
|
* @method static mixed orderByRaw($sql, $bindings)
|
|
* @method static mixed skip($value)
|
|
* @method static mixed offset($value)
|
|
* @method static mixed take($value)
|
|
* @method static mixed limit($value)
|
|
* @method static mixed groupLimit($value, $column)
|
|
* @method static mixed forPage($page, $perPage)
|
|
* @method static mixed forPageBeforeId($perPage, $lastId, $column)
|
|
* @method static mixed forPageAfterId($perPage, $lastId, $column)
|
|
* @method static mixed reorder($column, $direction)
|
|
* @method static mixed removeExistingOrdersFor($column)
|
|
* @method static mixed union($query, $all)
|
|
* @method static mixed unionAll($query)
|
|
* @method static mixed lock($value)
|
|
* @method static mixed lockForUpdate()
|
|
* @method static mixed sharedLock()
|
|
* @method static mixed beforeQuery(callable $callback)
|
|
* @method static mixed applyBeforeQueryCallbacks()
|
|
* @method static mixed afterQuery(Closure $callback)
|
|
* @method static mixed applyAfterQueryCallbacks($result)
|
|
* @method static mixed toSql()
|
|
* @method static mixed toRawSql()
|
|
* @method static mixed find($id, $columns)
|
|
* @method static mixed findOr($id, $columns, Closure $callback)
|
|
* @method static mixed value($column)
|
|
* @method static mixed rawValue(string $expression, array $bindings)
|
|
* @method static mixed soleValue($column)
|
|
* @method static mixed get($columns)
|
|
* @method static mixed runSelect()
|
|
* @method static mixed withoutGroupLimitKeys($items)
|
|
* @method static mixed paginate($perPage, $columns, $pageName, $page, $total)
|
|
* @method static mixed simplePaginate($perPage, $columns, $pageName, $page)
|
|
* @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor)
|
|
* @method static mixed ensureOrderForCursorPagination($shouldReverse)
|
|
* @method static mixed getCountForPagination($columns)
|
|
* @method static mixed runPaginationCountQuery($columns)
|
|
* @method static mixed cloneForPaginationCount()
|
|
* @method static mixed withoutSelectAliases(array $columns)
|
|
* @method static mixed cursor()
|
|
* @method static mixed enforceOrderBy()
|
|
* @method static mixed pluck($column, $key)
|
|
* @method static mixed stripTableForPluck($column)
|
|
* @method static mixed pluckFromObjectColumn($queryResult, $column, $key)
|
|
* @method static mixed pluckFromArrayColumn($queryResult, $column, $key)
|
|
* @method static mixed implode($column, $glue)
|
|
* @method static mixed exists()
|
|
* @method static mixed doesntExist()
|
|
* @method static mixed existsOr(Closure $callback)
|
|
* @method static mixed doesntExistOr(Closure $callback)
|
|
* @method static mixed count($columns)
|
|
* @method static mixed min($column)
|
|
* @method static mixed max($column)
|
|
* @method static mixed sum($column)
|
|
* @method static mixed avg($column)
|
|
* @method static mixed average($column)
|
|
* @method static mixed aggregate($function, $columns)
|
|
* @method static mixed numericAggregate($function, $columns)
|
|
* @method static mixed setAggregate($function, $columns)
|
|
* @method static mixed onceWithColumns($columns, $callback)
|
|
* @method static mixed insert(array $values)
|
|
* @method static mixed insertOrIgnore(array $values)
|
|
* @method static mixed insertGetId(array $values, $sequence)
|
|
* @method static mixed insertUsing(array $columns, $query)
|
|
* @method static mixed insertOrIgnoreUsing(array $columns, $query)
|
|
* @method static mixed update(array $values)
|
|
* @method static mixed updateFrom(array $values)
|
|
* @method static mixed updateOrInsert(array $attributes, callable|array $values)
|
|
* @method static mixed upsert(array $values, $uniqueBy, $update)
|
|
* @method static mixed increment($column, $amount, array $extra)
|
|
* @method static mixed incrementEach(array $columns, array $extra)
|
|
* @method static mixed decrement($column, $amount, array $extra)
|
|
* @method static mixed decrementEach(array $columns, array $extra)
|
|
* @method static mixed delete($id)
|
|
* @method static mixed truncate()
|
|
* @method static mixed newQuery()
|
|
* @method static mixed forSubQuery()
|
|
* @method static mixed getColumns()
|
|
* @method static mixed raw($value)
|
|
* @method static mixed getUnionBuilders()
|
|
* @method static mixed getBindings()
|
|
* @method static mixed getRawBindings()
|
|
* @method static mixed setBindings(array $bindings, $type)
|
|
* @method static mixed addBinding($value, $type)
|
|
* @method static mixed castBinding($value)
|
|
* @method static mixed mergeBindings(self $query)
|
|
* @method static mixed cleanBindings(array $bindings)
|
|
* @method static mixed flattenValue($value)
|
|
* @method static mixed defaultKeyName()
|
|
* @method static mixed getConnection()
|
|
* @method static mixed getProcessor()
|
|
* @method static mixed getGrammar()
|
|
* @method static mixed useWritePdo()
|
|
* @method static mixed isQueryable($value)
|
|
* @method static mixed clone()
|
|
* @method static mixed cloneWithout(array $properties)
|
|
* @method static mixed cloneWithoutBindings(array $except)
|
|
* @method static mixed dump($args)
|
|
* @method static mixed dumpRawSql()
|
|
* @method static mixed dd()
|
|
* @method static mixed ddRawSql()
|
|
* @method static mixed chunk($count, callable $callback)
|
|
* @method static mixed chunkMap(callable $callback, $count)
|
|
* @method static mixed each(callable $callback, $count)
|
|
* @method static mixed chunkById($count, callable $callback, $column, $alias)
|
|
* @method static mixed chunkByIdDesc($count, callable $callback, $column, $alias)
|
|
* @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending)
|
|
* @method static mixed eachById(callable $callback, $count, $column, $alias)
|
|
* @method static mixed lazy($chunkSize)
|
|
* @method static mixed lazyById($chunkSize, $column, $alias)
|
|
* @method static mixed lazyByIdDesc($chunkSize, $column, $alias)
|
|
* @method static mixed orderedLazyById($chunkSize, $column, $alias, $descending)
|
|
* @method static mixed first($columns)
|
|
* @method static mixed sole($columns)
|
|
* @method static mixed paginateUsingCursor($perPage, $columns, $cursorName, $cursor)
|
|
* @method static mixed getOriginalColumnNameForCursorPagination($builder, string $parameter)
|
|
* @method static mixed paginator($items, $total, $perPage, $currentPage, $options)
|
|
* @method static mixed simplePaginator($items, $perPage, $currentPage, $options)
|
|
* @method static mixed cursorPaginator($items, $perPage, $cursor, $options)
|
|
* @method static mixed tap($callback)
|
|
* @method static mixed when($value, callable $callback, callable $default)
|
|
* @method static mixed unless($value, callable $callback, callable $default)
|
|
* @method static mixed explain()
|
|
* @method static mixed forwardCallTo($object, $method, $parameters)
|
|
* @method static mixed forwardDecoratedCallTo($object, $method, $parameters)
|
|
* @method static mixed throwBadMethodCallException($method)
|
|
* @method static mixed macro($name, $macro)
|
|
* @method static mixed mixin($mixin, $replace)
|
|
* @method static mixed hasMacro($name)
|
|
* @method static mixed flushMacros()
|
|
* @method static mixed macroCall($method, $parameters)
|
|
* @mixin \Illuminate\Database\Query\Builder
|
|
*/
|
|
class ActivityGpc extends \App\Models\SigdModel
|
|
{
|
|
//
|
|
}
|
|
|
|
/**
|
|
* App\Models\ActivityApprovalKonsolidasi
|
|
*
|
|
* @property string|null $updated_by
|
|
* @property string|null $created_by
|
|
* @property \Illuminate\Support\Carbon|null $updated_at
|
|
* @property \Illuminate\Support\Carbon|null $created_at
|
|
* @property int $row_status
|
|
* @property int $status
|
|
* @property string $agency_id
|
|
* @property string $inventory_year
|
|
* @property string $form_code
|
|
* @property string $form_sector
|
|
* @property string $form_id
|
|
* @property string $id
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityApprovalKonsolidasi>|ActivityApprovalKonsolidasi whereId($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityApprovalKonsolidasi>|ActivityApprovalKonsolidasi whereFormId($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityApprovalKonsolidasi>|ActivityApprovalKonsolidasi whereFormSector($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityApprovalKonsolidasi>|ActivityApprovalKonsolidasi whereFormCode($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityApprovalKonsolidasi>|ActivityApprovalKonsolidasi whereInventoryYear($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityApprovalKonsolidasi>|ActivityApprovalKonsolidasi whereAgencyId($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityApprovalKonsolidasi>|ActivityApprovalKonsolidasi whereStatus($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityApprovalKonsolidasi>|ActivityApprovalKonsolidasi whereRowStatus($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityApprovalKonsolidasi>|ActivityApprovalKonsolidasi whereCreatedAt($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityApprovalKonsolidasi>|ActivityApprovalKonsolidasi whereUpdatedAt($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityApprovalKonsolidasi>|ActivityApprovalKonsolidasi whereCreatedBy($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityApprovalKonsolidasi>|ActivityApprovalKonsolidasi whereUpdatedBy($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityApprovalKonsolidasi>|ActivityApprovalKonsolidasi rowActive()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityApprovalKonsolidasi>|ActivityApprovalKonsolidasi isActive()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityApprovalKonsolidasi>|ActivityApprovalKonsolidasi orderByRowNum()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityApprovalKonsolidasi>|ActivityApprovalKonsolidasi newModelQuery()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityApprovalKonsolidasi>|ActivityApprovalKonsolidasi newQuery()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityApprovalKonsolidasi>|ActivityApprovalKonsolidasi query()
|
|
* @method static mixed select($columns)
|
|
* @method static mixed selectSub($query, $as)
|
|
* @method static mixed selectRaw($expression, array $bindings)
|
|
* @method static mixed fromSub($query, $as)
|
|
* @method static mixed fromRaw($expression, $bindings)
|
|
* @method static mixed createSub($query)
|
|
* @method static mixed parseSub($query)
|
|
* @method static mixed prependDatabaseNameIfCrossDatabaseQuery($query)
|
|
* @method static mixed addSelect($column)
|
|
* @method static mixed distinct()
|
|
* @method static mixed from($table, $as)
|
|
* @method static mixed useIndex($index)
|
|
* @method static mixed forceIndex($index)
|
|
* @method static mixed ignoreIndex($index)
|
|
* @method static mixed join($table, $first, $operator, $second, $type, $where)
|
|
* @method static mixed joinWhere($table, $first, $operator, $second, $type)
|
|
* @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where)
|
|
* @method static mixed joinLateral($query, string $as, string $type)
|
|
* @method static mixed leftJoinLateral($query, string $as)
|
|
* @method static mixed leftJoin($table, $first, $operator, $second)
|
|
* @method static mixed leftJoinWhere($table, $first, $operator, $second)
|
|
* @method static mixed leftJoinSub($query, $as, $first, $operator, $second)
|
|
* @method static mixed rightJoin($table, $first, $operator, $second)
|
|
* @method static mixed rightJoinWhere($table, $first, $operator, $second)
|
|
* @method static mixed rightJoinSub($query, $as, $first, $operator, $second)
|
|
* @method static mixed crossJoin($table, $first, $operator, $second)
|
|
* @method static mixed crossJoinSub($query, $as)
|
|
* @method static mixed newJoinClause(self $parentQuery, $type, $table)
|
|
* @method static mixed newJoinLateralClause(self $parentQuery, $type, $table)
|
|
* @method static mixed mergeWheres($wheres, $bindings)
|
|
* @method static mixed where($column, $operator, $value, $boolean)
|
|
* @method static mixed addArrayOfWheres($column, $boolean, $method)
|
|
* @method static mixed prepareValueAndOperator($value, $operator, $useDefault)
|
|
* @method static mixed invalidOperatorAndValue($operator, $value)
|
|
* @method static mixed invalidOperator($operator)
|
|
* @method static mixed isBitwiseOperator($operator)
|
|
* @method static mixed orWhere($column, $operator, $value)
|
|
* @method static mixed whereNot($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereNot($column, $operator, $value)
|
|
* @method static mixed whereColumn($first, $operator, $second, $boolean)
|
|
* @method static mixed orWhereColumn($first, $operator, $second)
|
|
* @method static mixed whereRaw($sql, $bindings, $boolean)
|
|
* @method static mixed orWhereRaw($sql, $bindings)
|
|
* @method static mixed whereIn($column, $values, $boolean, $not)
|
|
* @method static mixed orWhereIn($column, $values)
|
|
* @method static mixed whereNotIn($column, $values, $boolean)
|
|
* @method static mixed orWhereNotIn($column, $values)
|
|
* @method static mixed whereIntegerInRaw($column, $values, $boolean, $not)
|
|
* @method static mixed orWhereIntegerInRaw($column, $values)
|
|
* @method static mixed whereIntegerNotInRaw($column, $values, $boolean)
|
|
* @method static mixed orWhereIntegerNotInRaw($column, $values)
|
|
* @method static mixed whereNull($columns, $boolean, $not)
|
|
* @method static mixed orWhereNull($column)
|
|
* @method static mixed whereNotNull($columns, $boolean)
|
|
* @method static mixed whereBetween($column, iterable $values, $boolean, $not)
|
|
* @method static mixed whereBetweenColumns($column, array $values, $boolean, $not)
|
|
* @method static mixed orWhereBetween($column, iterable $values)
|
|
* @method static mixed orWhereBetweenColumns($column, array $values)
|
|
* @method static mixed whereNotBetween($column, iterable $values, $boolean)
|
|
* @method static mixed whereNotBetweenColumns($column, array $values, $boolean)
|
|
* @method static mixed orWhereNotBetween($column, iterable $values)
|
|
* @method static mixed orWhereNotBetweenColumns($column, array $values)
|
|
* @method static mixed orWhereNotNull($column)
|
|
* @method static mixed whereDate($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereDate($column, $operator, $value)
|
|
* @method static mixed whereTime($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereTime($column, $operator, $value)
|
|
* @method static mixed whereDay($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereDay($column, $operator, $value)
|
|
* @method static mixed whereMonth($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereMonth($column, $operator, $value)
|
|
* @method static mixed whereYear($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereYear($column, $operator, $value)
|
|
* @method static mixed addDateBasedWhere($type, $column, $operator, $value, $boolean)
|
|
* @method static mixed whereNested(Closure $callback, $boolean)
|
|
* @method static mixed forNestedWhere()
|
|
* @method static mixed addNestedWhereQuery($query, $boolean)
|
|
* @method static mixed whereSub($column, $operator, $callback, $boolean)
|
|
* @method static mixed whereExists($callback, $boolean, $not)
|
|
* @method static mixed orWhereExists($callback, $not)
|
|
* @method static mixed whereNotExists($callback, $boolean)
|
|
* @method static mixed orWhereNotExists($callback)
|
|
* @method static mixed addWhereExistsQuery(self $query, $boolean, $not)
|
|
* @method static mixed whereRowValues($columns, $operator, $values, $boolean)
|
|
* @method static mixed orWhereRowValues($columns, $operator, $values)
|
|
* @method static mixed whereJsonContains($column, $value, $boolean, $not)
|
|
* @method static mixed orWhereJsonContains($column, $value)
|
|
* @method static mixed whereJsonDoesntContain($column, $value, $boolean)
|
|
* @method static mixed orWhereJsonDoesntContain($column, $value)
|
|
* @method static mixed whereJsonOverlaps($column, $value, $boolean, $not)
|
|
* @method static mixed orWhereJsonOverlaps($column, $value)
|
|
* @method static mixed whereJsonDoesntOverlap($column, $value, $boolean)
|
|
* @method static mixed orWhereJsonDoesntOverlap($column, $value)
|
|
* @method static mixed whereJsonContainsKey($column, $boolean, $not)
|
|
* @method static mixed orWhereJsonContainsKey($column)
|
|
* @method static mixed whereJsonDoesntContainKey($column, $boolean)
|
|
* @method static mixed orWhereJsonDoesntContainKey($column)
|
|
* @method static mixed whereJsonLength($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereJsonLength($column, $operator, $value)
|
|
* @method static mixed dynamicWhere($method, $parameters)
|
|
* @method static mixed addDynamic($segment, $connector, $parameters, $index)
|
|
* @method static mixed whereFullText($columns, $value, array $options, $boolean)
|
|
* @method static mixed orWhereFullText($columns, $value, array $options)
|
|
* @method static mixed whereAll($columns, $operator, $value, $boolean)
|
|
* @method static mixed orWhereAll($columns, $operator, $value)
|
|
* @method static mixed whereAny($columns, $operator, $value, $boolean)
|
|
* @method static mixed orWhereAny($columns, $operator, $value)
|
|
* @method static mixed groupBy($groups)
|
|
* @method static mixed groupByRaw($sql, array $bindings)
|
|
* @method static mixed having($column, $operator, $value, $boolean)
|
|
* @method static mixed orHaving($column, $operator, $value)
|
|
* @method static mixed havingNested(Closure $callback, $boolean)
|
|
* @method static mixed addNestedHavingQuery($query, $boolean)
|
|
* @method static mixed havingNull($columns, $boolean, $not)
|
|
* @method static mixed orHavingNull($column)
|
|
* @method static mixed havingNotNull($columns, $boolean)
|
|
* @method static mixed orHavingNotNull($column)
|
|
* @method static mixed havingBetween($column, iterable $values, $boolean, $not)
|
|
* @method static mixed havingRaw($sql, array $bindings, $boolean)
|
|
* @method static mixed orHavingRaw($sql, array $bindings)
|
|
* @method static mixed orderBy($column, $direction)
|
|
* @method static mixed orderByDesc($column)
|
|
* @method static mixed latest($column)
|
|
* @method static mixed oldest($column)
|
|
* @method static mixed inRandomOrder($seed)
|
|
* @method static mixed orderByRaw($sql, $bindings)
|
|
* @method static mixed skip($value)
|
|
* @method static mixed offset($value)
|
|
* @method static mixed take($value)
|
|
* @method static mixed limit($value)
|
|
* @method static mixed groupLimit($value, $column)
|
|
* @method static mixed forPage($page, $perPage)
|
|
* @method static mixed forPageBeforeId($perPage, $lastId, $column)
|
|
* @method static mixed forPageAfterId($perPage, $lastId, $column)
|
|
* @method static mixed reorder($column, $direction)
|
|
* @method static mixed removeExistingOrdersFor($column)
|
|
* @method static mixed union($query, $all)
|
|
* @method static mixed unionAll($query)
|
|
* @method static mixed lock($value)
|
|
* @method static mixed lockForUpdate()
|
|
* @method static mixed sharedLock()
|
|
* @method static mixed beforeQuery(callable $callback)
|
|
* @method static mixed applyBeforeQueryCallbacks()
|
|
* @method static mixed afterQuery(Closure $callback)
|
|
* @method static mixed applyAfterQueryCallbacks($result)
|
|
* @method static mixed toSql()
|
|
* @method static mixed toRawSql()
|
|
* @method static mixed find($id, $columns)
|
|
* @method static mixed findOr($id, $columns, Closure $callback)
|
|
* @method static mixed value($column)
|
|
* @method static mixed rawValue(string $expression, array $bindings)
|
|
* @method static mixed soleValue($column)
|
|
* @method static mixed get($columns)
|
|
* @method static mixed runSelect()
|
|
* @method static mixed withoutGroupLimitKeys($items)
|
|
* @method static mixed paginate($perPage, $columns, $pageName, $page, $total)
|
|
* @method static mixed simplePaginate($perPage, $columns, $pageName, $page)
|
|
* @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor)
|
|
* @method static mixed ensureOrderForCursorPagination($shouldReverse)
|
|
* @method static mixed getCountForPagination($columns)
|
|
* @method static mixed runPaginationCountQuery($columns)
|
|
* @method static mixed cloneForPaginationCount()
|
|
* @method static mixed withoutSelectAliases(array $columns)
|
|
* @method static mixed cursor()
|
|
* @method static mixed enforceOrderBy()
|
|
* @method static mixed pluck($column, $key)
|
|
* @method static mixed stripTableForPluck($column)
|
|
* @method static mixed pluckFromObjectColumn($queryResult, $column, $key)
|
|
* @method static mixed pluckFromArrayColumn($queryResult, $column, $key)
|
|
* @method static mixed implode($column, $glue)
|
|
* @method static mixed exists()
|
|
* @method static mixed doesntExist()
|
|
* @method static mixed existsOr(Closure $callback)
|
|
* @method static mixed doesntExistOr(Closure $callback)
|
|
* @method static mixed count($columns)
|
|
* @method static mixed min($column)
|
|
* @method static mixed max($column)
|
|
* @method static mixed sum($column)
|
|
* @method static mixed avg($column)
|
|
* @method static mixed average($column)
|
|
* @method static mixed aggregate($function, $columns)
|
|
* @method static mixed numericAggregate($function, $columns)
|
|
* @method static mixed setAggregate($function, $columns)
|
|
* @method static mixed onceWithColumns($columns, $callback)
|
|
* @method static mixed insert(array $values)
|
|
* @method static mixed insertOrIgnore(array $values)
|
|
* @method static mixed insertGetId(array $values, $sequence)
|
|
* @method static mixed insertUsing(array $columns, $query)
|
|
* @method static mixed insertOrIgnoreUsing(array $columns, $query)
|
|
* @method static mixed update(array $values)
|
|
* @method static mixed updateFrom(array $values)
|
|
* @method static mixed updateOrInsert(array $attributes, callable|array $values)
|
|
* @method static mixed upsert(array $values, $uniqueBy, $update)
|
|
* @method static mixed increment($column, $amount, array $extra)
|
|
* @method static mixed incrementEach(array $columns, array $extra)
|
|
* @method static mixed decrement($column, $amount, array $extra)
|
|
* @method static mixed decrementEach(array $columns, array $extra)
|
|
* @method static mixed delete($id)
|
|
* @method static mixed truncate()
|
|
* @method static mixed newQuery()
|
|
* @method static mixed forSubQuery()
|
|
* @method static mixed getColumns()
|
|
* @method static mixed raw($value)
|
|
* @method static mixed getUnionBuilders()
|
|
* @method static mixed getBindings()
|
|
* @method static mixed getRawBindings()
|
|
* @method static mixed setBindings(array $bindings, $type)
|
|
* @method static mixed addBinding($value, $type)
|
|
* @method static mixed castBinding($value)
|
|
* @method static mixed mergeBindings(self $query)
|
|
* @method static mixed cleanBindings(array $bindings)
|
|
* @method static mixed flattenValue($value)
|
|
* @method static mixed defaultKeyName()
|
|
* @method static mixed getConnection()
|
|
* @method static mixed getProcessor()
|
|
* @method static mixed getGrammar()
|
|
* @method static mixed useWritePdo()
|
|
* @method static mixed isQueryable($value)
|
|
* @method static mixed clone()
|
|
* @method static mixed cloneWithout(array $properties)
|
|
* @method static mixed cloneWithoutBindings(array $except)
|
|
* @method static mixed dump($args)
|
|
* @method static mixed dumpRawSql()
|
|
* @method static mixed dd()
|
|
* @method static mixed ddRawSql()
|
|
* @method static mixed chunk($count, callable $callback)
|
|
* @method static mixed chunkMap(callable $callback, $count)
|
|
* @method static mixed each(callable $callback, $count)
|
|
* @method static mixed chunkById($count, callable $callback, $column, $alias)
|
|
* @method static mixed chunkByIdDesc($count, callable $callback, $column, $alias)
|
|
* @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending)
|
|
* @method static mixed eachById(callable $callback, $count, $column, $alias)
|
|
* @method static mixed lazy($chunkSize)
|
|
* @method static mixed lazyById($chunkSize, $column, $alias)
|
|
* @method static mixed lazyByIdDesc($chunkSize, $column, $alias)
|
|
* @method static mixed orderedLazyById($chunkSize, $column, $alias, $descending)
|
|
* @method static mixed first($columns)
|
|
* @method static mixed sole($columns)
|
|
* @method static mixed paginateUsingCursor($perPage, $columns, $cursorName, $cursor)
|
|
* @method static mixed getOriginalColumnNameForCursorPagination($builder, string $parameter)
|
|
* @method static mixed paginator($items, $total, $perPage, $currentPage, $options)
|
|
* @method static mixed simplePaginator($items, $perPage, $currentPage, $options)
|
|
* @method static mixed cursorPaginator($items, $perPage, $cursor, $options)
|
|
* @method static mixed tap($callback)
|
|
* @method static mixed when($value, callable $callback, callable $default)
|
|
* @method static mixed unless($value, callable $callback, callable $default)
|
|
* @method static mixed explain()
|
|
* @method static mixed forwardCallTo($object, $method, $parameters)
|
|
* @method static mixed forwardDecoratedCallTo($object, $method, $parameters)
|
|
* @method static mixed throwBadMethodCallException($method)
|
|
* @method static mixed macro($name, $macro)
|
|
* @method static mixed mixin($mixin, $replace)
|
|
* @method static mixed hasMacro($name)
|
|
* @method static mixed flushMacros()
|
|
* @method static mixed macroCall($method, $parameters)
|
|
* @mixin \Illuminate\Database\Query\Builder
|
|
*/
|
|
class ActivityApprovalKonsolidasi extends \App\Models\SigdModel
|
|
{
|
|
//
|
|
}
|
|
|
|
/**
|
|
* App\Models\ActivityCopy
|
|
*
|
|
* @property string|null $updated_by
|
|
* @property string|null $created_by
|
|
* @property \Illuminate\Support\Carbon|null $updated_at
|
|
* @property \Illuminate\Support\Carbon|null $created_at
|
|
* @property int $row_status
|
|
* @property \Illuminate\Support\Carbon|null $finished_time
|
|
* @property \Illuminate\Support\Carbon|null $executed_time
|
|
* @property int $status
|
|
* @property string $to_year
|
|
* @property string $from_year
|
|
* @property string $id
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityCopy>|ActivityCopy whereId($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityCopy>|ActivityCopy whereFromYear($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityCopy>|ActivityCopy whereToYear($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityCopy>|ActivityCopy whereStatus($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityCopy>|ActivityCopy whereExecutedTime($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityCopy>|ActivityCopy whereFinishedTime($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityCopy>|ActivityCopy whereRowStatus($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityCopy>|ActivityCopy whereCreatedAt($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityCopy>|ActivityCopy whereUpdatedAt($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityCopy>|ActivityCopy whereCreatedBy($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityCopy>|ActivityCopy whereUpdatedBy($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityCopy>|ActivityCopy rowActive()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityCopy>|ActivityCopy isActive()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityCopy>|ActivityCopy orderByRowNum()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityCopy>|ActivityCopy newModelQuery()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityCopy>|ActivityCopy newQuery()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityCopy>|ActivityCopy query()
|
|
* @method static mixed select($columns)
|
|
* @method static mixed selectSub($query, $as)
|
|
* @method static mixed selectRaw($expression, array $bindings)
|
|
* @method static mixed fromSub($query, $as)
|
|
* @method static mixed fromRaw($expression, $bindings)
|
|
* @method static mixed createSub($query)
|
|
* @method static mixed parseSub($query)
|
|
* @method static mixed prependDatabaseNameIfCrossDatabaseQuery($query)
|
|
* @method static mixed addSelect($column)
|
|
* @method static mixed distinct()
|
|
* @method static mixed from($table, $as)
|
|
* @method static mixed useIndex($index)
|
|
* @method static mixed forceIndex($index)
|
|
* @method static mixed ignoreIndex($index)
|
|
* @method static mixed join($table, $first, $operator, $second, $type, $where)
|
|
* @method static mixed joinWhere($table, $first, $operator, $second, $type)
|
|
* @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where)
|
|
* @method static mixed joinLateral($query, string $as, string $type)
|
|
* @method static mixed leftJoinLateral($query, string $as)
|
|
* @method static mixed leftJoin($table, $first, $operator, $second)
|
|
* @method static mixed leftJoinWhere($table, $first, $operator, $second)
|
|
* @method static mixed leftJoinSub($query, $as, $first, $operator, $second)
|
|
* @method static mixed rightJoin($table, $first, $operator, $second)
|
|
* @method static mixed rightJoinWhere($table, $first, $operator, $second)
|
|
* @method static mixed rightJoinSub($query, $as, $first, $operator, $second)
|
|
* @method static mixed crossJoin($table, $first, $operator, $second)
|
|
* @method static mixed crossJoinSub($query, $as)
|
|
* @method static mixed newJoinClause(self $parentQuery, $type, $table)
|
|
* @method static mixed newJoinLateralClause(self $parentQuery, $type, $table)
|
|
* @method static mixed mergeWheres($wheres, $bindings)
|
|
* @method static mixed where($column, $operator, $value, $boolean)
|
|
* @method static mixed addArrayOfWheres($column, $boolean, $method)
|
|
* @method static mixed prepareValueAndOperator($value, $operator, $useDefault)
|
|
* @method static mixed invalidOperatorAndValue($operator, $value)
|
|
* @method static mixed invalidOperator($operator)
|
|
* @method static mixed isBitwiseOperator($operator)
|
|
* @method static mixed orWhere($column, $operator, $value)
|
|
* @method static mixed whereNot($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereNot($column, $operator, $value)
|
|
* @method static mixed whereColumn($first, $operator, $second, $boolean)
|
|
* @method static mixed orWhereColumn($first, $operator, $second)
|
|
* @method static mixed whereRaw($sql, $bindings, $boolean)
|
|
* @method static mixed orWhereRaw($sql, $bindings)
|
|
* @method static mixed whereIn($column, $values, $boolean, $not)
|
|
* @method static mixed orWhereIn($column, $values)
|
|
* @method static mixed whereNotIn($column, $values, $boolean)
|
|
* @method static mixed orWhereNotIn($column, $values)
|
|
* @method static mixed whereIntegerInRaw($column, $values, $boolean, $not)
|
|
* @method static mixed orWhereIntegerInRaw($column, $values)
|
|
* @method static mixed whereIntegerNotInRaw($column, $values, $boolean)
|
|
* @method static mixed orWhereIntegerNotInRaw($column, $values)
|
|
* @method static mixed whereNull($columns, $boolean, $not)
|
|
* @method static mixed orWhereNull($column)
|
|
* @method static mixed whereNotNull($columns, $boolean)
|
|
* @method static mixed whereBetween($column, iterable $values, $boolean, $not)
|
|
* @method static mixed whereBetweenColumns($column, array $values, $boolean, $not)
|
|
* @method static mixed orWhereBetween($column, iterable $values)
|
|
* @method static mixed orWhereBetweenColumns($column, array $values)
|
|
* @method static mixed whereNotBetween($column, iterable $values, $boolean)
|
|
* @method static mixed whereNotBetweenColumns($column, array $values, $boolean)
|
|
* @method static mixed orWhereNotBetween($column, iterable $values)
|
|
* @method static mixed orWhereNotBetweenColumns($column, array $values)
|
|
* @method static mixed orWhereNotNull($column)
|
|
* @method static mixed whereDate($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereDate($column, $operator, $value)
|
|
* @method static mixed whereTime($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereTime($column, $operator, $value)
|
|
* @method static mixed whereDay($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereDay($column, $operator, $value)
|
|
* @method static mixed whereMonth($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereMonth($column, $operator, $value)
|
|
* @method static mixed whereYear($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereYear($column, $operator, $value)
|
|
* @method static mixed addDateBasedWhere($type, $column, $operator, $value, $boolean)
|
|
* @method static mixed whereNested(Closure $callback, $boolean)
|
|
* @method static mixed forNestedWhere()
|
|
* @method static mixed addNestedWhereQuery($query, $boolean)
|
|
* @method static mixed whereSub($column, $operator, $callback, $boolean)
|
|
* @method static mixed whereExists($callback, $boolean, $not)
|
|
* @method static mixed orWhereExists($callback, $not)
|
|
* @method static mixed whereNotExists($callback, $boolean)
|
|
* @method static mixed orWhereNotExists($callback)
|
|
* @method static mixed addWhereExistsQuery(self $query, $boolean, $not)
|
|
* @method static mixed whereRowValues($columns, $operator, $values, $boolean)
|
|
* @method static mixed orWhereRowValues($columns, $operator, $values)
|
|
* @method static mixed whereJsonContains($column, $value, $boolean, $not)
|
|
* @method static mixed orWhereJsonContains($column, $value)
|
|
* @method static mixed whereJsonDoesntContain($column, $value, $boolean)
|
|
* @method static mixed orWhereJsonDoesntContain($column, $value)
|
|
* @method static mixed whereJsonOverlaps($column, $value, $boolean, $not)
|
|
* @method static mixed orWhereJsonOverlaps($column, $value)
|
|
* @method static mixed whereJsonDoesntOverlap($column, $value, $boolean)
|
|
* @method static mixed orWhereJsonDoesntOverlap($column, $value)
|
|
* @method static mixed whereJsonContainsKey($column, $boolean, $not)
|
|
* @method static mixed orWhereJsonContainsKey($column)
|
|
* @method static mixed whereJsonDoesntContainKey($column, $boolean)
|
|
* @method static mixed orWhereJsonDoesntContainKey($column)
|
|
* @method static mixed whereJsonLength($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereJsonLength($column, $operator, $value)
|
|
* @method static mixed dynamicWhere($method, $parameters)
|
|
* @method static mixed addDynamic($segment, $connector, $parameters, $index)
|
|
* @method static mixed whereFullText($columns, $value, array $options, $boolean)
|
|
* @method static mixed orWhereFullText($columns, $value, array $options)
|
|
* @method static mixed whereAll($columns, $operator, $value, $boolean)
|
|
* @method static mixed orWhereAll($columns, $operator, $value)
|
|
* @method static mixed whereAny($columns, $operator, $value, $boolean)
|
|
* @method static mixed orWhereAny($columns, $operator, $value)
|
|
* @method static mixed groupBy($groups)
|
|
* @method static mixed groupByRaw($sql, array $bindings)
|
|
* @method static mixed having($column, $operator, $value, $boolean)
|
|
* @method static mixed orHaving($column, $operator, $value)
|
|
* @method static mixed havingNested(Closure $callback, $boolean)
|
|
* @method static mixed addNestedHavingQuery($query, $boolean)
|
|
* @method static mixed havingNull($columns, $boolean, $not)
|
|
* @method static mixed orHavingNull($column)
|
|
* @method static mixed havingNotNull($columns, $boolean)
|
|
* @method static mixed orHavingNotNull($column)
|
|
* @method static mixed havingBetween($column, iterable $values, $boolean, $not)
|
|
* @method static mixed havingRaw($sql, array $bindings, $boolean)
|
|
* @method static mixed orHavingRaw($sql, array $bindings)
|
|
* @method static mixed orderBy($column, $direction)
|
|
* @method static mixed orderByDesc($column)
|
|
* @method static mixed latest($column)
|
|
* @method static mixed oldest($column)
|
|
* @method static mixed inRandomOrder($seed)
|
|
* @method static mixed orderByRaw($sql, $bindings)
|
|
* @method static mixed skip($value)
|
|
* @method static mixed offset($value)
|
|
* @method static mixed take($value)
|
|
* @method static mixed limit($value)
|
|
* @method static mixed groupLimit($value, $column)
|
|
* @method static mixed forPage($page, $perPage)
|
|
* @method static mixed forPageBeforeId($perPage, $lastId, $column)
|
|
* @method static mixed forPageAfterId($perPage, $lastId, $column)
|
|
* @method static mixed reorder($column, $direction)
|
|
* @method static mixed removeExistingOrdersFor($column)
|
|
* @method static mixed union($query, $all)
|
|
* @method static mixed unionAll($query)
|
|
* @method static mixed lock($value)
|
|
* @method static mixed lockForUpdate()
|
|
* @method static mixed sharedLock()
|
|
* @method static mixed beforeQuery(callable $callback)
|
|
* @method static mixed applyBeforeQueryCallbacks()
|
|
* @method static mixed afterQuery(Closure $callback)
|
|
* @method static mixed applyAfterQueryCallbacks($result)
|
|
* @method static mixed toSql()
|
|
* @method static mixed toRawSql()
|
|
* @method static mixed find($id, $columns)
|
|
* @method static mixed findOr($id, $columns, Closure $callback)
|
|
* @method static mixed value($column)
|
|
* @method static mixed rawValue(string $expression, array $bindings)
|
|
* @method static mixed soleValue($column)
|
|
* @method static mixed get($columns)
|
|
* @method static mixed runSelect()
|
|
* @method static mixed withoutGroupLimitKeys($items)
|
|
* @method static mixed paginate($perPage, $columns, $pageName, $page, $total)
|
|
* @method static mixed simplePaginate($perPage, $columns, $pageName, $page)
|
|
* @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor)
|
|
* @method static mixed ensureOrderForCursorPagination($shouldReverse)
|
|
* @method static mixed getCountForPagination($columns)
|
|
* @method static mixed runPaginationCountQuery($columns)
|
|
* @method static mixed cloneForPaginationCount()
|
|
* @method static mixed withoutSelectAliases(array $columns)
|
|
* @method static mixed cursor()
|
|
* @method static mixed enforceOrderBy()
|
|
* @method static mixed pluck($column, $key)
|
|
* @method static mixed stripTableForPluck($column)
|
|
* @method static mixed pluckFromObjectColumn($queryResult, $column, $key)
|
|
* @method static mixed pluckFromArrayColumn($queryResult, $column, $key)
|
|
* @method static mixed implode($column, $glue)
|
|
* @method static mixed exists()
|
|
* @method static mixed doesntExist()
|
|
* @method static mixed existsOr(Closure $callback)
|
|
* @method static mixed doesntExistOr(Closure $callback)
|
|
* @method static mixed count($columns)
|
|
* @method static mixed min($column)
|
|
* @method static mixed max($column)
|
|
* @method static mixed sum($column)
|
|
* @method static mixed avg($column)
|
|
* @method static mixed average($column)
|
|
* @method static mixed aggregate($function, $columns)
|
|
* @method static mixed numericAggregate($function, $columns)
|
|
* @method static mixed setAggregate($function, $columns)
|
|
* @method static mixed onceWithColumns($columns, $callback)
|
|
* @method static mixed insert(array $values)
|
|
* @method static mixed insertOrIgnore(array $values)
|
|
* @method static mixed insertGetId(array $values, $sequence)
|
|
* @method static mixed insertUsing(array $columns, $query)
|
|
* @method static mixed insertOrIgnoreUsing(array $columns, $query)
|
|
* @method static mixed update(array $values)
|
|
* @method static mixed updateFrom(array $values)
|
|
* @method static mixed updateOrInsert(array $attributes, callable|array $values)
|
|
* @method static mixed upsert(array $values, $uniqueBy, $update)
|
|
* @method static mixed increment($column, $amount, array $extra)
|
|
* @method static mixed incrementEach(array $columns, array $extra)
|
|
* @method static mixed decrement($column, $amount, array $extra)
|
|
* @method static mixed decrementEach(array $columns, array $extra)
|
|
* @method static mixed delete($id)
|
|
* @method static mixed truncate()
|
|
* @method static mixed newQuery()
|
|
* @method static mixed forSubQuery()
|
|
* @method static mixed getColumns()
|
|
* @method static mixed raw($value)
|
|
* @method static mixed getUnionBuilders()
|
|
* @method static mixed getBindings()
|
|
* @method static mixed getRawBindings()
|
|
* @method static mixed setBindings(array $bindings, $type)
|
|
* @method static mixed addBinding($value, $type)
|
|
* @method static mixed castBinding($value)
|
|
* @method static mixed mergeBindings(self $query)
|
|
* @method static mixed cleanBindings(array $bindings)
|
|
* @method static mixed flattenValue($value)
|
|
* @method static mixed defaultKeyName()
|
|
* @method static mixed getConnection()
|
|
* @method static mixed getProcessor()
|
|
* @method static mixed getGrammar()
|
|
* @method static mixed useWritePdo()
|
|
* @method static mixed isQueryable($value)
|
|
* @method static mixed clone()
|
|
* @method static mixed cloneWithout(array $properties)
|
|
* @method static mixed cloneWithoutBindings(array $except)
|
|
* @method static mixed dump($args)
|
|
* @method static mixed dumpRawSql()
|
|
* @method static mixed dd()
|
|
* @method static mixed ddRawSql()
|
|
* @method static mixed chunk($count, callable $callback)
|
|
* @method static mixed chunkMap(callable $callback, $count)
|
|
* @method static mixed each(callable $callback, $count)
|
|
* @method static mixed chunkById($count, callable $callback, $column, $alias)
|
|
* @method static mixed chunkByIdDesc($count, callable $callback, $column, $alias)
|
|
* @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending)
|
|
* @method static mixed eachById(callable $callback, $count, $column, $alias)
|
|
* @method static mixed lazy($chunkSize)
|
|
* @method static mixed lazyById($chunkSize, $column, $alias)
|
|
* @method static mixed lazyByIdDesc($chunkSize, $column, $alias)
|
|
* @method static mixed orderedLazyById($chunkSize, $column, $alias, $descending)
|
|
* @method static mixed first($columns)
|
|
* @method static mixed sole($columns)
|
|
* @method static mixed paginateUsingCursor($perPage, $columns, $cursorName, $cursor)
|
|
* @method static mixed getOriginalColumnNameForCursorPagination($builder, string $parameter)
|
|
* @method static mixed paginator($items, $total, $perPage, $currentPage, $options)
|
|
* @method static mixed simplePaginator($items, $perPage, $currentPage, $options)
|
|
* @method static mixed cursorPaginator($items, $perPage, $cursor, $options)
|
|
* @method static mixed tap($callback)
|
|
* @method static mixed when($value, callable $callback, callable $default)
|
|
* @method static mixed unless($value, callable $callback, callable $default)
|
|
* @method static mixed explain()
|
|
* @method static mixed forwardCallTo($object, $method, $parameters)
|
|
* @method static mixed forwardDecoratedCallTo($object, $method, $parameters)
|
|
* @method static mixed throwBadMethodCallException($method)
|
|
* @method static mixed macro($name, $macro)
|
|
* @method static mixed mixin($mixin, $replace)
|
|
* @method static mixed hasMacro($name)
|
|
* @method static mixed flushMacros()
|
|
* @method static mixed macroCall($method, $parameters)
|
|
* @mixin \Illuminate\Database\Query\Builder
|
|
*/
|
|
class ActivityCopy extends \App\Models\SigdModel
|
|
{
|
|
//
|
|
}
|
|
|
|
/**
|
|
* App\Models\ActivityDataMitigation
|
|
*
|
|
* @property string|null $keterangan
|
|
* @property string|null $title_group
|
|
* @property string|null $group_data
|
|
* @property bool|null $is_required
|
|
* @property int|null $type_emission_reduction
|
|
* @property int|null $ad_sequence
|
|
* @property string|null $question_plus
|
|
* @property bool|null $is_multiple
|
|
* @property string|null $list_data
|
|
* @property string|null $formula
|
|
* @property string|null $type
|
|
* @property \Illuminate\Support\Carbon|null $updated_at
|
|
* @property \Illuminate\Support\Carbon|null $created_at
|
|
* @property string|null $updated_by
|
|
* @property string|null $created_by
|
|
* @property int $sequence
|
|
* @property string|null $unit
|
|
* @property string $activity_data
|
|
* @property string $mitigation_id
|
|
* @property string $id
|
|
* @property-read \App\Models\KegiatanMitigasi $kegiatanMitigasi
|
|
* @property-read \Illuminate\Database\Eloquent\Collection<int, \App\Models\ActivityDataMitigationUnit> $units
|
|
* @property-read int|null $units_count
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityDataMitigation>|ActivityDataMitigation whereId($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityDataMitigation>|ActivityDataMitigation whereMitigationId($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityDataMitigation>|ActivityDataMitigation whereActivityData($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityDataMitigation>|ActivityDataMitigation whereUnit($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityDataMitigation>|ActivityDataMitigation whereSequence($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityDataMitigation>|ActivityDataMitigation whereCreatedBy($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityDataMitigation>|ActivityDataMitigation whereUpdatedBy($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityDataMitigation>|ActivityDataMitigation whereCreatedAt($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityDataMitigation>|ActivityDataMitigation whereUpdatedAt($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityDataMitigation>|ActivityDataMitigation whereType($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityDataMitigation>|ActivityDataMitigation whereFormula($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityDataMitigation>|ActivityDataMitigation whereListData($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityDataMitigation>|ActivityDataMitigation whereIsMultiple($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityDataMitigation>|ActivityDataMitigation whereQuestionPlus($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityDataMitigation>|ActivityDataMitigation whereAdSequence($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityDataMitigation>|ActivityDataMitigation whereTypeEmissionReduction($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityDataMitigation>|ActivityDataMitigation whereIsRequired($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityDataMitigation>|ActivityDataMitigation whereGroupData($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityDataMitigation>|ActivityDataMitigation whereTitleGroup($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityDataMitigation>|ActivityDataMitigation whereKeterangan($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityDataMitigation>|ActivityDataMitigation newModelQuery()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityDataMitigation>|ActivityDataMitigation newQuery()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityDataMitigation>|ActivityDataMitigation query()
|
|
* @method static mixed select($columns)
|
|
* @method static mixed selectSub($query, $as)
|
|
* @method static mixed selectRaw($expression, array $bindings)
|
|
* @method static mixed fromSub($query, $as)
|
|
* @method static mixed fromRaw($expression, $bindings)
|
|
* @method static mixed createSub($query)
|
|
* @method static mixed parseSub($query)
|
|
* @method static mixed prependDatabaseNameIfCrossDatabaseQuery($query)
|
|
* @method static mixed addSelect($column)
|
|
* @method static mixed distinct()
|
|
* @method static mixed from($table, $as)
|
|
* @method static mixed useIndex($index)
|
|
* @method static mixed forceIndex($index)
|
|
* @method static mixed ignoreIndex($index)
|
|
* @method static mixed join($table, $first, $operator, $second, $type, $where)
|
|
* @method static mixed joinWhere($table, $first, $operator, $second, $type)
|
|
* @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where)
|
|
* @method static mixed joinLateral($query, string $as, string $type)
|
|
* @method static mixed leftJoinLateral($query, string $as)
|
|
* @method static mixed leftJoin($table, $first, $operator, $second)
|
|
* @method static mixed leftJoinWhere($table, $first, $operator, $second)
|
|
* @method static mixed leftJoinSub($query, $as, $first, $operator, $second)
|
|
* @method static mixed rightJoin($table, $first, $operator, $second)
|
|
* @method static mixed rightJoinWhere($table, $first, $operator, $second)
|
|
* @method static mixed rightJoinSub($query, $as, $first, $operator, $second)
|
|
* @method static mixed crossJoin($table, $first, $operator, $second)
|
|
* @method static mixed crossJoinSub($query, $as)
|
|
* @method static mixed newJoinClause(self $parentQuery, $type, $table)
|
|
* @method static mixed newJoinLateralClause(self $parentQuery, $type, $table)
|
|
* @method static mixed mergeWheres($wheres, $bindings)
|
|
* @method static mixed where($column, $operator, $value, $boolean)
|
|
* @method static mixed addArrayOfWheres($column, $boolean, $method)
|
|
* @method static mixed prepareValueAndOperator($value, $operator, $useDefault)
|
|
* @method static mixed invalidOperatorAndValue($operator, $value)
|
|
* @method static mixed invalidOperator($operator)
|
|
* @method static mixed isBitwiseOperator($operator)
|
|
* @method static mixed orWhere($column, $operator, $value)
|
|
* @method static mixed whereNot($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereNot($column, $operator, $value)
|
|
* @method static mixed whereColumn($first, $operator, $second, $boolean)
|
|
* @method static mixed orWhereColumn($first, $operator, $second)
|
|
* @method static mixed whereRaw($sql, $bindings, $boolean)
|
|
* @method static mixed orWhereRaw($sql, $bindings)
|
|
* @method static mixed whereIn($column, $values, $boolean, $not)
|
|
* @method static mixed orWhereIn($column, $values)
|
|
* @method static mixed whereNotIn($column, $values, $boolean)
|
|
* @method static mixed orWhereNotIn($column, $values)
|
|
* @method static mixed whereIntegerInRaw($column, $values, $boolean, $not)
|
|
* @method static mixed orWhereIntegerInRaw($column, $values)
|
|
* @method static mixed whereIntegerNotInRaw($column, $values, $boolean)
|
|
* @method static mixed orWhereIntegerNotInRaw($column, $values)
|
|
* @method static mixed whereNull($columns, $boolean, $not)
|
|
* @method static mixed orWhereNull($column)
|
|
* @method static mixed whereNotNull($columns, $boolean)
|
|
* @method static mixed whereBetween($column, iterable $values, $boolean, $not)
|
|
* @method static mixed whereBetweenColumns($column, array $values, $boolean, $not)
|
|
* @method static mixed orWhereBetween($column, iterable $values)
|
|
* @method static mixed orWhereBetweenColumns($column, array $values)
|
|
* @method static mixed whereNotBetween($column, iterable $values, $boolean)
|
|
* @method static mixed whereNotBetweenColumns($column, array $values, $boolean)
|
|
* @method static mixed orWhereNotBetween($column, iterable $values)
|
|
* @method static mixed orWhereNotBetweenColumns($column, array $values)
|
|
* @method static mixed orWhereNotNull($column)
|
|
* @method static mixed whereDate($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereDate($column, $operator, $value)
|
|
* @method static mixed whereTime($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereTime($column, $operator, $value)
|
|
* @method static mixed whereDay($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereDay($column, $operator, $value)
|
|
* @method static mixed whereMonth($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereMonth($column, $operator, $value)
|
|
* @method static mixed whereYear($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereYear($column, $operator, $value)
|
|
* @method static mixed addDateBasedWhere($type, $column, $operator, $value, $boolean)
|
|
* @method static mixed whereNested(Closure $callback, $boolean)
|
|
* @method static mixed forNestedWhere()
|
|
* @method static mixed addNestedWhereQuery($query, $boolean)
|
|
* @method static mixed whereSub($column, $operator, $callback, $boolean)
|
|
* @method static mixed whereExists($callback, $boolean, $not)
|
|
* @method static mixed orWhereExists($callback, $not)
|
|
* @method static mixed whereNotExists($callback, $boolean)
|
|
* @method static mixed orWhereNotExists($callback)
|
|
* @method static mixed addWhereExistsQuery(self $query, $boolean, $not)
|
|
* @method static mixed whereRowValues($columns, $operator, $values, $boolean)
|
|
* @method static mixed orWhereRowValues($columns, $operator, $values)
|
|
* @method static mixed whereJsonContains($column, $value, $boolean, $not)
|
|
* @method static mixed orWhereJsonContains($column, $value)
|
|
* @method static mixed whereJsonDoesntContain($column, $value, $boolean)
|
|
* @method static mixed orWhereJsonDoesntContain($column, $value)
|
|
* @method static mixed whereJsonOverlaps($column, $value, $boolean, $not)
|
|
* @method static mixed orWhereJsonOverlaps($column, $value)
|
|
* @method static mixed whereJsonDoesntOverlap($column, $value, $boolean)
|
|
* @method static mixed orWhereJsonDoesntOverlap($column, $value)
|
|
* @method static mixed whereJsonContainsKey($column, $boolean, $not)
|
|
* @method static mixed orWhereJsonContainsKey($column)
|
|
* @method static mixed whereJsonDoesntContainKey($column, $boolean)
|
|
* @method static mixed orWhereJsonDoesntContainKey($column)
|
|
* @method static mixed whereJsonLength($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereJsonLength($column, $operator, $value)
|
|
* @method static mixed dynamicWhere($method, $parameters)
|
|
* @method static mixed addDynamic($segment, $connector, $parameters, $index)
|
|
* @method static mixed whereFullText($columns, $value, array $options, $boolean)
|
|
* @method static mixed orWhereFullText($columns, $value, array $options)
|
|
* @method static mixed whereAll($columns, $operator, $value, $boolean)
|
|
* @method static mixed orWhereAll($columns, $operator, $value)
|
|
* @method static mixed whereAny($columns, $operator, $value, $boolean)
|
|
* @method static mixed orWhereAny($columns, $operator, $value)
|
|
* @method static mixed groupBy($groups)
|
|
* @method static mixed groupByRaw($sql, array $bindings)
|
|
* @method static mixed having($column, $operator, $value, $boolean)
|
|
* @method static mixed orHaving($column, $operator, $value)
|
|
* @method static mixed havingNested(Closure $callback, $boolean)
|
|
* @method static mixed addNestedHavingQuery($query, $boolean)
|
|
* @method static mixed havingNull($columns, $boolean, $not)
|
|
* @method static mixed orHavingNull($column)
|
|
* @method static mixed havingNotNull($columns, $boolean)
|
|
* @method static mixed orHavingNotNull($column)
|
|
* @method static mixed havingBetween($column, iterable $values, $boolean, $not)
|
|
* @method static mixed havingRaw($sql, array $bindings, $boolean)
|
|
* @method static mixed orHavingRaw($sql, array $bindings)
|
|
* @method static mixed orderBy($column, $direction)
|
|
* @method static mixed orderByDesc($column)
|
|
* @method static mixed latest($column)
|
|
* @method static mixed oldest($column)
|
|
* @method static mixed inRandomOrder($seed)
|
|
* @method static mixed orderByRaw($sql, $bindings)
|
|
* @method static mixed skip($value)
|
|
* @method static mixed offset($value)
|
|
* @method static mixed take($value)
|
|
* @method static mixed limit($value)
|
|
* @method static mixed groupLimit($value, $column)
|
|
* @method static mixed forPage($page, $perPage)
|
|
* @method static mixed forPageBeforeId($perPage, $lastId, $column)
|
|
* @method static mixed forPageAfterId($perPage, $lastId, $column)
|
|
* @method static mixed reorder($column, $direction)
|
|
* @method static mixed removeExistingOrdersFor($column)
|
|
* @method static mixed union($query, $all)
|
|
* @method static mixed unionAll($query)
|
|
* @method static mixed lock($value)
|
|
* @method static mixed lockForUpdate()
|
|
* @method static mixed sharedLock()
|
|
* @method static mixed beforeQuery(callable $callback)
|
|
* @method static mixed applyBeforeQueryCallbacks()
|
|
* @method static mixed afterQuery(Closure $callback)
|
|
* @method static mixed applyAfterQueryCallbacks($result)
|
|
* @method static mixed toSql()
|
|
* @method static mixed toRawSql()
|
|
* @method static mixed find($id, $columns)
|
|
* @method static mixed findOr($id, $columns, Closure $callback)
|
|
* @method static mixed value($column)
|
|
* @method static mixed rawValue(string $expression, array $bindings)
|
|
* @method static mixed soleValue($column)
|
|
* @method static mixed get($columns)
|
|
* @method static mixed runSelect()
|
|
* @method static mixed withoutGroupLimitKeys($items)
|
|
* @method static mixed paginate($perPage, $columns, $pageName, $page, $total)
|
|
* @method static mixed simplePaginate($perPage, $columns, $pageName, $page)
|
|
* @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor)
|
|
* @method static mixed ensureOrderForCursorPagination($shouldReverse)
|
|
* @method static mixed getCountForPagination($columns)
|
|
* @method static mixed runPaginationCountQuery($columns)
|
|
* @method static mixed cloneForPaginationCount()
|
|
* @method static mixed withoutSelectAliases(array $columns)
|
|
* @method static mixed cursor()
|
|
* @method static mixed enforceOrderBy()
|
|
* @method static mixed pluck($column, $key)
|
|
* @method static mixed stripTableForPluck($column)
|
|
* @method static mixed pluckFromObjectColumn($queryResult, $column, $key)
|
|
* @method static mixed pluckFromArrayColumn($queryResult, $column, $key)
|
|
* @method static mixed implode($column, $glue)
|
|
* @method static mixed exists()
|
|
* @method static mixed doesntExist()
|
|
* @method static mixed existsOr(Closure $callback)
|
|
* @method static mixed doesntExistOr(Closure $callback)
|
|
* @method static mixed count($columns)
|
|
* @method static mixed min($column)
|
|
* @method static mixed max($column)
|
|
* @method static mixed sum($column)
|
|
* @method static mixed avg($column)
|
|
* @method static mixed average($column)
|
|
* @method static mixed aggregate($function, $columns)
|
|
* @method static mixed numericAggregate($function, $columns)
|
|
* @method static mixed setAggregate($function, $columns)
|
|
* @method static mixed onceWithColumns($columns, $callback)
|
|
* @method static mixed insert(array $values)
|
|
* @method static mixed insertOrIgnore(array $values)
|
|
* @method static mixed insertGetId(array $values, $sequence)
|
|
* @method static mixed insertUsing(array $columns, $query)
|
|
* @method static mixed insertOrIgnoreUsing(array $columns, $query)
|
|
* @method static mixed update(array $values)
|
|
* @method static mixed updateFrom(array $values)
|
|
* @method static mixed updateOrInsert(array $attributes, callable|array $values)
|
|
* @method static mixed upsert(array $values, $uniqueBy, $update)
|
|
* @method static mixed increment($column, $amount, array $extra)
|
|
* @method static mixed incrementEach(array $columns, array $extra)
|
|
* @method static mixed decrement($column, $amount, array $extra)
|
|
* @method static mixed decrementEach(array $columns, array $extra)
|
|
* @method static mixed delete($id)
|
|
* @method static mixed truncate()
|
|
* @method static mixed newQuery()
|
|
* @method static mixed forSubQuery()
|
|
* @method static mixed getColumns()
|
|
* @method static mixed raw($value)
|
|
* @method static mixed getUnionBuilders()
|
|
* @method static mixed getBindings()
|
|
* @method static mixed getRawBindings()
|
|
* @method static mixed setBindings(array $bindings, $type)
|
|
* @method static mixed addBinding($value, $type)
|
|
* @method static mixed castBinding($value)
|
|
* @method static mixed mergeBindings(self $query)
|
|
* @method static mixed cleanBindings(array $bindings)
|
|
* @method static mixed flattenValue($value)
|
|
* @method static mixed defaultKeyName()
|
|
* @method static mixed getConnection()
|
|
* @method static mixed getProcessor()
|
|
* @method static mixed getGrammar()
|
|
* @method static mixed useWritePdo()
|
|
* @method static mixed isQueryable($value)
|
|
* @method static mixed clone()
|
|
* @method static mixed cloneWithout(array $properties)
|
|
* @method static mixed cloneWithoutBindings(array $except)
|
|
* @method static mixed dump($args)
|
|
* @method static mixed dumpRawSql()
|
|
* @method static mixed dd()
|
|
* @method static mixed ddRawSql()
|
|
* @method static mixed chunk($count, callable $callback)
|
|
* @method static mixed chunkMap(callable $callback, $count)
|
|
* @method static mixed each(callable $callback, $count)
|
|
* @method static mixed chunkById($count, callable $callback, $column, $alias)
|
|
* @method static mixed chunkByIdDesc($count, callable $callback, $column, $alias)
|
|
* @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending)
|
|
* @method static mixed eachById(callable $callback, $count, $column, $alias)
|
|
* @method static mixed lazy($chunkSize)
|
|
* @method static mixed lazyById($chunkSize, $column, $alias)
|
|
* @method static mixed lazyByIdDesc($chunkSize, $column, $alias)
|
|
* @method static mixed orderedLazyById($chunkSize, $column, $alias, $descending)
|
|
* @method static mixed first($columns)
|
|
* @method static mixed sole($columns)
|
|
* @method static mixed paginateUsingCursor($perPage, $columns, $cursorName, $cursor)
|
|
* @method static mixed getOriginalColumnNameForCursorPagination($builder, string $parameter)
|
|
* @method static mixed paginator($items, $total, $perPage, $currentPage, $options)
|
|
* @method static mixed simplePaginator($items, $perPage, $currentPage, $options)
|
|
* @method static mixed cursorPaginator($items, $perPage, $cursor, $options)
|
|
* @method static mixed tap($callback)
|
|
* @method static mixed when($value, callable $callback, callable $default)
|
|
* @method static mixed unless($value, callable $callback, callable $default)
|
|
* @method static mixed explain()
|
|
* @method static mixed forwardCallTo($object, $method, $parameters)
|
|
* @method static mixed forwardDecoratedCallTo($object, $method, $parameters)
|
|
* @method static mixed throwBadMethodCallException($method)
|
|
* @method static mixed macro($name, $macro)
|
|
* @method static mixed mixin($mixin, $replace)
|
|
* @method static mixed hasMacro($name)
|
|
* @method static mixed flushMacros()
|
|
* @method static mixed macroCall($method, $parameters)
|
|
* @mixin \Illuminate\Database\Query\Builder
|
|
*/
|
|
class ActivityDataMitigation extends \Illuminate\Database\Eloquent\Model
|
|
{
|
|
//
|
|
}
|
|
|
|
/**
|
|
* App\Models\ActivityDataMitigationForm
|
|
*
|
|
* @property string|null $category_unit
|
|
* @property int|null $type_emission_reduction
|
|
* @property array|null $values_array
|
|
* @property string $mitigation_id
|
|
* @property \Illuminate\Support\Carbon|null $updated_at
|
|
* @property \Illuminate\Support\Carbon|null $created_at
|
|
* @property string|null $updated_by
|
|
* @property string|null $created_by
|
|
* @property int|null $sequence
|
|
* @property string|null $unit
|
|
* @property string|null $value
|
|
* @property string $kegiatan_mitigasi_id
|
|
* @property int $id
|
|
* @property-read \App\Models\KegiatanMitigasi $kegiatanMitigasi
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityDataMitigationForm>|ActivityDataMitigationForm whereId($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityDataMitigationForm>|ActivityDataMitigationForm whereKegiatanMitigasiId($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityDataMitigationForm>|ActivityDataMitigationForm whereValue($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityDataMitigationForm>|ActivityDataMitigationForm whereUnit($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityDataMitigationForm>|ActivityDataMitigationForm whereSequence($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityDataMitigationForm>|ActivityDataMitigationForm whereCreatedBy($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityDataMitigationForm>|ActivityDataMitigationForm whereUpdatedBy($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityDataMitigationForm>|ActivityDataMitigationForm whereCreatedAt($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityDataMitigationForm>|ActivityDataMitigationForm whereUpdatedAt($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityDataMitigationForm>|ActivityDataMitigationForm whereMitigationId($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityDataMitigationForm>|ActivityDataMitigationForm whereValuesArray($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityDataMitigationForm>|ActivityDataMitigationForm whereTypeEmissionReduction($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityDataMitigationForm>|ActivityDataMitigationForm whereCategoryUnit($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityDataMitigationForm>|ActivityDataMitigationForm newModelQuery()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityDataMitigationForm>|ActivityDataMitigationForm newQuery()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityDataMitigationForm>|ActivityDataMitigationForm query()
|
|
* @method static mixed select($columns)
|
|
* @method static mixed selectSub($query, $as)
|
|
* @method static mixed selectRaw($expression, array $bindings)
|
|
* @method static mixed fromSub($query, $as)
|
|
* @method static mixed fromRaw($expression, $bindings)
|
|
* @method static mixed createSub($query)
|
|
* @method static mixed parseSub($query)
|
|
* @method static mixed prependDatabaseNameIfCrossDatabaseQuery($query)
|
|
* @method static mixed addSelect($column)
|
|
* @method static mixed distinct()
|
|
* @method static mixed from($table, $as)
|
|
* @method static mixed useIndex($index)
|
|
* @method static mixed forceIndex($index)
|
|
* @method static mixed ignoreIndex($index)
|
|
* @method static mixed join($table, $first, $operator, $second, $type, $where)
|
|
* @method static mixed joinWhere($table, $first, $operator, $second, $type)
|
|
* @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where)
|
|
* @method static mixed joinLateral($query, string $as, string $type)
|
|
* @method static mixed leftJoinLateral($query, string $as)
|
|
* @method static mixed leftJoin($table, $first, $operator, $second)
|
|
* @method static mixed leftJoinWhere($table, $first, $operator, $second)
|
|
* @method static mixed leftJoinSub($query, $as, $first, $operator, $second)
|
|
* @method static mixed rightJoin($table, $first, $operator, $second)
|
|
* @method static mixed rightJoinWhere($table, $first, $operator, $second)
|
|
* @method static mixed rightJoinSub($query, $as, $first, $operator, $second)
|
|
* @method static mixed crossJoin($table, $first, $operator, $second)
|
|
* @method static mixed crossJoinSub($query, $as)
|
|
* @method static mixed newJoinClause(self $parentQuery, $type, $table)
|
|
* @method static mixed newJoinLateralClause(self $parentQuery, $type, $table)
|
|
* @method static mixed mergeWheres($wheres, $bindings)
|
|
* @method static mixed where($column, $operator, $value, $boolean)
|
|
* @method static mixed addArrayOfWheres($column, $boolean, $method)
|
|
* @method static mixed prepareValueAndOperator($value, $operator, $useDefault)
|
|
* @method static mixed invalidOperatorAndValue($operator, $value)
|
|
* @method static mixed invalidOperator($operator)
|
|
* @method static mixed isBitwiseOperator($operator)
|
|
* @method static mixed orWhere($column, $operator, $value)
|
|
* @method static mixed whereNot($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereNot($column, $operator, $value)
|
|
* @method static mixed whereColumn($first, $operator, $second, $boolean)
|
|
* @method static mixed orWhereColumn($first, $operator, $second)
|
|
* @method static mixed whereRaw($sql, $bindings, $boolean)
|
|
* @method static mixed orWhereRaw($sql, $bindings)
|
|
* @method static mixed whereIn($column, $values, $boolean, $not)
|
|
* @method static mixed orWhereIn($column, $values)
|
|
* @method static mixed whereNotIn($column, $values, $boolean)
|
|
* @method static mixed orWhereNotIn($column, $values)
|
|
* @method static mixed whereIntegerInRaw($column, $values, $boolean, $not)
|
|
* @method static mixed orWhereIntegerInRaw($column, $values)
|
|
* @method static mixed whereIntegerNotInRaw($column, $values, $boolean)
|
|
* @method static mixed orWhereIntegerNotInRaw($column, $values)
|
|
* @method static mixed whereNull($columns, $boolean, $not)
|
|
* @method static mixed orWhereNull($column)
|
|
* @method static mixed whereNotNull($columns, $boolean)
|
|
* @method static mixed whereBetween($column, iterable $values, $boolean, $not)
|
|
* @method static mixed whereBetweenColumns($column, array $values, $boolean, $not)
|
|
* @method static mixed orWhereBetween($column, iterable $values)
|
|
* @method static mixed orWhereBetweenColumns($column, array $values)
|
|
* @method static mixed whereNotBetween($column, iterable $values, $boolean)
|
|
* @method static mixed whereNotBetweenColumns($column, array $values, $boolean)
|
|
* @method static mixed orWhereNotBetween($column, iterable $values)
|
|
* @method static mixed orWhereNotBetweenColumns($column, array $values)
|
|
* @method static mixed orWhereNotNull($column)
|
|
* @method static mixed whereDate($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereDate($column, $operator, $value)
|
|
* @method static mixed whereTime($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereTime($column, $operator, $value)
|
|
* @method static mixed whereDay($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereDay($column, $operator, $value)
|
|
* @method static mixed whereMonth($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereMonth($column, $operator, $value)
|
|
* @method static mixed whereYear($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereYear($column, $operator, $value)
|
|
* @method static mixed addDateBasedWhere($type, $column, $operator, $value, $boolean)
|
|
* @method static mixed whereNested(Closure $callback, $boolean)
|
|
* @method static mixed forNestedWhere()
|
|
* @method static mixed addNestedWhereQuery($query, $boolean)
|
|
* @method static mixed whereSub($column, $operator, $callback, $boolean)
|
|
* @method static mixed whereExists($callback, $boolean, $not)
|
|
* @method static mixed orWhereExists($callback, $not)
|
|
* @method static mixed whereNotExists($callback, $boolean)
|
|
* @method static mixed orWhereNotExists($callback)
|
|
* @method static mixed addWhereExistsQuery(self $query, $boolean, $not)
|
|
* @method static mixed whereRowValues($columns, $operator, $values, $boolean)
|
|
* @method static mixed orWhereRowValues($columns, $operator, $values)
|
|
* @method static mixed whereJsonContains($column, $value, $boolean, $not)
|
|
* @method static mixed orWhereJsonContains($column, $value)
|
|
* @method static mixed whereJsonDoesntContain($column, $value, $boolean)
|
|
* @method static mixed orWhereJsonDoesntContain($column, $value)
|
|
* @method static mixed whereJsonOverlaps($column, $value, $boolean, $not)
|
|
* @method static mixed orWhereJsonOverlaps($column, $value)
|
|
* @method static mixed whereJsonDoesntOverlap($column, $value, $boolean)
|
|
* @method static mixed orWhereJsonDoesntOverlap($column, $value)
|
|
* @method static mixed whereJsonContainsKey($column, $boolean, $not)
|
|
* @method static mixed orWhereJsonContainsKey($column)
|
|
* @method static mixed whereJsonDoesntContainKey($column, $boolean)
|
|
* @method static mixed orWhereJsonDoesntContainKey($column)
|
|
* @method static mixed whereJsonLength($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereJsonLength($column, $operator, $value)
|
|
* @method static mixed dynamicWhere($method, $parameters)
|
|
* @method static mixed addDynamic($segment, $connector, $parameters, $index)
|
|
* @method static mixed whereFullText($columns, $value, array $options, $boolean)
|
|
* @method static mixed orWhereFullText($columns, $value, array $options)
|
|
* @method static mixed whereAll($columns, $operator, $value, $boolean)
|
|
* @method static mixed orWhereAll($columns, $operator, $value)
|
|
* @method static mixed whereAny($columns, $operator, $value, $boolean)
|
|
* @method static mixed orWhereAny($columns, $operator, $value)
|
|
* @method static mixed groupBy($groups)
|
|
* @method static mixed groupByRaw($sql, array $bindings)
|
|
* @method static mixed having($column, $operator, $value, $boolean)
|
|
* @method static mixed orHaving($column, $operator, $value)
|
|
* @method static mixed havingNested(Closure $callback, $boolean)
|
|
* @method static mixed addNestedHavingQuery($query, $boolean)
|
|
* @method static mixed havingNull($columns, $boolean, $not)
|
|
* @method static mixed orHavingNull($column)
|
|
* @method static mixed havingNotNull($columns, $boolean)
|
|
* @method static mixed orHavingNotNull($column)
|
|
* @method static mixed havingBetween($column, iterable $values, $boolean, $not)
|
|
* @method static mixed havingRaw($sql, array $bindings, $boolean)
|
|
* @method static mixed orHavingRaw($sql, array $bindings)
|
|
* @method static mixed orderBy($column, $direction)
|
|
* @method static mixed orderByDesc($column)
|
|
* @method static mixed latest($column)
|
|
* @method static mixed oldest($column)
|
|
* @method static mixed inRandomOrder($seed)
|
|
* @method static mixed orderByRaw($sql, $bindings)
|
|
* @method static mixed skip($value)
|
|
* @method static mixed offset($value)
|
|
* @method static mixed take($value)
|
|
* @method static mixed limit($value)
|
|
* @method static mixed groupLimit($value, $column)
|
|
* @method static mixed forPage($page, $perPage)
|
|
* @method static mixed forPageBeforeId($perPage, $lastId, $column)
|
|
* @method static mixed forPageAfterId($perPage, $lastId, $column)
|
|
* @method static mixed reorder($column, $direction)
|
|
* @method static mixed removeExistingOrdersFor($column)
|
|
* @method static mixed union($query, $all)
|
|
* @method static mixed unionAll($query)
|
|
* @method static mixed lock($value)
|
|
* @method static mixed lockForUpdate()
|
|
* @method static mixed sharedLock()
|
|
* @method static mixed beforeQuery(callable $callback)
|
|
* @method static mixed applyBeforeQueryCallbacks()
|
|
* @method static mixed afterQuery(Closure $callback)
|
|
* @method static mixed applyAfterQueryCallbacks($result)
|
|
* @method static mixed toSql()
|
|
* @method static mixed toRawSql()
|
|
* @method static mixed find($id, $columns)
|
|
* @method static mixed findOr($id, $columns, Closure $callback)
|
|
* @method static mixed value($column)
|
|
* @method static mixed rawValue(string $expression, array $bindings)
|
|
* @method static mixed soleValue($column)
|
|
* @method static mixed get($columns)
|
|
* @method static mixed runSelect()
|
|
* @method static mixed withoutGroupLimitKeys($items)
|
|
* @method static mixed paginate($perPage, $columns, $pageName, $page, $total)
|
|
* @method static mixed simplePaginate($perPage, $columns, $pageName, $page)
|
|
* @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor)
|
|
* @method static mixed ensureOrderForCursorPagination($shouldReverse)
|
|
* @method static mixed getCountForPagination($columns)
|
|
* @method static mixed runPaginationCountQuery($columns)
|
|
* @method static mixed cloneForPaginationCount()
|
|
* @method static mixed withoutSelectAliases(array $columns)
|
|
* @method static mixed cursor()
|
|
* @method static mixed enforceOrderBy()
|
|
* @method static mixed pluck($column, $key)
|
|
* @method static mixed stripTableForPluck($column)
|
|
* @method static mixed pluckFromObjectColumn($queryResult, $column, $key)
|
|
* @method static mixed pluckFromArrayColumn($queryResult, $column, $key)
|
|
* @method static mixed implode($column, $glue)
|
|
* @method static mixed exists()
|
|
* @method static mixed doesntExist()
|
|
* @method static mixed existsOr(Closure $callback)
|
|
* @method static mixed doesntExistOr(Closure $callback)
|
|
* @method static mixed count($columns)
|
|
* @method static mixed min($column)
|
|
* @method static mixed max($column)
|
|
* @method static mixed sum($column)
|
|
* @method static mixed avg($column)
|
|
* @method static mixed average($column)
|
|
* @method static mixed aggregate($function, $columns)
|
|
* @method static mixed numericAggregate($function, $columns)
|
|
* @method static mixed setAggregate($function, $columns)
|
|
* @method static mixed onceWithColumns($columns, $callback)
|
|
* @method static mixed insert(array $values)
|
|
* @method static mixed insertOrIgnore(array $values)
|
|
* @method static mixed insertGetId(array $values, $sequence)
|
|
* @method static mixed insertUsing(array $columns, $query)
|
|
* @method static mixed insertOrIgnoreUsing(array $columns, $query)
|
|
* @method static mixed update(array $values)
|
|
* @method static mixed updateFrom(array $values)
|
|
* @method static mixed updateOrInsert(array $attributes, callable|array $values)
|
|
* @method static mixed upsert(array $values, $uniqueBy, $update)
|
|
* @method static mixed increment($column, $amount, array $extra)
|
|
* @method static mixed incrementEach(array $columns, array $extra)
|
|
* @method static mixed decrement($column, $amount, array $extra)
|
|
* @method static mixed decrementEach(array $columns, array $extra)
|
|
* @method static mixed delete($id)
|
|
* @method static mixed truncate()
|
|
* @method static mixed newQuery()
|
|
* @method static mixed forSubQuery()
|
|
* @method static mixed getColumns()
|
|
* @method static mixed raw($value)
|
|
* @method static mixed getUnionBuilders()
|
|
* @method static mixed getBindings()
|
|
* @method static mixed getRawBindings()
|
|
* @method static mixed setBindings(array $bindings, $type)
|
|
* @method static mixed addBinding($value, $type)
|
|
* @method static mixed castBinding($value)
|
|
* @method static mixed mergeBindings(self $query)
|
|
* @method static mixed cleanBindings(array $bindings)
|
|
* @method static mixed flattenValue($value)
|
|
* @method static mixed defaultKeyName()
|
|
* @method static mixed getConnection()
|
|
* @method static mixed getProcessor()
|
|
* @method static mixed getGrammar()
|
|
* @method static mixed useWritePdo()
|
|
* @method static mixed isQueryable($value)
|
|
* @method static mixed clone()
|
|
* @method static mixed cloneWithout(array $properties)
|
|
* @method static mixed cloneWithoutBindings(array $except)
|
|
* @method static mixed dump($args)
|
|
* @method static mixed dumpRawSql()
|
|
* @method static mixed dd()
|
|
* @method static mixed ddRawSql()
|
|
* @method static mixed chunk($count, callable $callback)
|
|
* @method static mixed chunkMap(callable $callback, $count)
|
|
* @method static mixed each(callable $callback, $count)
|
|
* @method static mixed chunkById($count, callable $callback, $column, $alias)
|
|
* @method static mixed chunkByIdDesc($count, callable $callback, $column, $alias)
|
|
* @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending)
|
|
* @method static mixed eachById(callable $callback, $count, $column, $alias)
|
|
* @method static mixed lazy($chunkSize)
|
|
* @method static mixed lazyById($chunkSize, $column, $alias)
|
|
* @method static mixed lazyByIdDesc($chunkSize, $column, $alias)
|
|
* @method static mixed orderedLazyById($chunkSize, $column, $alias, $descending)
|
|
* @method static mixed first($columns)
|
|
* @method static mixed sole($columns)
|
|
* @method static mixed paginateUsingCursor($perPage, $columns, $cursorName, $cursor)
|
|
* @method static mixed getOriginalColumnNameForCursorPagination($builder, string $parameter)
|
|
* @method static mixed paginator($items, $total, $perPage, $currentPage, $options)
|
|
* @method static mixed simplePaginator($items, $perPage, $currentPage, $options)
|
|
* @method static mixed cursorPaginator($items, $perPage, $cursor, $options)
|
|
* @method static mixed tap($callback)
|
|
* @method static mixed when($value, callable $callback, callable $default)
|
|
* @method static mixed unless($value, callable $callback, callable $default)
|
|
* @method static mixed explain()
|
|
* @method static mixed forwardCallTo($object, $method, $parameters)
|
|
* @method static mixed forwardDecoratedCallTo($object, $method, $parameters)
|
|
* @method static mixed throwBadMethodCallException($method)
|
|
* @method static mixed macro($name, $macro)
|
|
* @method static mixed mixin($mixin, $replace)
|
|
* @method static mixed hasMacro($name)
|
|
* @method static mixed flushMacros()
|
|
* @method static mixed macroCall($method, $parameters)
|
|
* @mixin \Illuminate\Database\Query\Builder
|
|
*/
|
|
class ActivityDataMitigationForm extends \Illuminate\Database\Eloquent\Model
|
|
{
|
|
//
|
|
}
|
|
|
|
/**
|
|
* App\Models\ActivityDataMitigationUnit
|
|
*
|
|
* @property string|null $category
|
|
* @property string $unit
|
|
* @property string $activity_data_mitigation_id
|
|
* @property int $id
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityDataMitigationUnit>|ActivityDataMitigationUnit whereId($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityDataMitigationUnit>|ActivityDataMitigationUnit whereActivityDataMitigationId($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityDataMitigationUnit>|ActivityDataMitigationUnit whereUnit($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityDataMitigationUnit>|ActivityDataMitigationUnit whereCategory($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityDataMitigationUnit>|ActivityDataMitigationUnit newModelQuery()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityDataMitigationUnit>|ActivityDataMitigationUnit newQuery()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityDataMitigationUnit>|ActivityDataMitigationUnit query()
|
|
* @method static mixed select($columns)
|
|
* @method static mixed selectSub($query, $as)
|
|
* @method static mixed selectRaw($expression, array $bindings)
|
|
* @method static mixed fromSub($query, $as)
|
|
* @method static mixed fromRaw($expression, $bindings)
|
|
* @method static mixed createSub($query)
|
|
* @method static mixed parseSub($query)
|
|
* @method static mixed prependDatabaseNameIfCrossDatabaseQuery($query)
|
|
* @method static mixed addSelect($column)
|
|
* @method static mixed distinct()
|
|
* @method static mixed from($table, $as)
|
|
* @method static mixed useIndex($index)
|
|
* @method static mixed forceIndex($index)
|
|
* @method static mixed ignoreIndex($index)
|
|
* @method static mixed join($table, $first, $operator, $second, $type, $where)
|
|
* @method static mixed joinWhere($table, $first, $operator, $second, $type)
|
|
* @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where)
|
|
* @method static mixed joinLateral($query, string $as, string $type)
|
|
* @method static mixed leftJoinLateral($query, string $as)
|
|
* @method static mixed leftJoin($table, $first, $operator, $second)
|
|
* @method static mixed leftJoinWhere($table, $first, $operator, $second)
|
|
* @method static mixed leftJoinSub($query, $as, $first, $operator, $second)
|
|
* @method static mixed rightJoin($table, $first, $operator, $second)
|
|
* @method static mixed rightJoinWhere($table, $first, $operator, $second)
|
|
* @method static mixed rightJoinSub($query, $as, $first, $operator, $second)
|
|
* @method static mixed crossJoin($table, $first, $operator, $second)
|
|
* @method static mixed crossJoinSub($query, $as)
|
|
* @method static mixed newJoinClause(self $parentQuery, $type, $table)
|
|
* @method static mixed newJoinLateralClause(self $parentQuery, $type, $table)
|
|
* @method static mixed mergeWheres($wheres, $bindings)
|
|
* @method static mixed where($column, $operator, $value, $boolean)
|
|
* @method static mixed addArrayOfWheres($column, $boolean, $method)
|
|
* @method static mixed prepareValueAndOperator($value, $operator, $useDefault)
|
|
* @method static mixed invalidOperatorAndValue($operator, $value)
|
|
* @method static mixed invalidOperator($operator)
|
|
* @method static mixed isBitwiseOperator($operator)
|
|
* @method static mixed orWhere($column, $operator, $value)
|
|
* @method static mixed whereNot($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereNot($column, $operator, $value)
|
|
* @method static mixed whereColumn($first, $operator, $second, $boolean)
|
|
* @method static mixed orWhereColumn($first, $operator, $second)
|
|
* @method static mixed whereRaw($sql, $bindings, $boolean)
|
|
* @method static mixed orWhereRaw($sql, $bindings)
|
|
* @method static mixed whereIn($column, $values, $boolean, $not)
|
|
* @method static mixed orWhereIn($column, $values)
|
|
* @method static mixed whereNotIn($column, $values, $boolean)
|
|
* @method static mixed orWhereNotIn($column, $values)
|
|
* @method static mixed whereIntegerInRaw($column, $values, $boolean, $not)
|
|
* @method static mixed orWhereIntegerInRaw($column, $values)
|
|
* @method static mixed whereIntegerNotInRaw($column, $values, $boolean)
|
|
* @method static mixed orWhereIntegerNotInRaw($column, $values)
|
|
* @method static mixed whereNull($columns, $boolean, $not)
|
|
* @method static mixed orWhereNull($column)
|
|
* @method static mixed whereNotNull($columns, $boolean)
|
|
* @method static mixed whereBetween($column, iterable $values, $boolean, $not)
|
|
* @method static mixed whereBetweenColumns($column, array $values, $boolean, $not)
|
|
* @method static mixed orWhereBetween($column, iterable $values)
|
|
* @method static mixed orWhereBetweenColumns($column, array $values)
|
|
* @method static mixed whereNotBetween($column, iterable $values, $boolean)
|
|
* @method static mixed whereNotBetweenColumns($column, array $values, $boolean)
|
|
* @method static mixed orWhereNotBetween($column, iterable $values)
|
|
* @method static mixed orWhereNotBetweenColumns($column, array $values)
|
|
* @method static mixed orWhereNotNull($column)
|
|
* @method static mixed whereDate($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereDate($column, $operator, $value)
|
|
* @method static mixed whereTime($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereTime($column, $operator, $value)
|
|
* @method static mixed whereDay($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereDay($column, $operator, $value)
|
|
* @method static mixed whereMonth($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereMonth($column, $operator, $value)
|
|
* @method static mixed whereYear($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereYear($column, $operator, $value)
|
|
* @method static mixed addDateBasedWhere($type, $column, $operator, $value, $boolean)
|
|
* @method static mixed whereNested(Closure $callback, $boolean)
|
|
* @method static mixed forNestedWhere()
|
|
* @method static mixed addNestedWhereQuery($query, $boolean)
|
|
* @method static mixed whereSub($column, $operator, $callback, $boolean)
|
|
* @method static mixed whereExists($callback, $boolean, $not)
|
|
* @method static mixed orWhereExists($callback, $not)
|
|
* @method static mixed whereNotExists($callback, $boolean)
|
|
* @method static mixed orWhereNotExists($callback)
|
|
* @method static mixed addWhereExistsQuery(self $query, $boolean, $not)
|
|
* @method static mixed whereRowValues($columns, $operator, $values, $boolean)
|
|
* @method static mixed orWhereRowValues($columns, $operator, $values)
|
|
* @method static mixed whereJsonContains($column, $value, $boolean, $not)
|
|
* @method static mixed orWhereJsonContains($column, $value)
|
|
* @method static mixed whereJsonDoesntContain($column, $value, $boolean)
|
|
* @method static mixed orWhereJsonDoesntContain($column, $value)
|
|
* @method static mixed whereJsonOverlaps($column, $value, $boolean, $not)
|
|
* @method static mixed orWhereJsonOverlaps($column, $value)
|
|
* @method static mixed whereJsonDoesntOverlap($column, $value, $boolean)
|
|
* @method static mixed orWhereJsonDoesntOverlap($column, $value)
|
|
* @method static mixed whereJsonContainsKey($column, $boolean, $not)
|
|
* @method static mixed orWhereJsonContainsKey($column)
|
|
* @method static mixed whereJsonDoesntContainKey($column, $boolean)
|
|
* @method static mixed orWhereJsonDoesntContainKey($column)
|
|
* @method static mixed whereJsonLength($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereJsonLength($column, $operator, $value)
|
|
* @method static mixed dynamicWhere($method, $parameters)
|
|
* @method static mixed addDynamic($segment, $connector, $parameters, $index)
|
|
* @method static mixed whereFullText($columns, $value, array $options, $boolean)
|
|
* @method static mixed orWhereFullText($columns, $value, array $options)
|
|
* @method static mixed whereAll($columns, $operator, $value, $boolean)
|
|
* @method static mixed orWhereAll($columns, $operator, $value)
|
|
* @method static mixed whereAny($columns, $operator, $value, $boolean)
|
|
* @method static mixed orWhereAny($columns, $operator, $value)
|
|
* @method static mixed groupBy($groups)
|
|
* @method static mixed groupByRaw($sql, array $bindings)
|
|
* @method static mixed having($column, $operator, $value, $boolean)
|
|
* @method static mixed orHaving($column, $operator, $value)
|
|
* @method static mixed havingNested(Closure $callback, $boolean)
|
|
* @method static mixed addNestedHavingQuery($query, $boolean)
|
|
* @method static mixed havingNull($columns, $boolean, $not)
|
|
* @method static mixed orHavingNull($column)
|
|
* @method static mixed havingNotNull($columns, $boolean)
|
|
* @method static mixed orHavingNotNull($column)
|
|
* @method static mixed havingBetween($column, iterable $values, $boolean, $not)
|
|
* @method static mixed havingRaw($sql, array $bindings, $boolean)
|
|
* @method static mixed orHavingRaw($sql, array $bindings)
|
|
* @method static mixed orderBy($column, $direction)
|
|
* @method static mixed orderByDesc($column)
|
|
* @method static mixed latest($column)
|
|
* @method static mixed oldest($column)
|
|
* @method static mixed inRandomOrder($seed)
|
|
* @method static mixed orderByRaw($sql, $bindings)
|
|
* @method static mixed skip($value)
|
|
* @method static mixed offset($value)
|
|
* @method static mixed take($value)
|
|
* @method static mixed limit($value)
|
|
* @method static mixed groupLimit($value, $column)
|
|
* @method static mixed forPage($page, $perPage)
|
|
* @method static mixed forPageBeforeId($perPage, $lastId, $column)
|
|
* @method static mixed forPageAfterId($perPage, $lastId, $column)
|
|
* @method static mixed reorder($column, $direction)
|
|
* @method static mixed removeExistingOrdersFor($column)
|
|
* @method static mixed union($query, $all)
|
|
* @method static mixed unionAll($query)
|
|
* @method static mixed lock($value)
|
|
* @method static mixed lockForUpdate()
|
|
* @method static mixed sharedLock()
|
|
* @method static mixed beforeQuery(callable $callback)
|
|
* @method static mixed applyBeforeQueryCallbacks()
|
|
* @method static mixed afterQuery(Closure $callback)
|
|
* @method static mixed applyAfterQueryCallbacks($result)
|
|
* @method static mixed toSql()
|
|
* @method static mixed toRawSql()
|
|
* @method static mixed find($id, $columns)
|
|
* @method static mixed findOr($id, $columns, Closure $callback)
|
|
* @method static mixed value($column)
|
|
* @method static mixed rawValue(string $expression, array $bindings)
|
|
* @method static mixed soleValue($column)
|
|
* @method static mixed get($columns)
|
|
* @method static mixed runSelect()
|
|
* @method static mixed withoutGroupLimitKeys($items)
|
|
* @method static mixed paginate($perPage, $columns, $pageName, $page, $total)
|
|
* @method static mixed simplePaginate($perPage, $columns, $pageName, $page)
|
|
* @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor)
|
|
* @method static mixed ensureOrderForCursorPagination($shouldReverse)
|
|
* @method static mixed getCountForPagination($columns)
|
|
* @method static mixed runPaginationCountQuery($columns)
|
|
* @method static mixed cloneForPaginationCount()
|
|
* @method static mixed withoutSelectAliases(array $columns)
|
|
* @method static mixed cursor()
|
|
* @method static mixed enforceOrderBy()
|
|
* @method static mixed pluck($column, $key)
|
|
* @method static mixed stripTableForPluck($column)
|
|
* @method static mixed pluckFromObjectColumn($queryResult, $column, $key)
|
|
* @method static mixed pluckFromArrayColumn($queryResult, $column, $key)
|
|
* @method static mixed implode($column, $glue)
|
|
* @method static mixed exists()
|
|
* @method static mixed doesntExist()
|
|
* @method static mixed existsOr(Closure $callback)
|
|
* @method static mixed doesntExistOr(Closure $callback)
|
|
* @method static mixed count($columns)
|
|
* @method static mixed min($column)
|
|
* @method static mixed max($column)
|
|
* @method static mixed sum($column)
|
|
* @method static mixed avg($column)
|
|
* @method static mixed average($column)
|
|
* @method static mixed aggregate($function, $columns)
|
|
* @method static mixed numericAggregate($function, $columns)
|
|
* @method static mixed setAggregate($function, $columns)
|
|
* @method static mixed onceWithColumns($columns, $callback)
|
|
* @method static mixed insert(array $values)
|
|
* @method static mixed insertOrIgnore(array $values)
|
|
* @method static mixed insertGetId(array $values, $sequence)
|
|
* @method static mixed insertUsing(array $columns, $query)
|
|
* @method static mixed insertOrIgnoreUsing(array $columns, $query)
|
|
* @method static mixed update(array $values)
|
|
* @method static mixed updateFrom(array $values)
|
|
* @method static mixed updateOrInsert(array $attributes, callable|array $values)
|
|
* @method static mixed upsert(array $values, $uniqueBy, $update)
|
|
* @method static mixed increment($column, $amount, array $extra)
|
|
* @method static mixed incrementEach(array $columns, array $extra)
|
|
* @method static mixed decrement($column, $amount, array $extra)
|
|
* @method static mixed decrementEach(array $columns, array $extra)
|
|
* @method static mixed delete($id)
|
|
* @method static mixed truncate()
|
|
* @method static mixed newQuery()
|
|
* @method static mixed forSubQuery()
|
|
* @method static mixed getColumns()
|
|
* @method static mixed raw($value)
|
|
* @method static mixed getUnionBuilders()
|
|
* @method static mixed getBindings()
|
|
* @method static mixed getRawBindings()
|
|
* @method static mixed setBindings(array $bindings, $type)
|
|
* @method static mixed addBinding($value, $type)
|
|
* @method static mixed castBinding($value)
|
|
* @method static mixed mergeBindings(self $query)
|
|
* @method static mixed cleanBindings(array $bindings)
|
|
* @method static mixed flattenValue($value)
|
|
* @method static mixed defaultKeyName()
|
|
* @method static mixed getConnection()
|
|
* @method static mixed getProcessor()
|
|
* @method static mixed getGrammar()
|
|
* @method static mixed useWritePdo()
|
|
* @method static mixed isQueryable($value)
|
|
* @method static mixed clone()
|
|
* @method static mixed cloneWithout(array $properties)
|
|
* @method static mixed cloneWithoutBindings(array $except)
|
|
* @method static mixed dump($args)
|
|
* @method static mixed dumpRawSql()
|
|
* @method static mixed dd()
|
|
* @method static mixed ddRawSql()
|
|
* @method static mixed chunk($count, callable $callback)
|
|
* @method static mixed chunkMap(callable $callback, $count)
|
|
* @method static mixed each(callable $callback, $count)
|
|
* @method static mixed chunkById($count, callable $callback, $column, $alias)
|
|
* @method static mixed chunkByIdDesc($count, callable $callback, $column, $alias)
|
|
* @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending)
|
|
* @method static mixed eachById(callable $callback, $count, $column, $alias)
|
|
* @method static mixed lazy($chunkSize)
|
|
* @method static mixed lazyById($chunkSize, $column, $alias)
|
|
* @method static mixed lazyByIdDesc($chunkSize, $column, $alias)
|
|
* @method static mixed orderedLazyById($chunkSize, $column, $alias, $descending)
|
|
* @method static mixed first($columns)
|
|
* @method static mixed sole($columns)
|
|
* @method static mixed paginateUsingCursor($perPage, $columns, $cursorName, $cursor)
|
|
* @method static mixed getOriginalColumnNameForCursorPagination($builder, string $parameter)
|
|
* @method static mixed paginator($items, $total, $perPage, $currentPage, $options)
|
|
* @method static mixed simplePaginator($items, $perPage, $currentPage, $options)
|
|
* @method static mixed cursorPaginator($items, $perPage, $cursor, $options)
|
|
* @method static mixed tap($callback)
|
|
* @method static mixed when($value, callable $callback, callable $default)
|
|
* @method static mixed unless($value, callable $callback, callable $default)
|
|
* @method static mixed explain()
|
|
* @method static mixed forwardCallTo($object, $method, $parameters)
|
|
* @method static mixed forwardDecoratedCallTo($object, $method, $parameters)
|
|
* @method static mixed throwBadMethodCallException($method)
|
|
* @method static mixed macro($name, $macro)
|
|
* @method static mixed mixin($mixin, $replace)
|
|
* @method static mixed hasMacro($name)
|
|
* @method static mixed flushMacros()
|
|
* @method static mixed macroCall($method, $parameters)
|
|
* @mixin \Illuminate\Database\Query\Builder
|
|
*/
|
|
class ActivityDataMitigationUnit extends \Illuminate\Database\Eloquent\Model
|
|
{
|
|
//
|
|
}
|
|
|
|
/**
|
|
* App\Models\ActivityForm
|
|
*
|
|
* @property string|null $agency_id
|
|
* @property string|null $updated_by
|
|
* @property string|null $created_by
|
|
* @property \Illuminate\Support\Carbon|null $updated_at
|
|
* @property \Illuminate\Support\Carbon|null $created_at
|
|
* @property int $row_status
|
|
* @property string $lock_status
|
|
* @property string|null $validated_by
|
|
* @property string|null $validated_at
|
|
* @property string $validation_status
|
|
* @property string|null $verified_by
|
|
* @property string|null $verified_at
|
|
* @property string $verification_status
|
|
* @property string $inventory_year
|
|
* @property string $form_code
|
|
* @property string $sector
|
|
* @property string $id
|
|
* @property-read \App\Models\SettingForm $form
|
|
* @property-read \App\Models\Agency $agency
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityForm>|ActivityForm whereId($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityForm>|ActivityForm whereSector($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityForm>|ActivityForm whereFormCode($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityForm>|ActivityForm whereInventoryYear($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityForm>|ActivityForm whereVerificationStatus($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityForm>|ActivityForm whereVerifiedAt($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityForm>|ActivityForm whereVerifiedBy($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityForm>|ActivityForm whereValidationStatus($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityForm>|ActivityForm whereValidatedAt($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityForm>|ActivityForm whereValidatedBy($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityForm>|ActivityForm whereLockStatus($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityForm>|ActivityForm whereRowStatus($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityForm>|ActivityForm whereCreatedAt($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityForm>|ActivityForm whereUpdatedAt($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityForm>|ActivityForm whereCreatedBy($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityForm>|ActivityForm whereUpdatedBy($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityForm>|ActivityForm whereAgencyId($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityForm>|ActivityForm rowActive()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityForm>|ActivityForm isActive()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityForm>|ActivityForm orderByRowNum()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityForm>|ActivityForm newModelQuery()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityForm>|ActivityForm newQuery()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityForm>|ActivityForm query()
|
|
* @method static mixed select($columns)
|
|
* @method static mixed selectSub($query, $as)
|
|
* @method static mixed selectRaw($expression, array $bindings)
|
|
* @method static mixed fromSub($query, $as)
|
|
* @method static mixed fromRaw($expression, $bindings)
|
|
* @method static mixed createSub($query)
|
|
* @method static mixed parseSub($query)
|
|
* @method static mixed prependDatabaseNameIfCrossDatabaseQuery($query)
|
|
* @method static mixed addSelect($column)
|
|
* @method static mixed distinct()
|
|
* @method static mixed from($table, $as)
|
|
* @method static mixed useIndex($index)
|
|
* @method static mixed forceIndex($index)
|
|
* @method static mixed ignoreIndex($index)
|
|
* @method static mixed join($table, $first, $operator, $second, $type, $where)
|
|
* @method static mixed joinWhere($table, $first, $operator, $second, $type)
|
|
* @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where)
|
|
* @method static mixed joinLateral($query, string $as, string $type)
|
|
* @method static mixed leftJoinLateral($query, string $as)
|
|
* @method static mixed leftJoin($table, $first, $operator, $second)
|
|
* @method static mixed leftJoinWhere($table, $first, $operator, $second)
|
|
* @method static mixed leftJoinSub($query, $as, $first, $operator, $second)
|
|
* @method static mixed rightJoin($table, $first, $operator, $second)
|
|
* @method static mixed rightJoinWhere($table, $first, $operator, $second)
|
|
* @method static mixed rightJoinSub($query, $as, $first, $operator, $second)
|
|
* @method static mixed crossJoin($table, $first, $operator, $second)
|
|
* @method static mixed crossJoinSub($query, $as)
|
|
* @method static mixed newJoinClause(self $parentQuery, $type, $table)
|
|
* @method static mixed newJoinLateralClause(self $parentQuery, $type, $table)
|
|
* @method static mixed mergeWheres($wheres, $bindings)
|
|
* @method static mixed where($column, $operator, $value, $boolean)
|
|
* @method static mixed addArrayOfWheres($column, $boolean, $method)
|
|
* @method static mixed prepareValueAndOperator($value, $operator, $useDefault)
|
|
* @method static mixed invalidOperatorAndValue($operator, $value)
|
|
* @method static mixed invalidOperator($operator)
|
|
* @method static mixed isBitwiseOperator($operator)
|
|
* @method static mixed orWhere($column, $operator, $value)
|
|
* @method static mixed whereNot($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereNot($column, $operator, $value)
|
|
* @method static mixed whereColumn($first, $operator, $second, $boolean)
|
|
* @method static mixed orWhereColumn($first, $operator, $second)
|
|
* @method static mixed whereRaw($sql, $bindings, $boolean)
|
|
* @method static mixed orWhereRaw($sql, $bindings)
|
|
* @method static mixed whereIn($column, $values, $boolean, $not)
|
|
* @method static mixed orWhereIn($column, $values)
|
|
* @method static mixed whereNotIn($column, $values, $boolean)
|
|
* @method static mixed orWhereNotIn($column, $values)
|
|
* @method static mixed whereIntegerInRaw($column, $values, $boolean, $not)
|
|
* @method static mixed orWhereIntegerInRaw($column, $values)
|
|
* @method static mixed whereIntegerNotInRaw($column, $values, $boolean)
|
|
* @method static mixed orWhereIntegerNotInRaw($column, $values)
|
|
* @method static mixed whereNull($columns, $boolean, $not)
|
|
* @method static mixed orWhereNull($column)
|
|
* @method static mixed whereNotNull($columns, $boolean)
|
|
* @method static mixed whereBetween($column, iterable $values, $boolean, $not)
|
|
* @method static mixed whereBetweenColumns($column, array $values, $boolean, $not)
|
|
* @method static mixed orWhereBetween($column, iterable $values)
|
|
* @method static mixed orWhereBetweenColumns($column, array $values)
|
|
* @method static mixed whereNotBetween($column, iterable $values, $boolean)
|
|
* @method static mixed whereNotBetweenColumns($column, array $values, $boolean)
|
|
* @method static mixed orWhereNotBetween($column, iterable $values)
|
|
* @method static mixed orWhereNotBetweenColumns($column, array $values)
|
|
* @method static mixed orWhereNotNull($column)
|
|
* @method static mixed whereDate($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereDate($column, $operator, $value)
|
|
* @method static mixed whereTime($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereTime($column, $operator, $value)
|
|
* @method static mixed whereDay($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereDay($column, $operator, $value)
|
|
* @method static mixed whereMonth($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereMonth($column, $operator, $value)
|
|
* @method static mixed whereYear($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereYear($column, $operator, $value)
|
|
* @method static mixed addDateBasedWhere($type, $column, $operator, $value, $boolean)
|
|
* @method static mixed whereNested(Closure $callback, $boolean)
|
|
* @method static mixed forNestedWhere()
|
|
* @method static mixed addNestedWhereQuery($query, $boolean)
|
|
* @method static mixed whereSub($column, $operator, $callback, $boolean)
|
|
* @method static mixed whereExists($callback, $boolean, $not)
|
|
* @method static mixed orWhereExists($callback, $not)
|
|
* @method static mixed whereNotExists($callback, $boolean)
|
|
* @method static mixed orWhereNotExists($callback)
|
|
* @method static mixed addWhereExistsQuery(self $query, $boolean, $not)
|
|
* @method static mixed whereRowValues($columns, $operator, $values, $boolean)
|
|
* @method static mixed orWhereRowValues($columns, $operator, $values)
|
|
* @method static mixed whereJsonContains($column, $value, $boolean, $not)
|
|
* @method static mixed orWhereJsonContains($column, $value)
|
|
* @method static mixed whereJsonDoesntContain($column, $value, $boolean)
|
|
* @method static mixed orWhereJsonDoesntContain($column, $value)
|
|
* @method static mixed whereJsonOverlaps($column, $value, $boolean, $not)
|
|
* @method static mixed orWhereJsonOverlaps($column, $value)
|
|
* @method static mixed whereJsonDoesntOverlap($column, $value, $boolean)
|
|
* @method static mixed orWhereJsonDoesntOverlap($column, $value)
|
|
* @method static mixed whereJsonContainsKey($column, $boolean, $not)
|
|
* @method static mixed orWhereJsonContainsKey($column)
|
|
* @method static mixed whereJsonDoesntContainKey($column, $boolean)
|
|
* @method static mixed orWhereJsonDoesntContainKey($column)
|
|
* @method static mixed whereJsonLength($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereJsonLength($column, $operator, $value)
|
|
* @method static mixed dynamicWhere($method, $parameters)
|
|
* @method static mixed addDynamic($segment, $connector, $parameters, $index)
|
|
* @method static mixed whereFullText($columns, $value, array $options, $boolean)
|
|
* @method static mixed orWhereFullText($columns, $value, array $options)
|
|
* @method static mixed whereAll($columns, $operator, $value, $boolean)
|
|
* @method static mixed orWhereAll($columns, $operator, $value)
|
|
* @method static mixed whereAny($columns, $operator, $value, $boolean)
|
|
* @method static mixed orWhereAny($columns, $operator, $value)
|
|
* @method static mixed groupBy($groups)
|
|
* @method static mixed groupByRaw($sql, array $bindings)
|
|
* @method static mixed having($column, $operator, $value, $boolean)
|
|
* @method static mixed orHaving($column, $operator, $value)
|
|
* @method static mixed havingNested(Closure $callback, $boolean)
|
|
* @method static mixed addNestedHavingQuery($query, $boolean)
|
|
* @method static mixed havingNull($columns, $boolean, $not)
|
|
* @method static mixed orHavingNull($column)
|
|
* @method static mixed havingNotNull($columns, $boolean)
|
|
* @method static mixed orHavingNotNull($column)
|
|
* @method static mixed havingBetween($column, iterable $values, $boolean, $not)
|
|
* @method static mixed havingRaw($sql, array $bindings, $boolean)
|
|
* @method static mixed orHavingRaw($sql, array $bindings)
|
|
* @method static mixed orderBy($column, $direction)
|
|
* @method static mixed orderByDesc($column)
|
|
* @method static mixed latest($column)
|
|
* @method static mixed oldest($column)
|
|
* @method static mixed inRandomOrder($seed)
|
|
* @method static mixed orderByRaw($sql, $bindings)
|
|
* @method static mixed skip($value)
|
|
* @method static mixed offset($value)
|
|
* @method static mixed take($value)
|
|
* @method static mixed limit($value)
|
|
* @method static mixed groupLimit($value, $column)
|
|
* @method static mixed forPage($page, $perPage)
|
|
* @method static mixed forPageBeforeId($perPage, $lastId, $column)
|
|
* @method static mixed forPageAfterId($perPage, $lastId, $column)
|
|
* @method static mixed reorder($column, $direction)
|
|
* @method static mixed removeExistingOrdersFor($column)
|
|
* @method static mixed union($query, $all)
|
|
* @method static mixed unionAll($query)
|
|
* @method static mixed lock($value)
|
|
* @method static mixed lockForUpdate()
|
|
* @method static mixed sharedLock()
|
|
* @method static mixed beforeQuery(callable $callback)
|
|
* @method static mixed applyBeforeQueryCallbacks()
|
|
* @method static mixed afterQuery(Closure $callback)
|
|
* @method static mixed applyAfterQueryCallbacks($result)
|
|
* @method static mixed toSql()
|
|
* @method static mixed toRawSql()
|
|
* @method static mixed find($id, $columns)
|
|
* @method static mixed findOr($id, $columns, Closure $callback)
|
|
* @method static mixed value($column)
|
|
* @method static mixed rawValue(string $expression, array $bindings)
|
|
* @method static mixed soleValue($column)
|
|
* @method static mixed get($columns)
|
|
* @method static mixed runSelect()
|
|
* @method static mixed withoutGroupLimitKeys($items)
|
|
* @method static mixed paginate($perPage, $columns, $pageName, $page, $total)
|
|
* @method static mixed simplePaginate($perPage, $columns, $pageName, $page)
|
|
* @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor)
|
|
* @method static mixed ensureOrderForCursorPagination($shouldReverse)
|
|
* @method static mixed getCountForPagination($columns)
|
|
* @method static mixed runPaginationCountQuery($columns)
|
|
* @method static mixed cloneForPaginationCount()
|
|
* @method static mixed withoutSelectAliases(array $columns)
|
|
* @method static mixed cursor()
|
|
* @method static mixed enforceOrderBy()
|
|
* @method static mixed pluck($column, $key)
|
|
* @method static mixed stripTableForPluck($column)
|
|
* @method static mixed pluckFromObjectColumn($queryResult, $column, $key)
|
|
* @method static mixed pluckFromArrayColumn($queryResult, $column, $key)
|
|
* @method static mixed implode($column, $glue)
|
|
* @method static mixed exists()
|
|
* @method static mixed doesntExist()
|
|
* @method static mixed existsOr(Closure $callback)
|
|
* @method static mixed doesntExistOr(Closure $callback)
|
|
* @method static mixed count($columns)
|
|
* @method static mixed min($column)
|
|
* @method static mixed max($column)
|
|
* @method static mixed sum($column)
|
|
* @method static mixed avg($column)
|
|
* @method static mixed average($column)
|
|
* @method static mixed aggregate($function, $columns)
|
|
* @method static mixed numericAggregate($function, $columns)
|
|
* @method static mixed setAggregate($function, $columns)
|
|
* @method static mixed onceWithColumns($columns, $callback)
|
|
* @method static mixed insert(array $values)
|
|
* @method static mixed insertOrIgnore(array $values)
|
|
* @method static mixed insertGetId(array $values, $sequence)
|
|
* @method static mixed insertUsing(array $columns, $query)
|
|
* @method static mixed insertOrIgnoreUsing(array $columns, $query)
|
|
* @method static mixed update(array $values)
|
|
* @method static mixed updateFrom(array $values)
|
|
* @method static mixed updateOrInsert(array $attributes, callable|array $values)
|
|
* @method static mixed upsert(array $values, $uniqueBy, $update)
|
|
* @method static mixed increment($column, $amount, array $extra)
|
|
* @method static mixed incrementEach(array $columns, array $extra)
|
|
* @method static mixed decrement($column, $amount, array $extra)
|
|
* @method static mixed decrementEach(array $columns, array $extra)
|
|
* @method static mixed delete($id)
|
|
* @method static mixed truncate()
|
|
* @method static mixed newQuery()
|
|
* @method static mixed forSubQuery()
|
|
* @method static mixed getColumns()
|
|
* @method static mixed raw($value)
|
|
* @method static mixed getUnionBuilders()
|
|
* @method static mixed getBindings()
|
|
* @method static mixed getRawBindings()
|
|
* @method static mixed setBindings(array $bindings, $type)
|
|
* @method static mixed addBinding($value, $type)
|
|
* @method static mixed castBinding($value)
|
|
* @method static mixed mergeBindings(self $query)
|
|
* @method static mixed cleanBindings(array $bindings)
|
|
* @method static mixed flattenValue($value)
|
|
* @method static mixed defaultKeyName()
|
|
* @method static mixed getConnection()
|
|
* @method static mixed getProcessor()
|
|
* @method static mixed getGrammar()
|
|
* @method static mixed useWritePdo()
|
|
* @method static mixed isQueryable($value)
|
|
* @method static mixed clone()
|
|
* @method static mixed cloneWithout(array $properties)
|
|
* @method static mixed cloneWithoutBindings(array $except)
|
|
* @method static mixed dump($args)
|
|
* @method static mixed dumpRawSql()
|
|
* @method static mixed dd()
|
|
* @method static mixed ddRawSql()
|
|
* @method static mixed chunk($count, callable $callback)
|
|
* @method static mixed chunkMap(callable $callback, $count)
|
|
* @method static mixed each(callable $callback, $count)
|
|
* @method static mixed chunkById($count, callable $callback, $column, $alias)
|
|
* @method static mixed chunkByIdDesc($count, callable $callback, $column, $alias)
|
|
* @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending)
|
|
* @method static mixed eachById(callable $callback, $count, $column, $alias)
|
|
* @method static mixed lazy($chunkSize)
|
|
* @method static mixed lazyById($chunkSize, $column, $alias)
|
|
* @method static mixed lazyByIdDesc($chunkSize, $column, $alias)
|
|
* @method static mixed orderedLazyById($chunkSize, $column, $alias, $descending)
|
|
* @method static mixed first($columns)
|
|
* @method static mixed sole($columns)
|
|
* @method static mixed paginateUsingCursor($perPage, $columns, $cursorName, $cursor)
|
|
* @method static mixed getOriginalColumnNameForCursorPagination($builder, string $parameter)
|
|
* @method static mixed paginator($items, $total, $perPage, $currentPage, $options)
|
|
* @method static mixed simplePaginator($items, $perPage, $currentPage, $options)
|
|
* @method static mixed cursorPaginator($items, $perPage, $cursor, $options)
|
|
* @method static mixed tap($callback)
|
|
* @method static mixed when($value, callable $callback, callable $default)
|
|
* @method static mixed unless($value, callable $callback, callable $default)
|
|
* @method static mixed explain()
|
|
* @method static mixed forwardCallTo($object, $method, $parameters)
|
|
* @method static mixed forwardDecoratedCallTo($object, $method, $parameters)
|
|
* @method static mixed throwBadMethodCallException($method)
|
|
* @method static mixed macro($name, $macro)
|
|
* @method static mixed mixin($mixin, $replace)
|
|
* @method static mixed hasMacro($name)
|
|
* @method static mixed flushMacros()
|
|
* @method static mixed macroCall($method, $parameters)
|
|
* @mixin \Illuminate\Database\Query\Builder
|
|
*/
|
|
class ActivityForm extends \App\Models\SigdModel
|
|
{
|
|
//
|
|
}
|
|
|
|
/**
|
|
* App\Models\ActivityFormMetadata
|
|
*
|
|
* @property string|null $updated_by
|
|
* @property string|null $created_by
|
|
* @property \Illuminate\Support\Carbon|null $updated_at
|
|
* @property \Illuminate\Support\Carbon|null $created_at
|
|
* @property int $row_status
|
|
* @property string|null $file_name
|
|
* @property string|null $description
|
|
* @property string|null $contact_email
|
|
* @property string|null $contact_phone
|
|
* @property string|null $contact_name
|
|
* @property string|null $published_year
|
|
* @property string|null $publisher
|
|
* @property string $name
|
|
* @property string $form_id
|
|
* @property string $id
|
|
* @property-read \App\Models\ActivityForm $form
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityFormMetadata>|ActivityFormMetadata whereId($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityFormMetadata>|ActivityFormMetadata whereFormId($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityFormMetadata>|ActivityFormMetadata whereName($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityFormMetadata>|ActivityFormMetadata wherePublisher($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityFormMetadata>|ActivityFormMetadata wherePublishedYear($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityFormMetadata>|ActivityFormMetadata whereContactName($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityFormMetadata>|ActivityFormMetadata whereContactPhone($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityFormMetadata>|ActivityFormMetadata whereContactEmail($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityFormMetadata>|ActivityFormMetadata whereDescription($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityFormMetadata>|ActivityFormMetadata whereFileName($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityFormMetadata>|ActivityFormMetadata whereRowStatus($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityFormMetadata>|ActivityFormMetadata whereCreatedAt($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityFormMetadata>|ActivityFormMetadata whereUpdatedAt($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityFormMetadata>|ActivityFormMetadata whereCreatedBy($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityFormMetadata>|ActivityFormMetadata whereUpdatedBy($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityFormMetadata>|ActivityFormMetadata rowActive()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityFormMetadata>|ActivityFormMetadata isActive()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityFormMetadata>|ActivityFormMetadata orderByRowNum()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityFormMetadata>|ActivityFormMetadata newModelQuery()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityFormMetadata>|ActivityFormMetadata newQuery()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityFormMetadata>|ActivityFormMetadata query()
|
|
* @method static mixed select($columns)
|
|
* @method static mixed selectSub($query, $as)
|
|
* @method static mixed selectRaw($expression, array $bindings)
|
|
* @method static mixed fromSub($query, $as)
|
|
* @method static mixed fromRaw($expression, $bindings)
|
|
* @method static mixed createSub($query)
|
|
* @method static mixed parseSub($query)
|
|
* @method static mixed prependDatabaseNameIfCrossDatabaseQuery($query)
|
|
* @method static mixed addSelect($column)
|
|
* @method static mixed distinct()
|
|
* @method static mixed from($table, $as)
|
|
* @method static mixed useIndex($index)
|
|
* @method static mixed forceIndex($index)
|
|
* @method static mixed ignoreIndex($index)
|
|
* @method static mixed join($table, $first, $operator, $second, $type, $where)
|
|
* @method static mixed joinWhere($table, $first, $operator, $second, $type)
|
|
* @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where)
|
|
* @method static mixed joinLateral($query, string $as, string $type)
|
|
* @method static mixed leftJoinLateral($query, string $as)
|
|
* @method static mixed leftJoin($table, $first, $operator, $second)
|
|
* @method static mixed leftJoinWhere($table, $first, $operator, $second)
|
|
* @method static mixed leftJoinSub($query, $as, $first, $operator, $second)
|
|
* @method static mixed rightJoin($table, $first, $operator, $second)
|
|
* @method static mixed rightJoinWhere($table, $first, $operator, $second)
|
|
* @method static mixed rightJoinSub($query, $as, $first, $operator, $second)
|
|
* @method static mixed crossJoin($table, $first, $operator, $second)
|
|
* @method static mixed crossJoinSub($query, $as)
|
|
* @method static mixed newJoinClause(self $parentQuery, $type, $table)
|
|
* @method static mixed newJoinLateralClause(self $parentQuery, $type, $table)
|
|
* @method static mixed mergeWheres($wheres, $bindings)
|
|
* @method static mixed where($column, $operator, $value, $boolean)
|
|
* @method static mixed addArrayOfWheres($column, $boolean, $method)
|
|
* @method static mixed prepareValueAndOperator($value, $operator, $useDefault)
|
|
* @method static mixed invalidOperatorAndValue($operator, $value)
|
|
* @method static mixed invalidOperator($operator)
|
|
* @method static mixed isBitwiseOperator($operator)
|
|
* @method static mixed orWhere($column, $operator, $value)
|
|
* @method static mixed whereNot($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereNot($column, $operator, $value)
|
|
* @method static mixed whereColumn($first, $operator, $second, $boolean)
|
|
* @method static mixed orWhereColumn($first, $operator, $second)
|
|
* @method static mixed whereRaw($sql, $bindings, $boolean)
|
|
* @method static mixed orWhereRaw($sql, $bindings)
|
|
* @method static mixed whereIn($column, $values, $boolean, $not)
|
|
* @method static mixed orWhereIn($column, $values)
|
|
* @method static mixed whereNotIn($column, $values, $boolean)
|
|
* @method static mixed orWhereNotIn($column, $values)
|
|
* @method static mixed whereIntegerInRaw($column, $values, $boolean, $not)
|
|
* @method static mixed orWhereIntegerInRaw($column, $values)
|
|
* @method static mixed whereIntegerNotInRaw($column, $values, $boolean)
|
|
* @method static mixed orWhereIntegerNotInRaw($column, $values)
|
|
* @method static mixed whereNull($columns, $boolean, $not)
|
|
* @method static mixed orWhereNull($column)
|
|
* @method static mixed whereNotNull($columns, $boolean)
|
|
* @method static mixed whereBetween($column, iterable $values, $boolean, $not)
|
|
* @method static mixed whereBetweenColumns($column, array $values, $boolean, $not)
|
|
* @method static mixed orWhereBetween($column, iterable $values)
|
|
* @method static mixed orWhereBetweenColumns($column, array $values)
|
|
* @method static mixed whereNotBetween($column, iterable $values, $boolean)
|
|
* @method static mixed whereNotBetweenColumns($column, array $values, $boolean)
|
|
* @method static mixed orWhereNotBetween($column, iterable $values)
|
|
* @method static mixed orWhereNotBetweenColumns($column, array $values)
|
|
* @method static mixed orWhereNotNull($column)
|
|
* @method static mixed whereDate($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereDate($column, $operator, $value)
|
|
* @method static mixed whereTime($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereTime($column, $operator, $value)
|
|
* @method static mixed whereDay($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereDay($column, $operator, $value)
|
|
* @method static mixed whereMonth($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereMonth($column, $operator, $value)
|
|
* @method static mixed whereYear($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereYear($column, $operator, $value)
|
|
* @method static mixed addDateBasedWhere($type, $column, $operator, $value, $boolean)
|
|
* @method static mixed whereNested(Closure $callback, $boolean)
|
|
* @method static mixed forNestedWhere()
|
|
* @method static mixed addNestedWhereQuery($query, $boolean)
|
|
* @method static mixed whereSub($column, $operator, $callback, $boolean)
|
|
* @method static mixed whereExists($callback, $boolean, $not)
|
|
* @method static mixed orWhereExists($callback, $not)
|
|
* @method static mixed whereNotExists($callback, $boolean)
|
|
* @method static mixed orWhereNotExists($callback)
|
|
* @method static mixed addWhereExistsQuery(self $query, $boolean, $not)
|
|
* @method static mixed whereRowValues($columns, $operator, $values, $boolean)
|
|
* @method static mixed orWhereRowValues($columns, $operator, $values)
|
|
* @method static mixed whereJsonContains($column, $value, $boolean, $not)
|
|
* @method static mixed orWhereJsonContains($column, $value)
|
|
* @method static mixed whereJsonDoesntContain($column, $value, $boolean)
|
|
* @method static mixed orWhereJsonDoesntContain($column, $value)
|
|
* @method static mixed whereJsonOverlaps($column, $value, $boolean, $not)
|
|
* @method static mixed orWhereJsonOverlaps($column, $value)
|
|
* @method static mixed whereJsonDoesntOverlap($column, $value, $boolean)
|
|
* @method static mixed orWhereJsonDoesntOverlap($column, $value)
|
|
* @method static mixed whereJsonContainsKey($column, $boolean, $not)
|
|
* @method static mixed orWhereJsonContainsKey($column)
|
|
* @method static mixed whereJsonDoesntContainKey($column, $boolean)
|
|
* @method static mixed orWhereJsonDoesntContainKey($column)
|
|
* @method static mixed whereJsonLength($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereJsonLength($column, $operator, $value)
|
|
* @method static mixed dynamicWhere($method, $parameters)
|
|
* @method static mixed addDynamic($segment, $connector, $parameters, $index)
|
|
* @method static mixed whereFullText($columns, $value, array $options, $boolean)
|
|
* @method static mixed orWhereFullText($columns, $value, array $options)
|
|
* @method static mixed whereAll($columns, $operator, $value, $boolean)
|
|
* @method static mixed orWhereAll($columns, $operator, $value)
|
|
* @method static mixed whereAny($columns, $operator, $value, $boolean)
|
|
* @method static mixed orWhereAny($columns, $operator, $value)
|
|
* @method static mixed groupBy($groups)
|
|
* @method static mixed groupByRaw($sql, array $bindings)
|
|
* @method static mixed having($column, $operator, $value, $boolean)
|
|
* @method static mixed orHaving($column, $operator, $value)
|
|
* @method static mixed havingNested(Closure $callback, $boolean)
|
|
* @method static mixed addNestedHavingQuery($query, $boolean)
|
|
* @method static mixed havingNull($columns, $boolean, $not)
|
|
* @method static mixed orHavingNull($column)
|
|
* @method static mixed havingNotNull($columns, $boolean)
|
|
* @method static mixed orHavingNotNull($column)
|
|
* @method static mixed havingBetween($column, iterable $values, $boolean, $not)
|
|
* @method static mixed havingRaw($sql, array $bindings, $boolean)
|
|
* @method static mixed orHavingRaw($sql, array $bindings)
|
|
* @method static mixed orderBy($column, $direction)
|
|
* @method static mixed orderByDesc($column)
|
|
* @method static mixed latest($column)
|
|
* @method static mixed oldest($column)
|
|
* @method static mixed inRandomOrder($seed)
|
|
* @method static mixed orderByRaw($sql, $bindings)
|
|
* @method static mixed skip($value)
|
|
* @method static mixed offset($value)
|
|
* @method static mixed take($value)
|
|
* @method static mixed limit($value)
|
|
* @method static mixed groupLimit($value, $column)
|
|
* @method static mixed forPage($page, $perPage)
|
|
* @method static mixed forPageBeforeId($perPage, $lastId, $column)
|
|
* @method static mixed forPageAfterId($perPage, $lastId, $column)
|
|
* @method static mixed reorder($column, $direction)
|
|
* @method static mixed removeExistingOrdersFor($column)
|
|
* @method static mixed union($query, $all)
|
|
* @method static mixed unionAll($query)
|
|
* @method static mixed lock($value)
|
|
* @method static mixed lockForUpdate()
|
|
* @method static mixed sharedLock()
|
|
* @method static mixed beforeQuery(callable $callback)
|
|
* @method static mixed applyBeforeQueryCallbacks()
|
|
* @method static mixed afterQuery(Closure $callback)
|
|
* @method static mixed applyAfterQueryCallbacks($result)
|
|
* @method static mixed toSql()
|
|
* @method static mixed toRawSql()
|
|
* @method static mixed find($id, $columns)
|
|
* @method static mixed findOr($id, $columns, Closure $callback)
|
|
* @method static mixed value($column)
|
|
* @method static mixed rawValue(string $expression, array $bindings)
|
|
* @method static mixed soleValue($column)
|
|
* @method static mixed get($columns)
|
|
* @method static mixed runSelect()
|
|
* @method static mixed withoutGroupLimitKeys($items)
|
|
* @method static mixed paginate($perPage, $columns, $pageName, $page, $total)
|
|
* @method static mixed simplePaginate($perPage, $columns, $pageName, $page)
|
|
* @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor)
|
|
* @method static mixed ensureOrderForCursorPagination($shouldReverse)
|
|
* @method static mixed getCountForPagination($columns)
|
|
* @method static mixed runPaginationCountQuery($columns)
|
|
* @method static mixed cloneForPaginationCount()
|
|
* @method static mixed withoutSelectAliases(array $columns)
|
|
* @method static mixed cursor()
|
|
* @method static mixed enforceOrderBy()
|
|
* @method static mixed pluck($column, $key)
|
|
* @method static mixed stripTableForPluck($column)
|
|
* @method static mixed pluckFromObjectColumn($queryResult, $column, $key)
|
|
* @method static mixed pluckFromArrayColumn($queryResult, $column, $key)
|
|
* @method static mixed implode($column, $glue)
|
|
* @method static mixed exists()
|
|
* @method static mixed doesntExist()
|
|
* @method static mixed existsOr(Closure $callback)
|
|
* @method static mixed doesntExistOr(Closure $callback)
|
|
* @method static mixed count($columns)
|
|
* @method static mixed min($column)
|
|
* @method static mixed max($column)
|
|
* @method static mixed sum($column)
|
|
* @method static mixed avg($column)
|
|
* @method static mixed average($column)
|
|
* @method static mixed aggregate($function, $columns)
|
|
* @method static mixed numericAggregate($function, $columns)
|
|
* @method static mixed setAggregate($function, $columns)
|
|
* @method static mixed onceWithColumns($columns, $callback)
|
|
* @method static mixed insert(array $values)
|
|
* @method static mixed insertOrIgnore(array $values)
|
|
* @method static mixed insertGetId(array $values, $sequence)
|
|
* @method static mixed insertUsing(array $columns, $query)
|
|
* @method static mixed insertOrIgnoreUsing(array $columns, $query)
|
|
* @method static mixed update(array $values)
|
|
* @method static mixed updateFrom(array $values)
|
|
* @method static mixed updateOrInsert(array $attributes, callable|array $values)
|
|
* @method static mixed upsert(array $values, $uniqueBy, $update)
|
|
* @method static mixed increment($column, $amount, array $extra)
|
|
* @method static mixed incrementEach(array $columns, array $extra)
|
|
* @method static mixed decrement($column, $amount, array $extra)
|
|
* @method static mixed decrementEach(array $columns, array $extra)
|
|
* @method static mixed delete($id)
|
|
* @method static mixed truncate()
|
|
* @method static mixed newQuery()
|
|
* @method static mixed forSubQuery()
|
|
* @method static mixed getColumns()
|
|
* @method static mixed raw($value)
|
|
* @method static mixed getUnionBuilders()
|
|
* @method static mixed getBindings()
|
|
* @method static mixed getRawBindings()
|
|
* @method static mixed setBindings(array $bindings, $type)
|
|
* @method static mixed addBinding($value, $type)
|
|
* @method static mixed castBinding($value)
|
|
* @method static mixed mergeBindings(self $query)
|
|
* @method static mixed cleanBindings(array $bindings)
|
|
* @method static mixed flattenValue($value)
|
|
* @method static mixed defaultKeyName()
|
|
* @method static mixed getConnection()
|
|
* @method static mixed getProcessor()
|
|
* @method static mixed getGrammar()
|
|
* @method static mixed useWritePdo()
|
|
* @method static mixed isQueryable($value)
|
|
* @method static mixed clone()
|
|
* @method static mixed cloneWithout(array $properties)
|
|
* @method static mixed cloneWithoutBindings(array $except)
|
|
* @method static mixed dump($args)
|
|
* @method static mixed dumpRawSql()
|
|
* @method static mixed dd()
|
|
* @method static mixed ddRawSql()
|
|
* @method static mixed chunk($count, callable $callback)
|
|
* @method static mixed chunkMap(callable $callback, $count)
|
|
* @method static mixed each(callable $callback, $count)
|
|
* @method static mixed chunkById($count, callable $callback, $column, $alias)
|
|
* @method static mixed chunkByIdDesc($count, callable $callback, $column, $alias)
|
|
* @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending)
|
|
* @method static mixed eachById(callable $callback, $count, $column, $alias)
|
|
* @method static mixed lazy($chunkSize)
|
|
* @method static mixed lazyById($chunkSize, $column, $alias)
|
|
* @method static mixed lazyByIdDesc($chunkSize, $column, $alias)
|
|
* @method static mixed orderedLazyById($chunkSize, $column, $alias, $descending)
|
|
* @method static mixed first($columns)
|
|
* @method static mixed sole($columns)
|
|
* @method static mixed paginateUsingCursor($perPage, $columns, $cursorName, $cursor)
|
|
* @method static mixed getOriginalColumnNameForCursorPagination($builder, string $parameter)
|
|
* @method static mixed paginator($items, $total, $perPage, $currentPage, $options)
|
|
* @method static mixed simplePaginator($items, $perPage, $currentPage, $options)
|
|
* @method static mixed cursorPaginator($items, $perPage, $cursor, $options)
|
|
* @method static mixed tap($callback)
|
|
* @method static mixed when($value, callable $callback, callable $default)
|
|
* @method static mixed unless($value, callable $callback, callable $default)
|
|
* @method static mixed explain()
|
|
* @method static mixed forwardCallTo($object, $method, $parameters)
|
|
* @method static mixed forwardDecoratedCallTo($object, $method, $parameters)
|
|
* @method static mixed throwBadMethodCallException($method)
|
|
* @method static mixed macro($name, $macro)
|
|
* @method static mixed mixin($mixin, $replace)
|
|
* @method static mixed hasMacro($name)
|
|
* @method static mixed flushMacros()
|
|
* @method static mixed macroCall($method, $parameters)
|
|
* @mixin \Illuminate\Database\Query\Builder
|
|
*/
|
|
class ActivityFormMetadata extends \App\Models\SigdModel
|
|
{
|
|
//
|
|
}
|
|
|
|
/**
|
|
* App\Models\ActivityLock
|
|
*
|
|
* @property string|null $updated_by
|
|
* @property string|null $created_by
|
|
* @property \Illuminate\Support\Carbon|null $updated_at
|
|
* @property \Illuminate\Support\Carbon|null $created_at
|
|
* @property int $row_status
|
|
* @property string $lock_status
|
|
* @property string $inventory_year
|
|
* @property string $id
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityLock>|ActivityLock whereId($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityLock>|ActivityLock whereInventoryYear($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityLock>|ActivityLock whereLockStatus($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityLock>|ActivityLock whereRowStatus($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityLock>|ActivityLock whereCreatedAt($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityLock>|ActivityLock whereUpdatedAt($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityLock>|ActivityLock whereCreatedBy($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityLock>|ActivityLock whereUpdatedBy($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityLock>|ActivityLock rowActive()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityLock>|ActivityLock isActive()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityLock>|ActivityLock orderByRowNum()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityLock>|ActivityLock newModelQuery()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityLock>|ActivityLock newQuery()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityLock>|ActivityLock query()
|
|
* @method static mixed select($columns)
|
|
* @method static mixed selectSub($query, $as)
|
|
* @method static mixed selectRaw($expression, array $bindings)
|
|
* @method static mixed fromSub($query, $as)
|
|
* @method static mixed fromRaw($expression, $bindings)
|
|
* @method static mixed createSub($query)
|
|
* @method static mixed parseSub($query)
|
|
* @method static mixed prependDatabaseNameIfCrossDatabaseQuery($query)
|
|
* @method static mixed addSelect($column)
|
|
* @method static mixed distinct()
|
|
* @method static mixed from($table, $as)
|
|
* @method static mixed useIndex($index)
|
|
* @method static mixed forceIndex($index)
|
|
* @method static mixed ignoreIndex($index)
|
|
* @method static mixed join($table, $first, $operator, $second, $type, $where)
|
|
* @method static mixed joinWhere($table, $first, $operator, $second, $type)
|
|
* @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where)
|
|
* @method static mixed joinLateral($query, string $as, string $type)
|
|
* @method static mixed leftJoinLateral($query, string $as)
|
|
* @method static mixed leftJoin($table, $first, $operator, $second)
|
|
* @method static mixed leftJoinWhere($table, $first, $operator, $second)
|
|
* @method static mixed leftJoinSub($query, $as, $first, $operator, $second)
|
|
* @method static mixed rightJoin($table, $first, $operator, $second)
|
|
* @method static mixed rightJoinWhere($table, $first, $operator, $second)
|
|
* @method static mixed rightJoinSub($query, $as, $first, $operator, $second)
|
|
* @method static mixed crossJoin($table, $first, $operator, $second)
|
|
* @method static mixed crossJoinSub($query, $as)
|
|
* @method static mixed newJoinClause(self $parentQuery, $type, $table)
|
|
* @method static mixed newJoinLateralClause(self $parentQuery, $type, $table)
|
|
* @method static mixed mergeWheres($wheres, $bindings)
|
|
* @method static mixed where($column, $operator, $value, $boolean)
|
|
* @method static mixed addArrayOfWheres($column, $boolean, $method)
|
|
* @method static mixed prepareValueAndOperator($value, $operator, $useDefault)
|
|
* @method static mixed invalidOperatorAndValue($operator, $value)
|
|
* @method static mixed invalidOperator($operator)
|
|
* @method static mixed isBitwiseOperator($operator)
|
|
* @method static mixed orWhere($column, $operator, $value)
|
|
* @method static mixed whereNot($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereNot($column, $operator, $value)
|
|
* @method static mixed whereColumn($first, $operator, $second, $boolean)
|
|
* @method static mixed orWhereColumn($first, $operator, $second)
|
|
* @method static mixed whereRaw($sql, $bindings, $boolean)
|
|
* @method static mixed orWhereRaw($sql, $bindings)
|
|
* @method static mixed whereIn($column, $values, $boolean, $not)
|
|
* @method static mixed orWhereIn($column, $values)
|
|
* @method static mixed whereNotIn($column, $values, $boolean)
|
|
* @method static mixed orWhereNotIn($column, $values)
|
|
* @method static mixed whereIntegerInRaw($column, $values, $boolean, $not)
|
|
* @method static mixed orWhereIntegerInRaw($column, $values)
|
|
* @method static mixed whereIntegerNotInRaw($column, $values, $boolean)
|
|
* @method static mixed orWhereIntegerNotInRaw($column, $values)
|
|
* @method static mixed whereNull($columns, $boolean, $not)
|
|
* @method static mixed orWhereNull($column)
|
|
* @method static mixed whereNotNull($columns, $boolean)
|
|
* @method static mixed whereBetween($column, iterable $values, $boolean, $not)
|
|
* @method static mixed whereBetweenColumns($column, array $values, $boolean, $not)
|
|
* @method static mixed orWhereBetween($column, iterable $values)
|
|
* @method static mixed orWhereBetweenColumns($column, array $values)
|
|
* @method static mixed whereNotBetween($column, iterable $values, $boolean)
|
|
* @method static mixed whereNotBetweenColumns($column, array $values, $boolean)
|
|
* @method static mixed orWhereNotBetween($column, iterable $values)
|
|
* @method static mixed orWhereNotBetweenColumns($column, array $values)
|
|
* @method static mixed orWhereNotNull($column)
|
|
* @method static mixed whereDate($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereDate($column, $operator, $value)
|
|
* @method static mixed whereTime($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereTime($column, $operator, $value)
|
|
* @method static mixed whereDay($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereDay($column, $operator, $value)
|
|
* @method static mixed whereMonth($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereMonth($column, $operator, $value)
|
|
* @method static mixed whereYear($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereYear($column, $operator, $value)
|
|
* @method static mixed addDateBasedWhere($type, $column, $operator, $value, $boolean)
|
|
* @method static mixed whereNested(Closure $callback, $boolean)
|
|
* @method static mixed forNestedWhere()
|
|
* @method static mixed addNestedWhereQuery($query, $boolean)
|
|
* @method static mixed whereSub($column, $operator, $callback, $boolean)
|
|
* @method static mixed whereExists($callback, $boolean, $not)
|
|
* @method static mixed orWhereExists($callback, $not)
|
|
* @method static mixed whereNotExists($callback, $boolean)
|
|
* @method static mixed orWhereNotExists($callback)
|
|
* @method static mixed addWhereExistsQuery(self $query, $boolean, $not)
|
|
* @method static mixed whereRowValues($columns, $operator, $values, $boolean)
|
|
* @method static mixed orWhereRowValues($columns, $operator, $values)
|
|
* @method static mixed whereJsonContains($column, $value, $boolean, $not)
|
|
* @method static mixed orWhereJsonContains($column, $value)
|
|
* @method static mixed whereJsonDoesntContain($column, $value, $boolean)
|
|
* @method static mixed orWhereJsonDoesntContain($column, $value)
|
|
* @method static mixed whereJsonOverlaps($column, $value, $boolean, $not)
|
|
* @method static mixed orWhereJsonOverlaps($column, $value)
|
|
* @method static mixed whereJsonDoesntOverlap($column, $value, $boolean)
|
|
* @method static mixed orWhereJsonDoesntOverlap($column, $value)
|
|
* @method static mixed whereJsonContainsKey($column, $boolean, $not)
|
|
* @method static mixed orWhereJsonContainsKey($column)
|
|
* @method static mixed whereJsonDoesntContainKey($column, $boolean)
|
|
* @method static mixed orWhereJsonDoesntContainKey($column)
|
|
* @method static mixed whereJsonLength($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereJsonLength($column, $operator, $value)
|
|
* @method static mixed dynamicWhere($method, $parameters)
|
|
* @method static mixed addDynamic($segment, $connector, $parameters, $index)
|
|
* @method static mixed whereFullText($columns, $value, array $options, $boolean)
|
|
* @method static mixed orWhereFullText($columns, $value, array $options)
|
|
* @method static mixed whereAll($columns, $operator, $value, $boolean)
|
|
* @method static mixed orWhereAll($columns, $operator, $value)
|
|
* @method static mixed whereAny($columns, $operator, $value, $boolean)
|
|
* @method static mixed orWhereAny($columns, $operator, $value)
|
|
* @method static mixed groupBy($groups)
|
|
* @method static mixed groupByRaw($sql, array $bindings)
|
|
* @method static mixed having($column, $operator, $value, $boolean)
|
|
* @method static mixed orHaving($column, $operator, $value)
|
|
* @method static mixed havingNested(Closure $callback, $boolean)
|
|
* @method static mixed addNestedHavingQuery($query, $boolean)
|
|
* @method static mixed havingNull($columns, $boolean, $not)
|
|
* @method static mixed orHavingNull($column)
|
|
* @method static mixed havingNotNull($columns, $boolean)
|
|
* @method static mixed orHavingNotNull($column)
|
|
* @method static mixed havingBetween($column, iterable $values, $boolean, $not)
|
|
* @method static mixed havingRaw($sql, array $bindings, $boolean)
|
|
* @method static mixed orHavingRaw($sql, array $bindings)
|
|
* @method static mixed orderBy($column, $direction)
|
|
* @method static mixed orderByDesc($column)
|
|
* @method static mixed latest($column)
|
|
* @method static mixed oldest($column)
|
|
* @method static mixed inRandomOrder($seed)
|
|
* @method static mixed orderByRaw($sql, $bindings)
|
|
* @method static mixed skip($value)
|
|
* @method static mixed offset($value)
|
|
* @method static mixed take($value)
|
|
* @method static mixed limit($value)
|
|
* @method static mixed groupLimit($value, $column)
|
|
* @method static mixed forPage($page, $perPage)
|
|
* @method static mixed forPageBeforeId($perPage, $lastId, $column)
|
|
* @method static mixed forPageAfterId($perPage, $lastId, $column)
|
|
* @method static mixed reorder($column, $direction)
|
|
* @method static mixed removeExistingOrdersFor($column)
|
|
* @method static mixed union($query, $all)
|
|
* @method static mixed unionAll($query)
|
|
* @method static mixed lock($value)
|
|
* @method static mixed lockForUpdate()
|
|
* @method static mixed sharedLock()
|
|
* @method static mixed beforeQuery(callable $callback)
|
|
* @method static mixed applyBeforeQueryCallbacks()
|
|
* @method static mixed afterQuery(Closure $callback)
|
|
* @method static mixed applyAfterQueryCallbacks($result)
|
|
* @method static mixed toSql()
|
|
* @method static mixed toRawSql()
|
|
* @method static mixed find($id, $columns)
|
|
* @method static mixed findOr($id, $columns, Closure $callback)
|
|
* @method static mixed value($column)
|
|
* @method static mixed rawValue(string $expression, array $bindings)
|
|
* @method static mixed soleValue($column)
|
|
* @method static mixed get($columns)
|
|
* @method static mixed runSelect()
|
|
* @method static mixed withoutGroupLimitKeys($items)
|
|
* @method static mixed paginate($perPage, $columns, $pageName, $page, $total)
|
|
* @method static mixed simplePaginate($perPage, $columns, $pageName, $page)
|
|
* @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor)
|
|
* @method static mixed ensureOrderForCursorPagination($shouldReverse)
|
|
* @method static mixed getCountForPagination($columns)
|
|
* @method static mixed runPaginationCountQuery($columns)
|
|
* @method static mixed cloneForPaginationCount()
|
|
* @method static mixed withoutSelectAliases(array $columns)
|
|
* @method static mixed cursor()
|
|
* @method static mixed enforceOrderBy()
|
|
* @method static mixed pluck($column, $key)
|
|
* @method static mixed stripTableForPluck($column)
|
|
* @method static mixed pluckFromObjectColumn($queryResult, $column, $key)
|
|
* @method static mixed pluckFromArrayColumn($queryResult, $column, $key)
|
|
* @method static mixed implode($column, $glue)
|
|
* @method static mixed exists()
|
|
* @method static mixed doesntExist()
|
|
* @method static mixed existsOr(Closure $callback)
|
|
* @method static mixed doesntExistOr(Closure $callback)
|
|
* @method static mixed count($columns)
|
|
* @method static mixed min($column)
|
|
* @method static mixed max($column)
|
|
* @method static mixed sum($column)
|
|
* @method static mixed avg($column)
|
|
* @method static mixed average($column)
|
|
* @method static mixed aggregate($function, $columns)
|
|
* @method static mixed numericAggregate($function, $columns)
|
|
* @method static mixed setAggregate($function, $columns)
|
|
* @method static mixed onceWithColumns($columns, $callback)
|
|
* @method static mixed insert(array $values)
|
|
* @method static mixed insertOrIgnore(array $values)
|
|
* @method static mixed insertGetId(array $values, $sequence)
|
|
* @method static mixed insertUsing(array $columns, $query)
|
|
* @method static mixed insertOrIgnoreUsing(array $columns, $query)
|
|
* @method static mixed update(array $values)
|
|
* @method static mixed updateFrom(array $values)
|
|
* @method static mixed updateOrInsert(array $attributes, callable|array $values)
|
|
* @method static mixed upsert(array $values, $uniqueBy, $update)
|
|
* @method static mixed increment($column, $amount, array $extra)
|
|
* @method static mixed incrementEach(array $columns, array $extra)
|
|
* @method static mixed decrement($column, $amount, array $extra)
|
|
* @method static mixed decrementEach(array $columns, array $extra)
|
|
* @method static mixed delete($id)
|
|
* @method static mixed truncate()
|
|
* @method static mixed newQuery()
|
|
* @method static mixed forSubQuery()
|
|
* @method static mixed getColumns()
|
|
* @method static mixed raw($value)
|
|
* @method static mixed getUnionBuilders()
|
|
* @method static mixed getBindings()
|
|
* @method static mixed getRawBindings()
|
|
* @method static mixed setBindings(array $bindings, $type)
|
|
* @method static mixed addBinding($value, $type)
|
|
* @method static mixed castBinding($value)
|
|
* @method static mixed mergeBindings(self $query)
|
|
* @method static mixed cleanBindings(array $bindings)
|
|
* @method static mixed flattenValue($value)
|
|
* @method static mixed defaultKeyName()
|
|
* @method static mixed getConnection()
|
|
* @method static mixed getProcessor()
|
|
* @method static mixed getGrammar()
|
|
* @method static mixed useWritePdo()
|
|
* @method static mixed isQueryable($value)
|
|
* @method static mixed clone()
|
|
* @method static mixed cloneWithout(array $properties)
|
|
* @method static mixed cloneWithoutBindings(array $except)
|
|
* @method static mixed dump($args)
|
|
* @method static mixed dumpRawSql()
|
|
* @method static mixed dd()
|
|
* @method static mixed ddRawSql()
|
|
* @method static mixed chunk($count, callable $callback)
|
|
* @method static mixed chunkMap(callable $callback, $count)
|
|
* @method static mixed each(callable $callback, $count)
|
|
* @method static mixed chunkById($count, callable $callback, $column, $alias)
|
|
* @method static mixed chunkByIdDesc($count, callable $callback, $column, $alias)
|
|
* @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending)
|
|
* @method static mixed eachById(callable $callback, $count, $column, $alias)
|
|
* @method static mixed lazy($chunkSize)
|
|
* @method static mixed lazyById($chunkSize, $column, $alias)
|
|
* @method static mixed lazyByIdDesc($chunkSize, $column, $alias)
|
|
* @method static mixed orderedLazyById($chunkSize, $column, $alias, $descending)
|
|
* @method static mixed first($columns)
|
|
* @method static mixed sole($columns)
|
|
* @method static mixed paginateUsingCursor($perPage, $columns, $cursorName, $cursor)
|
|
* @method static mixed getOriginalColumnNameForCursorPagination($builder, string $parameter)
|
|
* @method static mixed paginator($items, $total, $perPage, $currentPage, $options)
|
|
* @method static mixed simplePaginator($items, $perPage, $currentPage, $options)
|
|
* @method static mixed cursorPaginator($items, $perPage, $cursor, $options)
|
|
* @method static mixed tap($callback)
|
|
* @method static mixed when($value, callable $callback, callable $default)
|
|
* @method static mixed unless($value, callable $callback, callable $default)
|
|
* @method static mixed explain()
|
|
* @method static mixed forwardCallTo($object, $method, $parameters)
|
|
* @method static mixed forwardDecoratedCallTo($object, $method, $parameters)
|
|
* @method static mixed throwBadMethodCallException($method)
|
|
* @method static mixed macro($name, $macro)
|
|
* @method static mixed mixin($mixin, $replace)
|
|
* @method static mixed hasMacro($name)
|
|
* @method static mixed flushMacros()
|
|
* @method static mixed macroCall($method, $parameters)
|
|
* @mixin \Illuminate\Database\Query\Builder
|
|
*/
|
|
class ActivityLock extends \App\Models\SigdModel
|
|
{
|
|
//
|
|
}
|
|
|
|
/**
|
|
* App\Models\ActivityProdusenCalculate
|
|
*
|
|
* @property string|null $updated_by
|
|
* @property string|null $created_by
|
|
* @property \Illuminate\Support\Carbon|null $updated_at
|
|
* @property \Illuminate\Support\Carbon|null $created_at
|
|
* @property int $row_status
|
|
* @property \Illuminate\Support\Carbon|null $finished_time
|
|
* @property \Illuminate\Support\Carbon|null $executed_time
|
|
* @property int $status
|
|
* @property string $inventory_year
|
|
* @property string $id
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityProdusenCalculate>|ActivityProdusenCalculate whereId($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityProdusenCalculate>|ActivityProdusenCalculate whereInventoryYear($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityProdusenCalculate>|ActivityProdusenCalculate whereStatus($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityProdusenCalculate>|ActivityProdusenCalculate whereExecutedTime($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityProdusenCalculate>|ActivityProdusenCalculate whereFinishedTime($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityProdusenCalculate>|ActivityProdusenCalculate whereRowStatus($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityProdusenCalculate>|ActivityProdusenCalculate whereCreatedAt($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityProdusenCalculate>|ActivityProdusenCalculate whereUpdatedAt($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityProdusenCalculate>|ActivityProdusenCalculate whereCreatedBy($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityProdusenCalculate>|ActivityProdusenCalculate whereUpdatedBy($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityProdusenCalculate>|ActivityProdusenCalculate rowActive()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityProdusenCalculate>|ActivityProdusenCalculate isActive()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityProdusenCalculate>|ActivityProdusenCalculate orderByRowNum()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityProdusenCalculate>|ActivityProdusenCalculate newModelQuery()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityProdusenCalculate>|ActivityProdusenCalculate newQuery()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ActivityProdusenCalculate>|ActivityProdusenCalculate query()
|
|
* @method static mixed select($columns)
|
|
* @method static mixed selectSub($query, $as)
|
|
* @method static mixed selectRaw($expression, array $bindings)
|
|
* @method static mixed fromSub($query, $as)
|
|
* @method static mixed fromRaw($expression, $bindings)
|
|
* @method static mixed createSub($query)
|
|
* @method static mixed parseSub($query)
|
|
* @method static mixed prependDatabaseNameIfCrossDatabaseQuery($query)
|
|
* @method static mixed addSelect($column)
|
|
* @method static mixed distinct()
|
|
* @method static mixed from($table, $as)
|
|
* @method static mixed useIndex($index)
|
|
* @method static mixed forceIndex($index)
|
|
* @method static mixed ignoreIndex($index)
|
|
* @method static mixed join($table, $first, $operator, $second, $type, $where)
|
|
* @method static mixed joinWhere($table, $first, $operator, $second, $type)
|
|
* @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where)
|
|
* @method static mixed joinLateral($query, string $as, string $type)
|
|
* @method static mixed leftJoinLateral($query, string $as)
|
|
* @method static mixed leftJoin($table, $first, $operator, $second)
|
|
* @method static mixed leftJoinWhere($table, $first, $operator, $second)
|
|
* @method static mixed leftJoinSub($query, $as, $first, $operator, $second)
|
|
* @method static mixed rightJoin($table, $first, $operator, $second)
|
|
* @method static mixed rightJoinWhere($table, $first, $operator, $second)
|
|
* @method static mixed rightJoinSub($query, $as, $first, $operator, $second)
|
|
* @method static mixed crossJoin($table, $first, $operator, $second)
|
|
* @method static mixed crossJoinSub($query, $as)
|
|
* @method static mixed newJoinClause(self $parentQuery, $type, $table)
|
|
* @method static mixed newJoinLateralClause(self $parentQuery, $type, $table)
|
|
* @method static mixed mergeWheres($wheres, $bindings)
|
|
* @method static mixed where($column, $operator, $value, $boolean)
|
|
* @method static mixed addArrayOfWheres($column, $boolean, $method)
|
|
* @method static mixed prepareValueAndOperator($value, $operator, $useDefault)
|
|
* @method static mixed invalidOperatorAndValue($operator, $value)
|
|
* @method static mixed invalidOperator($operator)
|
|
* @method static mixed isBitwiseOperator($operator)
|
|
* @method static mixed orWhere($column, $operator, $value)
|
|
* @method static mixed whereNot($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereNot($column, $operator, $value)
|
|
* @method static mixed whereColumn($first, $operator, $second, $boolean)
|
|
* @method static mixed orWhereColumn($first, $operator, $second)
|
|
* @method static mixed whereRaw($sql, $bindings, $boolean)
|
|
* @method static mixed orWhereRaw($sql, $bindings)
|
|
* @method static mixed whereIn($column, $values, $boolean, $not)
|
|
* @method static mixed orWhereIn($column, $values)
|
|
* @method static mixed whereNotIn($column, $values, $boolean)
|
|
* @method static mixed orWhereNotIn($column, $values)
|
|
* @method static mixed whereIntegerInRaw($column, $values, $boolean, $not)
|
|
* @method static mixed orWhereIntegerInRaw($column, $values)
|
|
* @method static mixed whereIntegerNotInRaw($column, $values, $boolean)
|
|
* @method static mixed orWhereIntegerNotInRaw($column, $values)
|
|
* @method static mixed whereNull($columns, $boolean, $not)
|
|
* @method static mixed orWhereNull($column)
|
|
* @method static mixed whereNotNull($columns, $boolean)
|
|
* @method static mixed whereBetween($column, iterable $values, $boolean, $not)
|
|
* @method static mixed whereBetweenColumns($column, array $values, $boolean, $not)
|
|
* @method static mixed orWhereBetween($column, iterable $values)
|
|
* @method static mixed orWhereBetweenColumns($column, array $values)
|
|
* @method static mixed whereNotBetween($column, iterable $values, $boolean)
|
|
* @method static mixed whereNotBetweenColumns($column, array $values, $boolean)
|
|
* @method static mixed orWhereNotBetween($column, iterable $values)
|
|
* @method static mixed orWhereNotBetweenColumns($column, array $values)
|
|
* @method static mixed orWhereNotNull($column)
|
|
* @method static mixed whereDate($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereDate($column, $operator, $value)
|
|
* @method static mixed whereTime($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereTime($column, $operator, $value)
|
|
* @method static mixed whereDay($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereDay($column, $operator, $value)
|
|
* @method static mixed whereMonth($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereMonth($column, $operator, $value)
|
|
* @method static mixed whereYear($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereYear($column, $operator, $value)
|
|
* @method static mixed addDateBasedWhere($type, $column, $operator, $value, $boolean)
|
|
* @method static mixed whereNested(Closure $callback, $boolean)
|
|
* @method static mixed forNestedWhere()
|
|
* @method static mixed addNestedWhereQuery($query, $boolean)
|
|
* @method static mixed whereSub($column, $operator, $callback, $boolean)
|
|
* @method static mixed whereExists($callback, $boolean, $not)
|
|
* @method static mixed orWhereExists($callback, $not)
|
|
* @method static mixed whereNotExists($callback, $boolean)
|
|
* @method static mixed orWhereNotExists($callback)
|
|
* @method static mixed addWhereExistsQuery(self $query, $boolean, $not)
|
|
* @method static mixed whereRowValues($columns, $operator, $values, $boolean)
|
|
* @method static mixed orWhereRowValues($columns, $operator, $values)
|
|
* @method static mixed whereJsonContains($column, $value, $boolean, $not)
|
|
* @method static mixed orWhereJsonContains($column, $value)
|
|
* @method static mixed whereJsonDoesntContain($column, $value, $boolean)
|
|
* @method static mixed orWhereJsonDoesntContain($column, $value)
|
|
* @method static mixed whereJsonOverlaps($column, $value, $boolean, $not)
|
|
* @method static mixed orWhereJsonOverlaps($column, $value)
|
|
* @method static mixed whereJsonDoesntOverlap($column, $value, $boolean)
|
|
* @method static mixed orWhereJsonDoesntOverlap($column, $value)
|
|
* @method static mixed whereJsonContainsKey($column, $boolean, $not)
|
|
* @method static mixed orWhereJsonContainsKey($column)
|
|
* @method static mixed whereJsonDoesntContainKey($column, $boolean)
|
|
* @method static mixed orWhereJsonDoesntContainKey($column)
|
|
* @method static mixed whereJsonLength($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereJsonLength($column, $operator, $value)
|
|
* @method static mixed dynamicWhere($method, $parameters)
|
|
* @method static mixed addDynamic($segment, $connector, $parameters, $index)
|
|
* @method static mixed whereFullText($columns, $value, array $options, $boolean)
|
|
* @method static mixed orWhereFullText($columns, $value, array $options)
|
|
* @method static mixed whereAll($columns, $operator, $value, $boolean)
|
|
* @method static mixed orWhereAll($columns, $operator, $value)
|
|
* @method static mixed whereAny($columns, $operator, $value, $boolean)
|
|
* @method static mixed orWhereAny($columns, $operator, $value)
|
|
* @method static mixed groupBy($groups)
|
|
* @method static mixed groupByRaw($sql, array $bindings)
|
|
* @method static mixed having($column, $operator, $value, $boolean)
|
|
* @method static mixed orHaving($column, $operator, $value)
|
|
* @method static mixed havingNested(Closure $callback, $boolean)
|
|
* @method static mixed addNestedHavingQuery($query, $boolean)
|
|
* @method static mixed havingNull($columns, $boolean, $not)
|
|
* @method static mixed orHavingNull($column)
|
|
* @method static mixed havingNotNull($columns, $boolean)
|
|
* @method static mixed orHavingNotNull($column)
|
|
* @method static mixed havingBetween($column, iterable $values, $boolean, $not)
|
|
* @method static mixed havingRaw($sql, array $bindings, $boolean)
|
|
* @method static mixed orHavingRaw($sql, array $bindings)
|
|
* @method static mixed orderBy($column, $direction)
|
|
* @method static mixed orderByDesc($column)
|
|
* @method static mixed latest($column)
|
|
* @method static mixed oldest($column)
|
|
* @method static mixed inRandomOrder($seed)
|
|
* @method static mixed orderByRaw($sql, $bindings)
|
|
* @method static mixed skip($value)
|
|
* @method static mixed offset($value)
|
|
* @method static mixed take($value)
|
|
* @method static mixed limit($value)
|
|
* @method static mixed groupLimit($value, $column)
|
|
* @method static mixed forPage($page, $perPage)
|
|
* @method static mixed forPageBeforeId($perPage, $lastId, $column)
|
|
* @method static mixed forPageAfterId($perPage, $lastId, $column)
|
|
* @method static mixed reorder($column, $direction)
|
|
* @method static mixed removeExistingOrdersFor($column)
|
|
* @method static mixed union($query, $all)
|
|
* @method static mixed unionAll($query)
|
|
* @method static mixed lock($value)
|
|
* @method static mixed lockForUpdate()
|
|
* @method static mixed sharedLock()
|
|
* @method static mixed beforeQuery(callable $callback)
|
|
* @method static mixed applyBeforeQueryCallbacks()
|
|
* @method static mixed afterQuery(Closure $callback)
|
|
* @method static mixed applyAfterQueryCallbacks($result)
|
|
* @method static mixed toSql()
|
|
* @method static mixed toRawSql()
|
|
* @method static mixed find($id, $columns)
|
|
* @method static mixed findOr($id, $columns, Closure $callback)
|
|
* @method static mixed value($column)
|
|
* @method static mixed rawValue(string $expression, array $bindings)
|
|
* @method static mixed soleValue($column)
|
|
* @method static mixed get($columns)
|
|
* @method static mixed runSelect()
|
|
* @method static mixed withoutGroupLimitKeys($items)
|
|
* @method static mixed paginate($perPage, $columns, $pageName, $page, $total)
|
|
* @method static mixed simplePaginate($perPage, $columns, $pageName, $page)
|
|
* @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor)
|
|
* @method static mixed ensureOrderForCursorPagination($shouldReverse)
|
|
* @method static mixed getCountForPagination($columns)
|
|
* @method static mixed runPaginationCountQuery($columns)
|
|
* @method static mixed cloneForPaginationCount()
|
|
* @method static mixed withoutSelectAliases(array $columns)
|
|
* @method static mixed cursor()
|
|
* @method static mixed enforceOrderBy()
|
|
* @method static mixed pluck($column, $key)
|
|
* @method static mixed stripTableForPluck($column)
|
|
* @method static mixed pluckFromObjectColumn($queryResult, $column, $key)
|
|
* @method static mixed pluckFromArrayColumn($queryResult, $column, $key)
|
|
* @method static mixed implode($column, $glue)
|
|
* @method static mixed exists()
|
|
* @method static mixed doesntExist()
|
|
* @method static mixed existsOr(Closure $callback)
|
|
* @method static mixed doesntExistOr(Closure $callback)
|
|
* @method static mixed count($columns)
|
|
* @method static mixed min($column)
|
|
* @method static mixed max($column)
|
|
* @method static mixed sum($column)
|
|
* @method static mixed avg($column)
|
|
* @method static mixed average($column)
|
|
* @method static mixed aggregate($function, $columns)
|
|
* @method static mixed numericAggregate($function, $columns)
|
|
* @method static mixed setAggregate($function, $columns)
|
|
* @method static mixed onceWithColumns($columns, $callback)
|
|
* @method static mixed insert(array $values)
|
|
* @method static mixed insertOrIgnore(array $values)
|
|
* @method static mixed insertGetId(array $values, $sequence)
|
|
* @method static mixed insertUsing(array $columns, $query)
|
|
* @method static mixed insertOrIgnoreUsing(array $columns, $query)
|
|
* @method static mixed update(array $values)
|
|
* @method static mixed updateFrom(array $values)
|
|
* @method static mixed updateOrInsert(array $attributes, callable|array $values)
|
|
* @method static mixed upsert(array $values, $uniqueBy, $update)
|
|
* @method static mixed increment($column, $amount, array $extra)
|
|
* @method static mixed incrementEach(array $columns, array $extra)
|
|
* @method static mixed decrement($column, $amount, array $extra)
|
|
* @method static mixed decrementEach(array $columns, array $extra)
|
|
* @method static mixed delete($id)
|
|
* @method static mixed truncate()
|
|
* @method static mixed newQuery()
|
|
* @method static mixed forSubQuery()
|
|
* @method static mixed getColumns()
|
|
* @method static mixed raw($value)
|
|
* @method static mixed getUnionBuilders()
|
|
* @method static mixed getBindings()
|
|
* @method static mixed getRawBindings()
|
|
* @method static mixed setBindings(array $bindings, $type)
|
|
* @method static mixed addBinding($value, $type)
|
|
* @method static mixed castBinding($value)
|
|
* @method static mixed mergeBindings(self $query)
|
|
* @method static mixed cleanBindings(array $bindings)
|
|
* @method static mixed flattenValue($value)
|
|
* @method static mixed defaultKeyName()
|
|
* @method static mixed getConnection()
|
|
* @method static mixed getProcessor()
|
|
* @method static mixed getGrammar()
|
|
* @method static mixed useWritePdo()
|
|
* @method static mixed isQueryable($value)
|
|
* @method static mixed clone()
|
|
* @method static mixed cloneWithout(array $properties)
|
|
* @method static mixed cloneWithoutBindings(array $except)
|
|
* @method static mixed dump($args)
|
|
* @method static mixed dumpRawSql()
|
|
* @method static mixed dd()
|
|
* @method static mixed ddRawSql()
|
|
* @method static mixed chunk($count, callable $callback)
|
|
* @method static mixed chunkMap(callable $callback, $count)
|
|
* @method static mixed each(callable $callback, $count)
|
|
* @method static mixed chunkById($count, callable $callback, $column, $alias)
|
|
* @method static mixed chunkByIdDesc($count, callable $callback, $column, $alias)
|
|
* @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending)
|
|
* @method static mixed eachById(callable $callback, $count, $column, $alias)
|
|
* @method static mixed lazy($chunkSize)
|
|
* @method static mixed lazyById($chunkSize, $column, $alias)
|
|
* @method static mixed lazyByIdDesc($chunkSize, $column, $alias)
|
|
* @method static mixed orderedLazyById($chunkSize, $column, $alias, $descending)
|
|
* @method static mixed first($columns)
|
|
* @method static mixed sole($columns)
|
|
* @method static mixed paginateUsingCursor($perPage, $columns, $cursorName, $cursor)
|
|
* @method static mixed getOriginalColumnNameForCursorPagination($builder, string $parameter)
|
|
* @method static mixed paginator($items, $total, $perPage, $currentPage, $options)
|
|
* @method static mixed simplePaginator($items, $perPage, $currentPage, $options)
|
|
* @method static mixed cursorPaginator($items, $perPage, $cursor, $options)
|
|
* @method static mixed tap($callback)
|
|
* @method static mixed when($value, callable $callback, callable $default)
|
|
* @method static mixed unless($value, callable $callback, callable $default)
|
|
* @method static mixed explain()
|
|
* @method static mixed forwardCallTo($object, $method, $parameters)
|
|
* @method static mixed forwardDecoratedCallTo($object, $method, $parameters)
|
|
* @method static mixed throwBadMethodCallException($method)
|
|
* @method static mixed macro($name, $macro)
|
|
* @method static mixed mixin($mixin, $replace)
|
|
* @method static mixed hasMacro($name)
|
|
* @method static mixed flushMacros()
|
|
* @method static mixed macroCall($method, $parameters)
|
|
* @mixin \Illuminate\Database\Query\Builder
|
|
*/
|
|
class ActivityProdusenCalculate extends \App\Models\SigdModel
|
|
{
|
|
//
|
|
}
|
|
|
|
/**
|
|
* App\Models\Adaptation
|
|
*
|
|
* @property \Illuminate\Support\Carbon|null $updated_at
|
|
* @property \Illuminate\Support\Carbon|null $created_at
|
|
* @property string|null $updated_by
|
|
* @property string|null $created_by
|
|
* @property bool $is_active
|
|
* @property string|null $aksi
|
|
* @property string|null $jenis_aksi
|
|
* @property string $kategori_aksi
|
|
* @property string $sub_sector
|
|
* @property string $sector
|
|
* @property string $id
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Adaptation>|Adaptation whereId($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Adaptation>|Adaptation whereSector($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Adaptation>|Adaptation whereSubSector($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Adaptation>|Adaptation whereKategoriAksi($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Adaptation>|Adaptation whereJenisAksi($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Adaptation>|Adaptation whereAksi($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Adaptation>|Adaptation whereIsActive($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Adaptation>|Adaptation whereCreatedBy($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Adaptation>|Adaptation whereUpdatedBy($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Adaptation>|Adaptation whereCreatedAt($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Adaptation>|Adaptation whereUpdatedAt($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Adaptation>|Adaptation newModelQuery()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Adaptation>|Adaptation newQuery()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Adaptation>|Adaptation query()
|
|
* @method static mixed select($columns)
|
|
* @method static mixed selectSub($query, $as)
|
|
* @method static mixed selectRaw($expression, array $bindings)
|
|
* @method static mixed fromSub($query, $as)
|
|
* @method static mixed fromRaw($expression, $bindings)
|
|
* @method static mixed createSub($query)
|
|
* @method static mixed parseSub($query)
|
|
* @method static mixed prependDatabaseNameIfCrossDatabaseQuery($query)
|
|
* @method static mixed addSelect($column)
|
|
* @method static mixed distinct()
|
|
* @method static mixed from($table, $as)
|
|
* @method static mixed useIndex($index)
|
|
* @method static mixed forceIndex($index)
|
|
* @method static mixed ignoreIndex($index)
|
|
* @method static mixed join($table, $first, $operator, $second, $type, $where)
|
|
* @method static mixed joinWhere($table, $first, $operator, $second, $type)
|
|
* @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where)
|
|
* @method static mixed joinLateral($query, string $as, string $type)
|
|
* @method static mixed leftJoinLateral($query, string $as)
|
|
* @method static mixed leftJoin($table, $first, $operator, $second)
|
|
* @method static mixed leftJoinWhere($table, $first, $operator, $second)
|
|
* @method static mixed leftJoinSub($query, $as, $first, $operator, $second)
|
|
* @method static mixed rightJoin($table, $first, $operator, $second)
|
|
* @method static mixed rightJoinWhere($table, $first, $operator, $second)
|
|
* @method static mixed rightJoinSub($query, $as, $first, $operator, $second)
|
|
* @method static mixed crossJoin($table, $first, $operator, $second)
|
|
* @method static mixed crossJoinSub($query, $as)
|
|
* @method static mixed newJoinClause(self $parentQuery, $type, $table)
|
|
* @method static mixed newJoinLateralClause(self $parentQuery, $type, $table)
|
|
* @method static mixed mergeWheres($wheres, $bindings)
|
|
* @method static mixed where($column, $operator, $value, $boolean)
|
|
* @method static mixed addArrayOfWheres($column, $boolean, $method)
|
|
* @method static mixed prepareValueAndOperator($value, $operator, $useDefault)
|
|
* @method static mixed invalidOperatorAndValue($operator, $value)
|
|
* @method static mixed invalidOperator($operator)
|
|
* @method static mixed isBitwiseOperator($operator)
|
|
* @method static mixed orWhere($column, $operator, $value)
|
|
* @method static mixed whereNot($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereNot($column, $operator, $value)
|
|
* @method static mixed whereColumn($first, $operator, $second, $boolean)
|
|
* @method static mixed orWhereColumn($first, $operator, $second)
|
|
* @method static mixed whereRaw($sql, $bindings, $boolean)
|
|
* @method static mixed orWhereRaw($sql, $bindings)
|
|
* @method static mixed whereIn($column, $values, $boolean, $not)
|
|
* @method static mixed orWhereIn($column, $values)
|
|
* @method static mixed whereNotIn($column, $values, $boolean)
|
|
* @method static mixed orWhereNotIn($column, $values)
|
|
* @method static mixed whereIntegerInRaw($column, $values, $boolean, $not)
|
|
* @method static mixed orWhereIntegerInRaw($column, $values)
|
|
* @method static mixed whereIntegerNotInRaw($column, $values, $boolean)
|
|
* @method static mixed orWhereIntegerNotInRaw($column, $values)
|
|
* @method static mixed whereNull($columns, $boolean, $not)
|
|
* @method static mixed orWhereNull($column)
|
|
* @method static mixed whereNotNull($columns, $boolean)
|
|
* @method static mixed whereBetween($column, iterable $values, $boolean, $not)
|
|
* @method static mixed whereBetweenColumns($column, array $values, $boolean, $not)
|
|
* @method static mixed orWhereBetween($column, iterable $values)
|
|
* @method static mixed orWhereBetweenColumns($column, array $values)
|
|
* @method static mixed whereNotBetween($column, iterable $values, $boolean)
|
|
* @method static mixed whereNotBetweenColumns($column, array $values, $boolean)
|
|
* @method static mixed orWhereNotBetween($column, iterable $values)
|
|
* @method static mixed orWhereNotBetweenColumns($column, array $values)
|
|
* @method static mixed orWhereNotNull($column)
|
|
* @method static mixed whereDate($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereDate($column, $operator, $value)
|
|
* @method static mixed whereTime($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereTime($column, $operator, $value)
|
|
* @method static mixed whereDay($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereDay($column, $operator, $value)
|
|
* @method static mixed whereMonth($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereMonth($column, $operator, $value)
|
|
* @method static mixed whereYear($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereYear($column, $operator, $value)
|
|
* @method static mixed addDateBasedWhere($type, $column, $operator, $value, $boolean)
|
|
* @method static mixed whereNested(Closure $callback, $boolean)
|
|
* @method static mixed forNestedWhere()
|
|
* @method static mixed addNestedWhereQuery($query, $boolean)
|
|
* @method static mixed whereSub($column, $operator, $callback, $boolean)
|
|
* @method static mixed whereExists($callback, $boolean, $not)
|
|
* @method static mixed orWhereExists($callback, $not)
|
|
* @method static mixed whereNotExists($callback, $boolean)
|
|
* @method static mixed orWhereNotExists($callback)
|
|
* @method static mixed addWhereExistsQuery(self $query, $boolean, $not)
|
|
* @method static mixed whereRowValues($columns, $operator, $values, $boolean)
|
|
* @method static mixed orWhereRowValues($columns, $operator, $values)
|
|
* @method static mixed whereJsonContains($column, $value, $boolean, $not)
|
|
* @method static mixed orWhereJsonContains($column, $value)
|
|
* @method static mixed whereJsonDoesntContain($column, $value, $boolean)
|
|
* @method static mixed orWhereJsonDoesntContain($column, $value)
|
|
* @method static mixed whereJsonOverlaps($column, $value, $boolean, $not)
|
|
* @method static mixed orWhereJsonOverlaps($column, $value)
|
|
* @method static mixed whereJsonDoesntOverlap($column, $value, $boolean)
|
|
* @method static mixed orWhereJsonDoesntOverlap($column, $value)
|
|
* @method static mixed whereJsonContainsKey($column, $boolean, $not)
|
|
* @method static mixed orWhereJsonContainsKey($column)
|
|
* @method static mixed whereJsonDoesntContainKey($column, $boolean)
|
|
* @method static mixed orWhereJsonDoesntContainKey($column)
|
|
* @method static mixed whereJsonLength($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereJsonLength($column, $operator, $value)
|
|
* @method static mixed dynamicWhere($method, $parameters)
|
|
* @method static mixed addDynamic($segment, $connector, $parameters, $index)
|
|
* @method static mixed whereFullText($columns, $value, array $options, $boolean)
|
|
* @method static mixed orWhereFullText($columns, $value, array $options)
|
|
* @method static mixed whereAll($columns, $operator, $value, $boolean)
|
|
* @method static mixed orWhereAll($columns, $operator, $value)
|
|
* @method static mixed whereAny($columns, $operator, $value, $boolean)
|
|
* @method static mixed orWhereAny($columns, $operator, $value)
|
|
* @method static mixed groupBy($groups)
|
|
* @method static mixed groupByRaw($sql, array $bindings)
|
|
* @method static mixed having($column, $operator, $value, $boolean)
|
|
* @method static mixed orHaving($column, $operator, $value)
|
|
* @method static mixed havingNested(Closure $callback, $boolean)
|
|
* @method static mixed addNestedHavingQuery($query, $boolean)
|
|
* @method static mixed havingNull($columns, $boolean, $not)
|
|
* @method static mixed orHavingNull($column)
|
|
* @method static mixed havingNotNull($columns, $boolean)
|
|
* @method static mixed orHavingNotNull($column)
|
|
* @method static mixed havingBetween($column, iterable $values, $boolean, $not)
|
|
* @method static mixed havingRaw($sql, array $bindings, $boolean)
|
|
* @method static mixed orHavingRaw($sql, array $bindings)
|
|
* @method static mixed orderBy($column, $direction)
|
|
* @method static mixed orderByDesc($column)
|
|
* @method static mixed latest($column)
|
|
* @method static mixed oldest($column)
|
|
* @method static mixed inRandomOrder($seed)
|
|
* @method static mixed orderByRaw($sql, $bindings)
|
|
* @method static mixed skip($value)
|
|
* @method static mixed offset($value)
|
|
* @method static mixed take($value)
|
|
* @method static mixed limit($value)
|
|
* @method static mixed groupLimit($value, $column)
|
|
* @method static mixed forPage($page, $perPage)
|
|
* @method static mixed forPageBeforeId($perPage, $lastId, $column)
|
|
* @method static mixed forPageAfterId($perPage, $lastId, $column)
|
|
* @method static mixed reorder($column, $direction)
|
|
* @method static mixed removeExistingOrdersFor($column)
|
|
* @method static mixed union($query, $all)
|
|
* @method static mixed unionAll($query)
|
|
* @method static mixed lock($value)
|
|
* @method static mixed lockForUpdate()
|
|
* @method static mixed sharedLock()
|
|
* @method static mixed beforeQuery(callable $callback)
|
|
* @method static mixed applyBeforeQueryCallbacks()
|
|
* @method static mixed afterQuery(Closure $callback)
|
|
* @method static mixed applyAfterQueryCallbacks($result)
|
|
* @method static mixed toSql()
|
|
* @method static mixed toRawSql()
|
|
* @method static mixed find($id, $columns)
|
|
* @method static mixed findOr($id, $columns, Closure $callback)
|
|
* @method static mixed value($column)
|
|
* @method static mixed rawValue(string $expression, array $bindings)
|
|
* @method static mixed soleValue($column)
|
|
* @method static mixed get($columns)
|
|
* @method static mixed runSelect()
|
|
* @method static mixed withoutGroupLimitKeys($items)
|
|
* @method static mixed paginate($perPage, $columns, $pageName, $page, $total)
|
|
* @method static mixed simplePaginate($perPage, $columns, $pageName, $page)
|
|
* @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor)
|
|
* @method static mixed ensureOrderForCursorPagination($shouldReverse)
|
|
* @method static mixed getCountForPagination($columns)
|
|
* @method static mixed runPaginationCountQuery($columns)
|
|
* @method static mixed cloneForPaginationCount()
|
|
* @method static mixed withoutSelectAliases(array $columns)
|
|
* @method static mixed cursor()
|
|
* @method static mixed enforceOrderBy()
|
|
* @method static mixed pluck($column, $key)
|
|
* @method static mixed stripTableForPluck($column)
|
|
* @method static mixed pluckFromObjectColumn($queryResult, $column, $key)
|
|
* @method static mixed pluckFromArrayColumn($queryResult, $column, $key)
|
|
* @method static mixed implode($column, $glue)
|
|
* @method static mixed exists()
|
|
* @method static mixed doesntExist()
|
|
* @method static mixed existsOr(Closure $callback)
|
|
* @method static mixed doesntExistOr(Closure $callback)
|
|
* @method static mixed count($columns)
|
|
* @method static mixed min($column)
|
|
* @method static mixed max($column)
|
|
* @method static mixed sum($column)
|
|
* @method static mixed avg($column)
|
|
* @method static mixed average($column)
|
|
* @method static mixed aggregate($function, $columns)
|
|
* @method static mixed numericAggregate($function, $columns)
|
|
* @method static mixed setAggregate($function, $columns)
|
|
* @method static mixed onceWithColumns($columns, $callback)
|
|
* @method static mixed insert(array $values)
|
|
* @method static mixed insertOrIgnore(array $values)
|
|
* @method static mixed insertGetId(array $values, $sequence)
|
|
* @method static mixed insertUsing(array $columns, $query)
|
|
* @method static mixed insertOrIgnoreUsing(array $columns, $query)
|
|
* @method static mixed update(array $values)
|
|
* @method static mixed updateFrom(array $values)
|
|
* @method static mixed updateOrInsert(array $attributes, callable|array $values)
|
|
* @method static mixed upsert(array $values, $uniqueBy, $update)
|
|
* @method static mixed increment($column, $amount, array $extra)
|
|
* @method static mixed incrementEach(array $columns, array $extra)
|
|
* @method static mixed decrement($column, $amount, array $extra)
|
|
* @method static mixed decrementEach(array $columns, array $extra)
|
|
* @method static mixed delete($id)
|
|
* @method static mixed truncate()
|
|
* @method static mixed newQuery()
|
|
* @method static mixed forSubQuery()
|
|
* @method static mixed getColumns()
|
|
* @method static mixed raw($value)
|
|
* @method static mixed getUnionBuilders()
|
|
* @method static mixed getBindings()
|
|
* @method static mixed getRawBindings()
|
|
* @method static mixed setBindings(array $bindings, $type)
|
|
* @method static mixed addBinding($value, $type)
|
|
* @method static mixed castBinding($value)
|
|
* @method static mixed mergeBindings(self $query)
|
|
* @method static mixed cleanBindings(array $bindings)
|
|
* @method static mixed flattenValue($value)
|
|
* @method static mixed defaultKeyName()
|
|
* @method static mixed getConnection()
|
|
* @method static mixed getProcessor()
|
|
* @method static mixed getGrammar()
|
|
* @method static mixed useWritePdo()
|
|
* @method static mixed isQueryable($value)
|
|
* @method static mixed clone()
|
|
* @method static mixed cloneWithout(array $properties)
|
|
* @method static mixed cloneWithoutBindings(array $except)
|
|
* @method static mixed dump($args)
|
|
* @method static mixed dumpRawSql()
|
|
* @method static mixed dd()
|
|
* @method static mixed ddRawSql()
|
|
* @method static mixed chunk($count, callable $callback)
|
|
* @method static mixed chunkMap(callable $callback, $count)
|
|
* @method static mixed each(callable $callback, $count)
|
|
* @method static mixed chunkById($count, callable $callback, $column, $alias)
|
|
* @method static mixed chunkByIdDesc($count, callable $callback, $column, $alias)
|
|
* @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending)
|
|
* @method static mixed eachById(callable $callback, $count, $column, $alias)
|
|
* @method static mixed lazy($chunkSize)
|
|
* @method static mixed lazyById($chunkSize, $column, $alias)
|
|
* @method static mixed lazyByIdDesc($chunkSize, $column, $alias)
|
|
* @method static mixed orderedLazyById($chunkSize, $column, $alias, $descending)
|
|
* @method static mixed first($columns)
|
|
* @method static mixed sole($columns)
|
|
* @method static mixed paginateUsingCursor($perPage, $columns, $cursorName, $cursor)
|
|
* @method static mixed getOriginalColumnNameForCursorPagination($builder, string $parameter)
|
|
* @method static mixed paginator($items, $total, $perPage, $currentPage, $options)
|
|
* @method static mixed simplePaginator($items, $perPage, $currentPage, $options)
|
|
* @method static mixed cursorPaginator($items, $perPage, $cursor, $options)
|
|
* @method static mixed tap($callback)
|
|
* @method static mixed when($value, callable $callback, callable $default)
|
|
* @method static mixed unless($value, callable $callback, callable $default)
|
|
* @method static mixed explain()
|
|
* @method static mixed forwardCallTo($object, $method, $parameters)
|
|
* @method static mixed forwardDecoratedCallTo($object, $method, $parameters)
|
|
* @method static mixed throwBadMethodCallException($method)
|
|
* @method static mixed macro($name, $macro)
|
|
* @method static mixed mixin($mixin, $replace)
|
|
* @method static mixed hasMacro($name)
|
|
* @method static mixed flushMacros()
|
|
* @method static mixed macroCall($method, $parameters)
|
|
* @mixin \Illuminate\Database\Query\Builder
|
|
*/
|
|
class Adaptation extends \Illuminate\Database\Eloquent\Model
|
|
{
|
|
//
|
|
}
|
|
|
|
/**
|
|
* App\Models\Agency
|
|
*
|
|
* @property int|null $user_group_id
|
|
* @property string|null $updated_by
|
|
* @property string|null $created_by
|
|
* @property \Illuminate\Support\Carbon|null $updated_at
|
|
* @property \Illuminate\Support\Carbon|null $created_at
|
|
* @property int $row_status
|
|
* @property string $scope
|
|
* @property string $name
|
|
* @property string $id
|
|
* @property-read \Illuminate\Database\Eloquent\Collection<int, \App\Models\User> $user
|
|
* @property-read int|null $user_count
|
|
* @property-read \App\Models\UserGroup $userGroup
|
|
* @property-read \Illuminate\Database\Eloquent\Collection<int, \App\Models\AgencyActivity> $agencyActivity
|
|
* @property-read int|null $agencyActivity_count
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Agency>|Agency whereId($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Agency>|Agency whereName($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Agency>|Agency whereScope($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Agency>|Agency whereRowStatus($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Agency>|Agency whereCreatedAt($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Agency>|Agency whereUpdatedAt($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Agency>|Agency whereCreatedBy($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Agency>|Agency whereUpdatedBy($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Agency>|Agency whereUserGroupId($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Agency>|Agency rowActive()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Agency>|Agency isActive()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Agency>|Agency orderByRowNum()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Agency>|Agency newModelQuery()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Agency>|Agency newQuery()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Agency>|Agency query()
|
|
* @method static mixed select($columns)
|
|
* @method static mixed selectSub($query, $as)
|
|
* @method static mixed selectRaw($expression, array $bindings)
|
|
* @method static mixed fromSub($query, $as)
|
|
* @method static mixed fromRaw($expression, $bindings)
|
|
* @method static mixed createSub($query)
|
|
* @method static mixed parseSub($query)
|
|
* @method static mixed prependDatabaseNameIfCrossDatabaseQuery($query)
|
|
* @method static mixed addSelect($column)
|
|
* @method static mixed distinct()
|
|
* @method static mixed from($table, $as)
|
|
* @method static mixed useIndex($index)
|
|
* @method static mixed forceIndex($index)
|
|
* @method static mixed ignoreIndex($index)
|
|
* @method static mixed join($table, $first, $operator, $second, $type, $where)
|
|
* @method static mixed joinWhere($table, $first, $operator, $second, $type)
|
|
* @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where)
|
|
* @method static mixed joinLateral($query, string $as, string $type)
|
|
* @method static mixed leftJoinLateral($query, string $as)
|
|
* @method static mixed leftJoin($table, $first, $operator, $second)
|
|
* @method static mixed leftJoinWhere($table, $first, $operator, $second)
|
|
* @method static mixed leftJoinSub($query, $as, $first, $operator, $second)
|
|
* @method static mixed rightJoin($table, $first, $operator, $second)
|
|
* @method static mixed rightJoinWhere($table, $first, $operator, $second)
|
|
* @method static mixed rightJoinSub($query, $as, $first, $operator, $second)
|
|
* @method static mixed crossJoin($table, $first, $operator, $second)
|
|
* @method static mixed crossJoinSub($query, $as)
|
|
* @method static mixed newJoinClause(self $parentQuery, $type, $table)
|
|
* @method static mixed newJoinLateralClause(self $parentQuery, $type, $table)
|
|
* @method static mixed mergeWheres($wheres, $bindings)
|
|
* @method static mixed where($column, $operator, $value, $boolean)
|
|
* @method static mixed addArrayOfWheres($column, $boolean, $method)
|
|
* @method static mixed prepareValueAndOperator($value, $operator, $useDefault)
|
|
* @method static mixed invalidOperatorAndValue($operator, $value)
|
|
* @method static mixed invalidOperator($operator)
|
|
* @method static mixed isBitwiseOperator($operator)
|
|
* @method static mixed orWhere($column, $operator, $value)
|
|
* @method static mixed whereNot($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereNot($column, $operator, $value)
|
|
* @method static mixed whereColumn($first, $operator, $second, $boolean)
|
|
* @method static mixed orWhereColumn($first, $operator, $second)
|
|
* @method static mixed whereRaw($sql, $bindings, $boolean)
|
|
* @method static mixed orWhereRaw($sql, $bindings)
|
|
* @method static mixed whereIn($column, $values, $boolean, $not)
|
|
* @method static mixed orWhereIn($column, $values)
|
|
* @method static mixed whereNotIn($column, $values, $boolean)
|
|
* @method static mixed orWhereNotIn($column, $values)
|
|
* @method static mixed whereIntegerInRaw($column, $values, $boolean, $not)
|
|
* @method static mixed orWhereIntegerInRaw($column, $values)
|
|
* @method static mixed whereIntegerNotInRaw($column, $values, $boolean)
|
|
* @method static mixed orWhereIntegerNotInRaw($column, $values)
|
|
* @method static mixed whereNull($columns, $boolean, $not)
|
|
* @method static mixed orWhereNull($column)
|
|
* @method static mixed whereNotNull($columns, $boolean)
|
|
* @method static mixed whereBetween($column, iterable $values, $boolean, $not)
|
|
* @method static mixed whereBetweenColumns($column, array $values, $boolean, $not)
|
|
* @method static mixed orWhereBetween($column, iterable $values)
|
|
* @method static mixed orWhereBetweenColumns($column, array $values)
|
|
* @method static mixed whereNotBetween($column, iterable $values, $boolean)
|
|
* @method static mixed whereNotBetweenColumns($column, array $values, $boolean)
|
|
* @method static mixed orWhereNotBetween($column, iterable $values)
|
|
* @method static mixed orWhereNotBetweenColumns($column, array $values)
|
|
* @method static mixed orWhereNotNull($column)
|
|
* @method static mixed whereDate($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereDate($column, $operator, $value)
|
|
* @method static mixed whereTime($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereTime($column, $operator, $value)
|
|
* @method static mixed whereDay($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereDay($column, $operator, $value)
|
|
* @method static mixed whereMonth($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereMonth($column, $operator, $value)
|
|
* @method static mixed whereYear($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereYear($column, $operator, $value)
|
|
* @method static mixed addDateBasedWhere($type, $column, $operator, $value, $boolean)
|
|
* @method static mixed whereNested(Closure $callback, $boolean)
|
|
* @method static mixed forNestedWhere()
|
|
* @method static mixed addNestedWhereQuery($query, $boolean)
|
|
* @method static mixed whereSub($column, $operator, $callback, $boolean)
|
|
* @method static mixed whereExists($callback, $boolean, $not)
|
|
* @method static mixed orWhereExists($callback, $not)
|
|
* @method static mixed whereNotExists($callback, $boolean)
|
|
* @method static mixed orWhereNotExists($callback)
|
|
* @method static mixed addWhereExistsQuery(self $query, $boolean, $not)
|
|
* @method static mixed whereRowValues($columns, $operator, $values, $boolean)
|
|
* @method static mixed orWhereRowValues($columns, $operator, $values)
|
|
* @method static mixed whereJsonContains($column, $value, $boolean, $not)
|
|
* @method static mixed orWhereJsonContains($column, $value)
|
|
* @method static mixed whereJsonDoesntContain($column, $value, $boolean)
|
|
* @method static mixed orWhereJsonDoesntContain($column, $value)
|
|
* @method static mixed whereJsonOverlaps($column, $value, $boolean, $not)
|
|
* @method static mixed orWhereJsonOverlaps($column, $value)
|
|
* @method static mixed whereJsonDoesntOverlap($column, $value, $boolean)
|
|
* @method static mixed orWhereJsonDoesntOverlap($column, $value)
|
|
* @method static mixed whereJsonContainsKey($column, $boolean, $not)
|
|
* @method static mixed orWhereJsonContainsKey($column)
|
|
* @method static mixed whereJsonDoesntContainKey($column, $boolean)
|
|
* @method static mixed orWhereJsonDoesntContainKey($column)
|
|
* @method static mixed whereJsonLength($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereJsonLength($column, $operator, $value)
|
|
* @method static mixed dynamicWhere($method, $parameters)
|
|
* @method static mixed addDynamic($segment, $connector, $parameters, $index)
|
|
* @method static mixed whereFullText($columns, $value, array $options, $boolean)
|
|
* @method static mixed orWhereFullText($columns, $value, array $options)
|
|
* @method static mixed whereAll($columns, $operator, $value, $boolean)
|
|
* @method static mixed orWhereAll($columns, $operator, $value)
|
|
* @method static mixed whereAny($columns, $operator, $value, $boolean)
|
|
* @method static mixed orWhereAny($columns, $operator, $value)
|
|
* @method static mixed groupBy($groups)
|
|
* @method static mixed groupByRaw($sql, array $bindings)
|
|
* @method static mixed having($column, $operator, $value, $boolean)
|
|
* @method static mixed orHaving($column, $operator, $value)
|
|
* @method static mixed havingNested(Closure $callback, $boolean)
|
|
* @method static mixed addNestedHavingQuery($query, $boolean)
|
|
* @method static mixed havingNull($columns, $boolean, $not)
|
|
* @method static mixed orHavingNull($column)
|
|
* @method static mixed havingNotNull($columns, $boolean)
|
|
* @method static mixed orHavingNotNull($column)
|
|
* @method static mixed havingBetween($column, iterable $values, $boolean, $not)
|
|
* @method static mixed havingRaw($sql, array $bindings, $boolean)
|
|
* @method static mixed orHavingRaw($sql, array $bindings)
|
|
* @method static mixed orderBy($column, $direction)
|
|
* @method static mixed orderByDesc($column)
|
|
* @method static mixed latest($column)
|
|
* @method static mixed oldest($column)
|
|
* @method static mixed inRandomOrder($seed)
|
|
* @method static mixed orderByRaw($sql, $bindings)
|
|
* @method static mixed skip($value)
|
|
* @method static mixed offset($value)
|
|
* @method static mixed take($value)
|
|
* @method static mixed limit($value)
|
|
* @method static mixed groupLimit($value, $column)
|
|
* @method static mixed forPage($page, $perPage)
|
|
* @method static mixed forPageBeforeId($perPage, $lastId, $column)
|
|
* @method static mixed forPageAfterId($perPage, $lastId, $column)
|
|
* @method static mixed reorder($column, $direction)
|
|
* @method static mixed removeExistingOrdersFor($column)
|
|
* @method static mixed union($query, $all)
|
|
* @method static mixed unionAll($query)
|
|
* @method static mixed lock($value)
|
|
* @method static mixed lockForUpdate()
|
|
* @method static mixed sharedLock()
|
|
* @method static mixed beforeQuery(callable $callback)
|
|
* @method static mixed applyBeforeQueryCallbacks()
|
|
* @method static mixed afterQuery(Closure $callback)
|
|
* @method static mixed applyAfterQueryCallbacks($result)
|
|
* @method static mixed toSql()
|
|
* @method static mixed toRawSql()
|
|
* @method static mixed find($id, $columns)
|
|
* @method static mixed findOr($id, $columns, Closure $callback)
|
|
* @method static mixed value($column)
|
|
* @method static mixed rawValue(string $expression, array $bindings)
|
|
* @method static mixed soleValue($column)
|
|
* @method static mixed get($columns)
|
|
* @method static mixed runSelect()
|
|
* @method static mixed withoutGroupLimitKeys($items)
|
|
* @method static mixed paginate($perPage, $columns, $pageName, $page, $total)
|
|
* @method static mixed simplePaginate($perPage, $columns, $pageName, $page)
|
|
* @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor)
|
|
* @method static mixed ensureOrderForCursorPagination($shouldReverse)
|
|
* @method static mixed getCountForPagination($columns)
|
|
* @method static mixed runPaginationCountQuery($columns)
|
|
* @method static mixed cloneForPaginationCount()
|
|
* @method static mixed withoutSelectAliases(array $columns)
|
|
* @method static mixed cursor()
|
|
* @method static mixed enforceOrderBy()
|
|
* @method static mixed pluck($column, $key)
|
|
* @method static mixed stripTableForPluck($column)
|
|
* @method static mixed pluckFromObjectColumn($queryResult, $column, $key)
|
|
* @method static mixed pluckFromArrayColumn($queryResult, $column, $key)
|
|
* @method static mixed implode($column, $glue)
|
|
* @method static mixed exists()
|
|
* @method static mixed doesntExist()
|
|
* @method static mixed existsOr(Closure $callback)
|
|
* @method static mixed doesntExistOr(Closure $callback)
|
|
* @method static mixed count($columns)
|
|
* @method static mixed min($column)
|
|
* @method static mixed max($column)
|
|
* @method static mixed sum($column)
|
|
* @method static mixed avg($column)
|
|
* @method static mixed average($column)
|
|
* @method static mixed aggregate($function, $columns)
|
|
* @method static mixed numericAggregate($function, $columns)
|
|
* @method static mixed setAggregate($function, $columns)
|
|
* @method static mixed onceWithColumns($columns, $callback)
|
|
* @method static mixed insert(array $values)
|
|
* @method static mixed insertOrIgnore(array $values)
|
|
* @method static mixed insertGetId(array $values, $sequence)
|
|
* @method static mixed insertUsing(array $columns, $query)
|
|
* @method static mixed insertOrIgnoreUsing(array $columns, $query)
|
|
* @method static mixed update(array $values)
|
|
* @method static mixed updateFrom(array $values)
|
|
* @method static mixed updateOrInsert(array $attributes, callable|array $values)
|
|
* @method static mixed upsert(array $values, $uniqueBy, $update)
|
|
* @method static mixed increment($column, $amount, array $extra)
|
|
* @method static mixed incrementEach(array $columns, array $extra)
|
|
* @method static mixed decrement($column, $amount, array $extra)
|
|
* @method static mixed decrementEach(array $columns, array $extra)
|
|
* @method static mixed delete($id)
|
|
* @method static mixed truncate()
|
|
* @method static mixed newQuery()
|
|
* @method static mixed forSubQuery()
|
|
* @method static mixed getColumns()
|
|
* @method static mixed raw($value)
|
|
* @method static mixed getUnionBuilders()
|
|
* @method static mixed getBindings()
|
|
* @method static mixed getRawBindings()
|
|
* @method static mixed setBindings(array $bindings, $type)
|
|
* @method static mixed addBinding($value, $type)
|
|
* @method static mixed castBinding($value)
|
|
* @method static mixed mergeBindings(self $query)
|
|
* @method static mixed cleanBindings(array $bindings)
|
|
* @method static mixed flattenValue($value)
|
|
* @method static mixed defaultKeyName()
|
|
* @method static mixed getConnection()
|
|
* @method static mixed getProcessor()
|
|
* @method static mixed getGrammar()
|
|
* @method static mixed useWritePdo()
|
|
* @method static mixed isQueryable($value)
|
|
* @method static mixed clone()
|
|
* @method static mixed cloneWithout(array $properties)
|
|
* @method static mixed cloneWithoutBindings(array $except)
|
|
* @method static mixed dump($args)
|
|
* @method static mixed dumpRawSql()
|
|
* @method static mixed dd()
|
|
* @method static mixed ddRawSql()
|
|
* @method static mixed chunk($count, callable $callback)
|
|
* @method static mixed chunkMap(callable $callback, $count)
|
|
* @method static mixed each(callable $callback, $count)
|
|
* @method static mixed chunkById($count, callable $callback, $column, $alias)
|
|
* @method static mixed chunkByIdDesc($count, callable $callback, $column, $alias)
|
|
* @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending)
|
|
* @method static mixed eachById(callable $callback, $count, $column, $alias)
|
|
* @method static mixed lazy($chunkSize)
|
|
* @method static mixed lazyById($chunkSize, $column, $alias)
|
|
* @method static mixed lazyByIdDesc($chunkSize, $column, $alias)
|
|
* @method static mixed orderedLazyById($chunkSize, $column, $alias, $descending)
|
|
* @method static mixed first($columns)
|
|
* @method static mixed sole($columns)
|
|
* @method static mixed paginateUsingCursor($perPage, $columns, $cursorName, $cursor)
|
|
* @method static mixed getOriginalColumnNameForCursorPagination($builder, string $parameter)
|
|
* @method static mixed paginator($items, $total, $perPage, $currentPage, $options)
|
|
* @method static mixed simplePaginator($items, $perPage, $currentPage, $options)
|
|
* @method static mixed cursorPaginator($items, $perPage, $cursor, $options)
|
|
* @method static mixed tap($callback)
|
|
* @method static mixed when($value, callable $callback, callable $default)
|
|
* @method static mixed unless($value, callable $callback, callable $default)
|
|
* @method static mixed explain()
|
|
* @method static mixed forwardCallTo($object, $method, $parameters)
|
|
* @method static mixed forwardDecoratedCallTo($object, $method, $parameters)
|
|
* @method static mixed throwBadMethodCallException($method)
|
|
* @method static mixed macro($name, $macro)
|
|
* @method static mixed mixin($mixin, $replace)
|
|
* @method static mixed hasMacro($name)
|
|
* @method static mixed flushMacros()
|
|
* @method static mixed macroCall($method, $parameters)
|
|
* @mixin \Illuminate\Database\Query\Builder
|
|
*/
|
|
class Agency extends \App\Models\SigdModel
|
|
{
|
|
//
|
|
}
|
|
|
|
/**
|
|
* App\Models\AgencyActivity
|
|
*
|
|
* @property string|null $updated_by
|
|
* @property string|null $created_by
|
|
* @property \Illuminate\Support\Carbon|null $updated_at
|
|
* @property \Illuminate\Support\Carbon|null $created_at
|
|
* @property int $row_status
|
|
* @property string $form_code
|
|
* @property string $form_sector
|
|
* @property string $agency_id
|
|
* @property-read \App\Models\SettingForm $form
|
|
* @property-read \App\Models\Agency $agency
|
|
* @method static \Illuminate\Database\Eloquent\Builder<AgencyActivity>|AgencyActivity whereAgencyId($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<AgencyActivity>|AgencyActivity whereFormSector($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<AgencyActivity>|AgencyActivity whereFormCode($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<AgencyActivity>|AgencyActivity whereRowStatus($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<AgencyActivity>|AgencyActivity whereCreatedAt($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<AgencyActivity>|AgencyActivity whereUpdatedAt($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<AgencyActivity>|AgencyActivity whereCreatedBy($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<AgencyActivity>|AgencyActivity whereUpdatedBy($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<AgencyActivity>|AgencyActivity rowActive()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<AgencyActivity>|AgencyActivity isActive()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<AgencyActivity>|AgencyActivity orderByRowNum()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<AgencyActivity>|AgencyActivity newModelQuery()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<AgencyActivity>|AgencyActivity newQuery()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<AgencyActivity>|AgencyActivity query()
|
|
* @method static mixed select($columns)
|
|
* @method static mixed selectSub($query, $as)
|
|
* @method static mixed selectRaw($expression, array $bindings)
|
|
* @method static mixed fromSub($query, $as)
|
|
* @method static mixed fromRaw($expression, $bindings)
|
|
* @method static mixed createSub($query)
|
|
* @method static mixed parseSub($query)
|
|
* @method static mixed prependDatabaseNameIfCrossDatabaseQuery($query)
|
|
* @method static mixed addSelect($column)
|
|
* @method static mixed distinct()
|
|
* @method static mixed from($table, $as)
|
|
* @method static mixed useIndex($index)
|
|
* @method static mixed forceIndex($index)
|
|
* @method static mixed ignoreIndex($index)
|
|
* @method static mixed join($table, $first, $operator, $second, $type, $where)
|
|
* @method static mixed joinWhere($table, $first, $operator, $second, $type)
|
|
* @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where)
|
|
* @method static mixed joinLateral($query, string $as, string $type)
|
|
* @method static mixed leftJoinLateral($query, string $as)
|
|
* @method static mixed leftJoin($table, $first, $operator, $second)
|
|
* @method static mixed leftJoinWhere($table, $first, $operator, $second)
|
|
* @method static mixed leftJoinSub($query, $as, $first, $operator, $second)
|
|
* @method static mixed rightJoin($table, $first, $operator, $second)
|
|
* @method static mixed rightJoinWhere($table, $first, $operator, $second)
|
|
* @method static mixed rightJoinSub($query, $as, $first, $operator, $second)
|
|
* @method static mixed crossJoin($table, $first, $operator, $second)
|
|
* @method static mixed crossJoinSub($query, $as)
|
|
* @method static mixed newJoinClause(self $parentQuery, $type, $table)
|
|
* @method static mixed newJoinLateralClause(self $parentQuery, $type, $table)
|
|
* @method static mixed mergeWheres($wheres, $bindings)
|
|
* @method static mixed where($column, $operator, $value, $boolean)
|
|
* @method static mixed addArrayOfWheres($column, $boolean, $method)
|
|
* @method static mixed prepareValueAndOperator($value, $operator, $useDefault)
|
|
* @method static mixed invalidOperatorAndValue($operator, $value)
|
|
* @method static mixed invalidOperator($operator)
|
|
* @method static mixed isBitwiseOperator($operator)
|
|
* @method static mixed orWhere($column, $operator, $value)
|
|
* @method static mixed whereNot($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereNot($column, $operator, $value)
|
|
* @method static mixed whereColumn($first, $operator, $second, $boolean)
|
|
* @method static mixed orWhereColumn($first, $operator, $second)
|
|
* @method static mixed whereRaw($sql, $bindings, $boolean)
|
|
* @method static mixed orWhereRaw($sql, $bindings)
|
|
* @method static mixed whereIn($column, $values, $boolean, $not)
|
|
* @method static mixed orWhereIn($column, $values)
|
|
* @method static mixed whereNotIn($column, $values, $boolean)
|
|
* @method static mixed orWhereNotIn($column, $values)
|
|
* @method static mixed whereIntegerInRaw($column, $values, $boolean, $not)
|
|
* @method static mixed orWhereIntegerInRaw($column, $values)
|
|
* @method static mixed whereIntegerNotInRaw($column, $values, $boolean)
|
|
* @method static mixed orWhereIntegerNotInRaw($column, $values)
|
|
* @method static mixed whereNull($columns, $boolean, $not)
|
|
* @method static mixed orWhereNull($column)
|
|
* @method static mixed whereNotNull($columns, $boolean)
|
|
* @method static mixed whereBetween($column, iterable $values, $boolean, $not)
|
|
* @method static mixed whereBetweenColumns($column, array $values, $boolean, $not)
|
|
* @method static mixed orWhereBetween($column, iterable $values)
|
|
* @method static mixed orWhereBetweenColumns($column, array $values)
|
|
* @method static mixed whereNotBetween($column, iterable $values, $boolean)
|
|
* @method static mixed whereNotBetweenColumns($column, array $values, $boolean)
|
|
* @method static mixed orWhereNotBetween($column, iterable $values)
|
|
* @method static mixed orWhereNotBetweenColumns($column, array $values)
|
|
* @method static mixed orWhereNotNull($column)
|
|
* @method static mixed whereDate($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereDate($column, $operator, $value)
|
|
* @method static mixed whereTime($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereTime($column, $operator, $value)
|
|
* @method static mixed whereDay($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereDay($column, $operator, $value)
|
|
* @method static mixed whereMonth($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereMonth($column, $operator, $value)
|
|
* @method static mixed whereYear($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereYear($column, $operator, $value)
|
|
* @method static mixed addDateBasedWhere($type, $column, $operator, $value, $boolean)
|
|
* @method static mixed whereNested(Closure $callback, $boolean)
|
|
* @method static mixed forNestedWhere()
|
|
* @method static mixed addNestedWhereQuery($query, $boolean)
|
|
* @method static mixed whereSub($column, $operator, $callback, $boolean)
|
|
* @method static mixed whereExists($callback, $boolean, $not)
|
|
* @method static mixed orWhereExists($callback, $not)
|
|
* @method static mixed whereNotExists($callback, $boolean)
|
|
* @method static mixed orWhereNotExists($callback)
|
|
* @method static mixed addWhereExistsQuery(self $query, $boolean, $not)
|
|
* @method static mixed whereRowValues($columns, $operator, $values, $boolean)
|
|
* @method static mixed orWhereRowValues($columns, $operator, $values)
|
|
* @method static mixed whereJsonContains($column, $value, $boolean, $not)
|
|
* @method static mixed orWhereJsonContains($column, $value)
|
|
* @method static mixed whereJsonDoesntContain($column, $value, $boolean)
|
|
* @method static mixed orWhereJsonDoesntContain($column, $value)
|
|
* @method static mixed whereJsonOverlaps($column, $value, $boolean, $not)
|
|
* @method static mixed orWhereJsonOverlaps($column, $value)
|
|
* @method static mixed whereJsonDoesntOverlap($column, $value, $boolean)
|
|
* @method static mixed orWhereJsonDoesntOverlap($column, $value)
|
|
* @method static mixed whereJsonContainsKey($column, $boolean, $not)
|
|
* @method static mixed orWhereJsonContainsKey($column)
|
|
* @method static mixed whereJsonDoesntContainKey($column, $boolean)
|
|
* @method static mixed orWhereJsonDoesntContainKey($column)
|
|
* @method static mixed whereJsonLength($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereJsonLength($column, $operator, $value)
|
|
* @method static mixed dynamicWhere($method, $parameters)
|
|
* @method static mixed addDynamic($segment, $connector, $parameters, $index)
|
|
* @method static mixed whereFullText($columns, $value, array $options, $boolean)
|
|
* @method static mixed orWhereFullText($columns, $value, array $options)
|
|
* @method static mixed whereAll($columns, $operator, $value, $boolean)
|
|
* @method static mixed orWhereAll($columns, $operator, $value)
|
|
* @method static mixed whereAny($columns, $operator, $value, $boolean)
|
|
* @method static mixed orWhereAny($columns, $operator, $value)
|
|
* @method static mixed groupBy($groups)
|
|
* @method static mixed groupByRaw($sql, array $bindings)
|
|
* @method static mixed having($column, $operator, $value, $boolean)
|
|
* @method static mixed orHaving($column, $operator, $value)
|
|
* @method static mixed havingNested(Closure $callback, $boolean)
|
|
* @method static mixed addNestedHavingQuery($query, $boolean)
|
|
* @method static mixed havingNull($columns, $boolean, $not)
|
|
* @method static mixed orHavingNull($column)
|
|
* @method static mixed havingNotNull($columns, $boolean)
|
|
* @method static mixed orHavingNotNull($column)
|
|
* @method static mixed havingBetween($column, iterable $values, $boolean, $not)
|
|
* @method static mixed havingRaw($sql, array $bindings, $boolean)
|
|
* @method static mixed orHavingRaw($sql, array $bindings)
|
|
* @method static mixed orderBy($column, $direction)
|
|
* @method static mixed orderByDesc($column)
|
|
* @method static mixed latest($column)
|
|
* @method static mixed oldest($column)
|
|
* @method static mixed inRandomOrder($seed)
|
|
* @method static mixed orderByRaw($sql, $bindings)
|
|
* @method static mixed skip($value)
|
|
* @method static mixed offset($value)
|
|
* @method static mixed take($value)
|
|
* @method static mixed limit($value)
|
|
* @method static mixed groupLimit($value, $column)
|
|
* @method static mixed forPage($page, $perPage)
|
|
* @method static mixed forPageBeforeId($perPage, $lastId, $column)
|
|
* @method static mixed forPageAfterId($perPage, $lastId, $column)
|
|
* @method static mixed reorder($column, $direction)
|
|
* @method static mixed removeExistingOrdersFor($column)
|
|
* @method static mixed union($query, $all)
|
|
* @method static mixed unionAll($query)
|
|
* @method static mixed lock($value)
|
|
* @method static mixed lockForUpdate()
|
|
* @method static mixed sharedLock()
|
|
* @method static mixed beforeQuery(callable $callback)
|
|
* @method static mixed applyBeforeQueryCallbacks()
|
|
* @method static mixed afterQuery(Closure $callback)
|
|
* @method static mixed applyAfterQueryCallbacks($result)
|
|
* @method static mixed toSql()
|
|
* @method static mixed toRawSql()
|
|
* @method static mixed find($id, $columns)
|
|
* @method static mixed findOr($id, $columns, Closure $callback)
|
|
* @method static mixed value($column)
|
|
* @method static mixed rawValue(string $expression, array $bindings)
|
|
* @method static mixed soleValue($column)
|
|
* @method static mixed get($columns)
|
|
* @method static mixed runSelect()
|
|
* @method static mixed withoutGroupLimitKeys($items)
|
|
* @method static mixed paginate($perPage, $columns, $pageName, $page, $total)
|
|
* @method static mixed simplePaginate($perPage, $columns, $pageName, $page)
|
|
* @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor)
|
|
* @method static mixed ensureOrderForCursorPagination($shouldReverse)
|
|
* @method static mixed getCountForPagination($columns)
|
|
* @method static mixed runPaginationCountQuery($columns)
|
|
* @method static mixed cloneForPaginationCount()
|
|
* @method static mixed withoutSelectAliases(array $columns)
|
|
* @method static mixed cursor()
|
|
* @method static mixed enforceOrderBy()
|
|
* @method static mixed pluck($column, $key)
|
|
* @method static mixed stripTableForPluck($column)
|
|
* @method static mixed pluckFromObjectColumn($queryResult, $column, $key)
|
|
* @method static mixed pluckFromArrayColumn($queryResult, $column, $key)
|
|
* @method static mixed implode($column, $glue)
|
|
* @method static mixed exists()
|
|
* @method static mixed doesntExist()
|
|
* @method static mixed existsOr(Closure $callback)
|
|
* @method static mixed doesntExistOr(Closure $callback)
|
|
* @method static mixed count($columns)
|
|
* @method static mixed min($column)
|
|
* @method static mixed max($column)
|
|
* @method static mixed sum($column)
|
|
* @method static mixed avg($column)
|
|
* @method static mixed average($column)
|
|
* @method static mixed aggregate($function, $columns)
|
|
* @method static mixed numericAggregate($function, $columns)
|
|
* @method static mixed setAggregate($function, $columns)
|
|
* @method static mixed onceWithColumns($columns, $callback)
|
|
* @method static mixed insert(array $values)
|
|
* @method static mixed insertOrIgnore(array $values)
|
|
* @method static mixed insertGetId(array $values, $sequence)
|
|
* @method static mixed insertUsing(array $columns, $query)
|
|
* @method static mixed insertOrIgnoreUsing(array $columns, $query)
|
|
* @method static mixed update(array $values)
|
|
* @method static mixed updateFrom(array $values)
|
|
* @method static mixed updateOrInsert(array $attributes, callable|array $values)
|
|
* @method static mixed upsert(array $values, $uniqueBy, $update)
|
|
* @method static mixed increment($column, $amount, array $extra)
|
|
* @method static mixed incrementEach(array $columns, array $extra)
|
|
* @method static mixed decrement($column, $amount, array $extra)
|
|
* @method static mixed decrementEach(array $columns, array $extra)
|
|
* @method static mixed delete($id)
|
|
* @method static mixed truncate()
|
|
* @method static mixed newQuery()
|
|
* @method static mixed forSubQuery()
|
|
* @method static mixed getColumns()
|
|
* @method static mixed raw($value)
|
|
* @method static mixed getUnionBuilders()
|
|
* @method static mixed getBindings()
|
|
* @method static mixed getRawBindings()
|
|
* @method static mixed setBindings(array $bindings, $type)
|
|
* @method static mixed addBinding($value, $type)
|
|
* @method static mixed castBinding($value)
|
|
* @method static mixed mergeBindings(self $query)
|
|
* @method static mixed cleanBindings(array $bindings)
|
|
* @method static mixed flattenValue($value)
|
|
* @method static mixed defaultKeyName()
|
|
* @method static mixed getConnection()
|
|
* @method static mixed getProcessor()
|
|
* @method static mixed getGrammar()
|
|
* @method static mixed useWritePdo()
|
|
* @method static mixed isQueryable($value)
|
|
* @method static mixed clone()
|
|
* @method static mixed cloneWithout(array $properties)
|
|
* @method static mixed cloneWithoutBindings(array $except)
|
|
* @method static mixed dump($args)
|
|
* @method static mixed dumpRawSql()
|
|
* @method static mixed dd()
|
|
* @method static mixed ddRawSql()
|
|
* @method static mixed chunk($count, callable $callback)
|
|
* @method static mixed chunkMap(callable $callback, $count)
|
|
* @method static mixed each(callable $callback, $count)
|
|
* @method static mixed chunkById($count, callable $callback, $column, $alias)
|
|
* @method static mixed chunkByIdDesc($count, callable $callback, $column, $alias)
|
|
* @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending)
|
|
* @method static mixed eachById(callable $callback, $count, $column, $alias)
|
|
* @method static mixed lazy($chunkSize)
|
|
* @method static mixed lazyById($chunkSize, $column, $alias)
|
|
* @method static mixed lazyByIdDesc($chunkSize, $column, $alias)
|
|
* @method static mixed orderedLazyById($chunkSize, $column, $alias, $descending)
|
|
* @method static mixed first($columns)
|
|
* @method static mixed sole($columns)
|
|
* @method static mixed paginateUsingCursor($perPage, $columns, $cursorName, $cursor)
|
|
* @method static mixed getOriginalColumnNameForCursorPagination($builder, string $parameter)
|
|
* @method static mixed paginator($items, $total, $perPage, $currentPage, $options)
|
|
* @method static mixed simplePaginator($items, $perPage, $currentPage, $options)
|
|
* @method static mixed cursorPaginator($items, $perPage, $cursor, $options)
|
|
* @method static mixed tap($callback)
|
|
* @method static mixed when($value, callable $callback, callable $default)
|
|
* @method static mixed unless($value, callable $callback, callable $default)
|
|
* @method static mixed explain()
|
|
* @method static mixed forwardCallTo($object, $method, $parameters)
|
|
* @method static mixed forwardDecoratedCallTo($object, $method, $parameters)
|
|
* @method static mixed throwBadMethodCallException($method)
|
|
* @method static mixed macro($name, $macro)
|
|
* @method static mixed mixin($mixin, $replace)
|
|
* @method static mixed hasMacro($name)
|
|
* @method static mixed flushMacros()
|
|
* @method static mixed macroCall($method, $parameters)
|
|
* @mixin \Illuminate\Database\Query\Builder
|
|
*/
|
|
class AgencyActivity extends \App\Models\SigdModel
|
|
{
|
|
//
|
|
}
|
|
|
|
/**
|
|
* App\Models\Agriculture3A
|
|
*
|
|
* @property string|null $updated_by
|
|
* @property string|null $created_by
|
|
* @property \Illuminate\Support\Carbon|null $updated_at
|
|
* @property \Illuminate\Support\Carbon|null $created_at
|
|
* @property int $row_status
|
|
* @property int $row_num
|
|
* @property float $ch4
|
|
* @property float $ef
|
|
* @property float $num_animal
|
|
* @property float $ef_proportion
|
|
* @property float $value
|
|
* @property string|null $tag_1
|
|
* @property string $category
|
|
* @property string $activity_code
|
|
* @property string $activity_year
|
|
* @property string $inventory_year
|
|
* @property string $id
|
|
* @property-read \App\Models\ReferenceActivity $activity
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Agriculture3A>|Agriculture3A whereId($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Agriculture3A>|Agriculture3A whereInventoryYear($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Agriculture3A>|Agriculture3A whereActivityYear($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Agriculture3A>|Agriculture3A whereActivityCode($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Agriculture3A>|Agriculture3A whereCategory($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Agriculture3A>|Agriculture3A whereTag1($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Agriculture3A>|Agriculture3A whereValue($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Agriculture3A>|Agriculture3A whereEfProportion($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Agriculture3A>|Agriculture3A whereNumAnimal($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Agriculture3A>|Agriculture3A whereEf($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Agriculture3A>|Agriculture3A whereCh4($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Agriculture3A>|Agriculture3A whereRowNum($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Agriculture3A>|Agriculture3A whereRowStatus($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Agriculture3A>|Agriculture3A whereCreatedAt($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Agriculture3A>|Agriculture3A whereUpdatedAt($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Agriculture3A>|Agriculture3A whereCreatedBy($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Agriculture3A>|Agriculture3A whereUpdatedBy($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Agriculture3A>|Agriculture3A rowActive()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Agriculture3A>|Agriculture3A isActive()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Agriculture3A>|Agriculture3A orderByRowNum()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Agriculture3A>|Agriculture3A newModelQuery()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Agriculture3A>|Agriculture3A newQuery()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Agriculture3A>|Agriculture3A query()
|
|
* @method static mixed select($columns)
|
|
* @method static mixed selectSub($query, $as)
|
|
* @method static mixed selectRaw($expression, array $bindings)
|
|
* @method static mixed fromSub($query, $as)
|
|
* @method static mixed fromRaw($expression, $bindings)
|
|
* @method static mixed createSub($query)
|
|
* @method static mixed parseSub($query)
|
|
* @method static mixed prependDatabaseNameIfCrossDatabaseQuery($query)
|
|
* @method static mixed addSelect($column)
|
|
* @method static mixed distinct()
|
|
* @method static mixed from($table, $as)
|
|
* @method static mixed useIndex($index)
|
|
* @method static mixed forceIndex($index)
|
|
* @method static mixed ignoreIndex($index)
|
|
* @method static mixed join($table, $first, $operator, $second, $type, $where)
|
|
* @method static mixed joinWhere($table, $first, $operator, $second, $type)
|
|
* @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where)
|
|
* @method static mixed joinLateral($query, string $as, string $type)
|
|
* @method static mixed leftJoinLateral($query, string $as)
|
|
* @method static mixed leftJoin($table, $first, $operator, $second)
|
|
* @method static mixed leftJoinWhere($table, $first, $operator, $second)
|
|
* @method static mixed leftJoinSub($query, $as, $first, $operator, $second)
|
|
* @method static mixed rightJoin($table, $first, $operator, $second)
|
|
* @method static mixed rightJoinWhere($table, $first, $operator, $second)
|
|
* @method static mixed rightJoinSub($query, $as, $first, $operator, $second)
|
|
* @method static mixed crossJoin($table, $first, $operator, $second)
|
|
* @method static mixed crossJoinSub($query, $as)
|
|
* @method static mixed newJoinClause(self $parentQuery, $type, $table)
|
|
* @method static mixed newJoinLateralClause(self $parentQuery, $type, $table)
|
|
* @method static mixed mergeWheres($wheres, $bindings)
|
|
* @method static mixed where($column, $operator, $value, $boolean)
|
|
* @method static mixed addArrayOfWheres($column, $boolean, $method)
|
|
* @method static mixed prepareValueAndOperator($value, $operator, $useDefault)
|
|
* @method static mixed invalidOperatorAndValue($operator, $value)
|
|
* @method static mixed invalidOperator($operator)
|
|
* @method static mixed isBitwiseOperator($operator)
|
|
* @method static mixed orWhere($column, $operator, $value)
|
|
* @method static mixed whereNot($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereNot($column, $operator, $value)
|
|
* @method static mixed whereColumn($first, $operator, $second, $boolean)
|
|
* @method static mixed orWhereColumn($first, $operator, $second)
|
|
* @method static mixed whereRaw($sql, $bindings, $boolean)
|
|
* @method static mixed orWhereRaw($sql, $bindings)
|
|
* @method static mixed whereIn($column, $values, $boolean, $not)
|
|
* @method static mixed orWhereIn($column, $values)
|
|
* @method static mixed whereNotIn($column, $values, $boolean)
|
|
* @method static mixed orWhereNotIn($column, $values)
|
|
* @method static mixed whereIntegerInRaw($column, $values, $boolean, $not)
|
|
* @method static mixed orWhereIntegerInRaw($column, $values)
|
|
* @method static mixed whereIntegerNotInRaw($column, $values, $boolean)
|
|
* @method static mixed orWhereIntegerNotInRaw($column, $values)
|
|
* @method static mixed whereNull($columns, $boolean, $not)
|
|
* @method static mixed orWhereNull($column)
|
|
* @method static mixed whereNotNull($columns, $boolean)
|
|
* @method static mixed whereBetween($column, iterable $values, $boolean, $not)
|
|
* @method static mixed whereBetweenColumns($column, array $values, $boolean, $not)
|
|
* @method static mixed orWhereBetween($column, iterable $values)
|
|
* @method static mixed orWhereBetweenColumns($column, array $values)
|
|
* @method static mixed whereNotBetween($column, iterable $values, $boolean)
|
|
* @method static mixed whereNotBetweenColumns($column, array $values, $boolean)
|
|
* @method static mixed orWhereNotBetween($column, iterable $values)
|
|
* @method static mixed orWhereNotBetweenColumns($column, array $values)
|
|
* @method static mixed orWhereNotNull($column)
|
|
* @method static mixed whereDate($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereDate($column, $operator, $value)
|
|
* @method static mixed whereTime($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereTime($column, $operator, $value)
|
|
* @method static mixed whereDay($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereDay($column, $operator, $value)
|
|
* @method static mixed whereMonth($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereMonth($column, $operator, $value)
|
|
* @method static mixed whereYear($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereYear($column, $operator, $value)
|
|
* @method static mixed addDateBasedWhere($type, $column, $operator, $value, $boolean)
|
|
* @method static mixed whereNested(Closure $callback, $boolean)
|
|
* @method static mixed forNestedWhere()
|
|
* @method static mixed addNestedWhereQuery($query, $boolean)
|
|
* @method static mixed whereSub($column, $operator, $callback, $boolean)
|
|
* @method static mixed whereExists($callback, $boolean, $not)
|
|
* @method static mixed orWhereExists($callback, $not)
|
|
* @method static mixed whereNotExists($callback, $boolean)
|
|
* @method static mixed orWhereNotExists($callback)
|
|
* @method static mixed addWhereExistsQuery(self $query, $boolean, $not)
|
|
* @method static mixed whereRowValues($columns, $operator, $values, $boolean)
|
|
* @method static mixed orWhereRowValues($columns, $operator, $values)
|
|
* @method static mixed whereJsonContains($column, $value, $boolean, $not)
|
|
* @method static mixed orWhereJsonContains($column, $value)
|
|
* @method static mixed whereJsonDoesntContain($column, $value, $boolean)
|
|
* @method static mixed orWhereJsonDoesntContain($column, $value)
|
|
* @method static mixed whereJsonOverlaps($column, $value, $boolean, $not)
|
|
* @method static mixed orWhereJsonOverlaps($column, $value)
|
|
* @method static mixed whereJsonDoesntOverlap($column, $value, $boolean)
|
|
* @method static mixed orWhereJsonDoesntOverlap($column, $value)
|
|
* @method static mixed whereJsonContainsKey($column, $boolean, $not)
|
|
* @method static mixed orWhereJsonContainsKey($column)
|
|
* @method static mixed whereJsonDoesntContainKey($column, $boolean)
|
|
* @method static mixed orWhereJsonDoesntContainKey($column)
|
|
* @method static mixed whereJsonLength($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereJsonLength($column, $operator, $value)
|
|
* @method static mixed dynamicWhere($method, $parameters)
|
|
* @method static mixed addDynamic($segment, $connector, $parameters, $index)
|
|
* @method static mixed whereFullText($columns, $value, array $options, $boolean)
|
|
* @method static mixed orWhereFullText($columns, $value, array $options)
|
|
* @method static mixed whereAll($columns, $operator, $value, $boolean)
|
|
* @method static mixed orWhereAll($columns, $operator, $value)
|
|
* @method static mixed whereAny($columns, $operator, $value, $boolean)
|
|
* @method static mixed orWhereAny($columns, $operator, $value)
|
|
* @method static mixed groupBy($groups)
|
|
* @method static mixed groupByRaw($sql, array $bindings)
|
|
* @method static mixed having($column, $operator, $value, $boolean)
|
|
* @method static mixed orHaving($column, $operator, $value)
|
|
* @method static mixed havingNested(Closure $callback, $boolean)
|
|
* @method static mixed addNestedHavingQuery($query, $boolean)
|
|
* @method static mixed havingNull($columns, $boolean, $not)
|
|
* @method static mixed orHavingNull($column)
|
|
* @method static mixed havingNotNull($columns, $boolean)
|
|
* @method static mixed orHavingNotNull($column)
|
|
* @method static mixed havingBetween($column, iterable $values, $boolean, $not)
|
|
* @method static mixed havingRaw($sql, array $bindings, $boolean)
|
|
* @method static mixed orHavingRaw($sql, array $bindings)
|
|
* @method static mixed orderBy($column, $direction)
|
|
* @method static mixed orderByDesc($column)
|
|
* @method static mixed latest($column)
|
|
* @method static mixed oldest($column)
|
|
* @method static mixed inRandomOrder($seed)
|
|
* @method static mixed orderByRaw($sql, $bindings)
|
|
* @method static mixed skip($value)
|
|
* @method static mixed offset($value)
|
|
* @method static mixed take($value)
|
|
* @method static mixed limit($value)
|
|
* @method static mixed groupLimit($value, $column)
|
|
* @method static mixed forPage($page, $perPage)
|
|
* @method static mixed forPageBeforeId($perPage, $lastId, $column)
|
|
* @method static mixed forPageAfterId($perPage, $lastId, $column)
|
|
* @method static mixed reorder($column, $direction)
|
|
* @method static mixed removeExistingOrdersFor($column)
|
|
* @method static mixed union($query, $all)
|
|
* @method static mixed unionAll($query)
|
|
* @method static mixed lock($value)
|
|
* @method static mixed lockForUpdate()
|
|
* @method static mixed sharedLock()
|
|
* @method static mixed beforeQuery(callable $callback)
|
|
* @method static mixed applyBeforeQueryCallbacks()
|
|
* @method static mixed afterQuery(Closure $callback)
|
|
* @method static mixed applyAfterQueryCallbacks($result)
|
|
* @method static mixed toSql()
|
|
* @method static mixed toRawSql()
|
|
* @method static mixed find($id, $columns)
|
|
* @method static mixed findOr($id, $columns, Closure $callback)
|
|
* @method static mixed value($column)
|
|
* @method static mixed rawValue(string $expression, array $bindings)
|
|
* @method static mixed soleValue($column)
|
|
* @method static mixed get($columns)
|
|
* @method static mixed runSelect()
|
|
* @method static mixed withoutGroupLimitKeys($items)
|
|
* @method static mixed paginate($perPage, $columns, $pageName, $page, $total)
|
|
* @method static mixed simplePaginate($perPage, $columns, $pageName, $page)
|
|
* @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor)
|
|
* @method static mixed ensureOrderForCursorPagination($shouldReverse)
|
|
* @method static mixed getCountForPagination($columns)
|
|
* @method static mixed runPaginationCountQuery($columns)
|
|
* @method static mixed cloneForPaginationCount()
|
|
* @method static mixed withoutSelectAliases(array $columns)
|
|
* @method static mixed cursor()
|
|
* @method static mixed enforceOrderBy()
|
|
* @method static mixed pluck($column, $key)
|
|
* @method static mixed stripTableForPluck($column)
|
|
* @method static mixed pluckFromObjectColumn($queryResult, $column, $key)
|
|
* @method static mixed pluckFromArrayColumn($queryResult, $column, $key)
|
|
* @method static mixed implode($column, $glue)
|
|
* @method static mixed exists()
|
|
* @method static mixed doesntExist()
|
|
* @method static mixed existsOr(Closure $callback)
|
|
* @method static mixed doesntExistOr(Closure $callback)
|
|
* @method static mixed count($columns)
|
|
* @method static mixed min($column)
|
|
* @method static mixed max($column)
|
|
* @method static mixed sum($column)
|
|
* @method static mixed avg($column)
|
|
* @method static mixed average($column)
|
|
* @method static mixed aggregate($function, $columns)
|
|
* @method static mixed numericAggregate($function, $columns)
|
|
* @method static mixed setAggregate($function, $columns)
|
|
* @method static mixed onceWithColumns($columns, $callback)
|
|
* @method static mixed insert(array $values)
|
|
* @method static mixed insertOrIgnore(array $values)
|
|
* @method static mixed insertGetId(array $values, $sequence)
|
|
* @method static mixed insertUsing(array $columns, $query)
|
|
* @method static mixed insertOrIgnoreUsing(array $columns, $query)
|
|
* @method static mixed update(array $values)
|
|
* @method static mixed updateFrom(array $values)
|
|
* @method static mixed updateOrInsert(array $attributes, callable|array $values)
|
|
* @method static mixed upsert(array $values, $uniqueBy, $update)
|
|
* @method static mixed increment($column, $amount, array $extra)
|
|
* @method static mixed incrementEach(array $columns, array $extra)
|
|
* @method static mixed decrement($column, $amount, array $extra)
|
|
* @method static mixed decrementEach(array $columns, array $extra)
|
|
* @method static mixed delete($id)
|
|
* @method static mixed truncate()
|
|
* @method static mixed newQuery()
|
|
* @method static mixed forSubQuery()
|
|
* @method static mixed getColumns()
|
|
* @method static mixed raw($value)
|
|
* @method static mixed getUnionBuilders()
|
|
* @method static mixed getBindings()
|
|
* @method static mixed getRawBindings()
|
|
* @method static mixed setBindings(array $bindings, $type)
|
|
* @method static mixed addBinding($value, $type)
|
|
* @method static mixed castBinding($value)
|
|
* @method static mixed mergeBindings(self $query)
|
|
* @method static mixed cleanBindings(array $bindings)
|
|
* @method static mixed flattenValue($value)
|
|
* @method static mixed defaultKeyName()
|
|
* @method static mixed getConnection()
|
|
* @method static mixed getProcessor()
|
|
* @method static mixed getGrammar()
|
|
* @method static mixed useWritePdo()
|
|
* @method static mixed isQueryable($value)
|
|
* @method static mixed clone()
|
|
* @method static mixed cloneWithout(array $properties)
|
|
* @method static mixed cloneWithoutBindings(array $except)
|
|
* @method static mixed dump($args)
|
|
* @method static mixed dumpRawSql()
|
|
* @method static mixed dd()
|
|
* @method static mixed ddRawSql()
|
|
* @method static mixed chunk($count, callable $callback)
|
|
* @method static mixed chunkMap(callable $callback, $count)
|
|
* @method static mixed each(callable $callback, $count)
|
|
* @method static mixed chunkById($count, callable $callback, $column, $alias)
|
|
* @method static mixed chunkByIdDesc($count, callable $callback, $column, $alias)
|
|
* @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending)
|
|
* @method static mixed eachById(callable $callback, $count, $column, $alias)
|
|
* @method static mixed lazy($chunkSize)
|
|
* @method static mixed lazyById($chunkSize, $column, $alias)
|
|
* @method static mixed lazyByIdDesc($chunkSize, $column, $alias)
|
|
* @method static mixed orderedLazyById($chunkSize, $column, $alias, $descending)
|
|
* @method static mixed first($columns)
|
|
* @method static mixed sole($columns)
|
|
* @method static mixed paginateUsingCursor($perPage, $columns, $cursorName, $cursor)
|
|
* @method static mixed getOriginalColumnNameForCursorPagination($builder, string $parameter)
|
|
* @method static mixed paginator($items, $total, $perPage, $currentPage, $options)
|
|
* @method static mixed simplePaginator($items, $perPage, $currentPage, $options)
|
|
* @method static mixed cursorPaginator($items, $perPage, $cursor, $options)
|
|
* @method static mixed tap($callback)
|
|
* @method static mixed when($value, callable $callback, callable $default)
|
|
* @method static mixed unless($value, callable $callback, callable $default)
|
|
* @method static mixed explain()
|
|
* @method static mixed forwardCallTo($object, $method, $parameters)
|
|
* @method static mixed forwardDecoratedCallTo($object, $method, $parameters)
|
|
* @method static mixed throwBadMethodCallException($method)
|
|
* @method static mixed macro($name, $macro)
|
|
* @method static mixed mixin($mixin, $replace)
|
|
* @method static mixed hasMacro($name)
|
|
* @method static mixed flushMacros()
|
|
* @method static mixed macroCall($method, $parameters)
|
|
* @mixin \Illuminate\Database\Query\Builder
|
|
*/
|
|
class Agriculture3A extends \App\Models\SigdModel
|
|
{
|
|
//
|
|
}
|
|
|
|
/**
|
|
* App\Models\Agriculture3A2b
|
|
*
|
|
* @property string|null $updated_by
|
|
* @property string|null $created_by
|
|
* @property \Illuminate\Support\Carbon|null $updated_at
|
|
* @property \Illuminate\Support\Carbon|null $created_at
|
|
* @property int $row_status
|
|
* @property int $row_num
|
|
* @property float $n2o_d
|
|
* @property float $ef_mms
|
|
* @property float $ne_mms
|
|
* @property float $ef_nitrogen_fraction
|
|
* @property float $nex
|
|
* @property float $ef_tam
|
|
* @property float $ef_excretion_rate
|
|
* @property float $num_animal
|
|
* @property float $ef_proportion
|
|
* @property float $value
|
|
* @property string|null $tag_2
|
|
* @property string|null $tag_1
|
|
* @property string $category
|
|
* @property string $activity_code
|
|
* @property string $activity_year
|
|
* @property string $inventory_year
|
|
* @property string $id
|
|
* @property-read \App\Models\ReferenceActivity $activity
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Agriculture3A2b>|Agriculture3A2b whereId($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Agriculture3A2b>|Agriculture3A2b whereInventoryYear($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Agriculture3A2b>|Agriculture3A2b whereActivityYear($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Agriculture3A2b>|Agriculture3A2b whereActivityCode($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Agriculture3A2b>|Agriculture3A2b whereCategory($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Agriculture3A2b>|Agriculture3A2b whereTag1($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Agriculture3A2b>|Agriculture3A2b whereTag2($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Agriculture3A2b>|Agriculture3A2b whereValue($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Agriculture3A2b>|Agriculture3A2b whereEfProportion($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Agriculture3A2b>|Agriculture3A2b whereNumAnimal($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Agriculture3A2b>|Agriculture3A2b whereEfExcretionRate($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Agriculture3A2b>|Agriculture3A2b whereEfTam($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Agriculture3A2b>|Agriculture3A2b whereNex($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Agriculture3A2b>|Agriculture3A2b whereEfNitrogenFraction($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Agriculture3A2b>|Agriculture3A2b whereNeMms($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Agriculture3A2b>|Agriculture3A2b whereEfMms($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Agriculture3A2b>|Agriculture3A2b whereN2OD($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Agriculture3A2b>|Agriculture3A2b whereRowNum($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Agriculture3A2b>|Agriculture3A2b whereRowStatus($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Agriculture3A2b>|Agriculture3A2b whereCreatedAt($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Agriculture3A2b>|Agriculture3A2b whereUpdatedAt($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Agriculture3A2b>|Agriculture3A2b whereCreatedBy($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Agriculture3A2b>|Agriculture3A2b whereUpdatedBy($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Agriculture3A2b>|Agriculture3A2b rowActive()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Agriculture3A2b>|Agriculture3A2b isActive()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Agriculture3A2b>|Agriculture3A2b orderByRowNum()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Agriculture3A2b>|Agriculture3A2b newModelQuery()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Agriculture3A2b>|Agriculture3A2b newQuery()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Agriculture3A2b>|Agriculture3A2b query()
|
|
* @method static mixed select($columns)
|
|
* @method static mixed selectSub($query, $as)
|
|
* @method static mixed selectRaw($expression, array $bindings)
|
|
* @method static mixed fromSub($query, $as)
|
|
* @method static mixed fromRaw($expression, $bindings)
|
|
* @method static mixed createSub($query)
|
|
* @method static mixed parseSub($query)
|
|
* @method static mixed prependDatabaseNameIfCrossDatabaseQuery($query)
|
|
* @method static mixed addSelect($column)
|
|
* @method static mixed distinct()
|
|
* @method static mixed from($table, $as)
|
|
* @method static mixed useIndex($index)
|
|
* @method static mixed forceIndex($index)
|
|
* @method static mixed ignoreIndex($index)
|
|
* @method static mixed join($table, $first, $operator, $second, $type, $where)
|
|
* @method static mixed joinWhere($table, $first, $operator, $second, $type)
|
|
* @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where)
|
|
* @method static mixed joinLateral($query, string $as, string $type)
|
|
* @method static mixed leftJoinLateral($query, string $as)
|
|
* @method static mixed leftJoin($table, $first, $operator, $second)
|
|
* @method static mixed leftJoinWhere($table, $first, $operator, $second)
|
|
* @method static mixed leftJoinSub($query, $as, $first, $operator, $second)
|
|
* @method static mixed rightJoin($table, $first, $operator, $second)
|
|
* @method static mixed rightJoinWhere($table, $first, $operator, $second)
|
|
* @method static mixed rightJoinSub($query, $as, $first, $operator, $second)
|
|
* @method static mixed crossJoin($table, $first, $operator, $second)
|
|
* @method static mixed crossJoinSub($query, $as)
|
|
* @method static mixed newJoinClause(self $parentQuery, $type, $table)
|
|
* @method static mixed newJoinLateralClause(self $parentQuery, $type, $table)
|
|
* @method static mixed mergeWheres($wheres, $bindings)
|
|
* @method static mixed where($column, $operator, $value, $boolean)
|
|
* @method static mixed addArrayOfWheres($column, $boolean, $method)
|
|
* @method static mixed prepareValueAndOperator($value, $operator, $useDefault)
|
|
* @method static mixed invalidOperatorAndValue($operator, $value)
|
|
* @method static mixed invalidOperator($operator)
|
|
* @method static mixed isBitwiseOperator($operator)
|
|
* @method static mixed orWhere($column, $operator, $value)
|
|
* @method static mixed whereNot($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereNot($column, $operator, $value)
|
|
* @method static mixed whereColumn($first, $operator, $second, $boolean)
|
|
* @method static mixed orWhereColumn($first, $operator, $second)
|
|
* @method static mixed whereRaw($sql, $bindings, $boolean)
|
|
* @method static mixed orWhereRaw($sql, $bindings)
|
|
* @method static mixed whereIn($column, $values, $boolean, $not)
|
|
* @method static mixed orWhereIn($column, $values)
|
|
* @method static mixed whereNotIn($column, $values, $boolean)
|
|
* @method static mixed orWhereNotIn($column, $values)
|
|
* @method static mixed whereIntegerInRaw($column, $values, $boolean, $not)
|
|
* @method static mixed orWhereIntegerInRaw($column, $values)
|
|
* @method static mixed whereIntegerNotInRaw($column, $values, $boolean)
|
|
* @method static mixed orWhereIntegerNotInRaw($column, $values)
|
|
* @method static mixed whereNull($columns, $boolean, $not)
|
|
* @method static mixed orWhereNull($column)
|
|
* @method static mixed whereNotNull($columns, $boolean)
|
|
* @method static mixed whereBetween($column, iterable $values, $boolean, $not)
|
|
* @method static mixed whereBetweenColumns($column, array $values, $boolean, $not)
|
|
* @method static mixed orWhereBetween($column, iterable $values)
|
|
* @method static mixed orWhereBetweenColumns($column, array $values)
|
|
* @method static mixed whereNotBetween($column, iterable $values, $boolean)
|
|
* @method static mixed whereNotBetweenColumns($column, array $values, $boolean)
|
|
* @method static mixed orWhereNotBetween($column, iterable $values)
|
|
* @method static mixed orWhereNotBetweenColumns($column, array $values)
|
|
* @method static mixed orWhereNotNull($column)
|
|
* @method static mixed whereDate($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereDate($column, $operator, $value)
|
|
* @method static mixed whereTime($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereTime($column, $operator, $value)
|
|
* @method static mixed whereDay($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereDay($column, $operator, $value)
|
|
* @method static mixed whereMonth($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereMonth($column, $operator, $value)
|
|
* @method static mixed whereYear($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereYear($column, $operator, $value)
|
|
* @method static mixed addDateBasedWhere($type, $column, $operator, $value, $boolean)
|
|
* @method static mixed whereNested(Closure $callback, $boolean)
|
|
* @method static mixed forNestedWhere()
|
|
* @method static mixed addNestedWhereQuery($query, $boolean)
|
|
* @method static mixed whereSub($column, $operator, $callback, $boolean)
|
|
* @method static mixed whereExists($callback, $boolean, $not)
|
|
* @method static mixed orWhereExists($callback, $not)
|
|
* @method static mixed whereNotExists($callback, $boolean)
|
|
* @method static mixed orWhereNotExists($callback)
|
|
* @method static mixed addWhereExistsQuery(self $query, $boolean, $not)
|
|
* @method static mixed whereRowValues($columns, $operator, $values, $boolean)
|
|
* @method static mixed orWhereRowValues($columns, $operator, $values)
|
|
* @method static mixed whereJsonContains($column, $value, $boolean, $not)
|
|
* @method static mixed orWhereJsonContains($column, $value)
|
|
* @method static mixed whereJsonDoesntContain($column, $value, $boolean)
|
|
* @method static mixed orWhereJsonDoesntContain($column, $value)
|
|
* @method static mixed whereJsonOverlaps($column, $value, $boolean, $not)
|
|
* @method static mixed orWhereJsonOverlaps($column, $value)
|
|
* @method static mixed whereJsonDoesntOverlap($column, $value, $boolean)
|
|
* @method static mixed orWhereJsonDoesntOverlap($column, $value)
|
|
* @method static mixed whereJsonContainsKey($column, $boolean, $not)
|
|
* @method static mixed orWhereJsonContainsKey($column)
|
|
* @method static mixed whereJsonDoesntContainKey($column, $boolean)
|
|
* @method static mixed orWhereJsonDoesntContainKey($column)
|
|
* @method static mixed whereJsonLength($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereJsonLength($column, $operator, $value)
|
|
* @method static mixed dynamicWhere($method, $parameters)
|
|
* @method static mixed addDynamic($segment, $connector, $parameters, $index)
|
|
* @method static mixed whereFullText($columns, $value, array $options, $boolean)
|
|
* @method static mixed orWhereFullText($columns, $value, array $options)
|
|
* @method static mixed whereAll($columns, $operator, $value, $boolean)
|
|
* @method static mixed orWhereAll($columns, $operator, $value)
|
|
* @method static mixed whereAny($columns, $operator, $value, $boolean)
|
|
* @method static mixed orWhereAny($columns, $operator, $value)
|
|
* @method static mixed groupBy($groups)
|
|
* @method static mixed groupByRaw($sql, array $bindings)
|
|
* @method static mixed having($column, $operator, $value, $boolean)
|
|
* @method static mixed orHaving($column, $operator, $value)
|
|
* @method static mixed havingNested(Closure $callback, $boolean)
|
|
* @method static mixed addNestedHavingQuery($query, $boolean)
|
|
* @method static mixed havingNull($columns, $boolean, $not)
|
|
* @method static mixed orHavingNull($column)
|
|
* @method static mixed havingNotNull($columns, $boolean)
|
|
* @method static mixed orHavingNotNull($column)
|
|
* @method static mixed havingBetween($column, iterable $values, $boolean, $not)
|
|
* @method static mixed havingRaw($sql, array $bindings, $boolean)
|
|
* @method static mixed orHavingRaw($sql, array $bindings)
|
|
* @method static mixed orderBy($column, $direction)
|
|
* @method static mixed orderByDesc($column)
|
|
* @method static mixed latest($column)
|
|
* @method static mixed oldest($column)
|
|
* @method static mixed inRandomOrder($seed)
|
|
* @method static mixed orderByRaw($sql, $bindings)
|
|
* @method static mixed skip($value)
|
|
* @method static mixed offset($value)
|
|
* @method static mixed take($value)
|
|
* @method static mixed limit($value)
|
|
* @method static mixed groupLimit($value, $column)
|
|
* @method static mixed forPage($page, $perPage)
|
|
* @method static mixed forPageBeforeId($perPage, $lastId, $column)
|
|
* @method static mixed forPageAfterId($perPage, $lastId, $column)
|
|
* @method static mixed reorder($column, $direction)
|
|
* @method static mixed removeExistingOrdersFor($column)
|
|
* @method static mixed union($query, $all)
|
|
* @method static mixed unionAll($query)
|
|
* @method static mixed lock($value)
|
|
* @method static mixed lockForUpdate()
|
|
* @method static mixed sharedLock()
|
|
* @method static mixed beforeQuery(callable $callback)
|
|
* @method static mixed applyBeforeQueryCallbacks()
|
|
* @method static mixed afterQuery(Closure $callback)
|
|
* @method static mixed applyAfterQueryCallbacks($result)
|
|
* @method static mixed toSql()
|
|
* @method static mixed toRawSql()
|
|
* @method static mixed find($id, $columns)
|
|
* @method static mixed findOr($id, $columns, Closure $callback)
|
|
* @method static mixed value($column)
|
|
* @method static mixed rawValue(string $expression, array $bindings)
|
|
* @method static mixed soleValue($column)
|
|
* @method static mixed get($columns)
|
|
* @method static mixed runSelect()
|
|
* @method static mixed withoutGroupLimitKeys($items)
|
|
* @method static mixed paginate($perPage, $columns, $pageName, $page, $total)
|
|
* @method static mixed simplePaginate($perPage, $columns, $pageName, $page)
|
|
* @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor)
|
|
* @method static mixed ensureOrderForCursorPagination($shouldReverse)
|
|
* @method static mixed getCountForPagination($columns)
|
|
* @method static mixed runPaginationCountQuery($columns)
|
|
* @method static mixed cloneForPaginationCount()
|
|
* @method static mixed withoutSelectAliases(array $columns)
|
|
* @method static mixed cursor()
|
|
* @method static mixed enforceOrderBy()
|
|
* @method static mixed pluck($column, $key)
|
|
* @method static mixed stripTableForPluck($column)
|
|
* @method static mixed pluckFromObjectColumn($queryResult, $column, $key)
|
|
* @method static mixed pluckFromArrayColumn($queryResult, $column, $key)
|
|
* @method static mixed implode($column, $glue)
|
|
* @method static mixed exists()
|
|
* @method static mixed doesntExist()
|
|
* @method static mixed existsOr(Closure $callback)
|
|
* @method static mixed doesntExistOr(Closure $callback)
|
|
* @method static mixed count($columns)
|
|
* @method static mixed min($column)
|
|
* @method static mixed max($column)
|
|
* @method static mixed sum($column)
|
|
* @method static mixed avg($column)
|
|
* @method static mixed average($column)
|
|
* @method static mixed aggregate($function, $columns)
|
|
* @method static mixed numericAggregate($function, $columns)
|
|
* @method static mixed setAggregate($function, $columns)
|
|
* @method static mixed onceWithColumns($columns, $callback)
|
|
* @method static mixed insert(array $values)
|
|
* @method static mixed insertOrIgnore(array $values)
|
|
* @method static mixed insertGetId(array $values, $sequence)
|
|
* @method static mixed insertUsing(array $columns, $query)
|
|
* @method static mixed insertOrIgnoreUsing(array $columns, $query)
|
|
* @method static mixed update(array $values)
|
|
* @method static mixed updateFrom(array $values)
|
|
* @method static mixed updateOrInsert(array $attributes, callable|array $values)
|
|
* @method static mixed upsert(array $values, $uniqueBy, $update)
|
|
* @method static mixed increment($column, $amount, array $extra)
|
|
* @method static mixed incrementEach(array $columns, array $extra)
|
|
* @method static mixed decrement($column, $amount, array $extra)
|
|
* @method static mixed decrementEach(array $columns, array $extra)
|
|
* @method static mixed delete($id)
|
|
* @method static mixed truncate()
|
|
* @method static mixed newQuery()
|
|
* @method static mixed forSubQuery()
|
|
* @method static mixed getColumns()
|
|
* @method static mixed raw($value)
|
|
* @method static mixed getUnionBuilders()
|
|
* @method static mixed getBindings()
|
|
* @method static mixed getRawBindings()
|
|
* @method static mixed setBindings(array $bindings, $type)
|
|
* @method static mixed addBinding($value, $type)
|
|
* @method static mixed castBinding($value)
|
|
* @method static mixed mergeBindings(self $query)
|
|
* @method static mixed cleanBindings(array $bindings)
|
|
* @method static mixed flattenValue($value)
|
|
* @method static mixed defaultKeyName()
|
|
* @method static mixed getConnection()
|
|
* @method static mixed getProcessor()
|
|
* @method static mixed getGrammar()
|
|
* @method static mixed useWritePdo()
|
|
* @method static mixed isQueryable($value)
|
|
* @method static mixed clone()
|
|
* @method static mixed cloneWithout(array $properties)
|
|
* @method static mixed cloneWithoutBindings(array $except)
|
|
* @method static mixed dump($args)
|
|
* @method static mixed dumpRawSql()
|
|
* @method static mixed dd()
|
|
* @method static mixed ddRawSql()
|
|
* @method static mixed chunk($count, callable $callback)
|
|
* @method static mixed chunkMap(callable $callback, $count)
|
|
* @method static mixed each(callable $callback, $count)
|
|
* @method static mixed chunkById($count, callable $callback, $column, $alias)
|
|
* @method static mixed chunkByIdDesc($count, callable $callback, $column, $alias)
|
|
* @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending)
|
|
* @method static mixed eachById(callable $callback, $count, $column, $alias)
|
|
* @method static mixed lazy($chunkSize)
|
|
* @method static mixed lazyById($chunkSize, $column, $alias)
|
|
* @method static mixed lazyByIdDesc($chunkSize, $column, $alias)
|
|
* @method static mixed orderedLazyById($chunkSize, $column, $alias, $descending)
|
|
* @method static mixed first($columns)
|
|
* @method static mixed sole($columns)
|
|
* @method static mixed paginateUsingCursor($perPage, $columns, $cursorName, $cursor)
|
|
* @method static mixed getOriginalColumnNameForCursorPagination($builder, string $parameter)
|
|
* @method static mixed paginator($items, $total, $perPage, $currentPage, $options)
|
|
* @method static mixed simplePaginator($items, $perPage, $currentPage, $options)
|
|
* @method static mixed cursorPaginator($items, $perPage, $cursor, $options)
|
|
* @method static mixed tap($callback)
|
|
* @method static mixed when($value, callable $callback, callable $default)
|
|
* @method static mixed unless($value, callable $callback, callable $default)
|
|
* @method static mixed explain()
|
|
* @method static mixed forwardCallTo($object, $method, $parameters)
|
|
* @method static mixed forwardDecoratedCallTo($object, $method, $parameters)
|
|
* @method static mixed throwBadMethodCallException($method)
|
|
* @method static mixed macro($name, $macro)
|
|
* @method static mixed mixin($mixin, $replace)
|
|
* @method static mixed hasMacro($name)
|
|
* @method static mixed flushMacros()
|
|
* @method static mixed macroCall($method, $parameters)
|
|
* @mixin \Illuminate\Database\Query\Builder
|
|
*/
|
|
class Agriculture3A2b extends \App\Models\SigdModel
|
|
{
|
|
//
|
|
}
|
|
|
|
/**
|
|
* App\Models\Agriculture3C1
|
|
*
|
|
* @property string|null $updated_by
|
|
* @property string|null $created_by
|
|
* @property \Illuminate\Support\Carbon|null $updated_at
|
|
* @property \Illuminate\Support\Carbon|null $created_at
|
|
* @property int $row_status
|
|
* @property float $l_fire_nox
|
|
* @property float $l_fire_n2o
|
|
* @property float $l_fire_co
|
|
* @property float $l_fire_ch4
|
|
* @property float $ef_nox
|
|
* @property float $ef_n2o
|
|
* @property float $ef_co
|
|
* @property float $ef_ch4
|
|
* @property float $ef_combustion_factor
|
|
* @property float $m_b
|
|
* @property float $ef_burnt_fraction
|
|
* @property float $produktivitas
|
|
* @property float $luas_panen
|
|
* @property string $category
|
|
* @property string $activity_code
|
|
* @property string $activity_year
|
|
* @property string $inventory_year
|
|
* @property string $id
|
|
* @property-read \App\Models\ReferenceActivity $activity
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Agriculture3C1>|Agriculture3C1 whereId($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Agriculture3C1>|Agriculture3C1 whereInventoryYear($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Agriculture3C1>|Agriculture3C1 whereActivityYear($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Agriculture3C1>|Agriculture3C1 whereActivityCode($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Agriculture3C1>|Agriculture3C1 whereCategory($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Agriculture3C1>|Agriculture3C1 whereLuasPanen($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Agriculture3C1>|Agriculture3C1 whereProduktivitas($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Agriculture3C1>|Agriculture3C1 whereEfBurntFraction($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Agriculture3C1>|Agriculture3C1 whereMB($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Agriculture3C1>|Agriculture3C1 whereEfCombustionFactor($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Agriculture3C1>|Agriculture3C1 whereEfCh4($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Agriculture3C1>|Agriculture3C1 whereEfCo($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Agriculture3C1>|Agriculture3C1 whereEfN2O($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Agriculture3C1>|Agriculture3C1 whereEfNox($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Agriculture3C1>|Agriculture3C1 whereLFireCh4($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Agriculture3C1>|Agriculture3C1 whereLFireCo($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Agriculture3C1>|Agriculture3C1 whereLFireN2O($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Agriculture3C1>|Agriculture3C1 whereLFireNox($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Agriculture3C1>|Agriculture3C1 whereRowStatus($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Agriculture3C1>|Agriculture3C1 whereCreatedAt($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Agriculture3C1>|Agriculture3C1 whereUpdatedAt($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Agriculture3C1>|Agriculture3C1 whereCreatedBy($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Agriculture3C1>|Agriculture3C1 whereUpdatedBy($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Agriculture3C1>|Agriculture3C1 rowActive()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Agriculture3C1>|Agriculture3C1 isActive()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Agriculture3C1>|Agriculture3C1 orderByRowNum()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Agriculture3C1>|Agriculture3C1 newModelQuery()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Agriculture3C1>|Agriculture3C1 newQuery()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Agriculture3C1>|Agriculture3C1 query()
|
|
* @method static mixed select($columns)
|
|
* @method static mixed selectSub($query, $as)
|
|
* @method static mixed selectRaw($expression, array $bindings)
|
|
* @method static mixed fromSub($query, $as)
|
|
* @method static mixed fromRaw($expression, $bindings)
|
|
* @method static mixed createSub($query)
|
|
* @method static mixed parseSub($query)
|
|
* @method static mixed prependDatabaseNameIfCrossDatabaseQuery($query)
|
|
* @method static mixed addSelect($column)
|
|
* @method static mixed distinct()
|
|
* @method static mixed from($table, $as)
|
|
* @method static mixed useIndex($index)
|
|
* @method static mixed forceIndex($index)
|
|
* @method static mixed ignoreIndex($index)
|
|
* @method static mixed join($table, $first, $operator, $second, $type, $where)
|
|
* @method static mixed joinWhere($table, $first, $operator, $second, $type)
|
|
* @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where)
|
|
* @method static mixed joinLateral($query, string $as, string $type)
|
|
* @method static mixed leftJoinLateral($query, string $as)
|
|
* @method static mixed leftJoin($table, $first, $operator, $second)
|
|
* @method static mixed leftJoinWhere($table, $first, $operator, $second)
|
|
* @method static mixed leftJoinSub($query, $as, $first, $operator, $second)
|
|
* @method static mixed rightJoin($table, $first, $operator, $second)
|
|
* @method static mixed rightJoinWhere($table, $first, $operator, $second)
|
|
* @method static mixed rightJoinSub($query, $as, $first, $operator, $second)
|
|
* @method static mixed crossJoin($table, $first, $operator, $second)
|
|
* @method static mixed crossJoinSub($query, $as)
|
|
* @method static mixed newJoinClause(self $parentQuery, $type, $table)
|
|
* @method static mixed newJoinLateralClause(self $parentQuery, $type, $table)
|
|
* @method static mixed mergeWheres($wheres, $bindings)
|
|
* @method static mixed where($column, $operator, $value, $boolean)
|
|
* @method static mixed addArrayOfWheres($column, $boolean, $method)
|
|
* @method static mixed prepareValueAndOperator($value, $operator, $useDefault)
|
|
* @method static mixed invalidOperatorAndValue($operator, $value)
|
|
* @method static mixed invalidOperator($operator)
|
|
* @method static mixed isBitwiseOperator($operator)
|
|
* @method static mixed orWhere($column, $operator, $value)
|
|
* @method static mixed whereNot($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereNot($column, $operator, $value)
|
|
* @method static mixed whereColumn($first, $operator, $second, $boolean)
|
|
* @method static mixed orWhereColumn($first, $operator, $second)
|
|
* @method static mixed whereRaw($sql, $bindings, $boolean)
|
|
* @method static mixed orWhereRaw($sql, $bindings)
|
|
* @method static mixed whereIn($column, $values, $boolean, $not)
|
|
* @method static mixed orWhereIn($column, $values)
|
|
* @method static mixed whereNotIn($column, $values, $boolean)
|
|
* @method static mixed orWhereNotIn($column, $values)
|
|
* @method static mixed whereIntegerInRaw($column, $values, $boolean, $not)
|
|
* @method static mixed orWhereIntegerInRaw($column, $values)
|
|
* @method static mixed whereIntegerNotInRaw($column, $values, $boolean)
|
|
* @method static mixed orWhereIntegerNotInRaw($column, $values)
|
|
* @method static mixed whereNull($columns, $boolean, $not)
|
|
* @method static mixed orWhereNull($column)
|
|
* @method static mixed whereNotNull($columns, $boolean)
|
|
* @method static mixed whereBetween($column, iterable $values, $boolean, $not)
|
|
* @method static mixed whereBetweenColumns($column, array $values, $boolean, $not)
|
|
* @method static mixed orWhereBetween($column, iterable $values)
|
|
* @method static mixed orWhereBetweenColumns($column, array $values)
|
|
* @method static mixed whereNotBetween($column, iterable $values, $boolean)
|
|
* @method static mixed whereNotBetweenColumns($column, array $values, $boolean)
|
|
* @method static mixed orWhereNotBetween($column, iterable $values)
|
|
* @method static mixed orWhereNotBetweenColumns($column, array $values)
|
|
* @method static mixed orWhereNotNull($column)
|
|
* @method static mixed whereDate($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereDate($column, $operator, $value)
|
|
* @method static mixed whereTime($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereTime($column, $operator, $value)
|
|
* @method static mixed whereDay($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereDay($column, $operator, $value)
|
|
* @method static mixed whereMonth($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereMonth($column, $operator, $value)
|
|
* @method static mixed whereYear($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereYear($column, $operator, $value)
|
|
* @method static mixed addDateBasedWhere($type, $column, $operator, $value, $boolean)
|
|
* @method static mixed whereNested(Closure $callback, $boolean)
|
|
* @method static mixed forNestedWhere()
|
|
* @method static mixed addNestedWhereQuery($query, $boolean)
|
|
* @method static mixed whereSub($column, $operator, $callback, $boolean)
|
|
* @method static mixed whereExists($callback, $boolean, $not)
|
|
* @method static mixed orWhereExists($callback, $not)
|
|
* @method static mixed whereNotExists($callback, $boolean)
|
|
* @method static mixed orWhereNotExists($callback)
|
|
* @method static mixed addWhereExistsQuery(self $query, $boolean, $not)
|
|
* @method static mixed whereRowValues($columns, $operator, $values, $boolean)
|
|
* @method static mixed orWhereRowValues($columns, $operator, $values)
|
|
* @method static mixed whereJsonContains($column, $value, $boolean, $not)
|
|
* @method static mixed orWhereJsonContains($column, $value)
|
|
* @method static mixed whereJsonDoesntContain($column, $value, $boolean)
|
|
* @method static mixed orWhereJsonDoesntContain($column, $value)
|
|
* @method static mixed whereJsonOverlaps($column, $value, $boolean, $not)
|
|
* @method static mixed orWhereJsonOverlaps($column, $value)
|
|
* @method static mixed whereJsonDoesntOverlap($column, $value, $boolean)
|
|
* @method static mixed orWhereJsonDoesntOverlap($column, $value)
|
|
* @method static mixed whereJsonContainsKey($column, $boolean, $not)
|
|
* @method static mixed orWhereJsonContainsKey($column)
|
|
* @method static mixed whereJsonDoesntContainKey($column, $boolean)
|
|
* @method static mixed orWhereJsonDoesntContainKey($column)
|
|
* @method static mixed whereJsonLength($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereJsonLength($column, $operator, $value)
|
|
* @method static mixed dynamicWhere($method, $parameters)
|
|
* @method static mixed addDynamic($segment, $connector, $parameters, $index)
|
|
* @method static mixed whereFullText($columns, $value, array $options, $boolean)
|
|
* @method static mixed orWhereFullText($columns, $value, array $options)
|
|
* @method static mixed whereAll($columns, $operator, $value, $boolean)
|
|
* @method static mixed orWhereAll($columns, $operator, $value)
|
|
* @method static mixed whereAny($columns, $operator, $value, $boolean)
|
|
* @method static mixed orWhereAny($columns, $operator, $value)
|
|
* @method static mixed groupBy($groups)
|
|
* @method static mixed groupByRaw($sql, array $bindings)
|
|
* @method static mixed having($column, $operator, $value, $boolean)
|
|
* @method static mixed orHaving($column, $operator, $value)
|
|
* @method static mixed havingNested(Closure $callback, $boolean)
|
|
* @method static mixed addNestedHavingQuery($query, $boolean)
|
|
* @method static mixed havingNull($columns, $boolean, $not)
|
|
* @method static mixed orHavingNull($column)
|
|
* @method static mixed havingNotNull($columns, $boolean)
|
|
* @method static mixed orHavingNotNull($column)
|
|
* @method static mixed havingBetween($column, iterable $values, $boolean, $not)
|
|
* @method static mixed havingRaw($sql, array $bindings, $boolean)
|
|
* @method static mixed orHavingRaw($sql, array $bindings)
|
|
* @method static mixed orderBy($column, $direction)
|
|
* @method static mixed orderByDesc($column)
|
|
* @method static mixed latest($column)
|
|
* @method static mixed oldest($column)
|
|
* @method static mixed inRandomOrder($seed)
|
|
* @method static mixed orderByRaw($sql, $bindings)
|
|
* @method static mixed skip($value)
|
|
* @method static mixed offset($value)
|
|
* @method static mixed take($value)
|
|
* @method static mixed limit($value)
|
|
* @method static mixed groupLimit($value, $column)
|
|
* @method static mixed forPage($page, $perPage)
|
|
* @method static mixed forPageBeforeId($perPage, $lastId, $column)
|
|
* @method static mixed forPageAfterId($perPage, $lastId, $column)
|
|
* @method static mixed reorder($column, $direction)
|
|
* @method static mixed removeExistingOrdersFor($column)
|
|
* @method static mixed union($query, $all)
|
|
* @method static mixed unionAll($query)
|
|
* @method static mixed lock($value)
|
|
* @method static mixed lockForUpdate()
|
|
* @method static mixed sharedLock()
|
|
* @method static mixed beforeQuery(callable $callback)
|
|
* @method static mixed applyBeforeQueryCallbacks()
|
|
* @method static mixed afterQuery(Closure $callback)
|
|
* @method static mixed applyAfterQueryCallbacks($result)
|
|
* @method static mixed toSql()
|
|
* @method static mixed toRawSql()
|
|
* @method static mixed find($id, $columns)
|
|
* @method static mixed findOr($id, $columns, Closure $callback)
|
|
* @method static mixed value($column)
|
|
* @method static mixed rawValue(string $expression, array $bindings)
|
|
* @method static mixed soleValue($column)
|
|
* @method static mixed get($columns)
|
|
* @method static mixed runSelect()
|
|
* @method static mixed withoutGroupLimitKeys($items)
|
|
* @method static mixed paginate($perPage, $columns, $pageName, $page, $total)
|
|
* @method static mixed simplePaginate($perPage, $columns, $pageName, $page)
|
|
* @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor)
|
|
* @method static mixed ensureOrderForCursorPagination($shouldReverse)
|
|
* @method static mixed getCountForPagination($columns)
|
|
* @method static mixed runPaginationCountQuery($columns)
|
|
* @method static mixed cloneForPaginationCount()
|
|
* @method static mixed withoutSelectAliases(array $columns)
|
|
* @method static mixed cursor()
|
|
* @method static mixed enforceOrderBy()
|
|
* @method static mixed pluck($column, $key)
|
|
* @method static mixed stripTableForPluck($column)
|
|
* @method static mixed pluckFromObjectColumn($queryResult, $column, $key)
|
|
* @method static mixed pluckFromArrayColumn($queryResult, $column, $key)
|
|
* @method static mixed implode($column, $glue)
|
|
* @method static mixed exists()
|
|
* @method static mixed doesntExist()
|
|
* @method static mixed existsOr(Closure $callback)
|
|
* @method static mixed doesntExistOr(Closure $callback)
|
|
* @method static mixed count($columns)
|
|
* @method static mixed min($column)
|
|
* @method static mixed max($column)
|
|
* @method static mixed sum($column)
|
|
* @method static mixed avg($column)
|
|
* @method static mixed average($column)
|
|
* @method static mixed aggregate($function, $columns)
|
|
* @method static mixed numericAggregate($function, $columns)
|
|
* @method static mixed setAggregate($function, $columns)
|
|
* @method static mixed onceWithColumns($columns, $callback)
|
|
* @method static mixed insert(array $values)
|
|
* @method static mixed insertOrIgnore(array $values)
|
|
* @method static mixed insertGetId(array $values, $sequence)
|
|
* @method static mixed insertUsing(array $columns, $query)
|
|
* @method static mixed insertOrIgnoreUsing(array $columns, $query)
|
|
* @method static mixed update(array $values)
|
|
* @method static mixed updateFrom(array $values)
|
|
* @method static mixed updateOrInsert(array $attributes, callable|array $values)
|
|
* @method static mixed upsert(array $values, $uniqueBy, $update)
|
|
* @method static mixed increment($column, $amount, array $extra)
|
|
* @method static mixed incrementEach(array $columns, array $extra)
|
|
* @method static mixed decrement($column, $amount, array $extra)
|
|
* @method static mixed decrementEach(array $columns, array $extra)
|
|
* @method static mixed delete($id)
|
|
* @method static mixed truncate()
|
|
* @method static mixed newQuery()
|
|
* @method static mixed forSubQuery()
|
|
* @method static mixed getColumns()
|
|
* @method static mixed raw($value)
|
|
* @method static mixed getUnionBuilders()
|
|
* @method static mixed getBindings()
|
|
* @method static mixed getRawBindings()
|
|
* @method static mixed setBindings(array $bindings, $type)
|
|
* @method static mixed addBinding($value, $type)
|
|
* @method static mixed castBinding($value)
|
|
* @method static mixed mergeBindings(self $query)
|
|
* @method static mixed cleanBindings(array $bindings)
|
|
* @method static mixed flattenValue($value)
|
|
* @method static mixed defaultKeyName()
|
|
* @method static mixed getConnection()
|
|
* @method static mixed getProcessor()
|
|
* @method static mixed getGrammar()
|
|
* @method static mixed useWritePdo()
|
|
* @method static mixed isQueryable($value)
|
|
* @method static mixed clone()
|
|
* @method static mixed cloneWithout(array $properties)
|
|
* @method static mixed cloneWithoutBindings(array $except)
|
|
* @method static mixed dump($args)
|
|
* @method static mixed dumpRawSql()
|
|
* @method static mixed dd()
|
|
* @method static mixed ddRawSql()
|
|
* @method static mixed chunk($count, callable $callback)
|
|
* @method static mixed chunkMap(callable $callback, $count)
|
|
* @method static mixed each(callable $callback, $count)
|
|
* @method static mixed chunkById($count, callable $callback, $column, $alias)
|
|
* @method static mixed chunkByIdDesc($count, callable $callback, $column, $alias)
|
|
* @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending)
|
|
* @method static mixed eachById(callable $callback, $count, $column, $alias)
|
|
* @method static mixed lazy($chunkSize)
|
|
* @method static mixed lazyById($chunkSize, $column, $alias)
|
|
* @method static mixed lazyByIdDesc($chunkSize, $column, $alias)
|
|
* @method static mixed orderedLazyById($chunkSize, $column, $alias, $descending)
|
|
* @method static mixed first($columns)
|
|
* @method static mixed sole($columns)
|
|
* @method static mixed paginateUsingCursor($perPage, $columns, $cursorName, $cursor)
|
|
* @method static mixed getOriginalColumnNameForCursorPagination($builder, string $parameter)
|
|
* @method static mixed paginator($items, $total, $perPage, $currentPage, $options)
|
|
* @method static mixed simplePaginator($items, $perPage, $currentPage, $options)
|
|
* @method static mixed cursorPaginator($items, $perPage, $cursor, $options)
|
|
* @method static mixed tap($callback)
|
|
* @method static mixed when($value, callable $callback, callable $default)
|
|
* @method static mixed unless($value, callable $callback, callable $default)
|
|
* @method static mixed explain()
|
|
* @method static mixed forwardCallTo($object, $method, $parameters)
|
|
* @method static mixed forwardDecoratedCallTo($object, $method, $parameters)
|
|
* @method static mixed throwBadMethodCallException($method)
|
|
* @method static mixed macro($name, $macro)
|
|
* @method static mixed mixin($mixin, $replace)
|
|
* @method static mixed hasMacro($name)
|
|
* @method static mixed flushMacros()
|
|
* @method static mixed macroCall($method, $parameters)
|
|
* @mixin \Illuminate\Database\Query\Builder
|
|
*/
|
|
class Agriculture3C1 extends \App\Models\SigdModel
|
|
{
|
|
//
|
|
}
|
|
|
|
/**
|
|
* App\Models\Agriculture3C3
|
|
*
|
|
* @property string|null $updated_by
|
|
* @property string|null $created_by
|
|
* @property \Illuminate\Support\Carbon|null $updated_at
|
|
* @property \Illuminate\Support\Carbon|null $created_at
|
|
* @property int $row_status
|
|
* @property float $co2_emission
|
|
* @property float $ef_urea
|
|
* @property float $urea
|
|
* @property string $category
|
|
* @property string $activity_code
|
|
* @property string $activity_year
|
|
* @property string $inventory_year
|
|
* @property string $id
|
|
* @property-read \App\Models\ReferenceActivity $activity
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Agriculture3C3>|Agriculture3C3 whereId($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Agriculture3C3>|Agriculture3C3 whereInventoryYear($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Agriculture3C3>|Agriculture3C3 whereActivityYear($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Agriculture3C3>|Agriculture3C3 whereActivityCode($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Agriculture3C3>|Agriculture3C3 whereCategory($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Agriculture3C3>|Agriculture3C3 whereUrea($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Agriculture3C3>|Agriculture3C3 whereEfUrea($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Agriculture3C3>|Agriculture3C3 whereCo2Emission($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Agriculture3C3>|Agriculture3C3 whereRowStatus($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Agriculture3C3>|Agriculture3C3 whereCreatedAt($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Agriculture3C3>|Agriculture3C3 whereUpdatedAt($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Agriculture3C3>|Agriculture3C3 whereCreatedBy($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Agriculture3C3>|Agriculture3C3 whereUpdatedBy($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Agriculture3C3>|Agriculture3C3 rowActive()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Agriculture3C3>|Agriculture3C3 isActive()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Agriculture3C3>|Agriculture3C3 orderByRowNum()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Agriculture3C3>|Agriculture3C3 newModelQuery()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Agriculture3C3>|Agriculture3C3 newQuery()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Agriculture3C3>|Agriculture3C3 query()
|
|
* @method static mixed select($columns)
|
|
* @method static mixed selectSub($query, $as)
|
|
* @method static mixed selectRaw($expression, array $bindings)
|
|
* @method static mixed fromSub($query, $as)
|
|
* @method static mixed fromRaw($expression, $bindings)
|
|
* @method static mixed createSub($query)
|
|
* @method static mixed parseSub($query)
|
|
* @method static mixed prependDatabaseNameIfCrossDatabaseQuery($query)
|
|
* @method static mixed addSelect($column)
|
|
* @method static mixed distinct()
|
|
* @method static mixed from($table, $as)
|
|
* @method static mixed useIndex($index)
|
|
* @method static mixed forceIndex($index)
|
|
* @method static mixed ignoreIndex($index)
|
|
* @method static mixed join($table, $first, $operator, $second, $type, $where)
|
|
* @method static mixed joinWhere($table, $first, $operator, $second, $type)
|
|
* @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where)
|
|
* @method static mixed joinLateral($query, string $as, string $type)
|
|
* @method static mixed leftJoinLateral($query, string $as)
|
|
* @method static mixed leftJoin($table, $first, $operator, $second)
|
|
* @method static mixed leftJoinWhere($table, $first, $operator, $second)
|
|
* @method static mixed leftJoinSub($query, $as, $first, $operator, $second)
|
|
* @method static mixed rightJoin($table, $first, $operator, $second)
|
|
* @method static mixed rightJoinWhere($table, $first, $operator, $second)
|
|
* @method static mixed rightJoinSub($query, $as, $first, $operator, $second)
|
|
* @method static mixed crossJoin($table, $first, $operator, $second)
|
|
* @method static mixed crossJoinSub($query, $as)
|
|
* @method static mixed newJoinClause(self $parentQuery, $type, $table)
|
|
* @method static mixed newJoinLateralClause(self $parentQuery, $type, $table)
|
|
* @method static mixed mergeWheres($wheres, $bindings)
|
|
* @method static mixed where($column, $operator, $value, $boolean)
|
|
* @method static mixed addArrayOfWheres($column, $boolean, $method)
|
|
* @method static mixed prepareValueAndOperator($value, $operator, $useDefault)
|
|
* @method static mixed invalidOperatorAndValue($operator, $value)
|
|
* @method static mixed invalidOperator($operator)
|
|
* @method static mixed isBitwiseOperator($operator)
|
|
* @method static mixed orWhere($column, $operator, $value)
|
|
* @method static mixed whereNot($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereNot($column, $operator, $value)
|
|
* @method static mixed whereColumn($first, $operator, $second, $boolean)
|
|
* @method static mixed orWhereColumn($first, $operator, $second)
|
|
* @method static mixed whereRaw($sql, $bindings, $boolean)
|
|
* @method static mixed orWhereRaw($sql, $bindings)
|
|
* @method static mixed whereIn($column, $values, $boolean, $not)
|
|
* @method static mixed orWhereIn($column, $values)
|
|
* @method static mixed whereNotIn($column, $values, $boolean)
|
|
* @method static mixed orWhereNotIn($column, $values)
|
|
* @method static mixed whereIntegerInRaw($column, $values, $boolean, $not)
|
|
* @method static mixed orWhereIntegerInRaw($column, $values)
|
|
* @method static mixed whereIntegerNotInRaw($column, $values, $boolean)
|
|
* @method static mixed orWhereIntegerNotInRaw($column, $values)
|
|
* @method static mixed whereNull($columns, $boolean, $not)
|
|
* @method static mixed orWhereNull($column)
|
|
* @method static mixed whereNotNull($columns, $boolean)
|
|
* @method static mixed whereBetween($column, iterable $values, $boolean, $not)
|
|
* @method static mixed whereBetweenColumns($column, array $values, $boolean, $not)
|
|
* @method static mixed orWhereBetween($column, iterable $values)
|
|
* @method static mixed orWhereBetweenColumns($column, array $values)
|
|
* @method static mixed whereNotBetween($column, iterable $values, $boolean)
|
|
* @method static mixed whereNotBetweenColumns($column, array $values, $boolean)
|
|
* @method static mixed orWhereNotBetween($column, iterable $values)
|
|
* @method static mixed orWhereNotBetweenColumns($column, array $values)
|
|
* @method static mixed orWhereNotNull($column)
|
|
* @method static mixed whereDate($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereDate($column, $operator, $value)
|
|
* @method static mixed whereTime($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereTime($column, $operator, $value)
|
|
* @method static mixed whereDay($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereDay($column, $operator, $value)
|
|
* @method static mixed whereMonth($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereMonth($column, $operator, $value)
|
|
* @method static mixed whereYear($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereYear($column, $operator, $value)
|
|
* @method static mixed addDateBasedWhere($type, $column, $operator, $value, $boolean)
|
|
* @method static mixed whereNested(Closure $callback, $boolean)
|
|
* @method static mixed forNestedWhere()
|
|
* @method static mixed addNestedWhereQuery($query, $boolean)
|
|
* @method static mixed whereSub($column, $operator, $callback, $boolean)
|
|
* @method static mixed whereExists($callback, $boolean, $not)
|
|
* @method static mixed orWhereExists($callback, $not)
|
|
* @method static mixed whereNotExists($callback, $boolean)
|
|
* @method static mixed orWhereNotExists($callback)
|
|
* @method static mixed addWhereExistsQuery(self $query, $boolean, $not)
|
|
* @method static mixed whereRowValues($columns, $operator, $values, $boolean)
|
|
* @method static mixed orWhereRowValues($columns, $operator, $values)
|
|
* @method static mixed whereJsonContains($column, $value, $boolean, $not)
|
|
* @method static mixed orWhereJsonContains($column, $value)
|
|
* @method static mixed whereJsonDoesntContain($column, $value, $boolean)
|
|
* @method static mixed orWhereJsonDoesntContain($column, $value)
|
|
* @method static mixed whereJsonOverlaps($column, $value, $boolean, $not)
|
|
* @method static mixed orWhereJsonOverlaps($column, $value)
|
|
* @method static mixed whereJsonDoesntOverlap($column, $value, $boolean)
|
|
* @method static mixed orWhereJsonDoesntOverlap($column, $value)
|
|
* @method static mixed whereJsonContainsKey($column, $boolean, $not)
|
|
* @method static mixed orWhereJsonContainsKey($column)
|
|
* @method static mixed whereJsonDoesntContainKey($column, $boolean)
|
|
* @method static mixed orWhereJsonDoesntContainKey($column)
|
|
* @method static mixed whereJsonLength($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereJsonLength($column, $operator, $value)
|
|
* @method static mixed dynamicWhere($method, $parameters)
|
|
* @method static mixed addDynamic($segment, $connector, $parameters, $index)
|
|
* @method static mixed whereFullText($columns, $value, array $options, $boolean)
|
|
* @method static mixed orWhereFullText($columns, $value, array $options)
|
|
* @method static mixed whereAll($columns, $operator, $value, $boolean)
|
|
* @method static mixed orWhereAll($columns, $operator, $value)
|
|
* @method static mixed whereAny($columns, $operator, $value, $boolean)
|
|
* @method static mixed orWhereAny($columns, $operator, $value)
|
|
* @method static mixed groupBy($groups)
|
|
* @method static mixed groupByRaw($sql, array $bindings)
|
|
* @method static mixed having($column, $operator, $value, $boolean)
|
|
* @method static mixed orHaving($column, $operator, $value)
|
|
* @method static mixed havingNested(Closure $callback, $boolean)
|
|
* @method static mixed addNestedHavingQuery($query, $boolean)
|
|
* @method static mixed havingNull($columns, $boolean, $not)
|
|
* @method static mixed orHavingNull($column)
|
|
* @method static mixed havingNotNull($columns, $boolean)
|
|
* @method static mixed orHavingNotNull($column)
|
|
* @method static mixed havingBetween($column, iterable $values, $boolean, $not)
|
|
* @method static mixed havingRaw($sql, array $bindings, $boolean)
|
|
* @method static mixed orHavingRaw($sql, array $bindings)
|
|
* @method static mixed orderBy($column, $direction)
|
|
* @method static mixed orderByDesc($column)
|
|
* @method static mixed latest($column)
|
|
* @method static mixed oldest($column)
|
|
* @method static mixed inRandomOrder($seed)
|
|
* @method static mixed orderByRaw($sql, $bindings)
|
|
* @method static mixed skip($value)
|
|
* @method static mixed offset($value)
|
|
* @method static mixed take($value)
|
|
* @method static mixed limit($value)
|
|
* @method static mixed groupLimit($value, $column)
|
|
* @method static mixed forPage($page, $perPage)
|
|
* @method static mixed forPageBeforeId($perPage, $lastId, $column)
|
|
* @method static mixed forPageAfterId($perPage, $lastId, $column)
|
|
* @method static mixed reorder($column, $direction)
|
|
* @method static mixed removeExistingOrdersFor($column)
|
|
* @method static mixed union($query, $all)
|
|
* @method static mixed unionAll($query)
|
|
* @method static mixed lock($value)
|
|
* @method static mixed lockForUpdate()
|
|
* @method static mixed sharedLock()
|
|
* @method static mixed beforeQuery(callable $callback)
|
|
* @method static mixed applyBeforeQueryCallbacks()
|
|
* @method static mixed afterQuery(Closure $callback)
|
|
* @method static mixed applyAfterQueryCallbacks($result)
|
|
* @method static mixed toSql()
|
|
* @method static mixed toRawSql()
|
|
* @method static mixed find($id, $columns)
|
|
* @method static mixed findOr($id, $columns, Closure $callback)
|
|
* @method static mixed value($column)
|
|
* @method static mixed rawValue(string $expression, array $bindings)
|
|
* @method static mixed soleValue($column)
|
|
* @method static mixed get($columns)
|
|
* @method static mixed runSelect()
|
|
* @method static mixed withoutGroupLimitKeys($items)
|
|
* @method static mixed paginate($perPage, $columns, $pageName, $page, $total)
|
|
* @method static mixed simplePaginate($perPage, $columns, $pageName, $page)
|
|
* @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor)
|
|
* @method static mixed ensureOrderForCursorPagination($shouldReverse)
|
|
* @method static mixed getCountForPagination($columns)
|
|
* @method static mixed runPaginationCountQuery($columns)
|
|
* @method static mixed cloneForPaginationCount()
|
|
* @method static mixed withoutSelectAliases(array $columns)
|
|
* @method static mixed cursor()
|
|
* @method static mixed enforceOrderBy()
|
|
* @method static mixed pluck($column, $key)
|
|
* @method static mixed stripTableForPluck($column)
|
|
* @method static mixed pluckFromObjectColumn($queryResult, $column, $key)
|
|
* @method static mixed pluckFromArrayColumn($queryResult, $column, $key)
|
|
* @method static mixed implode($column, $glue)
|
|
* @method static mixed exists()
|
|
* @method static mixed doesntExist()
|
|
* @method static mixed existsOr(Closure $callback)
|
|
* @method static mixed doesntExistOr(Closure $callback)
|
|
* @method static mixed count($columns)
|
|
* @method static mixed min($column)
|
|
* @method static mixed max($column)
|
|
* @method static mixed sum($column)
|
|
* @method static mixed avg($column)
|
|
* @method static mixed average($column)
|
|
* @method static mixed aggregate($function, $columns)
|
|
* @method static mixed numericAggregate($function, $columns)
|
|
* @method static mixed setAggregate($function, $columns)
|
|
* @method static mixed onceWithColumns($columns, $callback)
|
|
* @method static mixed insert(array $values)
|
|
* @method static mixed insertOrIgnore(array $values)
|
|
* @method static mixed insertGetId(array $values, $sequence)
|
|
* @method static mixed insertUsing(array $columns, $query)
|
|
* @method static mixed insertOrIgnoreUsing(array $columns, $query)
|
|
* @method static mixed update(array $values)
|
|
* @method static mixed updateFrom(array $values)
|
|
* @method static mixed updateOrInsert(array $attributes, callable|array $values)
|
|
* @method static mixed upsert(array $values, $uniqueBy, $update)
|
|
* @method static mixed increment($column, $amount, array $extra)
|
|
* @method static mixed incrementEach(array $columns, array $extra)
|
|
* @method static mixed decrement($column, $amount, array $extra)
|
|
* @method static mixed decrementEach(array $columns, array $extra)
|
|
* @method static mixed delete($id)
|
|
* @method static mixed truncate()
|
|
* @method static mixed newQuery()
|
|
* @method static mixed forSubQuery()
|
|
* @method static mixed getColumns()
|
|
* @method static mixed raw($value)
|
|
* @method static mixed getUnionBuilders()
|
|
* @method static mixed getBindings()
|
|
* @method static mixed getRawBindings()
|
|
* @method static mixed setBindings(array $bindings, $type)
|
|
* @method static mixed addBinding($value, $type)
|
|
* @method static mixed castBinding($value)
|
|
* @method static mixed mergeBindings(self $query)
|
|
* @method static mixed cleanBindings(array $bindings)
|
|
* @method static mixed flattenValue($value)
|
|
* @method static mixed defaultKeyName()
|
|
* @method static mixed getConnection()
|
|
* @method static mixed getProcessor()
|
|
* @method static mixed getGrammar()
|
|
* @method static mixed useWritePdo()
|
|
* @method static mixed isQueryable($value)
|
|
* @method static mixed clone()
|
|
* @method static mixed cloneWithout(array $properties)
|
|
* @method static mixed cloneWithoutBindings(array $except)
|
|
* @method static mixed dump($args)
|
|
* @method static mixed dumpRawSql()
|
|
* @method static mixed dd()
|
|
* @method static mixed ddRawSql()
|
|
* @method static mixed chunk($count, callable $callback)
|
|
* @method static mixed chunkMap(callable $callback, $count)
|
|
* @method static mixed each(callable $callback, $count)
|
|
* @method static mixed chunkById($count, callable $callback, $column, $alias)
|
|
* @method static mixed chunkByIdDesc($count, callable $callback, $column, $alias)
|
|
* @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending)
|
|
* @method static mixed eachById(callable $callback, $count, $column, $alias)
|
|
* @method static mixed lazy($chunkSize)
|
|
* @method static mixed lazyById($chunkSize, $column, $alias)
|
|
* @method static mixed lazyByIdDesc($chunkSize, $column, $alias)
|
|
* @method static mixed orderedLazyById($chunkSize, $column, $alias, $descending)
|
|
* @method static mixed first($columns)
|
|
* @method static mixed sole($columns)
|
|
* @method static mixed paginateUsingCursor($perPage, $columns, $cursorName, $cursor)
|
|
* @method static mixed getOriginalColumnNameForCursorPagination($builder, string $parameter)
|
|
* @method static mixed paginator($items, $total, $perPage, $currentPage, $options)
|
|
* @method static mixed simplePaginator($items, $perPage, $currentPage, $options)
|
|
* @method static mixed cursorPaginator($items, $perPage, $cursor, $options)
|
|
* @method static mixed tap($callback)
|
|
* @method static mixed when($value, callable $callback, callable $default)
|
|
* @method static mixed unless($value, callable $callback, callable $default)
|
|
* @method static mixed explain()
|
|
* @method static mixed forwardCallTo($object, $method, $parameters)
|
|
* @method static mixed forwardDecoratedCallTo($object, $method, $parameters)
|
|
* @method static mixed throwBadMethodCallException($method)
|
|
* @method static mixed macro($name, $macro)
|
|
* @method static mixed mixin($mixin, $replace)
|
|
* @method static mixed hasMacro($name)
|
|
* @method static mixed flushMacros()
|
|
* @method static mixed macroCall($method, $parameters)
|
|
* @mixin \Illuminate\Database\Query\Builder
|
|
*/
|
|
class Agriculture3C3 extends \App\Models\SigdModel
|
|
{
|
|
//
|
|
}
|
|
|
|
/**
|
|
* App\Models\Agriculture3C4
|
|
*
|
|
* @property string|null $updated_by
|
|
* @property string|null $created_by
|
|
* @property \Illuminate\Support\Carbon|null $updated_at
|
|
* @property \Illuminate\Support\Carbon|null $created_at
|
|
* @property int $row_status
|
|
* @property float $n2o_n_total
|
|
* @property float $n2o_n_f_cr_flooded_rice
|
|
* @property float $n2o_n_f_on_flooded_rice
|
|
* @property float $n2o_n_f_sn_flooded_rice
|
|
* @property float $n2o_n_f_on_managed_soils
|
|
* @property float $n2o_n_f_sn_managed_soils
|
|
* @property float $ef_flooded_rice
|
|
* @property float $ef_managed_soils
|
|
* @property float $f_on_dry_land_kg
|
|
* @property float $f_on_dry_land_tonne
|
|
* @property float $f_on_dry_land_veg_kg
|
|
* @property float $f_on_dry_land_veg_tonne
|
|
* @property float $dry_land_veg
|
|
* @property float $f_on_dry_land_non_veg_kg
|
|
* @property float $f_on_dry_land_non_veg_tonne
|
|
* @property float $dry_land_non_veg
|
|
* @property float $f_cr_ricefield_kg
|
|
* @property float $f_cr_ricefield_tonne
|
|
* @property float $ricefield_production_adj
|
|
* @property float $ricefield_production
|
|
* @property float $f_on_ricefield_kg
|
|
* @property float $f_on_ricefield_tonne
|
|
* @property float $f_sn_ricefield
|
|
* @property float $f_sn_dry
|
|
* @property float $n_ricefield_kg
|
|
* @property float $n_dry_kg
|
|
* @property float $n_ricefield_tonne
|
|
* @property float $n_dry_tonne
|
|
* @property float $n_sinthetic
|
|
* @property float $n_za
|
|
* @property float $n_npk
|
|
* @property float $n_urea
|
|
* @property float $za
|
|
* @property float $npk
|
|
* @property float $urea
|
|
* @property float $percentage_ricefield_area
|
|
* @property float $percentage_dry_area
|
|
* @property float $harvest_ricefield_area
|
|
* @property float $harvest_dry_area
|
|
* @property float $total_area
|
|
* @property float $horticulture_area
|
|
* @property float $crop_area
|
|
* @property string $category
|
|
* @property string $activity_year
|
|
* @property string $inventory_year
|
|
* @property string $id
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Agriculture3C4>|Agriculture3C4 whereId($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Agriculture3C4>|Agriculture3C4 whereInventoryYear($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Agriculture3C4>|Agriculture3C4 whereActivityYear($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Agriculture3C4>|Agriculture3C4 whereCategory($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Agriculture3C4>|Agriculture3C4 whereCropArea($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Agriculture3C4>|Agriculture3C4 whereHorticultureArea($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Agriculture3C4>|Agriculture3C4 whereTotalArea($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Agriculture3C4>|Agriculture3C4 whereHarvestDryArea($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Agriculture3C4>|Agriculture3C4 whereHarvestRicefieldArea($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Agriculture3C4>|Agriculture3C4 wherePercentageDryArea($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Agriculture3C4>|Agriculture3C4 wherePercentageRicefieldArea($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Agriculture3C4>|Agriculture3C4 whereUrea($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Agriculture3C4>|Agriculture3C4 whereNpk($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Agriculture3C4>|Agriculture3C4 whereZa($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Agriculture3C4>|Agriculture3C4 whereNUrea($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Agriculture3C4>|Agriculture3C4 whereNNpk($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Agriculture3C4>|Agriculture3C4 whereNZa($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Agriculture3C4>|Agriculture3C4 whereNSinthetic($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Agriculture3C4>|Agriculture3C4 whereNDryTonne($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Agriculture3C4>|Agriculture3C4 whereNRicefieldTonne($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Agriculture3C4>|Agriculture3C4 whereNDryKg($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Agriculture3C4>|Agriculture3C4 whereNRicefieldKg($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Agriculture3C4>|Agriculture3C4 whereFSnDry($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Agriculture3C4>|Agriculture3C4 whereFSnRicefield($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Agriculture3C4>|Agriculture3C4 whereFOnRicefieldTonne($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Agriculture3C4>|Agriculture3C4 whereFOnRicefieldKg($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Agriculture3C4>|Agriculture3C4 whereRicefieldProduction($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Agriculture3C4>|Agriculture3C4 whereRicefieldProductionAdj($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Agriculture3C4>|Agriculture3C4 whereFCrRicefieldTonne($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Agriculture3C4>|Agriculture3C4 whereFCrRicefieldKg($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Agriculture3C4>|Agriculture3C4 whereDryLandNonVeg($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Agriculture3C4>|Agriculture3C4 whereFOnDryLandNonVegTonne($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Agriculture3C4>|Agriculture3C4 whereFOnDryLandNonVegKg($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Agriculture3C4>|Agriculture3C4 whereDryLandVeg($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Agriculture3C4>|Agriculture3C4 whereFOnDryLandVegTonne($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Agriculture3C4>|Agriculture3C4 whereFOnDryLandVegKg($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Agriculture3C4>|Agriculture3C4 whereFOnDryLandTonne($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Agriculture3C4>|Agriculture3C4 whereFOnDryLandKg($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Agriculture3C4>|Agriculture3C4 whereEfManagedSoils($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Agriculture3C4>|Agriculture3C4 whereEfFloodedRice($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Agriculture3C4>|Agriculture3C4 whereN2ONFSnManagedSoils($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Agriculture3C4>|Agriculture3C4 whereN2ONFOnManagedSoils($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Agriculture3C4>|Agriculture3C4 whereN2ONFSnFloodedRice($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Agriculture3C4>|Agriculture3C4 whereN2ONFOnFloodedRice($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Agriculture3C4>|Agriculture3C4 whereN2ONFCrFloodedRice($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Agriculture3C4>|Agriculture3C4 whereN2ONTotal($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Agriculture3C4>|Agriculture3C4 whereRowStatus($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Agriculture3C4>|Agriculture3C4 whereCreatedAt($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Agriculture3C4>|Agriculture3C4 whereUpdatedAt($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Agriculture3C4>|Agriculture3C4 whereCreatedBy($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Agriculture3C4>|Agriculture3C4 whereUpdatedBy($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Agriculture3C4>|Agriculture3C4 rowActive()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Agriculture3C4>|Agriculture3C4 isActive()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Agriculture3C4>|Agriculture3C4 orderByRowNum()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Agriculture3C4>|Agriculture3C4 newModelQuery()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Agriculture3C4>|Agriculture3C4 newQuery()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Agriculture3C4>|Agriculture3C4 query()
|
|
* @method static mixed select($columns)
|
|
* @method static mixed selectSub($query, $as)
|
|
* @method static mixed selectRaw($expression, array $bindings)
|
|
* @method static mixed fromSub($query, $as)
|
|
* @method static mixed fromRaw($expression, $bindings)
|
|
* @method static mixed createSub($query)
|
|
* @method static mixed parseSub($query)
|
|
* @method static mixed prependDatabaseNameIfCrossDatabaseQuery($query)
|
|
* @method static mixed addSelect($column)
|
|
* @method static mixed distinct()
|
|
* @method static mixed from($table, $as)
|
|
* @method static mixed useIndex($index)
|
|
* @method static mixed forceIndex($index)
|
|
* @method static mixed ignoreIndex($index)
|
|
* @method static mixed join($table, $first, $operator, $second, $type, $where)
|
|
* @method static mixed joinWhere($table, $first, $operator, $second, $type)
|
|
* @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where)
|
|
* @method static mixed joinLateral($query, string $as, string $type)
|
|
* @method static mixed leftJoinLateral($query, string $as)
|
|
* @method static mixed leftJoin($table, $first, $operator, $second)
|
|
* @method static mixed leftJoinWhere($table, $first, $operator, $second)
|
|
* @method static mixed leftJoinSub($query, $as, $first, $operator, $second)
|
|
* @method static mixed rightJoin($table, $first, $operator, $second)
|
|
* @method static mixed rightJoinWhere($table, $first, $operator, $second)
|
|
* @method static mixed rightJoinSub($query, $as, $first, $operator, $second)
|
|
* @method static mixed crossJoin($table, $first, $operator, $second)
|
|
* @method static mixed crossJoinSub($query, $as)
|
|
* @method static mixed newJoinClause(self $parentQuery, $type, $table)
|
|
* @method static mixed newJoinLateralClause(self $parentQuery, $type, $table)
|
|
* @method static mixed mergeWheres($wheres, $bindings)
|
|
* @method static mixed where($column, $operator, $value, $boolean)
|
|
* @method static mixed addArrayOfWheres($column, $boolean, $method)
|
|
* @method static mixed prepareValueAndOperator($value, $operator, $useDefault)
|
|
* @method static mixed invalidOperatorAndValue($operator, $value)
|
|
* @method static mixed invalidOperator($operator)
|
|
* @method static mixed isBitwiseOperator($operator)
|
|
* @method static mixed orWhere($column, $operator, $value)
|
|
* @method static mixed whereNot($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereNot($column, $operator, $value)
|
|
* @method static mixed whereColumn($first, $operator, $second, $boolean)
|
|
* @method static mixed orWhereColumn($first, $operator, $second)
|
|
* @method static mixed whereRaw($sql, $bindings, $boolean)
|
|
* @method static mixed orWhereRaw($sql, $bindings)
|
|
* @method static mixed whereIn($column, $values, $boolean, $not)
|
|
* @method static mixed orWhereIn($column, $values)
|
|
* @method static mixed whereNotIn($column, $values, $boolean)
|
|
* @method static mixed orWhereNotIn($column, $values)
|
|
* @method static mixed whereIntegerInRaw($column, $values, $boolean, $not)
|
|
* @method static mixed orWhereIntegerInRaw($column, $values)
|
|
* @method static mixed whereIntegerNotInRaw($column, $values, $boolean)
|
|
* @method static mixed orWhereIntegerNotInRaw($column, $values)
|
|
* @method static mixed whereNull($columns, $boolean, $not)
|
|
* @method static mixed orWhereNull($column)
|
|
* @method static mixed whereNotNull($columns, $boolean)
|
|
* @method static mixed whereBetween($column, iterable $values, $boolean, $not)
|
|
* @method static mixed whereBetweenColumns($column, array $values, $boolean, $not)
|
|
* @method static mixed orWhereBetween($column, iterable $values)
|
|
* @method static mixed orWhereBetweenColumns($column, array $values)
|
|
* @method static mixed whereNotBetween($column, iterable $values, $boolean)
|
|
* @method static mixed whereNotBetweenColumns($column, array $values, $boolean)
|
|
* @method static mixed orWhereNotBetween($column, iterable $values)
|
|
* @method static mixed orWhereNotBetweenColumns($column, array $values)
|
|
* @method static mixed orWhereNotNull($column)
|
|
* @method static mixed whereDate($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereDate($column, $operator, $value)
|
|
* @method static mixed whereTime($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereTime($column, $operator, $value)
|
|
* @method static mixed whereDay($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereDay($column, $operator, $value)
|
|
* @method static mixed whereMonth($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereMonth($column, $operator, $value)
|
|
* @method static mixed whereYear($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereYear($column, $operator, $value)
|
|
* @method static mixed addDateBasedWhere($type, $column, $operator, $value, $boolean)
|
|
* @method static mixed whereNested(Closure $callback, $boolean)
|
|
* @method static mixed forNestedWhere()
|
|
* @method static mixed addNestedWhereQuery($query, $boolean)
|
|
* @method static mixed whereSub($column, $operator, $callback, $boolean)
|
|
* @method static mixed whereExists($callback, $boolean, $not)
|
|
* @method static mixed orWhereExists($callback, $not)
|
|
* @method static mixed whereNotExists($callback, $boolean)
|
|
* @method static mixed orWhereNotExists($callback)
|
|
* @method static mixed addWhereExistsQuery(self $query, $boolean, $not)
|
|
* @method static mixed whereRowValues($columns, $operator, $values, $boolean)
|
|
* @method static mixed orWhereRowValues($columns, $operator, $values)
|
|
* @method static mixed whereJsonContains($column, $value, $boolean, $not)
|
|
* @method static mixed orWhereJsonContains($column, $value)
|
|
* @method static mixed whereJsonDoesntContain($column, $value, $boolean)
|
|
* @method static mixed orWhereJsonDoesntContain($column, $value)
|
|
* @method static mixed whereJsonOverlaps($column, $value, $boolean, $not)
|
|
* @method static mixed orWhereJsonOverlaps($column, $value)
|
|
* @method static mixed whereJsonDoesntOverlap($column, $value, $boolean)
|
|
* @method static mixed orWhereJsonDoesntOverlap($column, $value)
|
|
* @method static mixed whereJsonContainsKey($column, $boolean, $not)
|
|
* @method static mixed orWhereJsonContainsKey($column)
|
|
* @method static mixed whereJsonDoesntContainKey($column, $boolean)
|
|
* @method static mixed orWhereJsonDoesntContainKey($column)
|
|
* @method static mixed whereJsonLength($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereJsonLength($column, $operator, $value)
|
|
* @method static mixed dynamicWhere($method, $parameters)
|
|
* @method static mixed addDynamic($segment, $connector, $parameters, $index)
|
|
* @method static mixed whereFullText($columns, $value, array $options, $boolean)
|
|
* @method static mixed orWhereFullText($columns, $value, array $options)
|
|
* @method static mixed whereAll($columns, $operator, $value, $boolean)
|
|
* @method static mixed orWhereAll($columns, $operator, $value)
|
|
* @method static mixed whereAny($columns, $operator, $value, $boolean)
|
|
* @method static mixed orWhereAny($columns, $operator, $value)
|
|
* @method static mixed groupBy($groups)
|
|
* @method static mixed groupByRaw($sql, array $bindings)
|
|
* @method static mixed having($column, $operator, $value, $boolean)
|
|
* @method static mixed orHaving($column, $operator, $value)
|
|
* @method static mixed havingNested(Closure $callback, $boolean)
|
|
* @method static mixed addNestedHavingQuery($query, $boolean)
|
|
* @method static mixed havingNull($columns, $boolean, $not)
|
|
* @method static mixed orHavingNull($column)
|
|
* @method static mixed havingNotNull($columns, $boolean)
|
|
* @method static mixed orHavingNotNull($column)
|
|
* @method static mixed havingBetween($column, iterable $values, $boolean, $not)
|
|
* @method static mixed havingRaw($sql, array $bindings, $boolean)
|
|
* @method static mixed orHavingRaw($sql, array $bindings)
|
|
* @method static mixed orderBy($column, $direction)
|
|
* @method static mixed orderByDesc($column)
|
|
* @method static mixed latest($column)
|
|
* @method static mixed oldest($column)
|
|
* @method static mixed inRandomOrder($seed)
|
|
* @method static mixed orderByRaw($sql, $bindings)
|
|
* @method static mixed skip($value)
|
|
* @method static mixed offset($value)
|
|
* @method static mixed take($value)
|
|
* @method static mixed limit($value)
|
|
* @method static mixed groupLimit($value, $column)
|
|
* @method static mixed forPage($page, $perPage)
|
|
* @method static mixed forPageBeforeId($perPage, $lastId, $column)
|
|
* @method static mixed forPageAfterId($perPage, $lastId, $column)
|
|
* @method static mixed reorder($column, $direction)
|
|
* @method static mixed removeExistingOrdersFor($column)
|
|
* @method static mixed union($query, $all)
|
|
* @method static mixed unionAll($query)
|
|
* @method static mixed lock($value)
|
|
* @method static mixed lockForUpdate()
|
|
* @method static mixed sharedLock()
|
|
* @method static mixed beforeQuery(callable $callback)
|
|
* @method static mixed applyBeforeQueryCallbacks()
|
|
* @method static mixed afterQuery(Closure $callback)
|
|
* @method static mixed applyAfterQueryCallbacks($result)
|
|
* @method static mixed toSql()
|
|
* @method static mixed toRawSql()
|
|
* @method static mixed find($id, $columns)
|
|
* @method static mixed findOr($id, $columns, Closure $callback)
|
|
* @method static mixed value($column)
|
|
* @method static mixed rawValue(string $expression, array $bindings)
|
|
* @method static mixed soleValue($column)
|
|
* @method static mixed get($columns)
|
|
* @method static mixed runSelect()
|
|
* @method static mixed withoutGroupLimitKeys($items)
|
|
* @method static mixed paginate($perPage, $columns, $pageName, $page, $total)
|
|
* @method static mixed simplePaginate($perPage, $columns, $pageName, $page)
|
|
* @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor)
|
|
* @method static mixed ensureOrderForCursorPagination($shouldReverse)
|
|
* @method static mixed getCountForPagination($columns)
|
|
* @method static mixed runPaginationCountQuery($columns)
|
|
* @method static mixed cloneForPaginationCount()
|
|
* @method static mixed withoutSelectAliases(array $columns)
|
|
* @method static mixed cursor()
|
|
* @method static mixed enforceOrderBy()
|
|
* @method static mixed pluck($column, $key)
|
|
* @method static mixed stripTableForPluck($column)
|
|
* @method static mixed pluckFromObjectColumn($queryResult, $column, $key)
|
|
* @method static mixed pluckFromArrayColumn($queryResult, $column, $key)
|
|
* @method static mixed implode($column, $glue)
|
|
* @method static mixed exists()
|
|
* @method static mixed doesntExist()
|
|
* @method static mixed existsOr(Closure $callback)
|
|
* @method static mixed doesntExistOr(Closure $callback)
|
|
* @method static mixed count($columns)
|
|
* @method static mixed min($column)
|
|
* @method static mixed max($column)
|
|
* @method static mixed sum($column)
|
|
* @method static mixed avg($column)
|
|
* @method static mixed average($column)
|
|
* @method static mixed aggregate($function, $columns)
|
|
* @method static mixed numericAggregate($function, $columns)
|
|
* @method static mixed setAggregate($function, $columns)
|
|
* @method static mixed onceWithColumns($columns, $callback)
|
|
* @method static mixed insert(array $values)
|
|
* @method static mixed insertOrIgnore(array $values)
|
|
* @method static mixed insertGetId(array $values, $sequence)
|
|
* @method static mixed insertUsing(array $columns, $query)
|
|
* @method static mixed insertOrIgnoreUsing(array $columns, $query)
|
|
* @method static mixed update(array $values)
|
|
* @method static mixed updateFrom(array $values)
|
|
* @method static mixed updateOrInsert(array $attributes, callable|array $values)
|
|
* @method static mixed upsert(array $values, $uniqueBy, $update)
|
|
* @method static mixed increment($column, $amount, array $extra)
|
|
* @method static mixed incrementEach(array $columns, array $extra)
|
|
* @method static mixed decrement($column, $amount, array $extra)
|
|
* @method static mixed decrementEach(array $columns, array $extra)
|
|
* @method static mixed delete($id)
|
|
* @method static mixed truncate()
|
|
* @method static mixed newQuery()
|
|
* @method static mixed forSubQuery()
|
|
* @method static mixed getColumns()
|
|
* @method static mixed raw($value)
|
|
* @method static mixed getUnionBuilders()
|
|
* @method static mixed getBindings()
|
|
* @method static mixed getRawBindings()
|
|
* @method static mixed setBindings(array $bindings, $type)
|
|
* @method static mixed addBinding($value, $type)
|
|
* @method static mixed castBinding($value)
|
|
* @method static mixed mergeBindings(self $query)
|
|
* @method static mixed cleanBindings(array $bindings)
|
|
* @method static mixed flattenValue($value)
|
|
* @method static mixed defaultKeyName()
|
|
* @method static mixed getConnection()
|
|
* @method static mixed getProcessor()
|
|
* @method static mixed getGrammar()
|
|
* @method static mixed useWritePdo()
|
|
* @method static mixed isQueryable($value)
|
|
* @method static mixed clone()
|
|
* @method static mixed cloneWithout(array $properties)
|
|
* @method static mixed cloneWithoutBindings(array $except)
|
|
* @method static mixed dump($args)
|
|
* @method static mixed dumpRawSql()
|
|
* @method static mixed dd()
|
|
* @method static mixed ddRawSql()
|
|
* @method static mixed chunk($count, callable $callback)
|
|
* @method static mixed chunkMap(callable $callback, $count)
|
|
* @method static mixed each(callable $callback, $count)
|
|
* @method static mixed chunkById($count, callable $callback, $column, $alias)
|
|
* @method static mixed chunkByIdDesc($count, callable $callback, $column, $alias)
|
|
* @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending)
|
|
* @method static mixed eachById(callable $callback, $count, $column, $alias)
|
|
* @method static mixed lazy($chunkSize)
|
|
* @method static mixed lazyById($chunkSize, $column, $alias)
|
|
* @method static mixed lazyByIdDesc($chunkSize, $column, $alias)
|
|
* @method static mixed orderedLazyById($chunkSize, $column, $alias, $descending)
|
|
* @method static mixed first($columns)
|
|
* @method static mixed sole($columns)
|
|
* @method static mixed paginateUsingCursor($perPage, $columns, $cursorName, $cursor)
|
|
* @method static mixed getOriginalColumnNameForCursorPagination($builder, string $parameter)
|
|
* @method static mixed paginator($items, $total, $perPage, $currentPage, $options)
|
|
* @method static mixed simplePaginator($items, $perPage, $currentPage, $options)
|
|
* @method static mixed cursorPaginator($items, $perPage, $cursor, $options)
|
|
* @method static mixed tap($callback)
|
|
* @method static mixed when($value, callable $callback, callable $default)
|
|
* @method static mixed unless($value, callable $callback, callable $default)
|
|
* @method static mixed explain()
|
|
* @method static mixed forwardCallTo($object, $method, $parameters)
|
|
* @method static mixed forwardDecoratedCallTo($object, $method, $parameters)
|
|
* @method static mixed throwBadMethodCallException($method)
|
|
* @method static mixed macro($name, $macro)
|
|
* @method static mixed mixin($mixin, $replace)
|
|
* @method static mixed hasMacro($name)
|
|
* @method static mixed flushMacros()
|
|
* @method static mixed macroCall($method, $parameters)
|
|
* @mixin \Illuminate\Database\Query\Builder
|
|
*/
|
|
class Agriculture3C4 extends \App\Models\SigdModel
|
|
{
|
|
//
|
|
}
|
|
|
|
/**
|
|
* App\Models\Agriculture3C5
|
|
*
|
|
* @property string|null $updated_by
|
|
* @property string|null $created_by
|
|
* @property \Illuminate\Support\Carbon|null $updated_at
|
|
* @property \Illuminate\Support\Carbon|null $created_at
|
|
* @property int $row_status
|
|
* @property int $row_num
|
|
* @property float $n2o_n
|
|
* @property float $ef4
|
|
* @property float $frac_gasm
|
|
* @property float $f_prp
|
|
* @property float $f_on
|
|
* @property float $frac_gasf
|
|
* @property float $f_sn
|
|
* @property string $activity
|
|
* @property string $category
|
|
* @property string $activity_year
|
|
* @property string $inventory_year
|
|
* @property string $id
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Agriculture3C5>|Agriculture3C5 whereId($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Agriculture3C5>|Agriculture3C5 whereInventoryYear($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Agriculture3C5>|Agriculture3C5 whereActivityYear($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Agriculture3C5>|Agriculture3C5 whereCategory($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Agriculture3C5>|Agriculture3C5 whereActivity($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Agriculture3C5>|Agriculture3C5 whereFSn($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Agriculture3C5>|Agriculture3C5 whereFracGasf($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Agriculture3C5>|Agriculture3C5 whereFOn($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Agriculture3C5>|Agriculture3C5 whereFPrp($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Agriculture3C5>|Agriculture3C5 whereFracGasm($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Agriculture3C5>|Agriculture3C5 whereEf4($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Agriculture3C5>|Agriculture3C5 whereN2ON($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Agriculture3C5>|Agriculture3C5 whereRowNum($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Agriculture3C5>|Agriculture3C5 whereRowStatus($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Agriculture3C5>|Agriculture3C5 whereCreatedAt($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Agriculture3C5>|Agriculture3C5 whereUpdatedAt($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Agriculture3C5>|Agriculture3C5 whereCreatedBy($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Agriculture3C5>|Agriculture3C5 whereUpdatedBy($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Agriculture3C5>|Agriculture3C5 rowActive()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Agriculture3C5>|Agriculture3C5 isActive()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Agriculture3C5>|Agriculture3C5 orderByRowNum()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Agriculture3C5>|Agriculture3C5 newModelQuery()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Agriculture3C5>|Agriculture3C5 newQuery()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Agriculture3C5>|Agriculture3C5 query()
|
|
* @method static mixed select($columns)
|
|
* @method static mixed selectSub($query, $as)
|
|
* @method static mixed selectRaw($expression, array $bindings)
|
|
* @method static mixed fromSub($query, $as)
|
|
* @method static mixed fromRaw($expression, $bindings)
|
|
* @method static mixed createSub($query)
|
|
* @method static mixed parseSub($query)
|
|
* @method static mixed prependDatabaseNameIfCrossDatabaseQuery($query)
|
|
* @method static mixed addSelect($column)
|
|
* @method static mixed distinct()
|
|
* @method static mixed from($table, $as)
|
|
* @method static mixed useIndex($index)
|
|
* @method static mixed forceIndex($index)
|
|
* @method static mixed ignoreIndex($index)
|
|
* @method static mixed join($table, $first, $operator, $second, $type, $where)
|
|
* @method static mixed joinWhere($table, $first, $operator, $second, $type)
|
|
* @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where)
|
|
* @method static mixed joinLateral($query, string $as, string $type)
|
|
* @method static mixed leftJoinLateral($query, string $as)
|
|
* @method static mixed leftJoin($table, $first, $operator, $second)
|
|
* @method static mixed leftJoinWhere($table, $first, $operator, $second)
|
|
* @method static mixed leftJoinSub($query, $as, $first, $operator, $second)
|
|
* @method static mixed rightJoin($table, $first, $operator, $second)
|
|
* @method static mixed rightJoinWhere($table, $first, $operator, $second)
|
|
* @method static mixed rightJoinSub($query, $as, $first, $operator, $second)
|
|
* @method static mixed crossJoin($table, $first, $operator, $second)
|
|
* @method static mixed crossJoinSub($query, $as)
|
|
* @method static mixed newJoinClause(self $parentQuery, $type, $table)
|
|
* @method static mixed newJoinLateralClause(self $parentQuery, $type, $table)
|
|
* @method static mixed mergeWheres($wheres, $bindings)
|
|
* @method static mixed where($column, $operator, $value, $boolean)
|
|
* @method static mixed addArrayOfWheres($column, $boolean, $method)
|
|
* @method static mixed prepareValueAndOperator($value, $operator, $useDefault)
|
|
* @method static mixed invalidOperatorAndValue($operator, $value)
|
|
* @method static mixed invalidOperator($operator)
|
|
* @method static mixed isBitwiseOperator($operator)
|
|
* @method static mixed orWhere($column, $operator, $value)
|
|
* @method static mixed whereNot($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereNot($column, $operator, $value)
|
|
* @method static mixed whereColumn($first, $operator, $second, $boolean)
|
|
* @method static mixed orWhereColumn($first, $operator, $second)
|
|
* @method static mixed whereRaw($sql, $bindings, $boolean)
|
|
* @method static mixed orWhereRaw($sql, $bindings)
|
|
* @method static mixed whereIn($column, $values, $boolean, $not)
|
|
* @method static mixed orWhereIn($column, $values)
|
|
* @method static mixed whereNotIn($column, $values, $boolean)
|
|
* @method static mixed orWhereNotIn($column, $values)
|
|
* @method static mixed whereIntegerInRaw($column, $values, $boolean, $not)
|
|
* @method static mixed orWhereIntegerInRaw($column, $values)
|
|
* @method static mixed whereIntegerNotInRaw($column, $values, $boolean)
|
|
* @method static mixed orWhereIntegerNotInRaw($column, $values)
|
|
* @method static mixed whereNull($columns, $boolean, $not)
|
|
* @method static mixed orWhereNull($column)
|
|
* @method static mixed whereNotNull($columns, $boolean)
|
|
* @method static mixed whereBetween($column, iterable $values, $boolean, $not)
|
|
* @method static mixed whereBetweenColumns($column, array $values, $boolean, $not)
|
|
* @method static mixed orWhereBetween($column, iterable $values)
|
|
* @method static mixed orWhereBetweenColumns($column, array $values)
|
|
* @method static mixed whereNotBetween($column, iterable $values, $boolean)
|
|
* @method static mixed whereNotBetweenColumns($column, array $values, $boolean)
|
|
* @method static mixed orWhereNotBetween($column, iterable $values)
|
|
* @method static mixed orWhereNotBetweenColumns($column, array $values)
|
|
* @method static mixed orWhereNotNull($column)
|
|
* @method static mixed whereDate($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereDate($column, $operator, $value)
|
|
* @method static mixed whereTime($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereTime($column, $operator, $value)
|
|
* @method static mixed whereDay($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereDay($column, $operator, $value)
|
|
* @method static mixed whereMonth($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereMonth($column, $operator, $value)
|
|
* @method static mixed whereYear($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereYear($column, $operator, $value)
|
|
* @method static mixed addDateBasedWhere($type, $column, $operator, $value, $boolean)
|
|
* @method static mixed whereNested(Closure $callback, $boolean)
|
|
* @method static mixed forNestedWhere()
|
|
* @method static mixed addNestedWhereQuery($query, $boolean)
|
|
* @method static mixed whereSub($column, $operator, $callback, $boolean)
|
|
* @method static mixed whereExists($callback, $boolean, $not)
|
|
* @method static mixed orWhereExists($callback, $not)
|
|
* @method static mixed whereNotExists($callback, $boolean)
|
|
* @method static mixed orWhereNotExists($callback)
|
|
* @method static mixed addWhereExistsQuery(self $query, $boolean, $not)
|
|
* @method static mixed whereRowValues($columns, $operator, $values, $boolean)
|
|
* @method static mixed orWhereRowValues($columns, $operator, $values)
|
|
* @method static mixed whereJsonContains($column, $value, $boolean, $not)
|
|
* @method static mixed orWhereJsonContains($column, $value)
|
|
* @method static mixed whereJsonDoesntContain($column, $value, $boolean)
|
|
* @method static mixed orWhereJsonDoesntContain($column, $value)
|
|
* @method static mixed whereJsonOverlaps($column, $value, $boolean, $not)
|
|
* @method static mixed orWhereJsonOverlaps($column, $value)
|
|
* @method static mixed whereJsonDoesntOverlap($column, $value, $boolean)
|
|
* @method static mixed orWhereJsonDoesntOverlap($column, $value)
|
|
* @method static mixed whereJsonContainsKey($column, $boolean, $not)
|
|
* @method static mixed orWhereJsonContainsKey($column)
|
|
* @method static mixed whereJsonDoesntContainKey($column, $boolean)
|
|
* @method static mixed orWhereJsonDoesntContainKey($column)
|
|
* @method static mixed whereJsonLength($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereJsonLength($column, $operator, $value)
|
|
* @method static mixed dynamicWhere($method, $parameters)
|
|
* @method static mixed addDynamic($segment, $connector, $parameters, $index)
|
|
* @method static mixed whereFullText($columns, $value, array $options, $boolean)
|
|
* @method static mixed orWhereFullText($columns, $value, array $options)
|
|
* @method static mixed whereAll($columns, $operator, $value, $boolean)
|
|
* @method static mixed orWhereAll($columns, $operator, $value)
|
|
* @method static mixed whereAny($columns, $operator, $value, $boolean)
|
|
* @method static mixed orWhereAny($columns, $operator, $value)
|
|
* @method static mixed groupBy($groups)
|
|
* @method static mixed groupByRaw($sql, array $bindings)
|
|
* @method static mixed having($column, $operator, $value, $boolean)
|
|
* @method static mixed orHaving($column, $operator, $value)
|
|
* @method static mixed havingNested(Closure $callback, $boolean)
|
|
* @method static mixed addNestedHavingQuery($query, $boolean)
|
|
* @method static mixed havingNull($columns, $boolean, $not)
|
|
* @method static mixed orHavingNull($column)
|
|
* @method static mixed havingNotNull($columns, $boolean)
|
|
* @method static mixed orHavingNotNull($column)
|
|
* @method static mixed havingBetween($column, iterable $values, $boolean, $not)
|
|
* @method static mixed havingRaw($sql, array $bindings, $boolean)
|
|
* @method static mixed orHavingRaw($sql, array $bindings)
|
|
* @method static mixed orderBy($column, $direction)
|
|
* @method static mixed orderByDesc($column)
|
|
* @method static mixed latest($column)
|
|
* @method static mixed oldest($column)
|
|
* @method static mixed inRandomOrder($seed)
|
|
* @method static mixed orderByRaw($sql, $bindings)
|
|
* @method static mixed skip($value)
|
|
* @method static mixed offset($value)
|
|
* @method static mixed take($value)
|
|
* @method static mixed limit($value)
|
|
* @method static mixed groupLimit($value, $column)
|
|
* @method static mixed forPage($page, $perPage)
|
|
* @method static mixed forPageBeforeId($perPage, $lastId, $column)
|
|
* @method static mixed forPageAfterId($perPage, $lastId, $column)
|
|
* @method static mixed reorder($column, $direction)
|
|
* @method static mixed removeExistingOrdersFor($column)
|
|
* @method static mixed union($query, $all)
|
|
* @method static mixed unionAll($query)
|
|
* @method static mixed lock($value)
|
|
* @method static mixed lockForUpdate()
|
|
* @method static mixed sharedLock()
|
|
* @method static mixed beforeQuery(callable $callback)
|
|
* @method static mixed applyBeforeQueryCallbacks()
|
|
* @method static mixed afterQuery(Closure $callback)
|
|
* @method static mixed applyAfterQueryCallbacks($result)
|
|
* @method static mixed toSql()
|
|
* @method static mixed toRawSql()
|
|
* @method static mixed find($id, $columns)
|
|
* @method static mixed findOr($id, $columns, Closure $callback)
|
|
* @method static mixed value($column)
|
|
* @method static mixed rawValue(string $expression, array $bindings)
|
|
* @method static mixed soleValue($column)
|
|
* @method static mixed get($columns)
|
|
* @method static mixed runSelect()
|
|
* @method static mixed withoutGroupLimitKeys($items)
|
|
* @method static mixed paginate($perPage, $columns, $pageName, $page, $total)
|
|
* @method static mixed simplePaginate($perPage, $columns, $pageName, $page)
|
|
* @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor)
|
|
* @method static mixed ensureOrderForCursorPagination($shouldReverse)
|
|
* @method static mixed getCountForPagination($columns)
|
|
* @method static mixed runPaginationCountQuery($columns)
|
|
* @method static mixed cloneForPaginationCount()
|
|
* @method static mixed withoutSelectAliases(array $columns)
|
|
* @method static mixed cursor()
|
|
* @method static mixed enforceOrderBy()
|
|
* @method static mixed pluck($column, $key)
|
|
* @method static mixed stripTableForPluck($column)
|
|
* @method static mixed pluckFromObjectColumn($queryResult, $column, $key)
|
|
* @method static mixed pluckFromArrayColumn($queryResult, $column, $key)
|
|
* @method static mixed implode($column, $glue)
|
|
* @method static mixed exists()
|
|
* @method static mixed doesntExist()
|
|
* @method static mixed existsOr(Closure $callback)
|
|
* @method static mixed doesntExistOr(Closure $callback)
|
|
* @method static mixed count($columns)
|
|
* @method static mixed min($column)
|
|
* @method static mixed max($column)
|
|
* @method static mixed sum($column)
|
|
* @method static mixed avg($column)
|
|
* @method static mixed average($column)
|
|
* @method static mixed aggregate($function, $columns)
|
|
* @method static mixed numericAggregate($function, $columns)
|
|
* @method static mixed setAggregate($function, $columns)
|
|
* @method static mixed onceWithColumns($columns, $callback)
|
|
* @method static mixed insert(array $values)
|
|
* @method static mixed insertOrIgnore(array $values)
|
|
* @method static mixed insertGetId(array $values, $sequence)
|
|
* @method static mixed insertUsing(array $columns, $query)
|
|
* @method static mixed insertOrIgnoreUsing(array $columns, $query)
|
|
* @method static mixed update(array $values)
|
|
* @method static mixed updateFrom(array $values)
|
|
* @method static mixed updateOrInsert(array $attributes, callable|array $values)
|
|
* @method static mixed upsert(array $values, $uniqueBy, $update)
|
|
* @method static mixed increment($column, $amount, array $extra)
|
|
* @method static mixed incrementEach(array $columns, array $extra)
|
|
* @method static mixed decrement($column, $amount, array $extra)
|
|
* @method static mixed decrementEach(array $columns, array $extra)
|
|
* @method static mixed delete($id)
|
|
* @method static mixed truncate()
|
|
* @method static mixed newQuery()
|
|
* @method static mixed forSubQuery()
|
|
* @method static mixed getColumns()
|
|
* @method static mixed raw($value)
|
|
* @method static mixed getUnionBuilders()
|
|
* @method static mixed getBindings()
|
|
* @method static mixed getRawBindings()
|
|
* @method static mixed setBindings(array $bindings, $type)
|
|
* @method static mixed addBinding($value, $type)
|
|
* @method static mixed castBinding($value)
|
|
* @method static mixed mergeBindings(self $query)
|
|
* @method static mixed cleanBindings(array $bindings)
|
|
* @method static mixed flattenValue($value)
|
|
* @method static mixed defaultKeyName()
|
|
* @method static mixed getConnection()
|
|
* @method static mixed getProcessor()
|
|
* @method static mixed getGrammar()
|
|
* @method static mixed useWritePdo()
|
|
* @method static mixed isQueryable($value)
|
|
* @method static mixed clone()
|
|
* @method static mixed cloneWithout(array $properties)
|
|
* @method static mixed cloneWithoutBindings(array $except)
|
|
* @method static mixed dump($args)
|
|
* @method static mixed dumpRawSql()
|
|
* @method static mixed dd()
|
|
* @method static mixed ddRawSql()
|
|
* @method static mixed chunk($count, callable $callback)
|
|
* @method static mixed chunkMap(callable $callback, $count)
|
|
* @method static mixed each(callable $callback, $count)
|
|
* @method static mixed chunkById($count, callable $callback, $column, $alias)
|
|
* @method static mixed chunkByIdDesc($count, callable $callback, $column, $alias)
|
|
* @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending)
|
|
* @method static mixed eachById(callable $callback, $count, $column, $alias)
|
|
* @method static mixed lazy($chunkSize)
|
|
* @method static mixed lazyById($chunkSize, $column, $alias)
|
|
* @method static mixed lazyByIdDesc($chunkSize, $column, $alias)
|
|
* @method static mixed orderedLazyById($chunkSize, $column, $alias, $descending)
|
|
* @method static mixed first($columns)
|
|
* @method static mixed sole($columns)
|
|
* @method static mixed paginateUsingCursor($perPage, $columns, $cursorName, $cursor)
|
|
* @method static mixed getOriginalColumnNameForCursorPagination($builder, string $parameter)
|
|
* @method static mixed paginator($items, $total, $perPage, $currentPage, $options)
|
|
* @method static mixed simplePaginator($items, $perPage, $currentPage, $options)
|
|
* @method static mixed cursorPaginator($items, $perPage, $cursor, $options)
|
|
* @method static mixed tap($callback)
|
|
* @method static mixed when($value, callable $callback, callable $default)
|
|
* @method static mixed unless($value, callable $callback, callable $default)
|
|
* @method static mixed explain()
|
|
* @method static mixed forwardCallTo($object, $method, $parameters)
|
|
* @method static mixed forwardDecoratedCallTo($object, $method, $parameters)
|
|
* @method static mixed throwBadMethodCallException($method)
|
|
* @method static mixed macro($name, $macro)
|
|
* @method static mixed mixin($mixin, $replace)
|
|
* @method static mixed hasMacro($name)
|
|
* @method static mixed flushMacros()
|
|
* @method static mixed macroCall($method, $parameters)
|
|
* @mixin \Illuminate\Database\Query\Builder
|
|
*/
|
|
class Agriculture3C5 extends \App\Models\SigdModel
|
|
{
|
|
//
|
|
}
|
|
|
|
/**
|
|
* App\Models\Agriculture3C6
|
|
*
|
|
* @property string|null $updated_by
|
|
* @property string|null $created_by
|
|
* @property \Illuminate\Support\Carbon|null $updated_at
|
|
* @property \Illuminate\Support\Carbon|null $created_at
|
|
* @property int $row_status
|
|
* @property int $row_num
|
|
* @property float $n2o_g
|
|
* @property float $ef_n2o
|
|
* @property float $n_volatilization_mms
|
|
* @property float $ef_frac
|
|
* @property float $ne_mms
|
|
* @property float $value
|
|
* @property string|null $tag_2
|
|
* @property string|null $tag_1
|
|
* @property string $category
|
|
* @property string $activity_code
|
|
* @property string $activity_year
|
|
* @property string $inventory_year
|
|
* @property string $id
|
|
* @property-read \App\Models\ReferenceActivity $activity
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Agriculture3C6>|Agriculture3C6 whereId($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Agriculture3C6>|Agriculture3C6 whereInventoryYear($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Agriculture3C6>|Agriculture3C6 whereActivityYear($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Agriculture3C6>|Agriculture3C6 whereActivityCode($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Agriculture3C6>|Agriculture3C6 whereCategory($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Agriculture3C6>|Agriculture3C6 whereTag1($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Agriculture3C6>|Agriculture3C6 whereTag2($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Agriculture3C6>|Agriculture3C6 whereValue($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Agriculture3C6>|Agriculture3C6 whereNeMms($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Agriculture3C6>|Agriculture3C6 whereEfFrac($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Agriculture3C6>|Agriculture3C6 whereNVolatilizationMms($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Agriculture3C6>|Agriculture3C6 whereEfN2O($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Agriculture3C6>|Agriculture3C6 whereN2OG($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Agriculture3C6>|Agriculture3C6 whereRowNum($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Agriculture3C6>|Agriculture3C6 whereRowStatus($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Agriculture3C6>|Agriculture3C6 whereCreatedAt($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Agriculture3C6>|Agriculture3C6 whereUpdatedAt($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Agriculture3C6>|Agriculture3C6 whereCreatedBy($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Agriculture3C6>|Agriculture3C6 whereUpdatedBy($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Agriculture3C6>|Agriculture3C6 rowActive()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Agriculture3C6>|Agriculture3C6 isActive()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Agriculture3C6>|Agriculture3C6 orderByRowNum()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Agriculture3C6>|Agriculture3C6 newModelQuery()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Agriculture3C6>|Agriculture3C6 newQuery()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Agriculture3C6>|Agriculture3C6 query()
|
|
* @method static mixed select($columns)
|
|
* @method static mixed selectSub($query, $as)
|
|
* @method static mixed selectRaw($expression, array $bindings)
|
|
* @method static mixed fromSub($query, $as)
|
|
* @method static mixed fromRaw($expression, $bindings)
|
|
* @method static mixed createSub($query)
|
|
* @method static mixed parseSub($query)
|
|
* @method static mixed prependDatabaseNameIfCrossDatabaseQuery($query)
|
|
* @method static mixed addSelect($column)
|
|
* @method static mixed distinct()
|
|
* @method static mixed from($table, $as)
|
|
* @method static mixed useIndex($index)
|
|
* @method static mixed forceIndex($index)
|
|
* @method static mixed ignoreIndex($index)
|
|
* @method static mixed join($table, $first, $operator, $second, $type, $where)
|
|
* @method static mixed joinWhere($table, $first, $operator, $second, $type)
|
|
* @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where)
|
|
* @method static mixed joinLateral($query, string $as, string $type)
|
|
* @method static mixed leftJoinLateral($query, string $as)
|
|
* @method static mixed leftJoin($table, $first, $operator, $second)
|
|
* @method static mixed leftJoinWhere($table, $first, $operator, $second)
|
|
* @method static mixed leftJoinSub($query, $as, $first, $operator, $second)
|
|
* @method static mixed rightJoin($table, $first, $operator, $second)
|
|
* @method static mixed rightJoinWhere($table, $first, $operator, $second)
|
|
* @method static mixed rightJoinSub($query, $as, $first, $operator, $second)
|
|
* @method static mixed crossJoin($table, $first, $operator, $second)
|
|
* @method static mixed crossJoinSub($query, $as)
|
|
* @method static mixed newJoinClause(self $parentQuery, $type, $table)
|
|
* @method static mixed newJoinLateralClause(self $parentQuery, $type, $table)
|
|
* @method static mixed mergeWheres($wheres, $bindings)
|
|
* @method static mixed where($column, $operator, $value, $boolean)
|
|
* @method static mixed addArrayOfWheres($column, $boolean, $method)
|
|
* @method static mixed prepareValueAndOperator($value, $operator, $useDefault)
|
|
* @method static mixed invalidOperatorAndValue($operator, $value)
|
|
* @method static mixed invalidOperator($operator)
|
|
* @method static mixed isBitwiseOperator($operator)
|
|
* @method static mixed orWhere($column, $operator, $value)
|
|
* @method static mixed whereNot($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereNot($column, $operator, $value)
|
|
* @method static mixed whereColumn($first, $operator, $second, $boolean)
|
|
* @method static mixed orWhereColumn($first, $operator, $second)
|
|
* @method static mixed whereRaw($sql, $bindings, $boolean)
|
|
* @method static mixed orWhereRaw($sql, $bindings)
|
|
* @method static mixed whereIn($column, $values, $boolean, $not)
|
|
* @method static mixed orWhereIn($column, $values)
|
|
* @method static mixed whereNotIn($column, $values, $boolean)
|
|
* @method static mixed orWhereNotIn($column, $values)
|
|
* @method static mixed whereIntegerInRaw($column, $values, $boolean, $not)
|
|
* @method static mixed orWhereIntegerInRaw($column, $values)
|
|
* @method static mixed whereIntegerNotInRaw($column, $values, $boolean)
|
|
* @method static mixed orWhereIntegerNotInRaw($column, $values)
|
|
* @method static mixed whereNull($columns, $boolean, $not)
|
|
* @method static mixed orWhereNull($column)
|
|
* @method static mixed whereNotNull($columns, $boolean)
|
|
* @method static mixed whereBetween($column, iterable $values, $boolean, $not)
|
|
* @method static mixed whereBetweenColumns($column, array $values, $boolean, $not)
|
|
* @method static mixed orWhereBetween($column, iterable $values)
|
|
* @method static mixed orWhereBetweenColumns($column, array $values)
|
|
* @method static mixed whereNotBetween($column, iterable $values, $boolean)
|
|
* @method static mixed whereNotBetweenColumns($column, array $values, $boolean)
|
|
* @method static mixed orWhereNotBetween($column, iterable $values)
|
|
* @method static mixed orWhereNotBetweenColumns($column, array $values)
|
|
* @method static mixed orWhereNotNull($column)
|
|
* @method static mixed whereDate($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereDate($column, $operator, $value)
|
|
* @method static mixed whereTime($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereTime($column, $operator, $value)
|
|
* @method static mixed whereDay($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereDay($column, $operator, $value)
|
|
* @method static mixed whereMonth($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereMonth($column, $operator, $value)
|
|
* @method static mixed whereYear($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereYear($column, $operator, $value)
|
|
* @method static mixed addDateBasedWhere($type, $column, $operator, $value, $boolean)
|
|
* @method static mixed whereNested(Closure $callback, $boolean)
|
|
* @method static mixed forNestedWhere()
|
|
* @method static mixed addNestedWhereQuery($query, $boolean)
|
|
* @method static mixed whereSub($column, $operator, $callback, $boolean)
|
|
* @method static mixed whereExists($callback, $boolean, $not)
|
|
* @method static mixed orWhereExists($callback, $not)
|
|
* @method static mixed whereNotExists($callback, $boolean)
|
|
* @method static mixed orWhereNotExists($callback)
|
|
* @method static mixed addWhereExistsQuery(self $query, $boolean, $not)
|
|
* @method static mixed whereRowValues($columns, $operator, $values, $boolean)
|
|
* @method static mixed orWhereRowValues($columns, $operator, $values)
|
|
* @method static mixed whereJsonContains($column, $value, $boolean, $not)
|
|
* @method static mixed orWhereJsonContains($column, $value)
|
|
* @method static mixed whereJsonDoesntContain($column, $value, $boolean)
|
|
* @method static mixed orWhereJsonDoesntContain($column, $value)
|
|
* @method static mixed whereJsonOverlaps($column, $value, $boolean, $not)
|
|
* @method static mixed orWhereJsonOverlaps($column, $value)
|
|
* @method static mixed whereJsonDoesntOverlap($column, $value, $boolean)
|
|
* @method static mixed orWhereJsonDoesntOverlap($column, $value)
|
|
* @method static mixed whereJsonContainsKey($column, $boolean, $not)
|
|
* @method static mixed orWhereJsonContainsKey($column)
|
|
* @method static mixed whereJsonDoesntContainKey($column, $boolean)
|
|
* @method static mixed orWhereJsonDoesntContainKey($column)
|
|
* @method static mixed whereJsonLength($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereJsonLength($column, $operator, $value)
|
|
* @method static mixed dynamicWhere($method, $parameters)
|
|
* @method static mixed addDynamic($segment, $connector, $parameters, $index)
|
|
* @method static mixed whereFullText($columns, $value, array $options, $boolean)
|
|
* @method static mixed orWhereFullText($columns, $value, array $options)
|
|
* @method static mixed whereAll($columns, $operator, $value, $boolean)
|
|
* @method static mixed orWhereAll($columns, $operator, $value)
|
|
* @method static mixed whereAny($columns, $operator, $value, $boolean)
|
|
* @method static mixed orWhereAny($columns, $operator, $value)
|
|
* @method static mixed groupBy($groups)
|
|
* @method static mixed groupByRaw($sql, array $bindings)
|
|
* @method static mixed having($column, $operator, $value, $boolean)
|
|
* @method static mixed orHaving($column, $operator, $value)
|
|
* @method static mixed havingNested(Closure $callback, $boolean)
|
|
* @method static mixed addNestedHavingQuery($query, $boolean)
|
|
* @method static mixed havingNull($columns, $boolean, $not)
|
|
* @method static mixed orHavingNull($column)
|
|
* @method static mixed havingNotNull($columns, $boolean)
|
|
* @method static mixed orHavingNotNull($column)
|
|
* @method static mixed havingBetween($column, iterable $values, $boolean, $not)
|
|
* @method static mixed havingRaw($sql, array $bindings, $boolean)
|
|
* @method static mixed orHavingRaw($sql, array $bindings)
|
|
* @method static mixed orderBy($column, $direction)
|
|
* @method static mixed orderByDesc($column)
|
|
* @method static mixed latest($column)
|
|
* @method static mixed oldest($column)
|
|
* @method static mixed inRandomOrder($seed)
|
|
* @method static mixed orderByRaw($sql, $bindings)
|
|
* @method static mixed skip($value)
|
|
* @method static mixed offset($value)
|
|
* @method static mixed take($value)
|
|
* @method static mixed limit($value)
|
|
* @method static mixed groupLimit($value, $column)
|
|
* @method static mixed forPage($page, $perPage)
|
|
* @method static mixed forPageBeforeId($perPage, $lastId, $column)
|
|
* @method static mixed forPageAfterId($perPage, $lastId, $column)
|
|
* @method static mixed reorder($column, $direction)
|
|
* @method static mixed removeExistingOrdersFor($column)
|
|
* @method static mixed union($query, $all)
|
|
* @method static mixed unionAll($query)
|
|
* @method static mixed lock($value)
|
|
* @method static mixed lockForUpdate()
|
|
* @method static mixed sharedLock()
|
|
* @method static mixed beforeQuery(callable $callback)
|
|
* @method static mixed applyBeforeQueryCallbacks()
|
|
* @method static mixed afterQuery(Closure $callback)
|
|
* @method static mixed applyAfterQueryCallbacks($result)
|
|
* @method static mixed toSql()
|
|
* @method static mixed toRawSql()
|
|
* @method static mixed find($id, $columns)
|
|
* @method static mixed findOr($id, $columns, Closure $callback)
|
|
* @method static mixed value($column)
|
|
* @method static mixed rawValue(string $expression, array $bindings)
|
|
* @method static mixed soleValue($column)
|
|
* @method static mixed get($columns)
|
|
* @method static mixed runSelect()
|
|
* @method static mixed withoutGroupLimitKeys($items)
|
|
* @method static mixed paginate($perPage, $columns, $pageName, $page, $total)
|
|
* @method static mixed simplePaginate($perPage, $columns, $pageName, $page)
|
|
* @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor)
|
|
* @method static mixed ensureOrderForCursorPagination($shouldReverse)
|
|
* @method static mixed getCountForPagination($columns)
|
|
* @method static mixed runPaginationCountQuery($columns)
|
|
* @method static mixed cloneForPaginationCount()
|
|
* @method static mixed withoutSelectAliases(array $columns)
|
|
* @method static mixed cursor()
|
|
* @method static mixed enforceOrderBy()
|
|
* @method static mixed pluck($column, $key)
|
|
* @method static mixed stripTableForPluck($column)
|
|
* @method static mixed pluckFromObjectColumn($queryResult, $column, $key)
|
|
* @method static mixed pluckFromArrayColumn($queryResult, $column, $key)
|
|
* @method static mixed implode($column, $glue)
|
|
* @method static mixed exists()
|
|
* @method static mixed doesntExist()
|
|
* @method static mixed existsOr(Closure $callback)
|
|
* @method static mixed doesntExistOr(Closure $callback)
|
|
* @method static mixed count($columns)
|
|
* @method static mixed min($column)
|
|
* @method static mixed max($column)
|
|
* @method static mixed sum($column)
|
|
* @method static mixed avg($column)
|
|
* @method static mixed average($column)
|
|
* @method static mixed aggregate($function, $columns)
|
|
* @method static mixed numericAggregate($function, $columns)
|
|
* @method static mixed setAggregate($function, $columns)
|
|
* @method static mixed onceWithColumns($columns, $callback)
|
|
* @method static mixed insert(array $values)
|
|
* @method static mixed insertOrIgnore(array $values)
|
|
* @method static mixed insertGetId(array $values, $sequence)
|
|
* @method static mixed insertUsing(array $columns, $query)
|
|
* @method static mixed insertOrIgnoreUsing(array $columns, $query)
|
|
* @method static mixed update(array $values)
|
|
* @method static mixed updateFrom(array $values)
|
|
* @method static mixed updateOrInsert(array $attributes, callable|array $values)
|
|
* @method static mixed upsert(array $values, $uniqueBy, $update)
|
|
* @method static mixed increment($column, $amount, array $extra)
|
|
* @method static mixed incrementEach(array $columns, array $extra)
|
|
* @method static mixed decrement($column, $amount, array $extra)
|
|
* @method static mixed decrementEach(array $columns, array $extra)
|
|
* @method static mixed delete($id)
|
|
* @method static mixed truncate()
|
|
* @method static mixed newQuery()
|
|
* @method static mixed forSubQuery()
|
|
* @method static mixed getColumns()
|
|
* @method static mixed raw($value)
|
|
* @method static mixed getUnionBuilders()
|
|
* @method static mixed getBindings()
|
|
* @method static mixed getRawBindings()
|
|
* @method static mixed setBindings(array $bindings, $type)
|
|
* @method static mixed addBinding($value, $type)
|
|
* @method static mixed castBinding($value)
|
|
* @method static mixed mergeBindings(self $query)
|
|
* @method static mixed cleanBindings(array $bindings)
|
|
* @method static mixed flattenValue($value)
|
|
* @method static mixed defaultKeyName()
|
|
* @method static mixed getConnection()
|
|
* @method static mixed getProcessor()
|
|
* @method static mixed getGrammar()
|
|
* @method static mixed useWritePdo()
|
|
* @method static mixed isQueryable($value)
|
|
* @method static mixed clone()
|
|
* @method static mixed cloneWithout(array $properties)
|
|
* @method static mixed cloneWithoutBindings(array $except)
|
|
* @method static mixed dump($args)
|
|
* @method static mixed dumpRawSql()
|
|
* @method static mixed dd()
|
|
* @method static mixed ddRawSql()
|
|
* @method static mixed chunk($count, callable $callback)
|
|
* @method static mixed chunkMap(callable $callback, $count)
|
|
* @method static mixed each(callable $callback, $count)
|
|
* @method static mixed chunkById($count, callable $callback, $column, $alias)
|
|
* @method static mixed chunkByIdDesc($count, callable $callback, $column, $alias)
|
|
* @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending)
|
|
* @method static mixed eachById(callable $callback, $count, $column, $alias)
|
|
* @method static mixed lazy($chunkSize)
|
|
* @method static mixed lazyById($chunkSize, $column, $alias)
|
|
* @method static mixed lazyByIdDesc($chunkSize, $column, $alias)
|
|
* @method static mixed orderedLazyById($chunkSize, $column, $alias, $descending)
|
|
* @method static mixed first($columns)
|
|
* @method static mixed sole($columns)
|
|
* @method static mixed paginateUsingCursor($perPage, $columns, $cursorName, $cursor)
|
|
* @method static mixed getOriginalColumnNameForCursorPagination($builder, string $parameter)
|
|
* @method static mixed paginator($items, $total, $perPage, $currentPage, $options)
|
|
* @method static mixed simplePaginator($items, $perPage, $currentPage, $options)
|
|
* @method static mixed cursorPaginator($items, $perPage, $cursor, $options)
|
|
* @method static mixed tap($callback)
|
|
* @method static mixed when($value, callable $callback, callable $default)
|
|
* @method static mixed unless($value, callable $callback, callable $default)
|
|
* @method static mixed explain()
|
|
* @method static mixed forwardCallTo($object, $method, $parameters)
|
|
* @method static mixed forwardDecoratedCallTo($object, $method, $parameters)
|
|
* @method static mixed throwBadMethodCallException($method)
|
|
* @method static mixed macro($name, $macro)
|
|
* @method static mixed mixin($mixin, $replace)
|
|
* @method static mixed hasMacro($name)
|
|
* @method static mixed flushMacros()
|
|
* @method static mixed macroCall($method, $parameters)
|
|
* @mixin \Illuminate\Database\Query\Builder
|
|
*/
|
|
class Agriculture3C6 extends \App\Models\SigdModel
|
|
{
|
|
//
|
|
}
|
|
|
|
/**
|
|
* App\Models\BaselineDataMitigation
|
|
*
|
|
* @property-read \App\Models\Mitigation $mitigation
|
|
* @method static \Illuminate\Database\Eloquent\Builder<BaselineDataMitigation>|BaselineDataMitigation newModelQuery()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<BaselineDataMitigation>|BaselineDataMitigation newQuery()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<BaselineDataMitigation>|BaselineDataMitigation query()
|
|
* @method static mixed select($columns)
|
|
* @method static mixed selectSub($query, $as)
|
|
* @method static mixed selectRaw($expression, array $bindings)
|
|
* @method static mixed fromSub($query, $as)
|
|
* @method static mixed fromRaw($expression, $bindings)
|
|
* @method static mixed createSub($query)
|
|
* @method static mixed parseSub($query)
|
|
* @method static mixed prependDatabaseNameIfCrossDatabaseQuery($query)
|
|
* @method static mixed addSelect($column)
|
|
* @method static mixed distinct()
|
|
* @method static mixed from($table, $as)
|
|
* @method static mixed useIndex($index)
|
|
* @method static mixed forceIndex($index)
|
|
* @method static mixed ignoreIndex($index)
|
|
* @method static mixed join($table, $first, $operator, $second, $type, $where)
|
|
* @method static mixed joinWhere($table, $first, $operator, $second, $type)
|
|
* @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where)
|
|
* @method static mixed joinLateral($query, string $as, string $type)
|
|
* @method static mixed leftJoinLateral($query, string $as)
|
|
* @method static mixed leftJoin($table, $first, $operator, $second)
|
|
* @method static mixed leftJoinWhere($table, $first, $operator, $second)
|
|
* @method static mixed leftJoinSub($query, $as, $first, $operator, $second)
|
|
* @method static mixed rightJoin($table, $first, $operator, $second)
|
|
* @method static mixed rightJoinWhere($table, $first, $operator, $second)
|
|
* @method static mixed rightJoinSub($query, $as, $first, $operator, $second)
|
|
* @method static mixed crossJoin($table, $first, $operator, $second)
|
|
* @method static mixed crossJoinSub($query, $as)
|
|
* @method static mixed newJoinClause(self $parentQuery, $type, $table)
|
|
* @method static mixed newJoinLateralClause(self $parentQuery, $type, $table)
|
|
* @method static mixed mergeWheres($wheres, $bindings)
|
|
* @method static mixed where($column, $operator, $value, $boolean)
|
|
* @method static mixed addArrayOfWheres($column, $boolean, $method)
|
|
* @method static mixed prepareValueAndOperator($value, $operator, $useDefault)
|
|
* @method static mixed invalidOperatorAndValue($operator, $value)
|
|
* @method static mixed invalidOperator($operator)
|
|
* @method static mixed isBitwiseOperator($operator)
|
|
* @method static mixed orWhere($column, $operator, $value)
|
|
* @method static mixed whereNot($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereNot($column, $operator, $value)
|
|
* @method static mixed whereColumn($first, $operator, $second, $boolean)
|
|
* @method static mixed orWhereColumn($first, $operator, $second)
|
|
* @method static mixed whereRaw($sql, $bindings, $boolean)
|
|
* @method static mixed orWhereRaw($sql, $bindings)
|
|
* @method static mixed whereIn($column, $values, $boolean, $not)
|
|
* @method static mixed orWhereIn($column, $values)
|
|
* @method static mixed whereNotIn($column, $values, $boolean)
|
|
* @method static mixed orWhereNotIn($column, $values)
|
|
* @method static mixed whereIntegerInRaw($column, $values, $boolean, $not)
|
|
* @method static mixed orWhereIntegerInRaw($column, $values)
|
|
* @method static mixed whereIntegerNotInRaw($column, $values, $boolean)
|
|
* @method static mixed orWhereIntegerNotInRaw($column, $values)
|
|
* @method static mixed whereNull($columns, $boolean, $not)
|
|
* @method static mixed orWhereNull($column)
|
|
* @method static mixed whereNotNull($columns, $boolean)
|
|
* @method static mixed whereBetween($column, iterable $values, $boolean, $not)
|
|
* @method static mixed whereBetweenColumns($column, array $values, $boolean, $not)
|
|
* @method static mixed orWhereBetween($column, iterable $values)
|
|
* @method static mixed orWhereBetweenColumns($column, array $values)
|
|
* @method static mixed whereNotBetween($column, iterable $values, $boolean)
|
|
* @method static mixed whereNotBetweenColumns($column, array $values, $boolean)
|
|
* @method static mixed orWhereNotBetween($column, iterable $values)
|
|
* @method static mixed orWhereNotBetweenColumns($column, array $values)
|
|
* @method static mixed orWhereNotNull($column)
|
|
* @method static mixed whereDate($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereDate($column, $operator, $value)
|
|
* @method static mixed whereTime($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereTime($column, $operator, $value)
|
|
* @method static mixed whereDay($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereDay($column, $operator, $value)
|
|
* @method static mixed whereMonth($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereMonth($column, $operator, $value)
|
|
* @method static mixed whereYear($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereYear($column, $operator, $value)
|
|
* @method static mixed addDateBasedWhere($type, $column, $operator, $value, $boolean)
|
|
* @method static mixed whereNested(Closure $callback, $boolean)
|
|
* @method static mixed forNestedWhere()
|
|
* @method static mixed addNestedWhereQuery($query, $boolean)
|
|
* @method static mixed whereSub($column, $operator, $callback, $boolean)
|
|
* @method static mixed whereExists($callback, $boolean, $not)
|
|
* @method static mixed orWhereExists($callback, $not)
|
|
* @method static mixed whereNotExists($callback, $boolean)
|
|
* @method static mixed orWhereNotExists($callback)
|
|
* @method static mixed addWhereExistsQuery(self $query, $boolean, $not)
|
|
* @method static mixed whereRowValues($columns, $operator, $values, $boolean)
|
|
* @method static mixed orWhereRowValues($columns, $operator, $values)
|
|
* @method static mixed whereJsonContains($column, $value, $boolean, $not)
|
|
* @method static mixed orWhereJsonContains($column, $value)
|
|
* @method static mixed whereJsonDoesntContain($column, $value, $boolean)
|
|
* @method static mixed orWhereJsonDoesntContain($column, $value)
|
|
* @method static mixed whereJsonOverlaps($column, $value, $boolean, $not)
|
|
* @method static mixed orWhereJsonOverlaps($column, $value)
|
|
* @method static mixed whereJsonDoesntOverlap($column, $value, $boolean)
|
|
* @method static mixed orWhereJsonDoesntOverlap($column, $value)
|
|
* @method static mixed whereJsonContainsKey($column, $boolean, $not)
|
|
* @method static mixed orWhereJsonContainsKey($column)
|
|
* @method static mixed whereJsonDoesntContainKey($column, $boolean)
|
|
* @method static mixed orWhereJsonDoesntContainKey($column)
|
|
* @method static mixed whereJsonLength($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereJsonLength($column, $operator, $value)
|
|
* @method static mixed dynamicWhere($method, $parameters)
|
|
* @method static mixed addDynamic($segment, $connector, $parameters, $index)
|
|
* @method static mixed whereFullText($columns, $value, array $options, $boolean)
|
|
* @method static mixed orWhereFullText($columns, $value, array $options)
|
|
* @method static mixed whereAll($columns, $operator, $value, $boolean)
|
|
* @method static mixed orWhereAll($columns, $operator, $value)
|
|
* @method static mixed whereAny($columns, $operator, $value, $boolean)
|
|
* @method static mixed orWhereAny($columns, $operator, $value)
|
|
* @method static mixed groupBy($groups)
|
|
* @method static mixed groupByRaw($sql, array $bindings)
|
|
* @method static mixed having($column, $operator, $value, $boolean)
|
|
* @method static mixed orHaving($column, $operator, $value)
|
|
* @method static mixed havingNested(Closure $callback, $boolean)
|
|
* @method static mixed addNestedHavingQuery($query, $boolean)
|
|
* @method static mixed havingNull($columns, $boolean, $not)
|
|
* @method static mixed orHavingNull($column)
|
|
* @method static mixed havingNotNull($columns, $boolean)
|
|
* @method static mixed orHavingNotNull($column)
|
|
* @method static mixed havingBetween($column, iterable $values, $boolean, $not)
|
|
* @method static mixed havingRaw($sql, array $bindings, $boolean)
|
|
* @method static mixed orHavingRaw($sql, array $bindings)
|
|
* @method static mixed orderBy($column, $direction)
|
|
* @method static mixed orderByDesc($column)
|
|
* @method static mixed latest($column)
|
|
* @method static mixed oldest($column)
|
|
* @method static mixed inRandomOrder($seed)
|
|
* @method static mixed orderByRaw($sql, $bindings)
|
|
* @method static mixed skip($value)
|
|
* @method static mixed offset($value)
|
|
* @method static mixed take($value)
|
|
* @method static mixed limit($value)
|
|
* @method static mixed groupLimit($value, $column)
|
|
* @method static mixed forPage($page, $perPage)
|
|
* @method static mixed forPageBeforeId($perPage, $lastId, $column)
|
|
* @method static mixed forPageAfterId($perPage, $lastId, $column)
|
|
* @method static mixed reorder($column, $direction)
|
|
* @method static mixed removeExistingOrdersFor($column)
|
|
* @method static mixed union($query, $all)
|
|
* @method static mixed unionAll($query)
|
|
* @method static mixed lock($value)
|
|
* @method static mixed lockForUpdate()
|
|
* @method static mixed sharedLock()
|
|
* @method static mixed beforeQuery(callable $callback)
|
|
* @method static mixed applyBeforeQueryCallbacks()
|
|
* @method static mixed afterQuery(Closure $callback)
|
|
* @method static mixed applyAfterQueryCallbacks($result)
|
|
* @method static mixed toSql()
|
|
* @method static mixed toRawSql()
|
|
* @method static mixed find($id, $columns)
|
|
* @method static mixed findOr($id, $columns, Closure $callback)
|
|
* @method static mixed value($column)
|
|
* @method static mixed rawValue(string $expression, array $bindings)
|
|
* @method static mixed soleValue($column)
|
|
* @method static mixed get($columns)
|
|
* @method static mixed runSelect()
|
|
* @method static mixed withoutGroupLimitKeys($items)
|
|
* @method static mixed paginate($perPage, $columns, $pageName, $page, $total)
|
|
* @method static mixed simplePaginate($perPage, $columns, $pageName, $page)
|
|
* @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor)
|
|
* @method static mixed ensureOrderForCursorPagination($shouldReverse)
|
|
* @method static mixed getCountForPagination($columns)
|
|
* @method static mixed runPaginationCountQuery($columns)
|
|
* @method static mixed cloneForPaginationCount()
|
|
* @method static mixed withoutSelectAliases(array $columns)
|
|
* @method static mixed cursor()
|
|
* @method static mixed enforceOrderBy()
|
|
* @method static mixed pluck($column, $key)
|
|
* @method static mixed stripTableForPluck($column)
|
|
* @method static mixed pluckFromObjectColumn($queryResult, $column, $key)
|
|
* @method static mixed pluckFromArrayColumn($queryResult, $column, $key)
|
|
* @method static mixed implode($column, $glue)
|
|
* @method static mixed exists()
|
|
* @method static mixed doesntExist()
|
|
* @method static mixed existsOr(Closure $callback)
|
|
* @method static mixed doesntExistOr(Closure $callback)
|
|
* @method static mixed count($columns)
|
|
* @method static mixed min($column)
|
|
* @method static mixed max($column)
|
|
* @method static mixed sum($column)
|
|
* @method static mixed avg($column)
|
|
* @method static mixed average($column)
|
|
* @method static mixed aggregate($function, $columns)
|
|
* @method static mixed numericAggregate($function, $columns)
|
|
* @method static mixed setAggregate($function, $columns)
|
|
* @method static mixed onceWithColumns($columns, $callback)
|
|
* @method static mixed insert(array $values)
|
|
* @method static mixed insertOrIgnore(array $values)
|
|
* @method static mixed insertGetId(array $values, $sequence)
|
|
* @method static mixed insertUsing(array $columns, $query)
|
|
* @method static mixed insertOrIgnoreUsing(array $columns, $query)
|
|
* @method static mixed update(array $values)
|
|
* @method static mixed updateFrom(array $values)
|
|
* @method static mixed updateOrInsert(array $attributes, callable|array $values)
|
|
* @method static mixed upsert(array $values, $uniqueBy, $update)
|
|
* @method static mixed increment($column, $amount, array $extra)
|
|
* @method static mixed incrementEach(array $columns, array $extra)
|
|
* @method static mixed decrement($column, $amount, array $extra)
|
|
* @method static mixed decrementEach(array $columns, array $extra)
|
|
* @method static mixed delete($id)
|
|
* @method static mixed truncate()
|
|
* @method static mixed newQuery()
|
|
* @method static mixed forSubQuery()
|
|
* @method static mixed getColumns()
|
|
* @method static mixed raw($value)
|
|
* @method static mixed getUnionBuilders()
|
|
* @method static mixed getBindings()
|
|
* @method static mixed getRawBindings()
|
|
* @method static mixed setBindings(array $bindings, $type)
|
|
* @method static mixed addBinding($value, $type)
|
|
* @method static mixed castBinding($value)
|
|
* @method static mixed mergeBindings(self $query)
|
|
* @method static mixed cleanBindings(array $bindings)
|
|
* @method static mixed flattenValue($value)
|
|
* @method static mixed defaultKeyName()
|
|
* @method static mixed getConnection()
|
|
* @method static mixed getProcessor()
|
|
* @method static mixed getGrammar()
|
|
* @method static mixed useWritePdo()
|
|
* @method static mixed isQueryable($value)
|
|
* @method static mixed clone()
|
|
* @method static mixed cloneWithout(array $properties)
|
|
* @method static mixed cloneWithoutBindings(array $except)
|
|
* @method static mixed dump($args)
|
|
* @method static mixed dumpRawSql()
|
|
* @method static mixed dd()
|
|
* @method static mixed ddRawSql()
|
|
* @method static mixed chunk($count, callable $callback)
|
|
* @method static mixed chunkMap(callable $callback, $count)
|
|
* @method static mixed each(callable $callback, $count)
|
|
* @method static mixed chunkById($count, callable $callback, $column, $alias)
|
|
* @method static mixed chunkByIdDesc($count, callable $callback, $column, $alias)
|
|
* @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending)
|
|
* @method static mixed eachById(callable $callback, $count, $column, $alias)
|
|
* @method static mixed lazy($chunkSize)
|
|
* @method static mixed lazyById($chunkSize, $column, $alias)
|
|
* @method static mixed lazyByIdDesc($chunkSize, $column, $alias)
|
|
* @method static mixed orderedLazyById($chunkSize, $column, $alias, $descending)
|
|
* @method static mixed first($columns)
|
|
* @method static mixed sole($columns)
|
|
* @method static mixed paginateUsingCursor($perPage, $columns, $cursorName, $cursor)
|
|
* @method static mixed getOriginalColumnNameForCursorPagination($builder, string $parameter)
|
|
* @method static mixed paginator($items, $total, $perPage, $currentPage, $options)
|
|
* @method static mixed simplePaginator($items, $perPage, $currentPage, $options)
|
|
* @method static mixed cursorPaginator($items, $perPage, $cursor, $options)
|
|
* @method static mixed tap($callback)
|
|
* @method static mixed when($value, callable $callback, callable $default)
|
|
* @method static mixed unless($value, callable $callback, callable $default)
|
|
* @method static mixed explain()
|
|
* @method static mixed forwardCallTo($object, $method, $parameters)
|
|
* @method static mixed forwardDecoratedCallTo($object, $method, $parameters)
|
|
* @method static mixed throwBadMethodCallException($method)
|
|
* @method static mixed macro($name, $macro)
|
|
* @method static mixed mixin($mixin, $replace)
|
|
* @method static mixed hasMacro($name)
|
|
* @method static mixed flushMacros()
|
|
* @method static mixed macroCall($method, $parameters)
|
|
* @mixin \Illuminate\Database\Query\Builder
|
|
*/
|
|
class BaselineDataMitigation extends \Illuminate\Database\Eloquent\Model
|
|
{
|
|
//
|
|
}
|
|
|
|
/**
|
|
* App\Models\Calculation
|
|
*
|
|
* @property bool $ippu
|
|
* @property string|null $updated_by
|
|
* @property string|null $created_by
|
|
* @property \Illuminate\Support\Carbon|null $updated_at
|
|
* @property \Illuminate\Support\Carbon|null $created_at
|
|
* @property int $row_status
|
|
* @property \Illuminate\Support\Carbon|null $finished_time
|
|
* @property \Illuminate\Support\Carbon|null $executed_time
|
|
* @property int $calculation_status
|
|
* @property bool $waste
|
|
* @property bool $folu
|
|
* @property bool $agriculture
|
|
* @property bool $energy
|
|
* @property string $inventory_year
|
|
* @property string $id
|
|
* @property-read mixed $sector
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Calculation>|Calculation whereId($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Calculation>|Calculation whereInventoryYear($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Calculation>|Calculation whereEnergy($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Calculation>|Calculation whereAgriculture($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Calculation>|Calculation whereFolu($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Calculation>|Calculation whereWaste($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Calculation>|Calculation whereCalculationStatus($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Calculation>|Calculation whereExecutedTime($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Calculation>|Calculation whereFinishedTime($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Calculation>|Calculation whereRowStatus($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Calculation>|Calculation whereCreatedAt($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Calculation>|Calculation whereUpdatedAt($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Calculation>|Calculation whereCreatedBy($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Calculation>|Calculation whereUpdatedBy($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Calculation>|Calculation whereIppu($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Calculation>|Calculation rowActive()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Calculation>|Calculation isActive()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Calculation>|Calculation orderByRowNum()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Calculation>|Calculation newModelQuery()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Calculation>|Calculation newQuery()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Calculation>|Calculation query()
|
|
* @method static mixed select($columns)
|
|
* @method static mixed selectSub($query, $as)
|
|
* @method static mixed selectRaw($expression, array $bindings)
|
|
* @method static mixed fromSub($query, $as)
|
|
* @method static mixed fromRaw($expression, $bindings)
|
|
* @method static mixed createSub($query)
|
|
* @method static mixed parseSub($query)
|
|
* @method static mixed prependDatabaseNameIfCrossDatabaseQuery($query)
|
|
* @method static mixed addSelect($column)
|
|
* @method static mixed distinct()
|
|
* @method static mixed from($table, $as)
|
|
* @method static mixed useIndex($index)
|
|
* @method static mixed forceIndex($index)
|
|
* @method static mixed ignoreIndex($index)
|
|
* @method static mixed join($table, $first, $operator, $second, $type, $where)
|
|
* @method static mixed joinWhere($table, $first, $operator, $second, $type)
|
|
* @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where)
|
|
* @method static mixed joinLateral($query, string $as, string $type)
|
|
* @method static mixed leftJoinLateral($query, string $as)
|
|
* @method static mixed leftJoin($table, $first, $operator, $second)
|
|
* @method static mixed leftJoinWhere($table, $first, $operator, $second)
|
|
* @method static mixed leftJoinSub($query, $as, $first, $operator, $second)
|
|
* @method static mixed rightJoin($table, $first, $operator, $second)
|
|
* @method static mixed rightJoinWhere($table, $first, $operator, $second)
|
|
* @method static mixed rightJoinSub($query, $as, $first, $operator, $second)
|
|
* @method static mixed crossJoin($table, $first, $operator, $second)
|
|
* @method static mixed crossJoinSub($query, $as)
|
|
* @method static mixed newJoinClause(self $parentQuery, $type, $table)
|
|
* @method static mixed newJoinLateralClause(self $parentQuery, $type, $table)
|
|
* @method static mixed mergeWheres($wheres, $bindings)
|
|
* @method static mixed where($column, $operator, $value, $boolean)
|
|
* @method static mixed addArrayOfWheres($column, $boolean, $method)
|
|
* @method static mixed prepareValueAndOperator($value, $operator, $useDefault)
|
|
* @method static mixed invalidOperatorAndValue($operator, $value)
|
|
* @method static mixed invalidOperator($operator)
|
|
* @method static mixed isBitwiseOperator($operator)
|
|
* @method static mixed orWhere($column, $operator, $value)
|
|
* @method static mixed whereNot($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereNot($column, $operator, $value)
|
|
* @method static mixed whereColumn($first, $operator, $second, $boolean)
|
|
* @method static mixed orWhereColumn($first, $operator, $second)
|
|
* @method static mixed whereRaw($sql, $bindings, $boolean)
|
|
* @method static mixed orWhereRaw($sql, $bindings)
|
|
* @method static mixed whereIn($column, $values, $boolean, $not)
|
|
* @method static mixed orWhereIn($column, $values)
|
|
* @method static mixed whereNotIn($column, $values, $boolean)
|
|
* @method static mixed orWhereNotIn($column, $values)
|
|
* @method static mixed whereIntegerInRaw($column, $values, $boolean, $not)
|
|
* @method static mixed orWhereIntegerInRaw($column, $values)
|
|
* @method static mixed whereIntegerNotInRaw($column, $values, $boolean)
|
|
* @method static mixed orWhereIntegerNotInRaw($column, $values)
|
|
* @method static mixed whereNull($columns, $boolean, $not)
|
|
* @method static mixed orWhereNull($column)
|
|
* @method static mixed whereNotNull($columns, $boolean)
|
|
* @method static mixed whereBetween($column, iterable $values, $boolean, $not)
|
|
* @method static mixed whereBetweenColumns($column, array $values, $boolean, $not)
|
|
* @method static mixed orWhereBetween($column, iterable $values)
|
|
* @method static mixed orWhereBetweenColumns($column, array $values)
|
|
* @method static mixed whereNotBetween($column, iterable $values, $boolean)
|
|
* @method static mixed whereNotBetweenColumns($column, array $values, $boolean)
|
|
* @method static mixed orWhereNotBetween($column, iterable $values)
|
|
* @method static mixed orWhereNotBetweenColumns($column, array $values)
|
|
* @method static mixed orWhereNotNull($column)
|
|
* @method static mixed whereDate($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereDate($column, $operator, $value)
|
|
* @method static mixed whereTime($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereTime($column, $operator, $value)
|
|
* @method static mixed whereDay($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereDay($column, $operator, $value)
|
|
* @method static mixed whereMonth($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereMonth($column, $operator, $value)
|
|
* @method static mixed whereYear($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereYear($column, $operator, $value)
|
|
* @method static mixed addDateBasedWhere($type, $column, $operator, $value, $boolean)
|
|
* @method static mixed whereNested(Closure $callback, $boolean)
|
|
* @method static mixed forNestedWhere()
|
|
* @method static mixed addNestedWhereQuery($query, $boolean)
|
|
* @method static mixed whereSub($column, $operator, $callback, $boolean)
|
|
* @method static mixed whereExists($callback, $boolean, $not)
|
|
* @method static mixed orWhereExists($callback, $not)
|
|
* @method static mixed whereNotExists($callback, $boolean)
|
|
* @method static mixed orWhereNotExists($callback)
|
|
* @method static mixed addWhereExistsQuery(self $query, $boolean, $not)
|
|
* @method static mixed whereRowValues($columns, $operator, $values, $boolean)
|
|
* @method static mixed orWhereRowValues($columns, $operator, $values)
|
|
* @method static mixed whereJsonContains($column, $value, $boolean, $not)
|
|
* @method static mixed orWhereJsonContains($column, $value)
|
|
* @method static mixed whereJsonDoesntContain($column, $value, $boolean)
|
|
* @method static mixed orWhereJsonDoesntContain($column, $value)
|
|
* @method static mixed whereJsonOverlaps($column, $value, $boolean, $not)
|
|
* @method static mixed orWhereJsonOverlaps($column, $value)
|
|
* @method static mixed whereJsonDoesntOverlap($column, $value, $boolean)
|
|
* @method static mixed orWhereJsonDoesntOverlap($column, $value)
|
|
* @method static mixed whereJsonContainsKey($column, $boolean, $not)
|
|
* @method static mixed orWhereJsonContainsKey($column)
|
|
* @method static mixed whereJsonDoesntContainKey($column, $boolean)
|
|
* @method static mixed orWhereJsonDoesntContainKey($column)
|
|
* @method static mixed whereJsonLength($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereJsonLength($column, $operator, $value)
|
|
* @method static mixed dynamicWhere($method, $parameters)
|
|
* @method static mixed addDynamic($segment, $connector, $parameters, $index)
|
|
* @method static mixed whereFullText($columns, $value, array $options, $boolean)
|
|
* @method static mixed orWhereFullText($columns, $value, array $options)
|
|
* @method static mixed whereAll($columns, $operator, $value, $boolean)
|
|
* @method static mixed orWhereAll($columns, $operator, $value)
|
|
* @method static mixed whereAny($columns, $operator, $value, $boolean)
|
|
* @method static mixed orWhereAny($columns, $operator, $value)
|
|
* @method static mixed groupBy($groups)
|
|
* @method static mixed groupByRaw($sql, array $bindings)
|
|
* @method static mixed having($column, $operator, $value, $boolean)
|
|
* @method static mixed orHaving($column, $operator, $value)
|
|
* @method static mixed havingNested(Closure $callback, $boolean)
|
|
* @method static mixed addNestedHavingQuery($query, $boolean)
|
|
* @method static mixed havingNull($columns, $boolean, $not)
|
|
* @method static mixed orHavingNull($column)
|
|
* @method static mixed havingNotNull($columns, $boolean)
|
|
* @method static mixed orHavingNotNull($column)
|
|
* @method static mixed havingBetween($column, iterable $values, $boolean, $not)
|
|
* @method static mixed havingRaw($sql, array $bindings, $boolean)
|
|
* @method static mixed orHavingRaw($sql, array $bindings)
|
|
* @method static mixed orderBy($column, $direction)
|
|
* @method static mixed orderByDesc($column)
|
|
* @method static mixed latest($column)
|
|
* @method static mixed oldest($column)
|
|
* @method static mixed inRandomOrder($seed)
|
|
* @method static mixed orderByRaw($sql, $bindings)
|
|
* @method static mixed skip($value)
|
|
* @method static mixed offset($value)
|
|
* @method static mixed take($value)
|
|
* @method static mixed limit($value)
|
|
* @method static mixed groupLimit($value, $column)
|
|
* @method static mixed forPage($page, $perPage)
|
|
* @method static mixed forPageBeforeId($perPage, $lastId, $column)
|
|
* @method static mixed forPageAfterId($perPage, $lastId, $column)
|
|
* @method static mixed reorder($column, $direction)
|
|
* @method static mixed removeExistingOrdersFor($column)
|
|
* @method static mixed union($query, $all)
|
|
* @method static mixed unionAll($query)
|
|
* @method static mixed lock($value)
|
|
* @method static mixed lockForUpdate()
|
|
* @method static mixed sharedLock()
|
|
* @method static mixed beforeQuery(callable $callback)
|
|
* @method static mixed applyBeforeQueryCallbacks()
|
|
* @method static mixed afterQuery(Closure $callback)
|
|
* @method static mixed applyAfterQueryCallbacks($result)
|
|
* @method static mixed toSql()
|
|
* @method static mixed toRawSql()
|
|
* @method static mixed find($id, $columns)
|
|
* @method static mixed findOr($id, $columns, Closure $callback)
|
|
* @method static mixed value($column)
|
|
* @method static mixed rawValue(string $expression, array $bindings)
|
|
* @method static mixed soleValue($column)
|
|
* @method static mixed get($columns)
|
|
* @method static mixed runSelect()
|
|
* @method static mixed withoutGroupLimitKeys($items)
|
|
* @method static mixed paginate($perPage, $columns, $pageName, $page, $total)
|
|
* @method static mixed simplePaginate($perPage, $columns, $pageName, $page)
|
|
* @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor)
|
|
* @method static mixed ensureOrderForCursorPagination($shouldReverse)
|
|
* @method static mixed getCountForPagination($columns)
|
|
* @method static mixed runPaginationCountQuery($columns)
|
|
* @method static mixed cloneForPaginationCount()
|
|
* @method static mixed withoutSelectAliases(array $columns)
|
|
* @method static mixed cursor()
|
|
* @method static mixed enforceOrderBy()
|
|
* @method static mixed pluck($column, $key)
|
|
* @method static mixed stripTableForPluck($column)
|
|
* @method static mixed pluckFromObjectColumn($queryResult, $column, $key)
|
|
* @method static mixed pluckFromArrayColumn($queryResult, $column, $key)
|
|
* @method static mixed implode($column, $glue)
|
|
* @method static mixed exists()
|
|
* @method static mixed doesntExist()
|
|
* @method static mixed existsOr(Closure $callback)
|
|
* @method static mixed doesntExistOr(Closure $callback)
|
|
* @method static mixed count($columns)
|
|
* @method static mixed min($column)
|
|
* @method static mixed max($column)
|
|
* @method static mixed sum($column)
|
|
* @method static mixed avg($column)
|
|
* @method static mixed average($column)
|
|
* @method static mixed aggregate($function, $columns)
|
|
* @method static mixed numericAggregate($function, $columns)
|
|
* @method static mixed setAggregate($function, $columns)
|
|
* @method static mixed onceWithColumns($columns, $callback)
|
|
* @method static mixed insert(array $values)
|
|
* @method static mixed insertOrIgnore(array $values)
|
|
* @method static mixed insertGetId(array $values, $sequence)
|
|
* @method static mixed insertUsing(array $columns, $query)
|
|
* @method static mixed insertOrIgnoreUsing(array $columns, $query)
|
|
* @method static mixed update(array $values)
|
|
* @method static mixed updateFrom(array $values)
|
|
* @method static mixed updateOrInsert(array $attributes, callable|array $values)
|
|
* @method static mixed upsert(array $values, $uniqueBy, $update)
|
|
* @method static mixed increment($column, $amount, array $extra)
|
|
* @method static mixed incrementEach(array $columns, array $extra)
|
|
* @method static mixed decrement($column, $amount, array $extra)
|
|
* @method static mixed decrementEach(array $columns, array $extra)
|
|
* @method static mixed delete($id)
|
|
* @method static mixed truncate()
|
|
* @method static mixed newQuery()
|
|
* @method static mixed forSubQuery()
|
|
* @method static mixed getColumns()
|
|
* @method static mixed raw($value)
|
|
* @method static mixed getUnionBuilders()
|
|
* @method static mixed getBindings()
|
|
* @method static mixed getRawBindings()
|
|
* @method static mixed setBindings(array $bindings, $type)
|
|
* @method static mixed addBinding($value, $type)
|
|
* @method static mixed castBinding($value)
|
|
* @method static mixed mergeBindings(self $query)
|
|
* @method static mixed cleanBindings(array $bindings)
|
|
* @method static mixed flattenValue($value)
|
|
* @method static mixed defaultKeyName()
|
|
* @method static mixed getConnection()
|
|
* @method static mixed getProcessor()
|
|
* @method static mixed getGrammar()
|
|
* @method static mixed useWritePdo()
|
|
* @method static mixed isQueryable($value)
|
|
* @method static mixed clone()
|
|
* @method static mixed cloneWithout(array $properties)
|
|
* @method static mixed cloneWithoutBindings(array $except)
|
|
* @method static mixed dump($args)
|
|
* @method static mixed dumpRawSql()
|
|
* @method static mixed dd()
|
|
* @method static mixed ddRawSql()
|
|
* @method static mixed chunk($count, callable $callback)
|
|
* @method static mixed chunkMap(callable $callback, $count)
|
|
* @method static mixed each(callable $callback, $count)
|
|
* @method static mixed chunkById($count, callable $callback, $column, $alias)
|
|
* @method static mixed chunkByIdDesc($count, callable $callback, $column, $alias)
|
|
* @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending)
|
|
* @method static mixed eachById(callable $callback, $count, $column, $alias)
|
|
* @method static mixed lazy($chunkSize)
|
|
* @method static mixed lazyById($chunkSize, $column, $alias)
|
|
* @method static mixed lazyByIdDesc($chunkSize, $column, $alias)
|
|
* @method static mixed orderedLazyById($chunkSize, $column, $alias, $descending)
|
|
* @method static mixed first($columns)
|
|
* @method static mixed sole($columns)
|
|
* @method static mixed paginateUsingCursor($perPage, $columns, $cursorName, $cursor)
|
|
* @method static mixed getOriginalColumnNameForCursorPagination($builder, string $parameter)
|
|
* @method static mixed paginator($items, $total, $perPage, $currentPage, $options)
|
|
* @method static mixed simplePaginator($items, $perPage, $currentPage, $options)
|
|
* @method static mixed cursorPaginator($items, $perPage, $cursor, $options)
|
|
* @method static mixed tap($callback)
|
|
* @method static mixed when($value, callable $callback, callable $default)
|
|
* @method static mixed unless($value, callable $callback, callable $default)
|
|
* @method static mixed explain()
|
|
* @method static mixed forwardCallTo($object, $method, $parameters)
|
|
* @method static mixed forwardDecoratedCallTo($object, $method, $parameters)
|
|
* @method static mixed throwBadMethodCallException($method)
|
|
* @method static mixed macro($name, $macro)
|
|
* @method static mixed mixin($mixin, $replace)
|
|
* @method static mixed hasMacro($name)
|
|
* @method static mixed flushMacros()
|
|
* @method static mixed macroCall($method, $parameters)
|
|
* @mixin \Illuminate\Database\Query\Builder
|
|
*/
|
|
class Calculation extends \App\Models\SigdModel
|
|
{
|
|
//
|
|
}
|
|
|
|
/**
|
|
* App\Models\CmsFileDataAktivitas
|
|
*
|
|
* @property string|null $sub_sector
|
|
* @property string|null $updated_by
|
|
* @property string|null $created_by
|
|
* @property \Illuminate\Support\Carbon|null $updated_at
|
|
* @property \Illuminate\Support\Carbon|null $created_at
|
|
* @property int $row_status
|
|
* @property string|null $description
|
|
* @property string $file_upload
|
|
* @property string $name
|
|
* @property string $inventory_year
|
|
* @property string $sector
|
|
* @property string $id
|
|
* @property-read \App\Models\ReferenceSector $sectorData
|
|
* @property-read \App\Models\ReferenceSubSector $subSector
|
|
* @property-read \App\Models\User $creator
|
|
* @method static \Illuminate\Database\Eloquent\Builder<CmsFileDataAktivitas>|CmsFileDataAktivitas whereId($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<CmsFileDataAktivitas>|CmsFileDataAktivitas whereSector($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<CmsFileDataAktivitas>|CmsFileDataAktivitas whereInventoryYear($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<CmsFileDataAktivitas>|CmsFileDataAktivitas whereName($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<CmsFileDataAktivitas>|CmsFileDataAktivitas whereFileUpload($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<CmsFileDataAktivitas>|CmsFileDataAktivitas whereDescription($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<CmsFileDataAktivitas>|CmsFileDataAktivitas whereRowStatus($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<CmsFileDataAktivitas>|CmsFileDataAktivitas whereCreatedAt($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<CmsFileDataAktivitas>|CmsFileDataAktivitas whereUpdatedAt($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<CmsFileDataAktivitas>|CmsFileDataAktivitas whereCreatedBy($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<CmsFileDataAktivitas>|CmsFileDataAktivitas whereUpdatedBy($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<CmsFileDataAktivitas>|CmsFileDataAktivitas whereSubSector($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<CmsFileDataAktivitas>|CmsFileDataAktivitas rowActive()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<CmsFileDataAktivitas>|CmsFileDataAktivitas isActive()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<CmsFileDataAktivitas>|CmsFileDataAktivitas orderByRowNum()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<CmsFileDataAktivitas>|CmsFileDataAktivitas newModelQuery()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<CmsFileDataAktivitas>|CmsFileDataAktivitas newQuery()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<CmsFileDataAktivitas>|CmsFileDataAktivitas query()
|
|
* @method static mixed select($columns)
|
|
* @method static mixed selectSub($query, $as)
|
|
* @method static mixed selectRaw($expression, array $bindings)
|
|
* @method static mixed fromSub($query, $as)
|
|
* @method static mixed fromRaw($expression, $bindings)
|
|
* @method static mixed createSub($query)
|
|
* @method static mixed parseSub($query)
|
|
* @method static mixed prependDatabaseNameIfCrossDatabaseQuery($query)
|
|
* @method static mixed addSelect($column)
|
|
* @method static mixed distinct()
|
|
* @method static mixed from($table, $as)
|
|
* @method static mixed useIndex($index)
|
|
* @method static mixed forceIndex($index)
|
|
* @method static mixed ignoreIndex($index)
|
|
* @method static mixed join($table, $first, $operator, $second, $type, $where)
|
|
* @method static mixed joinWhere($table, $first, $operator, $second, $type)
|
|
* @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where)
|
|
* @method static mixed joinLateral($query, string $as, string $type)
|
|
* @method static mixed leftJoinLateral($query, string $as)
|
|
* @method static mixed leftJoin($table, $first, $operator, $second)
|
|
* @method static mixed leftJoinWhere($table, $first, $operator, $second)
|
|
* @method static mixed leftJoinSub($query, $as, $first, $operator, $second)
|
|
* @method static mixed rightJoin($table, $first, $operator, $second)
|
|
* @method static mixed rightJoinWhere($table, $first, $operator, $second)
|
|
* @method static mixed rightJoinSub($query, $as, $first, $operator, $second)
|
|
* @method static mixed crossJoin($table, $first, $operator, $second)
|
|
* @method static mixed crossJoinSub($query, $as)
|
|
* @method static mixed newJoinClause(self $parentQuery, $type, $table)
|
|
* @method static mixed newJoinLateralClause(self $parentQuery, $type, $table)
|
|
* @method static mixed mergeWheres($wheres, $bindings)
|
|
* @method static mixed where($column, $operator, $value, $boolean)
|
|
* @method static mixed addArrayOfWheres($column, $boolean, $method)
|
|
* @method static mixed prepareValueAndOperator($value, $operator, $useDefault)
|
|
* @method static mixed invalidOperatorAndValue($operator, $value)
|
|
* @method static mixed invalidOperator($operator)
|
|
* @method static mixed isBitwiseOperator($operator)
|
|
* @method static mixed orWhere($column, $operator, $value)
|
|
* @method static mixed whereNot($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereNot($column, $operator, $value)
|
|
* @method static mixed whereColumn($first, $operator, $second, $boolean)
|
|
* @method static mixed orWhereColumn($first, $operator, $second)
|
|
* @method static mixed whereRaw($sql, $bindings, $boolean)
|
|
* @method static mixed orWhereRaw($sql, $bindings)
|
|
* @method static mixed whereIn($column, $values, $boolean, $not)
|
|
* @method static mixed orWhereIn($column, $values)
|
|
* @method static mixed whereNotIn($column, $values, $boolean)
|
|
* @method static mixed orWhereNotIn($column, $values)
|
|
* @method static mixed whereIntegerInRaw($column, $values, $boolean, $not)
|
|
* @method static mixed orWhereIntegerInRaw($column, $values)
|
|
* @method static mixed whereIntegerNotInRaw($column, $values, $boolean)
|
|
* @method static mixed orWhereIntegerNotInRaw($column, $values)
|
|
* @method static mixed whereNull($columns, $boolean, $not)
|
|
* @method static mixed orWhereNull($column)
|
|
* @method static mixed whereNotNull($columns, $boolean)
|
|
* @method static mixed whereBetween($column, iterable $values, $boolean, $not)
|
|
* @method static mixed whereBetweenColumns($column, array $values, $boolean, $not)
|
|
* @method static mixed orWhereBetween($column, iterable $values)
|
|
* @method static mixed orWhereBetweenColumns($column, array $values)
|
|
* @method static mixed whereNotBetween($column, iterable $values, $boolean)
|
|
* @method static mixed whereNotBetweenColumns($column, array $values, $boolean)
|
|
* @method static mixed orWhereNotBetween($column, iterable $values)
|
|
* @method static mixed orWhereNotBetweenColumns($column, array $values)
|
|
* @method static mixed orWhereNotNull($column)
|
|
* @method static mixed whereDate($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereDate($column, $operator, $value)
|
|
* @method static mixed whereTime($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereTime($column, $operator, $value)
|
|
* @method static mixed whereDay($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereDay($column, $operator, $value)
|
|
* @method static mixed whereMonth($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereMonth($column, $operator, $value)
|
|
* @method static mixed whereYear($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereYear($column, $operator, $value)
|
|
* @method static mixed addDateBasedWhere($type, $column, $operator, $value, $boolean)
|
|
* @method static mixed whereNested(Closure $callback, $boolean)
|
|
* @method static mixed forNestedWhere()
|
|
* @method static mixed addNestedWhereQuery($query, $boolean)
|
|
* @method static mixed whereSub($column, $operator, $callback, $boolean)
|
|
* @method static mixed whereExists($callback, $boolean, $not)
|
|
* @method static mixed orWhereExists($callback, $not)
|
|
* @method static mixed whereNotExists($callback, $boolean)
|
|
* @method static mixed orWhereNotExists($callback)
|
|
* @method static mixed addWhereExistsQuery(self $query, $boolean, $not)
|
|
* @method static mixed whereRowValues($columns, $operator, $values, $boolean)
|
|
* @method static mixed orWhereRowValues($columns, $operator, $values)
|
|
* @method static mixed whereJsonContains($column, $value, $boolean, $not)
|
|
* @method static mixed orWhereJsonContains($column, $value)
|
|
* @method static mixed whereJsonDoesntContain($column, $value, $boolean)
|
|
* @method static mixed orWhereJsonDoesntContain($column, $value)
|
|
* @method static mixed whereJsonOverlaps($column, $value, $boolean, $not)
|
|
* @method static mixed orWhereJsonOverlaps($column, $value)
|
|
* @method static mixed whereJsonDoesntOverlap($column, $value, $boolean)
|
|
* @method static mixed orWhereJsonDoesntOverlap($column, $value)
|
|
* @method static mixed whereJsonContainsKey($column, $boolean, $not)
|
|
* @method static mixed orWhereJsonContainsKey($column)
|
|
* @method static mixed whereJsonDoesntContainKey($column, $boolean)
|
|
* @method static mixed orWhereJsonDoesntContainKey($column)
|
|
* @method static mixed whereJsonLength($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereJsonLength($column, $operator, $value)
|
|
* @method static mixed dynamicWhere($method, $parameters)
|
|
* @method static mixed addDynamic($segment, $connector, $parameters, $index)
|
|
* @method static mixed whereFullText($columns, $value, array $options, $boolean)
|
|
* @method static mixed orWhereFullText($columns, $value, array $options)
|
|
* @method static mixed whereAll($columns, $operator, $value, $boolean)
|
|
* @method static mixed orWhereAll($columns, $operator, $value)
|
|
* @method static mixed whereAny($columns, $operator, $value, $boolean)
|
|
* @method static mixed orWhereAny($columns, $operator, $value)
|
|
* @method static mixed groupBy($groups)
|
|
* @method static mixed groupByRaw($sql, array $bindings)
|
|
* @method static mixed having($column, $operator, $value, $boolean)
|
|
* @method static mixed orHaving($column, $operator, $value)
|
|
* @method static mixed havingNested(Closure $callback, $boolean)
|
|
* @method static mixed addNestedHavingQuery($query, $boolean)
|
|
* @method static mixed havingNull($columns, $boolean, $not)
|
|
* @method static mixed orHavingNull($column)
|
|
* @method static mixed havingNotNull($columns, $boolean)
|
|
* @method static mixed orHavingNotNull($column)
|
|
* @method static mixed havingBetween($column, iterable $values, $boolean, $not)
|
|
* @method static mixed havingRaw($sql, array $bindings, $boolean)
|
|
* @method static mixed orHavingRaw($sql, array $bindings)
|
|
* @method static mixed orderBy($column, $direction)
|
|
* @method static mixed orderByDesc($column)
|
|
* @method static mixed latest($column)
|
|
* @method static mixed oldest($column)
|
|
* @method static mixed inRandomOrder($seed)
|
|
* @method static mixed orderByRaw($sql, $bindings)
|
|
* @method static mixed skip($value)
|
|
* @method static mixed offset($value)
|
|
* @method static mixed take($value)
|
|
* @method static mixed limit($value)
|
|
* @method static mixed groupLimit($value, $column)
|
|
* @method static mixed forPage($page, $perPage)
|
|
* @method static mixed forPageBeforeId($perPage, $lastId, $column)
|
|
* @method static mixed forPageAfterId($perPage, $lastId, $column)
|
|
* @method static mixed reorder($column, $direction)
|
|
* @method static mixed removeExistingOrdersFor($column)
|
|
* @method static mixed union($query, $all)
|
|
* @method static mixed unionAll($query)
|
|
* @method static mixed lock($value)
|
|
* @method static mixed lockForUpdate()
|
|
* @method static mixed sharedLock()
|
|
* @method static mixed beforeQuery(callable $callback)
|
|
* @method static mixed applyBeforeQueryCallbacks()
|
|
* @method static mixed afterQuery(Closure $callback)
|
|
* @method static mixed applyAfterQueryCallbacks($result)
|
|
* @method static mixed toSql()
|
|
* @method static mixed toRawSql()
|
|
* @method static mixed find($id, $columns)
|
|
* @method static mixed findOr($id, $columns, Closure $callback)
|
|
* @method static mixed value($column)
|
|
* @method static mixed rawValue(string $expression, array $bindings)
|
|
* @method static mixed soleValue($column)
|
|
* @method static mixed get($columns)
|
|
* @method static mixed runSelect()
|
|
* @method static mixed withoutGroupLimitKeys($items)
|
|
* @method static mixed paginate($perPage, $columns, $pageName, $page, $total)
|
|
* @method static mixed simplePaginate($perPage, $columns, $pageName, $page)
|
|
* @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor)
|
|
* @method static mixed ensureOrderForCursorPagination($shouldReverse)
|
|
* @method static mixed getCountForPagination($columns)
|
|
* @method static mixed runPaginationCountQuery($columns)
|
|
* @method static mixed cloneForPaginationCount()
|
|
* @method static mixed withoutSelectAliases(array $columns)
|
|
* @method static mixed cursor()
|
|
* @method static mixed enforceOrderBy()
|
|
* @method static mixed pluck($column, $key)
|
|
* @method static mixed stripTableForPluck($column)
|
|
* @method static mixed pluckFromObjectColumn($queryResult, $column, $key)
|
|
* @method static mixed pluckFromArrayColumn($queryResult, $column, $key)
|
|
* @method static mixed implode($column, $glue)
|
|
* @method static mixed exists()
|
|
* @method static mixed doesntExist()
|
|
* @method static mixed existsOr(Closure $callback)
|
|
* @method static mixed doesntExistOr(Closure $callback)
|
|
* @method static mixed count($columns)
|
|
* @method static mixed min($column)
|
|
* @method static mixed max($column)
|
|
* @method static mixed sum($column)
|
|
* @method static mixed avg($column)
|
|
* @method static mixed average($column)
|
|
* @method static mixed aggregate($function, $columns)
|
|
* @method static mixed numericAggregate($function, $columns)
|
|
* @method static mixed setAggregate($function, $columns)
|
|
* @method static mixed onceWithColumns($columns, $callback)
|
|
* @method static mixed insert(array $values)
|
|
* @method static mixed insertOrIgnore(array $values)
|
|
* @method static mixed insertGetId(array $values, $sequence)
|
|
* @method static mixed insertUsing(array $columns, $query)
|
|
* @method static mixed insertOrIgnoreUsing(array $columns, $query)
|
|
* @method static mixed update(array $values)
|
|
* @method static mixed updateFrom(array $values)
|
|
* @method static mixed updateOrInsert(array $attributes, callable|array $values)
|
|
* @method static mixed upsert(array $values, $uniqueBy, $update)
|
|
* @method static mixed increment($column, $amount, array $extra)
|
|
* @method static mixed incrementEach(array $columns, array $extra)
|
|
* @method static mixed decrement($column, $amount, array $extra)
|
|
* @method static mixed decrementEach(array $columns, array $extra)
|
|
* @method static mixed delete($id)
|
|
* @method static mixed truncate()
|
|
* @method static mixed newQuery()
|
|
* @method static mixed forSubQuery()
|
|
* @method static mixed getColumns()
|
|
* @method static mixed raw($value)
|
|
* @method static mixed getUnionBuilders()
|
|
* @method static mixed getBindings()
|
|
* @method static mixed getRawBindings()
|
|
* @method static mixed setBindings(array $bindings, $type)
|
|
* @method static mixed addBinding($value, $type)
|
|
* @method static mixed castBinding($value)
|
|
* @method static mixed mergeBindings(self $query)
|
|
* @method static mixed cleanBindings(array $bindings)
|
|
* @method static mixed flattenValue($value)
|
|
* @method static mixed defaultKeyName()
|
|
* @method static mixed getConnection()
|
|
* @method static mixed getProcessor()
|
|
* @method static mixed getGrammar()
|
|
* @method static mixed useWritePdo()
|
|
* @method static mixed isQueryable($value)
|
|
* @method static mixed clone()
|
|
* @method static mixed cloneWithout(array $properties)
|
|
* @method static mixed cloneWithoutBindings(array $except)
|
|
* @method static mixed dump($args)
|
|
* @method static mixed dumpRawSql()
|
|
* @method static mixed dd()
|
|
* @method static mixed ddRawSql()
|
|
* @method static mixed chunk($count, callable $callback)
|
|
* @method static mixed chunkMap(callable $callback, $count)
|
|
* @method static mixed each(callable $callback, $count)
|
|
* @method static mixed chunkById($count, callable $callback, $column, $alias)
|
|
* @method static mixed chunkByIdDesc($count, callable $callback, $column, $alias)
|
|
* @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending)
|
|
* @method static mixed eachById(callable $callback, $count, $column, $alias)
|
|
* @method static mixed lazy($chunkSize)
|
|
* @method static mixed lazyById($chunkSize, $column, $alias)
|
|
* @method static mixed lazyByIdDesc($chunkSize, $column, $alias)
|
|
* @method static mixed orderedLazyById($chunkSize, $column, $alias, $descending)
|
|
* @method static mixed first($columns)
|
|
* @method static mixed sole($columns)
|
|
* @method static mixed paginateUsingCursor($perPage, $columns, $cursorName, $cursor)
|
|
* @method static mixed getOriginalColumnNameForCursorPagination($builder, string $parameter)
|
|
* @method static mixed paginator($items, $total, $perPage, $currentPage, $options)
|
|
* @method static mixed simplePaginator($items, $perPage, $currentPage, $options)
|
|
* @method static mixed cursorPaginator($items, $perPage, $cursor, $options)
|
|
* @method static mixed tap($callback)
|
|
* @method static mixed when($value, callable $callback, callable $default)
|
|
* @method static mixed unless($value, callable $callback, callable $default)
|
|
* @method static mixed explain()
|
|
* @method static mixed forwardCallTo($object, $method, $parameters)
|
|
* @method static mixed forwardDecoratedCallTo($object, $method, $parameters)
|
|
* @method static mixed throwBadMethodCallException($method)
|
|
* @method static mixed macro($name, $macro)
|
|
* @method static mixed mixin($mixin, $replace)
|
|
* @method static mixed hasMacro($name)
|
|
* @method static mixed flushMacros()
|
|
* @method static mixed macroCall($method, $parameters)
|
|
* @mixin \Illuminate\Database\Query\Builder
|
|
*/
|
|
class CmsFileDataAktivitas extends \App\Models\SigdModel
|
|
{
|
|
//
|
|
}
|
|
|
|
/**
|
|
* App\Models\CmsFilePeraturan
|
|
*
|
|
* @property string|null $updated_by
|
|
* @property string|null $created_by
|
|
* @property \Illuminate\Support\Carbon|null $updated_at
|
|
* @property \Illuminate\Support\Carbon|null $created_at
|
|
* @property int $row_status
|
|
* @property string|null $description
|
|
* @property string|null $file_upload
|
|
* @property string $name
|
|
* @property string $id
|
|
* @method static \Illuminate\Database\Eloquent\Builder<CmsFilePeraturan>|CmsFilePeraturan whereId($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<CmsFilePeraturan>|CmsFilePeraturan whereName($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<CmsFilePeraturan>|CmsFilePeraturan whereFileUpload($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<CmsFilePeraturan>|CmsFilePeraturan whereDescription($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<CmsFilePeraturan>|CmsFilePeraturan whereRowStatus($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<CmsFilePeraturan>|CmsFilePeraturan whereCreatedAt($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<CmsFilePeraturan>|CmsFilePeraturan whereUpdatedAt($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<CmsFilePeraturan>|CmsFilePeraturan whereCreatedBy($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<CmsFilePeraturan>|CmsFilePeraturan whereUpdatedBy($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<CmsFilePeraturan>|CmsFilePeraturan rowActive()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<CmsFilePeraturan>|CmsFilePeraturan isActive()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<CmsFilePeraturan>|CmsFilePeraturan orderByRowNum()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<CmsFilePeraturan>|CmsFilePeraturan newModelQuery()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<CmsFilePeraturan>|CmsFilePeraturan newQuery()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<CmsFilePeraturan>|CmsFilePeraturan query()
|
|
* @method static mixed select($columns)
|
|
* @method static mixed selectSub($query, $as)
|
|
* @method static mixed selectRaw($expression, array $bindings)
|
|
* @method static mixed fromSub($query, $as)
|
|
* @method static mixed fromRaw($expression, $bindings)
|
|
* @method static mixed createSub($query)
|
|
* @method static mixed parseSub($query)
|
|
* @method static mixed prependDatabaseNameIfCrossDatabaseQuery($query)
|
|
* @method static mixed addSelect($column)
|
|
* @method static mixed distinct()
|
|
* @method static mixed from($table, $as)
|
|
* @method static mixed useIndex($index)
|
|
* @method static mixed forceIndex($index)
|
|
* @method static mixed ignoreIndex($index)
|
|
* @method static mixed join($table, $first, $operator, $second, $type, $where)
|
|
* @method static mixed joinWhere($table, $first, $operator, $second, $type)
|
|
* @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where)
|
|
* @method static mixed joinLateral($query, string $as, string $type)
|
|
* @method static mixed leftJoinLateral($query, string $as)
|
|
* @method static mixed leftJoin($table, $first, $operator, $second)
|
|
* @method static mixed leftJoinWhere($table, $first, $operator, $second)
|
|
* @method static mixed leftJoinSub($query, $as, $first, $operator, $second)
|
|
* @method static mixed rightJoin($table, $first, $operator, $second)
|
|
* @method static mixed rightJoinWhere($table, $first, $operator, $second)
|
|
* @method static mixed rightJoinSub($query, $as, $first, $operator, $second)
|
|
* @method static mixed crossJoin($table, $first, $operator, $second)
|
|
* @method static mixed crossJoinSub($query, $as)
|
|
* @method static mixed newJoinClause(self $parentQuery, $type, $table)
|
|
* @method static mixed newJoinLateralClause(self $parentQuery, $type, $table)
|
|
* @method static mixed mergeWheres($wheres, $bindings)
|
|
* @method static mixed where($column, $operator, $value, $boolean)
|
|
* @method static mixed addArrayOfWheres($column, $boolean, $method)
|
|
* @method static mixed prepareValueAndOperator($value, $operator, $useDefault)
|
|
* @method static mixed invalidOperatorAndValue($operator, $value)
|
|
* @method static mixed invalidOperator($operator)
|
|
* @method static mixed isBitwiseOperator($operator)
|
|
* @method static mixed orWhere($column, $operator, $value)
|
|
* @method static mixed whereNot($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereNot($column, $operator, $value)
|
|
* @method static mixed whereColumn($first, $operator, $second, $boolean)
|
|
* @method static mixed orWhereColumn($first, $operator, $second)
|
|
* @method static mixed whereRaw($sql, $bindings, $boolean)
|
|
* @method static mixed orWhereRaw($sql, $bindings)
|
|
* @method static mixed whereIn($column, $values, $boolean, $not)
|
|
* @method static mixed orWhereIn($column, $values)
|
|
* @method static mixed whereNotIn($column, $values, $boolean)
|
|
* @method static mixed orWhereNotIn($column, $values)
|
|
* @method static mixed whereIntegerInRaw($column, $values, $boolean, $not)
|
|
* @method static mixed orWhereIntegerInRaw($column, $values)
|
|
* @method static mixed whereIntegerNotInRaw($column, $values, $boolean)
|
|
* @method static mixed orWhereIntegerNotInRaw($column, $values)
|
|
* @method static mixed whereNull($columns, $boolean, $not)
|
|
* @method static mixed orWhereNull($column)
|
|
* @method static mixed whereNotNull($columns, $boolean)
|
|
* @method static mixed whereBetween($column, iterable $values, $boolean, $not)
|
|
* @method static mixed whereBetweenColumns($column, array $values, $boolean, $not)
|
|
* @method static mixed orWhereBetween($column, iterable $values)
|
|
* @method static mixed orWhereBetweenColumns($column, array $values)
|
|
* @method static mixed whereNotBetween($column, iterable $values, $boolean)
|
|
* @method static mixed whereNotBetweenColumns($column, array $values, $boolean)
|
|
* @method static mixed orWhereNotBetween($column, iterable $values)
|
|
* @method static mixed orWhereNotBetweenColumns($column, array $values)
|
|
* @method static mixed orWhereNotNull($column)
|
|
* @method static mixed whereDate($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereDate($column, $operator, $value)
|
|
* @method static mixed whereTime($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereTime($column, $operator, $value)
|
|
* @method static mixed whereDay($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereDay($column, $operator, $value)
|
|
* @method static mixed whereMonth($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereMonth($column, $operator, $value)
|
|
* @method static mixed whereYear($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereYear($column, $operator, $value)
|
|
* @method static mixed addDateBasedWhere($type, $column, $operator, $value, $boolean)
|
|
* @method static mixed whereNested(Closure $callback, $boolean)
|
|
* @method static mixed forNestedWhere()
|
|
* @method static mixed addNestedWhereQuery($query, $boolean)
|
|
* @method static mixed whereSub($column, $operator, $callback, $boolean)
|
|
* @method static mixed whereExists($callback, $boolean, $not)
|
|
* @method static mixed orWhereExists($callback, $not)
|
|
* @method static mixed whereNotExists($callback, $boolean)
|
|
* @method static mixed orWhereNotExists($callback)
|
|
* @method static mixed addWhereExistsQuery(self $query, $boolean, $not)
|
|
* @method static mixed whereRowValues($columns, $operator, $values, $boolean)
|
|
* @method static mixed orWhereRowValues($columns, $operator, $values)
|
|
* @method static mixed whereJsonContains($column, $value, $boolean, $not)
|
|
* @method static mixed orWhereJsonContains($column, $value)
|
|
* @method static mixed whereJsonDoesntContain($column, $value, $boolean)
|
|
* @method static mixed orWhereJsonDoesntContain($column, $value)
|
|
* @method static mixed whereJsonOverlaps($column, $value, $boolean, $not)
|
|
* @method static mixed orWhereJsonOverlaps($column, $value)
|
|
* @method static mixed whereJsonDoesntOverlap($column, $value, $boolean)
|
|
* @method static mixed orWhereJsonDoesntOverlap($column, $value)
|
|
* @method static mixed whereJsonContainsKey($column, $boolean, $not)
|
|
* @method static mixed orWhereJsonContainsKey($column)
|
|
* @method static mixed whereJsonDoesntContainKey($column, $boolean)
|
|
* @method static mixed orWhereJsonDoesntContainKey($column)
|
|
* @method static mixed whereJsonLength($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereJsonLength($column, $operator, $value)
|
|
* @method static mixed dynamicWhere($method, $parameters)
|
|
* @method static mixed addDynamic($segment, $connector, $parameters, $index)
|
|
* @method static mixed whereFullText($columns, $value, array $options, $boolean)
|
|
* @method static mixed orWhereFullText($columns, $value, array $options)
|
|
* @method static mixed whereAll($columns, $operator, $value, $boolean)
|
|
* @method static mixed orWhereAll($columns, $operator, $value)
|
|
* @method static mixed whereAny($columns, $operator, $value, $boolean)
|
|
* @method static mixed orWhereAny($columns, $operator, $value)
|
|
* @method static mixed groupBy($groups)
|
|
* @method static mixed groupByRaw($sql, array $bindings)
|
|
* @method static mixed having($column, $operator, $value, $boolean)
|
|
* @method static mixed orHaving($column, $operator, $value)
|
|
* @method static mixed havingNested(Closure $callback, $boolean)
|
|
* @method static mixed addNestedHavingQuery($query, $boolean)
|
|
* @method static mixed havingNull($columns, $boolean, $not)
|
|
* @method static mixed orHavingNull($column)
|
|
* @method static mixed havingNotNull($columns, $boolean)
|
|
* @method static mixed orHavingNotNull($column)
|
|
* @method static mixed havingBetween($column, iterable $values, $boolean, $not)
|
|
* @method static mixed havingRaw($sql, array $bindings, $boolean)
|
|
* @method static mixed orHavingRaw($sql, array $bindings)
|
|
* @method static mixed orderBy($column, $direction)
|
|
* @method static mixed orderByDesc($column)
|
|
* @method static mixed latest($column)
|
|
* @method static mixed oldest($column)
|
|
* @method static mixed inRandomOrder($seed)
|
|
* @method static mixed orderByRaw($sql, $bindings)
|
|
* @method static mixed skip($value)
|
|
* @method static mixed offset($value)
|
|
* @method static mixed take($value)
|
|
* @method static mixed limit($value)
|
|
* @method static mixed groupLimit($value, $column)
|
|
* @method static mixed forPage($page, $perPage)
|
|
* @method static mixed forPageBeforeId($perPage, $lastId, $column)
|
|
* @method static mixed forPageAfterId($perPage, $lastId, $column)
|
|
* @method static mixed reorder($column, $direction)
|
|
* @method static mixed removeExistingOrdersFor($column)
|
|
* @method static mixed union($query, $all)
|
|
* @method static mixed unionAll($query)
|
|
* @method static mixed lock($value)
|
|
* @method static mixed lockForUpdate()
|
|
* @method static mixed sharedLock()
|
|
* @method static mixed beforeQuery(callable $callback)
|
|
* @method static mixed applyBeforeQueryCallbacks()
|
|
* @method static mixed afterQuery(Closure $callback)
|
|
* @method static mixed applyAfterQueryCallbacks($result)
|
|
* @method static mixed toSql()
|
|
* @method static mixed toRawSql()
|
|
* @method static mixed find($id, $columns)
|
|
* @method static mixed findOr($id, $columns, Closure $callback)
|
|
* @method static mixed value($column)
|
|
* @method static mixed rawValue(string $expression, array $bindings)
|
|
* @method static mixed soleValue($column)
|
|
* @method static mixed get($columns)
|
|
* @method static mixed runSelect()
|
|
* @method static mixed withoutGroupLimitKeys($items)
|
|
* @method static mixed paginate($perPage, $columns, $pageName, $page, $total)
|
|
* @method static mixed simplePaginate($perPage, $columns, $pageName, $page)
|
|
* @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor)
|
|
* @method static mixed ensureOrderForCursorPagination($shouldReverse)
|
|
* @method static mixed getCountForPagination($columns)
|
|
* @method static mixed runPaginationCountQuery($columns)
|
|
* @method static mixed cloneForPaginationCount()
|
|
* @method static mixed withoutSelectAliases(array $columns)
|
|
* @method static mixed cursor()
|
|
* @method static mixed enforceOrderBy()
|
|
* @method static mixed pluck($column, $key)
|
|
* @method static mixed stripTableForPluck($column)
|
|
* @method static mixed pluckFromObjectColumn($queryResult, $column, $key)
|
|
* @method static mixed pluckFromArrayColumn($queryResult, $column, $key)
|
|
* @method static mixed implode($column, $glue)
|
|
* @method static mixed exists()
|
|
* @method static mixed doesntExist()
|
|
* @method static mixed existsOr(Closure $callback)
|
|
* @method static mixed doesntExistOr(Closure $callback)
|
|
* @method static mixed count($columns)
|
|
* @method static mixed min($column)
|
|
* @method static mixed max($column)
|
|
* @method static mixed sum($column)
|
|
* @method static mixed avg($column)
|
|
* @method static mixed average($column)
|
|
* @method static mixed aggregate($function, $columns)
|
|
* @method static mixed numericAggregate($function, $columns)
|
|
* @method static mixed setAggregate($function, $columns)
|
|
* @method static mixed onceWithColumns($columns, $callback)
|
|
* @method static mixed insert(array $values)
|
|
* @method static mixed insertOrIgnore(array $values)
|
|
* @method static mixed insertGetId(array $values, $sequence)
|
|
* @method static mixed insertUsing(array $columns, $query)
|
|
* @method static mixed insertOrIgnoreUsing(array $columns, $query)
|
|
* @method static mixed update(array $values)
|
|
* @method static mixed updateFrom(array $values)
|
|
* @method static mixed updateOrInsert(array $attributes, callable|array $values)
|
|
* @method static mixed upsert(array $values, $uniqueBy, $update)
|
|
* @method static mixed increment($column, $amount, array $extra)
|
|
* @method static mixed incrementEach(array $columns, array $extra)
|
|
* @method static mixed decrement($column, $amount, array $extra)
|
|
* @method static mixed decrementEach(array $columns, array $extra)
|
|
* @method static mixed delete($id)
|
|
* @method static mixed truncate()
|
|
* @method static mixed newQuery()
|
|
* @method static mixed forSubQuery()
|
|
* @method static mixed getColumns()
|
|
* @method static mixed raw($value)
|
|
* @method static mixed getUnionBuilders()
|
|
* @method static mixed getBindings()
|
|
* @method static mixed getRawBindings()
|
|
* @method static mixed setBindings(array $bindings, $type)
|
|
* @method static mixed addBinding($value, $type)
|
|
* @method static mixed castBinding($value)
|
|
* @method static mixed mergeBindings(self $query)
|
|
* @method static mixed cleanBindings(array $bindings)
|
|
* @method static mixed flattenValue($value)
|
|
* @method static mixed defaultKeyName()
|
|
* @method static mixed getConnection()
|
|
* @method static mixed getProcessor()
|
|
* @method static mixed getGrammar()
|
|
* @method static mixed useWritePdo()
|
|
* @method static mixed isQueryable($value)
|
|
* @method static mixed clone()
|
|
* @method static mixed cloneWithout(array $properties)
|
|
* @method static mixed cloneWithoutBindings(array $except)
|
|
* @method static mixed dump($args)
|
|
* @method static mixed dumpRawSql()
|
|
* @method static mixed dd()
|
|
* @method static mixed ddRawSql()
|
|
* @method static mixed chunk($count, callable $callback)
|
|
* @method static mixed chunkMap(callable $callback, $count)
|
|
* @method static mixed each(callable $callback, $count)
|
|
* @method static mixed chunkById($count, callable $callback, $column, $alias)
|
|
* @method static mixed chunkByIdDesc($count, callable $callback, $column, $alias)
|
|
* @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending)
|
|
* @method static mixed eachById(callable $callback, $count, $column, $alias)
|
|
* @method static mixed lazy($chunkSize)
|
|
* @method static mixed lazyById($chunkSize, $column, $alias)
|
|
* @method static mixed lazyByIdDesc($chunkSize, $column, $alias)
|
|
* @method static mixed orderedLazyById($chunkSize, $column, $alias, $descending)
|
|
* @method static mixed first($columns)
|
|
* @method static mixed sole($columns)
|
|
* @method static mixed paginateUsingCursor($perPage, $columns, $cursorName, $cursor)
|
|
* @method static mixed getOriginalColumnNameForCursorPagination($builder, string $parameter)
|
|
* @method static mixed paginator($items, $total, $perPage, $currentPage, $options)
|
|
* @method static mixed simplePaginator($items, $perPage, $currentPage, $options)
|
|
* @method static mixed cursorPaginator($items, $perPage, $cursor, $options)
|
|
* @method static mixed tap($callback)
|
|
* @method static mixed when($value, callable $callback, callable $default)
|
|
* @method static mixed unless($value, callable $callback, callable $default)
|
|
* @method static mixed explain()
|
|
* @method static mixed forwardCallTo($object, $method, $parameters)
|
|
* @method static mixed forwardDecoratedCallTo($object, $method, $parameters)
|
|
* @method static mixed throwBadMethodCallException($method)
|
|
* @method static mixed macro($name, $macro)
|
|
* @method static mixed mixin($mixin, $replace)
|
|
* @method static mixed hasMacro($name)
|
|
* @method static mixed flushMacros()
|
|
* @method static mixed macroCall($method, $parameters)
|
|
* @mixin \Illuminate\Database\Query\Builder
|
|
*/
|
|
class CmsFilePeraturan extends \App\Models\SigdModel
|
|
{
|
|
//
|
|
}
|
|
|
|
/**
|
|
* App\Models\DataMitigation
|
|
*
|
|
* @property-read \App\Models\Mitigation $mitigation
|
|
* @method static \Illuminate\Database\Eloquent\Builder<DataMitigation>|DataMitigation newModelQuery()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<DataMitigation>|DataMitigation newQuery()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<DataMitigation>|DataMitigation query()
|
|
* @method static mixed select($columns)
|
|
* @method static mixed selectSub($query, $as)
|
|
* @method static mixed selectRaw($expression, array $bindings)
|
|
* @method static mixed fromSub($query, $as)
|
|
* @method static mixed fromRaw($expression, $bindings)
|
|
* @method static mixed createSub($query)
|
|
* @method static mixed parseSub($query)
|
|
* @method static mixed prependDatabaseNameIfCrossDatabaseQuery($query)
|
|
* @method static mixed addSelect($column)
|
|
* @method static mixed distinct()
|
|
* @method static mixed from($table, $as)
|
|
* @method static mixed useIndex($index)
|
|
* @method static mixed forceIndex($index)
|
|
* @method static mixed ignoreIndex($index)
|
|
* @method static mixed join($table, $first, $operator, $second, $type, $where)
|
|
* @method static mixed joinWhere($table, $first, $operator, $second, $type)
|
|
* @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where)
|
|
* @method static mixed joinLateral($query, string $as, string $type)
|
|
* @method static mixed leftJoinLateral($query, string $as)
|
|
* @method static mixed leftJoin($table, $first, $operator, $second)
|
|
* @method static mixed leftJoinWhere($table, $first, $operator, $second)
|
|
* @method static mixed leftJoinSub($query, $as, $first, $operator, $second)
|
|
* @method static mixed rightJoin($table, $first, $operator, $second)
|
|
* @method static mixed rightJoinWhere($table, $first, $operator, $second)
|
|
* @method static mixed rightJoinSub($query, $as, $first, $operator, $second)
|
|
* @method static mixed crossJoin($table, $first, $operator, $second)
|
|
* @method static mixed crossJoinSub($query, $as)
|
|
* @method static mixed newJoinClause(self $parentQuery, $type, $table)
|
|
* @method static mixed newJoinLateralClause(self $parentQuery, $type, $table)
|
|
* @method static mixed mergeWheres($wheres, $bindings)
|
|
* @method static mixed where($column, $operator, $value, $boolean)
|
|
* @method static mixed addArrayOfWheres($column, $boolean, $method)
|
|
* @method static mixed prepareValueAndOperator($value, $operator, $useDefault)
|
|
* @method static mixed invalidOperatorAndValue($operator, $value)
|
|
* @method static mixed invalidOperator($operator)
|
|
* @method static mixed isBitwiseOperator($operator)
|
|
* @method static mixed orWhere($column, $operator, $value)
|
|
* @method static mixed whereNot($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereNot($column, $operator, $value)
|
|
* @method static mixed whereColumn($first, $operator, $second, $boolean)
|
|
* @method static mixed orWhereColumn($first, $operator, $second)
|
|
* @method static mixed whereRaw($sql, $bindings, $boolean)
|
|
* @method static mixed orWhereRaw($sql, $bindings)
|
|
* @method static mixed whereIn($column, $values, $boolean, $not)
|
|
* @method static mixed orWhereIn($column, $values)
|
|
* @method static mixed whereNotIn($column, $values, $boolean)
|
|
* @method static mixed orWhereNotIn($column, $values)
|
|
* @method static mixed whereIntegerInRaw($column, $values, $boolean, $not)
|
|
* @method static mixed orWhereIntegerInRaw($column, $values)
|
|
* @method static mixed whereIntegerNotInRaw($column, $values, $boolean)
|
|
* @method static mixed orWhereIntegerNotInRaw($column, $values)
|
|
* @method static mixed whereNull($columns, $boolean, $not)
|
|
* @method static mixed orWhereNull($column)
|
|
* @method static mixed whereNotNull($columns, $boolean)
|
|
* @method static mixed whereBetween($column, iterable $values, $boolean, $not)
|
|
* @method static mixed whereBetweenColumns($column, array $values, $boolean, $not)
|
|
* @method static mixed orWhereBetween($column, iterable $values)
|
|
* @method static mixed orWhereBetweenColumns($column, array $values)
|
|
* @method static mixed whereNotBetween($column, iterable $values, $boolean)
|
|
* @method static mixed whereNotBetweenColumns($column, array $values, $boolean)
|
|
* @method static mixed orWhereNotBetween($column, iterable $values)
|
|
* @method static mixed orWhereNotBetweenColumns($column, array $values)
|
|
* @method static mixed orWhereNotNull($column)
|
|
* @method static mixed whereDate($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereDate($column, $operator, $value)
|
|
* @method static mixed whereTime($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereTime($column, $operator, $value)
|
|
* @method static mixed whereDay($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereDay($column, $operator, $value)
|
|
* @method static mixed whereMonth($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereMonth($column, $operator, $value)
|
|
* @method static mixed whereYear($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereYear($column, $operator, $value)
|
|
* @method static mixed addDateBasedWhere($type, $column, $operator, $value, $boolean)
|
|
* @method static mixed whereNested(Closure $callback, $boolean)
|
|
* @method static mixed forNestedWhere()
|
|
* @method static mixed addNestedWhereQuery($query, $boolean)
|
|
* @method static mixed whereSub($column, $operator, $callback, $boolean)
|
|
* @method static mixed whereExists($callback, $boolean, $not)
|
|
* @method static mixed orWhereExists($callback, $not)
|
|
* @method static mixed whereNotExists($callback, $boolean)
|
|
* @method static mixed orWhereNotExists($callback)
|
|
* @method static mixed addWhereExistsQuery(self $query, $boolean, $not)
|
|
* @method static mixed whereRowValues($columns, $operator, $values, $boolean)
|
|
* @method static mixed orWhereRowValues($columns, $operator, $values)
|
|
* @method static mixed whereJsonContains($column, $value, $boolean, $not)
|
|
* @method static mixed orWhereJsonContains($column, $value)
|
|
* @method static mixed whereJsonDoesntContain($column, $value, $boolean)
|
|
* @method static mixed orWhereJsonDoesntContain($column, $value)
|
|
* @method static mixed whereJsonOverlaps($column, $value, $boolean, $not)
|
|
* @method static mixed orWhereJsonOverlaps($column, $value)
|
|
* @method static mixed whereJsonDoesntOverlap($column, $value, $boolean)
|
|
* @method static mixed orWhereJsonDoesntOverlap($column, $value)
|
|
* @method static mixed whereJsonContainsKey($column, $boolean, $not)
|
|
* @method static mixed orWhereJsonContainsKey($column)
|
|
* @method static mixed whereJsonDoesntContainKey($column, $boolean)
|
|
* @method static mixed orWhereJsonDoesntContainKey($column)
|
|
* @method static mixed whereJsonLength($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereJsonLength($column, $operator, $value)
|
|
* @method static mixed dynamicWhere($method, $parameters)
|
|
* @method static mixed addDynamic($segment, $connector, $parameters, $index)
|
|
* @method static mixed whereFullText($columns, $value, array $options, $boolean)
|
|
* @method static mixed orWhereFullText($columns, $value, array $options)
|
|
* @method static mixed whereAll($columns, $operator, $value, $boolean)
|
|
* @method static mixed orWhereAll($columns, $operator, $value)
|
|
* @method static mixed whereAny($columns, $operator, $value, $boolean)
|
|
* @method static mixed orWhereAny($columns, $operator, $value)
|
|
* @method static mixed groupBy($groups)
|
|
* @method static mixed groupByRaw($sql, array $bindings)
|
|
* @method static mixed having($column, $operator, $value, $boolean)
|
|
* @method static mixed orHaving($column, $operator, $value)
|
|
* @method static mixed havingNested(Closure $callback, $boolean)
|
|
* @method static mixed addNestedHavingQuery($query, $boolean)
|
|
* @method static mixed havingNull($columns, $boolean, $not)
|
|
* @method static mixed orHavingNull($column)
|
|
* @method static mixed havingNotNull($columns, $boolean)
|
|
* @method static mixed orHavingNotNull($column)
|
|
* @method static mixed havingBetween($column, iterable $values, $boolean, $not)
|
|
* @method static mixed havingRaw($sql, array $bindings, $boolean)
|
|
* @method static mixed orHavingRaw($sql, array $bindings)
|
|
* @method static mixed orderBy($column, $direction)
|
|
* @method static mixed orderByDesc($column)
|
|
* @method static mixed latest($column)
|
|
* @method static mixed oldest($column)
|
|
* @method static mixed inRandomOrder($seed)
|
|
* @method static mixed orderByRaw($sql, $bindings)
|
|
* @method static mixed skip($value)
|
|
* @method static mixed offset($value)
|
|
* @method static mixed take($value)
|
|
* @method static mixed limit($value)
|
|
* @method static mixed groupLimit($value, $column)
|
|
* @method static mixed forPage($page, $perPage)
|
|
* @method static mixed forPageBeforeId($perPage, $lastId, $column)
|
|
* @method static mixed forPageAfterId($perPage, $lastId, $column)
|
|
* @method static mixed reorder($column, $direction)
|
|
* @method static mixed removeExistingOrdersFor($column)
|
|
* @method static mixed union($query, $all)
|
|
* @method static mixed unionAll($query)
|
|
* @method static mixed lock($value)
|
|
* @method static mixed lockForUpdate()
|
|
* @method static mixed sharedLock()
|
|
* @method static mixed beforeQuery(callable $callback)
|
|
* @method static mixed applyBeforeQueryCallbacks()
|
|
* @method static mixed afterQuery(Closure $callback)
|
|
* @method static mixed applyAfterQueryCallbacks($result)
|
|
* @method static mixed toSql()
|
|
* @method static mixed toRawSql()
|
|
* @method static mixed find($id, $columns)
|
|
* @method static mixed findOr($id, $columns, Closure $callback)
|
|
* @method static mixed value($column)
|
|
* @method static mixed rawValue(string $expression, array $bindings)
|
|
* @method static mixed soleValue($column)
|
|
* @method static mixed get($columns)
|
|
* @method static mixed runSelect()
|
|
* @method static mixed withoutGroupLimitKeys($items)
|
|
* @method static mixed paginate($perPage, $columns, $pageName, $page, $total)
|
|
* @method static mixed simplePaginate($perPage, $columns, $pageName, $page)
|
|
* @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor)
|
|
* @method static mixed ensureOrderForCursorPagination($shouldReverse)
|
|
* @method static mixed getCountForPagination($columns)
|
|
* @method static mixed runPaginationCountQuery($columns)
|
|
* @method static mixed cloneForPaginationCount()
|
|
* @method static mixed withoutSelectAliases(array $columns)
|
|
* @method static mixed cursor()
|
|
* @method static mixed enforceOrderBy()
|
|
* @method static mixed pluck($column, $key)
|
|
* @method static mixed stripTableForPluck($column)
|
|
* @method static mixed pluckFromObjectColumn($queryResult, $column, $key)
|
|
* @method static mixed pluckFromArrayColumn($queryResult, $column, $key)
|
|
* @method static mixed implode($column, $glue)
|
|
* @method static mixed exists()
|
|
* @method static mixed doesntExist()
|
|
* @method static mixed existsOr(Closure $callback)
|
|
* @method static mixed doesntExistOr(Closure $callback)
|
|
* @method static mixed count($columns)
|
|
* @method static mixed min($column)
|
|
* @method static mixed max($column)
|
|
* @method static mixed sum($column)
|
|
* @method static mixed avg($column)
|
|
* @method static mixed average($column)
|
|
* @method static mixed aggregate($function, $columns)
|
|
* @method static mixed numericAggregate($function, $columns)
|
|
* @method static mixed setAggregate($function, $columns)
|
|
* @method static mixed onceWithColumns($columns, $callback)
|
|
* @method static mixed insert(array $values)
|
|
* @method static mixed insertOrIgnore(array $values)
|
|
* @method static mixed insertGetId(array $values, $sequence)
|
|
* @method static mixed insertUsing(array $columns, $query)
|
|
* @method static mixed insertOrIgnoreUsing(array $columns, $query)
|
|
* @method static mixed update(array $values)
|
|
* @method static mixed updateFrom(array $values)
|
|
* @method static mixed updateOrInsert(array $attributes, callable|array $values)
|
|
* @method static mixed upsert(array $values, $uniqueBy, $update)
|
|
* @method static mixed increment($column, $amount, array $extra)
|
|
* @method static mixed incrementEach(array $columns, array $extra)
|
|
* @method static mixed decrement($column, $amount, array $extra)
|
|
* @method static mixed decrementEach(array $columns, array $extra)
|
|
* @method static mixed delete($id)
|
|
* @method static mixed truncate()
|
|
* @method static mixed newQuery()
|
|
* @method static mixed forSubQuery()
|
|
* @method static mixed getColumns()
|
|
* @method static mixed raw($value)
|
|
* @method static mixed getUnionBuilders()
|
|
* @method static mixed getBindings()
|
|
* @method static mixed getRawBindings()
|
|
* @method static mixed setBindings(array $bindings, $type)
|
|
* @method static mixed addBinding($value, $type)
|
|
* @method static mixed castBinding($value)
|
|
* @method static mixed mergeBindings(self $query)
|
|
* @method static mixed cleanBindings(array $bindings)
|
|
* @method static mixed flattenValue($value)
|
|
* @method static mixed defaultKeyName()
|
|
* @method static mixed getConnection()
|
|
* @method static mixed getProcessor()
|
|
* @method static mixed getGrammar()
|
|
* @method static mixed useWritePdo()
|
|
* @method static mixed isQueryable($value)
|
|
* @method static mixed clone()
|
|
* @method static mixed cloneWithout(array $properties)
|
|
* @method static mixed cloneWithoutBindings(array $except)
|
|
* @method static mixed dump($args)
|
|
* @method static mixed dumpRawSql()
|
|
* @method static mixed dd()
|
|
* @method static mixed ddRawSql()
|
|
* @method static mixed chunk($count, callable $callback)
|
|
* @method static mixed chunkMap(callable $callback, $count)
|
|
* @method static mixed each(callable $callback, $count)
|
|
* @method static mixed chunkById($count, callable $callback, $column, $alias)
|
|
* @method static mixed chunkByIdDesc($count, callable $callback, $column, $alias)
|
|
* @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending)
|
|
* @method static mixed eachById(callable $callback, $count, $column, $alias)
|
|
* @method static mixed lazy($chunkSize)
|
|
* @method static mixed lazyById($chunkSize, $column, $alias)
|
|
* @method static mixed lazyByIdDesc($chunkSize, $column, $alias)
|
|
* @method static mixed orderedLazyById($chunkSize, $column, $alias, $descending)
|
|
* @method static mixed first($columns)
|
|
* @method static mixed sole($columns)
|
|
* @method static mixed paginateUsingCursor($perPage, $columns, $cursorName, $cursor)
|
|
* @method static mixed getOriginalColumnNameForCursorPagination($builder, string $parameter)
|
|
* @method static mixed paginator($items, $total, $perPage, $currentPage, $options)
|
|
* @method static mixed simplePaginator($items, $perPage, $currentPage, $options)
|
|
* @method static mixed cursorPaginator($items, $perPage, $cursor, $options)
|
|
* @method static mixed tap($callback)
|
|
* @method static mixed when($value, callable $callback, callable $default)
|
|
* @method static mixed unless($value, callable $callback, callable $default)
|
|
* @method static mixed explain()
|
|
* @method static mixed forwardCallTo($object, $method, $parameters)
|
|
* @method static mixed forwardDecoratedCallTo($object, $method, $parameters)
|
|
* @method static mixed throwBadMethodCallException($method)
|
|
* @method static mixed macro($name, $macro)
|
|
* @method static mixed mixin($mixin, $replace)
|
|
* @method static mixed hasMacro($name)
|
|
* @method static mixed flushMacros()
|
|
* @method static mixed macroCall($method, $parameters)
|
|
* @mixin \Illuminate\Database\Query\Builder
|
|
*/
|
|
class DataMitigation extends \Illuminate\Database\Eloquent\Model
|
|
{
|
|
//
|
|
}
|
|
|
|
/**
|
|
* App\Models\EmissionFactorMitigation
|
|
*
|
|
* @property-read \App\Models\Mitigation $mitigation
|
|
* @method static \Illuminate\Database\Eloquent\Builder<EmissionFactorMitigation>|EmissionFactorMitigation newModelQuery()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<EmissionFactorMitigation>|EmissionFactorMitigation newQuery()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<EmissionFactorMitigation>|EmissionFactorMitigation query()
|
|
* @method static mixed select($columns)
|
|
* @method static mixed selectSub($query, $as)
|
|
* @method static mixed selectRaw($expression, array $bindings)
|
|
* @method static mixed fromSub($query, $as)
|
|
* @method static mixed fromRaw($expression, $bindings)
|
|
* @method static mixed createSub($query)
|
|
* @method static mixed parseSub($query)
|
|
* @method static mixed prependDatabaseNameIfCrossDatabaseQuery($query)
|
|
* @method static mixed addSelect($column)
|
|
* @method static mixed distinct()
|
|
* @method static mixed from($table, $as)
|
|
* @method static mixed useIndex($index)
|
|
* @method static mixed forceIndex($index)
|
|
* @method static mixed ignoreIndex($index)
|
|
* @method static mixed join($table, $first, $operator, $second, $type, $where)
|
|
* @method static mixed joinWhere($table, $first, $operator, $second, $type)
|
|
* @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where)
|
|
* @method static mixed joinLateral($query, string $as, string $type)
|
|
* @method static mixed leftJoinLateral($query, string $as)
|
|
* @method static mixed leftJoin($table, $first, $operator, $second)
|
|
* @method static mixed leftJoinWhere($table, $first, $operator, $second)
|
|
* @method static mixed leftJoinSub($query, $as, $first, $operator, $second)
|
|
* @method static mixed rightJoin($table, $first, $operator, $second)
|
|
* @method static mixed rightJoinWhere($table, $first, $operator, $second)
|
|
* @method static mixed rightJoinSub($query, $as, $first, $operator, $second)
|
|
* @method static mixed crossJoin($table, $first, $operator, $second)
|
|
* @method static mixed crossJoinSub($query, $as)
|
|
* @method static mixed newJoinClause(self $parentQuery, $type, $table)
|
|
* @method static mixed newJoinLateralClause(self $parentQuery, $type, $table)
|
|
* @method static mixed mergeWheres($wheres, $bindings)
|
|
* @method static mixed where($column, $operator, $value, $boolean)
|
|
* @method static mixed addArrayOfWheres($column, $boolean, $method)
|
|
* @method static mixed prepareValueAndOperator($value, $operator, $useDefault)
|
|
* @method static mixed invalidOperatorAndValue($operator, $value)
|
|
* @method static mixed invalidOperator($operator)
|
|
* @method static mixed isBitwiseOperator($operator)
|
|
* @method static mixed orWhere($column, $operator, $value)
|
|
* @method static mixed whereNot($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereNot($column, $operator, $value)
|
|
* @method static mixed whereColumn($first, $operator, $second, $boolean)
|
|
* @method static mixed orWhereColumn($first, $operator, $second)
|
|
* @method static mixed whereRaw($sql, $bindings, $boolean)
|
|
* @method static mixed orWhereRaw($sql, $bindings)
|
|
* @method static mixed whereIn($column, $values, $boolean, $not)
|
|
* @method static mixed orWhereIn($column, $values)
|
|
* @method static mixed whereNotIn($column, $values, $boolean)
|
|
* @method static mixed orWhereNotIn($column, $values)
|
|
* @method static mixed whereIntegerInRaw($column, $values, $boolean, $not)
|
|
* @method static mixed orWhereIntegerInRaw($column, $values)
|
|
* @method static mixed whereIntegerNotInRaw($column, $values, $boolean)
|
|
* @method static mixed orWhereIntegerNotInRaw($column, $values)
|
|
* @method static mixed whereNull($columns, $boolean, $not)
|
|
* @method static mixed orWhereNull($column)
|
|
* @method static mixed whereNotNull($columns, $boolean)
|
|
* @method static mixed whereBetween($column, iterable $values, $boolean, $not)
|
|
* @method static mixed whereBetweenColumns($column, array $values, $boolean, $not)
|
|
* @method static mixed orWhereBetween($column, iterable $values)
|
|
* @method static mixed orWhereBetweenColumns($column, array $values)
|
|
* @method static mixed whereNotBetween($column, iterable $values, $boolean)
|
|
* @method static mixed whereNotBetweenColumns($column, array $values, $boolean)
|
|
* @method static mixed orWhereNotBetween($column, iterable $values)
|
|
* @method static mixed orWhereNotBetweenColumns($column, array $values)
|
|
* @method static mixed orWhereNotNull($column)
|
|
* @method static mixed whereDate($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereDate($column, $operator, $value)
|
|
* @method static mixed whereTime($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereTime($column, $operator, $value)
|
|
* @method static mixed whereDay($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereDay($column, $operator, $value)
|
|
* @method static mixed whereMonth($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereMonth($column, $operator, $value)
|
|
* @method static mixed whereYear($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereYear($column, $operator, $value)
|
|
* @method static mixed addDateBasedWhere($type, $column, $operator, $value, $boolean)
|
|
* @method static mixed whereNested(Closure $callback, $boolean)
|
|
* @method static mixed forNestedWhere()
|
|
* @method static mixed addNestedWhereQuery($query, $boolean)
|
|
* @method static mixed whereSub($column, $operator, $callback, $boolean)
|
|
* @method static mixed whereExists($callback, $boolean, $not)
|
|
* @method static mixed orWhereExists($callback, $not)
|
|
* @method static mixed whereNotExists($callback, $boolean)
|
|
* @method static mixed orWhereNotExists($callback)
|
|
* @method static mixed addWhereExistsQuery(self $query, $boolean, $not)
|
|
* @method static mixed whereRowValues($columns, $operator, $values, $boolean)
|
|
* @method static mixed orWhereRowValues($columns, $operator, $values)
|
|
* @method static mixed whereJsonContains($column, $value, $boolean, $not)
|
|
* @method static mixed orWhereJsonContains($column, $value)
|
|
* @method static mixed whereJsonDoesntContain($column, $value, $boolean)
|
|
* @method static mixed orWhereJsonDoesntContain($column, $value)
|
|
* @method static mixed whereJsonOverlaps($column, $value, $boolean, $not)
|
|
* @method static mixed orWhereJsonOverlaps($column, $value)
|
|
* @method static mixed whereJsonDoesntOverlap($column, $value, $boolean)
|
|
* @method static mixed orWhereJsonDoesntOverlap($column, $value)
|
|
* @method static mixed whereJsonContainsKey($column, $boolean, $not)
|
|
* @method static mixed orWhereJsonContainsKey($column)
|
|
* @method static mixed whereJsonDoesntContainKey($column, $boolean)
|
|
* @method static mixed orWhereJsonDoesntContainKey($column)
|
|
* @method static mixed whereJsonLength($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereJsonLength($column, $operator, $value)
|
|
* @method static mixed dynamicWhere($method, $parameters)
|
|
* @method static mixed addDynamic($segment, $connector, $parameters, $index)
|
|
* @method static mixed whereFullText($columns, $value, array $options, $boolean)
|
|
* @method static mixed orWhereFullText($columns, $value, array $options)
|
|
* @method static mixed whereAll($columns, $operator, $value, $boolean)
|
|
* @method static mixed orWhereAll($columns, $operator, $value)
|
|
* @method static mixed whereAny($columns, $operator, $value, $boolean)
|
|
* @method static mixed orWhereAny($columns, $operator, $value)
|
|
* @method static mixed groupBy($groups)
|
|
* @method static mixed groupByRaw($sql, array $bindings)
|
|
* @method static mixed having($column, $operator, $value, $boolean)
|
|
* @method static mixed orHaving($column, $operator, $value)
|
|
* @method static mixed havingNested(Closure $callback, $boolean)
|
|
* @method static mixed addNestedHavingQuery($query, $boolean)
|
|
* @method static mixed havingNull($columns, $boolean, $not)
|
|
* @method static mixed orHavingNull($column)
|
|
* @method static mixed havingNotNull($columns, $boolean)
|
|
* @method static mixed orHavingNotNull($column)
|
|
* @method static mixed havingBetween($column, iterable $values, $boolean, $not)
|
|
* @method static mixed havingRaw($sql, array $bindings, $boolean)
|
|
* @method static mixed orHavingRaw($sql, array $bindings)
|
|
* @method static mixed orderBy($column, $direction)
|
|
* @method static mixed orderByDesc($column)
|
|
* @method static mixed latest($column)
|
|
* @method static mixed oldest($column)
|
|
* @method static mixed inRandomOrder($seed)
|
|
* @method static mixed orderByRaw($sql, $bindings)
|
|
* @method static mixed skip($value)
|
|
* @method static mixed offset($value)
|
|
* @method static mixed take($value)
|
|
* @method static mixed limit($value)
|
|
* @method static mixed groupLimit($value, $column)
|
|
* @method static mixed forPage($page, $perPage)
|
|
* @method static mixed forPageBeforeId($perPage, $lastId, $column)
|
|
* @method static mixed forPageAfterId($perPage, $lastId, $column)
|
|
* @method static mixed reorder($column, $direction)
|
|
* @method static mixed removeExistingOrdersFor($column)
|
|
* @method static mixed union($query, $all)
|
|
* @method static mixed unionAll($query)
|
|
* @method static mixed lock($value)
|
|
* @method static mixed lockForUpdate()
|
|
* @method static mixed sharedLock()
|
|
* @method static mixed beforeQuery(callable $callback)
|
|
* @method static mixed applyBeforeQueryCallbacks()
|
|
* @method static mixed afterQuery(Closure $callback)
|
|
* @method static mixed applyAfterQueryCallbacks($result)
|
|
* @method static mixed toSql()
|
|
* @method static mixed toRawSql()
|
|
* @method static mixed find($id, $columns)
|
|
* @method static mixed findOr($id, $columns, Closure $callback)
|
|
* @method static mixed value($column)
|
|
* @method static mixed rawValue(string $expression, array $bindings)
|
|
* @method static mixed soleValue($column)
|
|
* @method static mixed get($columns)
|
|
* @method static mixed runSelect()
|
|
* @method static mixed withoutGroupLimitKeys($items)
|
|
* @method static mixed paginate($perPage, $columns, $pageName, $page, $total)
|
|
* @method static mixed simplePaginate($perPage, $columns, $pageName, $page)
|
|
* @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor)
|
|
* @method static mixed ensureOrderForCursorPagination($shouldReverse)
|
|
* @method static mixed getCountForPagination($columns)
|
|
* @method static mixed runPaginationCountQuery($columns)
|
|
* @method static mixed cloneForPaginationCount()
|
|
* @method static mixed withoutSelectAliases(array $columns)
|
|
* @method static mixed cursor()
|
|
* @method static mixed enforceOrderBy()
|
|
* @method static mixed pluck($column, $key)
|
|
* @method static mixed stripTableForPluck($column)
|
|
* @method static mixed pluckFromObjectColumn($queryResult, $column, $key)
|
|
* @method static mixed pluckFromArrayColumn($queryResult, $column, $key)
|
|
* @method static mixed implode($column, $glue)
|
|
* @method static mixed exists()
|
|
* @method static mixed doesntExist()
|
|
* @method static mixed existsOr(Closure $callback)
|
|
* @method static mixed doesntExistOr(Closure $callback)
|
|
* @method static mixed count($columns)
|
|
* @method static mixed min($column)
|
|
* @method static mixed max($column)
|
|
* @method static mixed sum($column)
|
|
* @method static mixed avg($column)
|
|
* @method static mixed average($column)
|
|
* @method static mixed aggregate($function, $columns)
|
|
* @method static mixed numericAggregate($function, $columns)
|
|
* @method static mixed setAggregate($function, $columns)
|
|
* @method static mixed onceWithColumns($columns, $callback)
|
|
* @method static mixed insert(array $values)
|
|
* @method static mixed insertOrIgnore(array $values)
|
|
* @method static mixed insertGetId(array $values, $sequence)
|
|
* @method static mixed insertUsing(array $columns, $query)
|
|
* @method static mixed insertOrIgnoreUsing(array $columns, $query)
|
|
* @method static mixed update(array $values)
|
|
* @method static mixed updateFrom(array $values)
|
|
* @method static mixed updateOrInsert(array $attributes, callable|array $values)
|
|
* @method static mixed upsert(array $values, $uniqueBy, $update)
|
|
* @method static mixed increment($column, $amount, array $extra)
|
|
* @method static mixed incrementEach(array $columns, array $extra)
|
|
* @method static mixed decrement($column, $amount, array $extra)
|
|
* @method static mixed decrementEach(array $columns, array $extra)
|
|
* @method static mixed delete($id)
|
|
* @method static mixed truncate()
|
|
* @method static mixed newQuery()
|
|
* @method static mixed forSubQuery()
|
|
* @method static mixed getColumns()
|
|
* @method static mixed raw($value)
|
|
* @method static mixed getUnionBuilders()
|
|
* @method static mixed getBindings()
|
|
* @method static mixed getRawBindings()
|
|
* @method static mixed setBindings(array $bindings, $type)
|
|
* @method static mixed addBinding($value, $type)
|
|
* @method static mixed castBinding($value)
|
|
* @method static mixed mergeBindings(self $query)
|
|
* @method static mixed cleanBindings(array $bindings)
|
|
* @method static mixed flattenValue($value)
|
|
* @method static mixed defaultKeyName()
|
|
* @method static mixed getConnection()
|
|
* @method static mixed getProcessor()
|
|
* @method static mixed getGrammar()
|
|
* @method static mixed useWritePdo()
|
|
* @method static mixed isQueryable($value)
|
|
* @method static mixed clone()
|
|
* @method static mixed cloneWithout(array $properties)
|
|
* @method static mixed cloneWithoutBindings(array $except)
|
|
* @method static mixed dump($args)
|
|
* @method static mixed dumpRawSql()
|
|
* @method static mixed dd()
|
|
* @method static mixed ddRawSql()
|
|
* @method static mixed chunk($count, callable $callback)
|
|
* @method static mixed chunkMap(callable $callback, $count)
|
|
* @method static mixed each(callable $callback, $count)
|
|
* @method static mixed chunkById($count, callable $callback, $column, $alias)
|
|
* @method static mixed chunkByIdDesc($count, callable $callback, $column, $alias)
|
|
* @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending)
|
|
* @method static mixed eachById(callable $callback, $count, $column, $alias)
|
|
* @method static mixed lazy($chunkSize)
|
|
* @method static mixed lazyById($chunkSize, $column, $alias)
|
|
* @method static mixed lazyByIdDesc($chunkSize, $column, $alias)
|
|
* @method static mixed orderedLazyById($chunkSize, $column, $alias, $descending)
|
|
* @method static mixed first($columns)
|
|
* @method static mixed sole($columns)
|
|
* @method static mixed paginateUsingCursor($perPage, $columns, $cursorName, $cursor)
|
|
* @method static mixed getOriginalColumnNameForCursorPagination($builder, string $parameter)
|
|
* @method static mixed paginator($items, $total, $perPage, $currentPage, $options)
|
|
* @method static mixed simplePaginator($items, $perPage, $currentPage, $options)
|
|
* @method static mixed cursorPaginator($items, $perPage, $cursor, $options)
|
|
* @method static mixed tap($callback)
|
|
* @method static mixed when($value, callable $callback, callable $default)
|
|
* @method static mixed unless($value, callable $callback, callable $default)
|
|
* @method static mixed explain()
|
|
* @method static mixed forwardCallTo($object, $method, $parameters)
|
|
* @method static mixed forwardDecoratedCallTo($object, $method, $parameters)
|
|
* @method static mixed throwBadMethodCallException($method)
|
|
* @method static mixed macro($name, $macro)
|
|
* @method static mixed mixin($mixin, $replace)
|
|
* @method static mixed hasMacro($name)
|
|
* @method static mixed flushMacros()
|
|
* @method static mixed macroCall($method, $parameters)
|
|
* @mixin \Illuminate\Database\Query\Builder
|
|
*/
|
|
class EmissionFactorMitigation extends \Illuminate\Database\Eloquent\Model
|
|
{
|
|
//
|
|
}
|
|
|
|
/**
|
|
* App\Models\EmissionFactorReference
|
|
*
|
|
* @property string|null $unit
|
|
* @property float|null $value
|
|
* @property string|null $keterangan
|
|
* @property string|null $param
|
|
* @property string $id
|
|
* @method static \Illuminate\Database\Eloquent\Builder<EmissionFactorReference>|EmissionFactorReference whereId($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<EmissionFactorReference>|EmissionFactorReference whereParam($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<EmissionFactorReference>|EmissionFactorReference whereKeterangan($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<EmissionFactorReference>|EmissionFactorReference whereValue($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<EmissionFactorReference>|EmissionFactorReference whereUnit($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<EmissionFactorReference>|EmissionFactorReference newModelQuery()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<EmissionFactorReference>|EmissionFactorReference newQuery()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<EmissionFactorReference>|EmissionFactorReference query()
|
|
* @method static mixed select($columns)
|
|
* @method static mixed selectSub($query, $as)
|
|
* @method static mixed selectRaw($expression, array $bindings)
|
|
* @method static mixed fromSub($query, $as)
|
|
* @method static mixed fromRaw($expression, $bindings)
|
|
* @method static mixed createSub($query)
|
|
* @method static mixed parseSub($query)
|
|
* @method static mixed prependDatabaseNameIfCrossDatabaseQuery($query)
|
|
* @method static mixed addSelect($column)
|
|
* @method static mixed distinct()
|
|
* @method static mixed from($table, $as)
|
|
* @method static mixed useIndex($index)
|
|
* @method static mixed forceIndex($index)
|
|
* @method static mixed ignoreIndex($index)
|
|
* @method static mixed join($table, $first, $operator, $second, $type, $where)
|
|
* @method static mixed joinWhere($table, $first, $operator, $second, $type)
|
|
* @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where)
|
|
* @method static mixed joinLateral($query, string $as, string $type)
|
|
* @method static mixed leftJoinLateral($query, string $as)
|
|
* @method static mixed leftJoin($table, $first, $operator, $second)
|
|
* @method static mixed leftJoinWhere($table, $first, $operator, $second)
|
|
* @method static mixed leftJoinSub($query, $as, $first, $operator, $second)
|
|
* @method static mixed rightJoin($table, $first, $operator, $second)
|
|
* @method static mixed rightJoinWhere($table, $first, $operator, $second)
|
|
* @method static mixed rightJoinSub($query, $as, $first, $operator, $second)
|
|
* @method static mixed crossJoin($table, $first, $operator, $second)
|
|
* @method static mixed crossJoinSub($query, $as)
|
|
* @method static mixed newJoinClause(self $parentQuery, $type, $table)
|
|
* @method static mixed newJoinLateralClause(self $parentQuery, $type, $table)
|
|
* @method static mixed mergeWheres($wheres, $bindings)
|
|
* @method static mixed where($column, $operator, $value, $boolean)
|
|
* @method static mixed addArrayOfWheres($column, $boolean, $method)
|
|
* @method static mixed prepareValueAndOperator($value, $operator, $useDefault)
|
|
* @method static mixed invalidOperatorAndValue($operator, $value)
|
|
* @method static mixed invalidOperator($operator)
|
|
* @method static mixed isBitwiseOperator($operator)
|
|
* @method static mixed orWhere($column, $operator, $value)
|
|
* @method static mixed whereNot($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereNot($column, $operator, $value)
|
|
* @method static mixed whereColumn($first, $operator, $second, $boolean)
|
|
* @method static mixed orWhereColumn($first, $operator, $second)
|
|
* @method static mixed whereRaw($sql, $bindings, $boolean)
|
|
* @method static mixed orWhereRaw($sql, $bindings)
|
|
* @method static mixed whereIn($column, $values, $boolean, $not)
|
|
* @method static mixed orWhereIn($column, $values)
|
|
* @method static mixed whereNotIn($column, $values, $boolean)
|
|
* @method static mixed orWhereNotIn($column, $values)
|
|
* @method static mixed whereIntegerInRaw($column, $values, $boolean, $not)
|
|
* @method static mixed orWhereIntegerInRaw($column, $values)
|
|
* @method static mixed whereIntegerNotInRaw($column, $values, $boolean)
|
|
* @method static mixed orWhereIntegerNotInRaw($column, $values)
|
|
* @method static mixed whereNull($columns, $boolean, $not)
|
|
* @method static mixed orWhereNull($column)
|
|
* @method static mixed whereNotNull($columns, $boolean)
|
|
* @method static mixed whereBetween($column, iterable $values, $boolean, $not)
|
|
* @method static mixed whereBetweenColumns($column, array $values, $boolean, $not)
|
|
* @method static mixed orWhereBetween($column, iterable $values)
|
|
* @method static mixed orWhereBetweenColumns($column, array $values)
|
|
* @method static mixed whereNotBetween($column, iterable $values, $boolean)
|
|
* @method static mixed whereNotBetweenColumns($column, array $values, $boolean)
|
|
* @method static mixed orWhereNotBetween($column, iterable $values)
|
|
* @method static mixed orWhereNotBetweenColumns($column, array $values)
|
|
* @method static mixed orWhereNotNull($column)
|
|
* @method static mixed whereDate($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereDate($column, $operator, $value)
|
|
* @method static mixed whereTime($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereTime($column, $operator, $value)
|
|
* @method static mixed whereDay($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereDay($column, $operator, $value)
|
|
* @method static mixed whereMonth($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereMonth($column, $operator, $value)
|
|
* @method static mixed whereYear($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereYear($column, $operator, $value)
|
|
* @method static mixed addDateBasedWhere($type, $column, $operator, $value, $boolean)
|
|
* @method static mixed whereNested(Closure $callback, $boolean)
|
|
* @method static mixed forNestedWhere()
|
|
* @method static mixed addNestedWhereQuery($query, $boolean)
|
|
* @method static mixed whereSub($column, $operator, $callback, $boolean)
|
|
* @method static mixed whereExists($callback, $boolean, $not)
|
|
* @method static mixed orWhereExists($callback, $not)
|
|
* @method static mixed whereNotExists($callback, $boolean)
|
|
* @method static mixed orWhereNotExists($callback)
|
|
* @method static mixed addWhereExistsQuery(self $query, $boolean, $not)
|
|
* @method static mixed whereRowValues($columns, $operator, $values, $boolean)
|
|
* @method static mixed orWhereRowValues($columns, $operator, $values)
|
|
* @method static mixed whereJsonContains($column, $value, $boolean, $not)
|
|
* @method static mixed orWhereJsonContains($column, $value)
|
|
* @method static mixed whereJsonDoesntContain($column, $value, $boolean)
|
|
* @method static mixed orWhereJsonDoesntContain($column, $value)
|
|
* @method static mixed whereJsonOverlaps($column, $value, $boolean, $not)
|
|
* @method static mixed orWhereJsonOverlaps($column, $value)
|
|
* @method static mixed whereJsonDoesntOverlap($column, $value, $boolean)
|
|
* @method static mixed orWhereJsonDoesntOverlap($column, $value)
|
|
* @method static mixed whereJsonContainsKey($column, $boolean, $not)
|
|
* @method static mixed orWhereJsonContainsKey($column)
|
|
* @method static mixed whereJsonDoesntContainKey($column, $boolean)
|
|
* @method static mixed orWhereJsonDoesntContainKey($column)
|
|
* @method static mixed whereJsonLength($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereJsonLength($column, $operator, $value)
|
|
* @method static mixed dynamicWhere($method, $parameters)
|
|
* @method static mixed addDynamic($segment, $connector, $parameters, $index)
|
|
* @method static mixed whereFullText($columns, $value, array $options, $boolean)
|
|
* @method static mixed orWhereFullText($columns, $value, array $options)
|
|
* @method static mixed whereAll($columns, $operator, $value, $boolean)
|
|
* @method static mixed orWhereAll($columns, $operator, $value)
|
|
* @method static mixed whereAny($columns, $operator, $value, $boolean)
|
|
* @method static mixed orWhereAny($columns, $operator, $value)
|
|
* @method static mixed groupBy($groups)
|
|
* @method static mixed groupByRaw($sql, array $bindings)
|
|
* @method static mixed having($column, $operator, $value, $boolean)
|
|
* @method static mixed orHaving($column, $operator, $value)
|
|
* @method static mixed havingNested(Closure $callback, $boolean)
|
|
* @method static mixed addNestedHavingQuery($query, $boolean)
|
|
* @method static mixed havingNull($columns, $boolean, $not)
|
|
* @method static mixed orHavingNull($column)
|
|
* @method static mixed havingNotNull($columns, $boolean)
|
|
* @method static mixed orHavingNotNull($column)
|
|
* @method static mixed havingBetween($column, iterable $values, $boolean, $not)
|
|
* @method static mixed havingRaw($sql, array $bindings, $boolean)
|
|
* @method static mixed orHavingRaw($sql, array $bindings)
|
|
* @method static mixed orderBy($column, $direction)
|
|
* @method static mixed orderByDesc($column)
|
|
* @method static mixed latest($column)
|
|
* @method static mixed oldest($column)
|
|
* @method static mixed inRandomOrder($seed)
|
|
* @method static mixed orderByRaw($sql, $bindings)
|
|
* @method static mixed skip($value)
|
|
* @method static mixed offset($value)
|
|
* @method static mixed take($value)
|
|
* @method static mixed limit($value)
|
|
* @method static mixed groupLimit($value, $column)
|
|
* @method static mixed forPage($page, $perPage)
|
|
* @method static mixed forPageBeforeId($perPage, $lastId, $column)
|
|
* @method static mixed forPageAfterId($perPage, $lastId, $column)
|
|
* @method static mixed reorder($column, $direction)
|
|
* @method static mixed removeExistingOrdersFor($column)
|
|
* @method static mixed union($query, $all)
|
|
* @method static mixed unionAll($query)
|
|
* @method static mixed lock($value)
|
|
* @method static mixed lockForUpdate()
|
|
* @method static mixed sharedLock()
|
|
* @method static mixed beforeQuery(callable $callback)
|
|
* @method static mixed applyBeforeQueryCallbacks()
|
|
* @method static mixed afterQuery(Closure $callback)
|
|
* @method static mixed applyAfterQueryCallbacks($result)
|
|
* @method static mixed toSql()
|
|
* @method static mixed toRawSql()
|
|
* @method static mixed find($id, $columns)
|
|
* @method static mixed findOr($id, $columns, Closure $callback)
|
|
* @method static mixed value($column)
|
|
* @method static mixed rawValue(string $expression, array $bindings)
|
|
* @method static mixed soleValue($column)
|
|
* @method static mixed get($columns)
|
|
* @method static mixed runSelect()
|
|
* @method static mixed withoutGroupLimitKeys($items)
|
|
* @method static mixed paginate($perPage, $columns, $pageName, $page, $total)
|
|
* @method static mixed simplePaginate($perPage, $columns, $pageName, $page)
|
|
* @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor)
|
|
* @method static mixed ensureOrderForCursorPagination($shouldReverse)
|
|
* @method static mixed getCountForPagination($columns)
|
|
* @method static mixed runPaginationCountQuery($columns)
|
|
* @method static mixed cloneForPaginationCount()
|
|
* @method static mixed withoutSelectAliases(array $columns)
|
|
* @method static mixed cursor()
|
|
* @method static mixed enforceOrderBy()
|
|
* @method static mixed pluck($column, $key)
|
|
* @method static mixed stripTableForPluck($column)
|
|
* @method static mixed pluckFromObjectColumn($queryResult, $column, $key)
|
|
* @method static mixed pluckFromArrayColumn($queryResult, $column, $key)
|
|
* @method static mixed implode($column, $glue)
|
|
* @method static mixed exists()
|
|
* @method static mixed doesntExist()
|
|
* @method static mixed existsOr(Closure $callback)
|
|
* @method static mixed doesntExistOr(Closure $callback)
|
|
* @method static mixed count($columns)
|
|
* @method static mixed min($column)
|
|
* @method static mixed max($column)
|
|
* @method static mixed sum($column)
|
|
* @method static mixed avg($column)
|
|
* @method static mixed average($column)
|
|
* @method static mixed aggregate($function, $columns)
|
|
* @method static mixed numericAggregate($function, $columns)
|
|
* @method static mixed setAggregate($function, $columns)
|
|
* @method static mixed onceWithColumns($columns, $callback)
|
|
* @method static mixed insert(array $values)
|
|
* @method static mixed insertOrIgnore(array $values)
|
|
* @method static mixed insertGetId(array $values, $sequence)
|
|
* @method static mixed insertUsing(array $columns, $query)
|
|
* @method static mixed insertOrIgnoreUsing(array $columns, $query)
|
|
* @method static mixed update(array $values)
|
|
* @method static mixed updateFrom(array $values)
|
|
* @method static mixed updateOrInsert(array $attributes, callable|array $values)
|
|
* @method static mixed upsert(array $values, $uniqueBy, $update)
|
|
* @method static mixed increment($column, $amount, array $extra)
|
|
* @method static mixed incrementEach(array $columns, array $extra)
|
|
* @method static mixed decrement($column, $amount, array $extra)
|
|
* @method static mixed decrementEach(array $columns, array $extra)
|
|
* @method static mixed delete($id)
|
|
* @method static mixed truncate()
|
|
* @method static mixed newQuery()
|
|
* @method static mixed forSubQuery()
|
|
* @method static mixed getColumns()
|
|
* @method static mixed raw($value)
|
|
* @method static mixed getUnionBuilders()
|
|
* @method static mixed getBindings()
|
|
* @method static mixed getRawBindings()
|
|
* @method static mixed setBindings(array $bindings, $type)
|
|
* @method static mixed addBinding($value, $type)
|
|
* @method static mixed castBinding($value)
|
|
* @method static mixed mergeBindings(self $query)
|
|
* @method static mixed cleanBindings(array $bindings)
|
|
* @method static mixed flattenValue($value)
|
|
* @method static mixed defaultKeyName()
|
|
* @method static mixed getConnection()
|
|
* @method static mixed getProcessor()
|
|
* @method static mixed getGrammar()
|
|
* @method static mixed useWritePdo()
|
|
* @method static mixed isQueryable($value)
|
|
* @method static mixed clone()
|
|
* @method static mixed cloneWithout(array $properties)
|
|
* @method static mixed cloneWithoutBindings(array $except)
|
|
* @method static mixed dump($args)
|
|
* @method static mixed dumpRawSql()
|
|
* @method static mixed dd()
|
|
* @method static mixed ddRawSql()
|
|
* @method static mixed chunk($count, callable $callback)
|
|
* @method static mixed chunkMap(callable $callback, $count)
|
|
* @method static mixed each(callable $callback, $count)
|
|
* @method static mixed chunkById($count, callable $callback, $column, $alias)
|
|
* @method static mixed chunkByIdDesc($count, callable $callback, $column, $alias)
|
|
* @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending)
|
|
* @method static mixed eachById(callable $callback, $count, $column, $alias)
|
|
* @method static mixed lazy($chunkSize)
|
|
* @method static mixed lazyById($chunkSize, $column, $alias)
|
|
* @method static mixed lazyByIdDesc($chunkSize, $column, $alias)
|
|
* @method static mixed orderedLazyById($chunkSize, $column, $alias, $descending)
|
|
* @method static mixed first($columns)
|
|
* @method static mixed sole($columns)
|
|
* @method static mixed paginateUsingCursor($perPage, $columns, $cursorName, $cursor)
|
|
* @method static mixed getOriginalColumnNameForCursorPagination($builder, string $parameter)
|
|
* @method static mixed paginator($items, $total, $perPage, $currentPage, $options)
|
|
* @method static mixed simplePaginator($items, $perPage, $currentPage, $options)
|
|
* @method static mixed cursorPaginator($items, $perPage, $cursor, $options)
|
|
* @method static mixed tap($callback)
|
|
* @method static mixed when($value, callable $callback, callable $default)
|
|
* @method static mixed unless($value, callable $callback, callable $default)
|
|
* @method static mixed explain()
|
|
* @method static mixed forwardCallTo($object, $method, $parameters)
|
|
* @method static mixed forwardDecoratedCallTo($object, $method, $parameters)
|
|
* @method static mixed throwBadMethodCallException($method)
|
|
* @method static mixed macro($name, $macro)
|
|
* @method static mixed mixin($mixin, $replace)
|
|
* @method static mixed hasMacro($name)
|
|
* @method static mixed flushMacros()
|
|
* @method static mixed macroCall($method, $parameters)
|
|
* @mixin \Illuminate\Database\Query\Builder
|
|
*/
|
|
class EmissionFactorReference extends \Illuminate\Database\Eloquent\Model
|
|
{
|
|
//
|
|
}
|
|
|
|
/**
|
|
* App\Models\EmissionReductionMitigation
|
|
*
|
|
* @property int|null $type_emission_reduction
|
|
* @property \Illuminate\Support\Carbon|null $created_at
|
|
* @property string|null $method
|
|
* @property string|null $emission_reduction
|
|
* @property string|null $mitigation_id
|
|
* @property string $id
|
|
* @property-read \App\Models\Mitigation $mitigation
|
|
* @method static \Illuminate\Database\Eloquent\Builder<EmissionReductionMitigation>|EmissionReductionMitigation whereId($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<EmissionReductionMitigation>|EmissionReductionMitigation whereMitigationId($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<EmissionReductionMitigation>|EmissionReductionMitigation whereEmissionReduction($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<EmissionReductionMitigation>|EmissionReductionMitigation whereMethod($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<EmissionReductionMitigation>|EmissionReductionMitigation whereCreatedAt($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<EmissionReductionMitigation>|EmissionReductionMitigation whereTypeEmissionReduction($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<EmissionReductionMitigation>|EmissionReductionMitigation newModelQuery()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<EmissionReductionMitigation>|EmissionReductionMitigation newQuery()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<EmissionReductionMitigation>|EmissionReductionMitigation query()
|
|
* @method static mixed select($columns)
|
|
* @method static mixed selectSub($query, $as)
|
|
* @method static mixed selectRaw($expression, array $bindings)
|
|
* @method static mixed fromSub($query, $as)
|
|
* @method static mixed fromRaw($expression, $bindings)
|
|
* @method static mixed createSub($query)
|
|
* @method static mixed parseSub($query)
|
|
* @method static mixed prependDatabaseNameIfCrossDatabaseQuery($query)
|
|
* @method static mixed addSelect($column)
|
|
* @method static mixed distinct()
|
|
* @method static mixed from($table, $as)
|
|
* @method static mixed useIndex($index)
|
|
* @method static mixed forceIndex($index)
|
|
* @method static mixed ignoreIndex($index)
|
|
* @method static mixed join($table, $first, $operator, $second, $type, $where)
|
|
* @method static mixed joinWhere($table, $first, $operator, $second, $type)
|
|
* @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where)
|
|
* @method static mixed joinLateral($query, string $as, string $type)
|
|
* @method static mixed leftJoinLateral($query, string $as)
|
|
* @method static mixed leftJoin($table, $first, $operator, $second)
|
|
* @method static mixed leftJoinWhere($table, $first, $operator, $second)
|
|
* @method static mixed leftJoinSub($query, $as, $first, $operator, $second)
|
|
* @method static mixed rightJoin($table, $first, $operator, $second)
|
|
* @method static mixed rightJoinWhere($table, $first, $operator, $second)
|
|
* @method static mixed rightJoinSub($query, $as, $first, $operator, $second)
|
|
* @method static mixed crossJoin($table, $first, $operator, $second)
|
|
* @method static mixed crossJoinSub($query, $as)
|
|
* @method static mixed newJoinClause(self $parentQuery, $type, $table)
|
|
* @method static mixed newJoinLateralClause(self $parentQuery, $type, $table)
|
|
* @method static mixed mergeWheres($wheres, $bindings)
|
|
* @method static mixed where($column, $operator, $value, $boolean)
|
|
* @method static mixed addArrayOfWheres($column, $boolean, $method)
|
|
* @method static mixed prepareValueAndOperator($value, $operator, $useDefault)
|
|
* @method static mixed invalidOperatorAndValue($operator, $value)
|
|
* @method static mixed invalidOperator($operator)
|
|
* @method static mixed isBitwiseOperator($operator)
|
|
* @method static mixed orWhere($column, $operator, $value)
|
|
* @method static mixed whereNot($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereNot($column, $operator, $value)
|
|
* @method static mixed whereColumn($first, $operator, $second, $boolean)
|
|
* @method static mixed orWhereColumn($first, $operator, $second)
|
|
* @method static mixed whereRaw($sql, $bindings, $boolean)
|
|
* @method static mixed orWhereRaw($sql, $bindings)
|
|
* @method static mixed whereIn($column, $values, $boolean, $not)
|
|
* @method static mixed orWhereIn($column, $values)
|
|
* @method static mixed whereNotIn($column, $values, $boolean)
|
|
* @method static mixed orWhereNotIn($column, $values)
|
|
* @method static mixed whereIntegerInRaw($column, $values, $boolean, $not)
|
|
* @method static mixed orWhereIntegerInRaw($column, $values)
|
|
* @method static mixed whereIntegerNotInRaw($column, $values, $boolean)
|
|
* @method static mixed orWhereIntegerNotInRaw($column, $values)
|
|
* @method static mixed whereNull($columns, $boolean, $not)
|
|
* @method static mixed orWhereNull($column)
|
|
* @method static mixed whereNotNull($columns, $boolean)
|
|
* @method static mixed whereBetween($column, iterable $values, $boolean, $not)
|
|
* @method static mixed whereBetweenColumns($column, array $values, $boolean, $not)
|
|
* @method static mixed orWhereBetween($column, iterable $values)
|
|
* @method static mixed orWhereBetweenColumns($column, array $values)
|
|
* @method static mixed whereNotBetween($column, iterable $values, $boolean)
|
|
* @method static mixed whereNotBetweenColumns($column, array $values, $boolean)
|
|
* @method static mixed orWhereNotBetween($column, iterable $values)
|
|
* @method static mixed orWhereNotBetweenColumns($column, array $values)
|
|
* @method static mixed orWhereNotNull($column)
|
|
* @method static mixed whereDate($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereDate($column, $operator, $value)
|
|
* @method static mixed whereTime($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereTime($column, $operator, $value)
|
|
* @method static mixed whereDay($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereDay($column, $operator, $value)
|
|
* @method static mixed whereMonth($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereMonth($column, $operator, $value)
|
|
* @method static mixed whereYear($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereYear($column, $operator, $value)
|
|
* @method static mixed addDateBasedWhere($type, $column, $operator, $value, $boolean)
|
|
* @method static mixed whereNested(Closure $callback, $boolean)
|
|
* @method static mixed forNestedWhere()
|
|
* @method static mixed addNestedWhereQuery($query, $boolean)
|
|
* @method static mixed whereSub($column, $operator, $callback, $boolean)
|
|
* @method static mixed whereExists($callback, $boolean, $not)
|
|
* @method static mixed orWhereExists($callback, $not)
|
|
* @method static mixed whereNotExists($callback, $boolean)
|
|
* @method static mixed orWhereNotExists($callback)
|
|
* @method static mixed addWhereExistsQuery(self $query, $boolean, $not)
|
|
* @method static mixed whereRowValues($columns, $operator, $values, $boolean)
|
|
* @method static mixed orWhereRowValues($columns, $operator, $values)
|
|
* @method static mixed whereJsonContains($column, $value, $boolean, $not)
|
|
* @method static mixed orWhereJsonContains($column, $value)
|
|
* @method static mixed whereJsonDoesntContain($column, $value, $boolean)
|
|
* @method static mixed orWhereJsonDoesntContain($column, $value)
|
|
* @method static mixed whereJsonOverlaps($column, $value, $boolean, $not)
|
|
* @method static mixed orWhereJsonOverlaps($column, $value)
|
|
* @method static mixed whereJsonDoesntOverlap($column, $value, $boolean)
|
|
* @method static mixed orWhereJsonDoesntOverlap($column, $value)
|
|
* @method static mixed whereJsonContainsKey($column, $boolean, $not)
|
|
* @method static mixed orWhereJsonContainsKey($column)
|
|
* @method static mixed whereJsonDoesntContainKey($column, $boolean)
|
|
* @method static mixed orWhereJsonDoesntContainKey($column)
|
|
* @method static mixed whereJsonLength($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereJsonLength($column, $operator, $value)
|
|
* @method static mixed dynamicWhere($method, $parameters)
|
|
* @method static mixed addDynamic($segment, $connector, $parameters, $index)
|
|
* @method static mixed whereFullText($columns, $value, array $options, $boolean)
|
|
* @method static mixed orWhereFullText($columns, $value, array $options)
|
|
* @method static mixed whereAll($columns, $operator, $value, $boolean)
|
|
* @method static mixed orWhereAll($columns, $operator, $value)
|
|
* @method static mixed whereAny($columns, $operator, $value, $boolean)
|
|
* @method static mixed orWhereAny($columns, $operator, $value)
|
|
* @method static mixed groupBy($groups)
|
|
* @method static mixed groupByRaw($sql, array $bindings)
|
|
* @method static mixed having($column, $operator, $value, $boolean)
|
|
* @method static mixed orHaving($column, $operator, $value)
|
|
* @method static mixed havingNested(Closure $callback, $boolean)
|
|
* @method static mixed addNestedHavingQuery($query, $boolean)
|
|
* @method static mixed havingNull($columns, $boolean, $not)
|
|
* @method static mixed orHavingNull($column)
|
|
* @method static mixed havingNotNull($columns, $boolean)
|
|
* @method static mixed orHavingNotNull($column)
|
|
* @method static mixed havingBetween($column, iterable $values, $boolean, $not)
|
|
* @method static mixed havingRaw($sql, array $bindings, $boolean)
|
|
* @method static mixed orHavingRaw($sql, array $bindings)
|
|
* @method static mixed orderBy($column, $direction)
|
|
* @method static mixed orderByDesc($column)
|
|
* @method static mixed latest($column)
|
|
* @method static mixed oldest($column)
|
|
* @method static mixed inRandomOrder($seed)
|
|
* @method static mixed orderByRaw($sql, $bindings)
|
|
* @method static mixed skip($value)
|
|
* @method static mixed offset($value)
|
|
* @method static mixed take($value)
|
|
* @method static mixed limit($value)
|
|
* @method static mixed groupLimit($value, $column)
|
|
* @method static mixed forPage($page, $perPage)
|
|
* @method static mixed forPageBeforeId($perPage, $lastId, $column)
|
|
* @method static mixed forPageAfterId($perPage, $lastId, $column)
|
|
* @method static mixed reorder($column, $direction)
|
|
* @method static mixed removeExistingOrdersFor($column)
|
|
* @method static mixed union($query, $all)
|
|
* @method static mixed unionAll($query)
|
|
* @method static mixed lock($value)
|
|
* @method static mixed lockForUpdate()
|
|
* @method static mixed sharedLock()
|
|
* @method static mixed beforeQuery(callable $callback)
|
|
* @method static mixed applyBeforeQueryCallbacks()
|
|
* @method static mixed afterQuery(Closure $callback)
|
|
* @method static mixed applyAfterQueryCallbacks($result)
|
|
* @method static mixed toSql()
|
|
* @method static mixed toRawSql()
|
|
* @method static mixed find($id, $columns)
|
|
* @method static mixed findOr($id, $columns, Closure $callback)
|
|
* @method static mixed value($column)
|
|
* @method static mixed rawValue(string $expression, array $bindings)
|
|
* @method static mixed soleValue($column)
|
|
* @method static mixed get($columns)
|
|
* @method static mixed runSelect()
|
|
* @method static mixed withoutGroupLimitKeys($items)
|
|
* @method static mixed paginate($perPage, $columns, $pageName, $page, $total)
|
|
* @method static mixed simplePaginate($perPage, $columns, $pageName, $page)
|
|
* @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor)
|
|
* @method static mixed ensureOrderForCursorPagination($shouldReverse)
|
|
* @method static mixed getCountForPagination($columns)
|
|
* @method static mixed runPaginationCountQuery($columns)
|
|
* @method static mixed cloneForPaginationCount()
|
|
* @method static mixed withoutSelectAliases(array $columns)
|
|
* @method static mixed cursor()
|
|
* @method static mixed enforceOrderBy()
|
|
* @method static mixed pluck($column, $key)
|
|
* @method static mixed stripTableForPluck($column)
|
|
* @method static mixed pluckFromObjectColumn($queryResult, $column, $key)
|
|
* @method static mixed pluckFromArrayColumn($queryResult, $column, $key)
|
|
* @method static mixed implode($column, $glue)
|
|
* @method static mixed exists()
|
|
* @method static mixed doesntExist()
|
|
* @method static mixed existsOr(Closure $callback)
|
|
* @method static mixed doesntExistOr(Closure $callback)
|
|
* @method static mixed count($columns)
|
|
* @method static mixed min($column)
|
|
* @method static mixed max($column)
|
|
* @method static mixed sum($column)
|
|
* @method static mixed avg($column)
|
|
* @method static mixed average($column)
|
|
* @method static mixed aggregate($function, $columns)
|
|
* @method static mixed numericAggregate($function, $columns)
|
|
* @method static mixed setAggregate($function, $columns)
|
|
* @method static mixed onceWithColumns($columns, $callback)
|
|
* @method static mixed insert(array $values)
|
|
* @method static mixed insertOrIgnore(array $values)
|
|
* @method static mixed insertGetId(array $values, $sequence)
|
|
* @method static mixed insertUsing(array $columns, $query)
|
|
* @method static mixed insertOrIgnoreUsing(array $columns, $query)
|
|
* @method static mixed update(array $values)
|
|
* @method static mixed updateFrom(array $values)
|
|
* @method static mixed updateOrInsert(array $attributes, callable|array $values)
|
|
* @method static mixed upsert(array $values, $uniqueBy, $update)
|
|
* @method static mixed increment($column, $amount, array $extra)
|
|
* @method static mixed incrementEach(array $columns, array $extra)
|
|
* @method static mixed decrement($column, $amount, array $extra)
|
|
* @method static mixed decrementEach(array $columns, array $extra)
|
|
* @method static mixed delete($id)
|
|
* @method static mixed truncate()
|
|
* @method static mixed newQuery()
|
|
* @method static mixed forSubQuery()
|
|
* @method static mixed getColumns()
|
|
* @method static mixed raw($value)
|
|
* @method static mixed getUnionBuilders()
|
|
* @method static mixed getBindings()
|
|
* @method static mixed getRawBindings()
|
|
* @method static mixed setBindings(array $bindings, $type)
|
|
* @method static mixed addBinding($value, $type)
|
|
* @method static mixed castBinding($value)
|
|
* @method static mixed mergeBindings(self $query)
|
|
* @method static mixed cleanBindings(array $bindings)
|
|
* @method static mixed flattenValue($value)
|
|
* @method static mixed defaultKeyName()
|
|
* @method static mixed getConnection()
|
|
* @method static mixed getProcessor()
|
|
* @method static mixed getGrammar()
|
|
* @method static mixed useWritePdo()
|
|
* @method static mixed isQueryable($value)
|
|
* @method static mixed clone()
|
|
* @method static mixed cloneWithout(array $properties)
|
|
* @method static mixed cloneWithoutBindings(array $except)
|
|
* @method static mixed dump($args)
|
|
* @method static mixed dumpRawSql()
|
|
* @method static mixed dd()
|
|
* @method static mixed ddRawSql()
|
|
* @method static mixed chunk($count, callable $callback)
|
|
* @method static mixed chunkMap(callable $callback, $count)
|
|
* @method static mixed each(callable $callback, $count)
|
|
* @method static mixed chunkById($count, callable $callback, $column, $alias)
|
|
* @method static mixed chunkByIdDesc($count, callable $callback, $column, $alias)
|
|
* @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending)
|
|
* @method static mixed eachById(callable $callback, $count, $column, $alias)
|
|
* @method static mixed lazy($chunkSize)
|
|
* @method static mixed lazyById($chunkSize, $column, $alias)
|
|
* @method static mixed lazyByIdDesc($chunkSize, $column, $alias)
|
|
* @method static mixed orderedLazyById($chunkSize, $column, $alias, $descending)
|
|
* @method static mixed first($columns)
|
|
* @method static mixed sole($columns)
|
|
* @method static mixed paginateUsingCursor($perPage, $columns, $cursorName, $cursor)
|
|
* @method static mixed getOriginalColumnNameForCursorPagination($builder, string $parameter)
|
|
* @method static mixed paginator($items, $total, $perPage, $currentPage, $options)
|
|
* @method static mixed simplePaginator($items, $perPage, $currentPage, $options)
|
|
* @method static mixed cursorPaginator($items, $perPage, $cursor, $options)
|
|
* @method static mixed tap($callback)
|
|
* @method static mixed when($value, callable $callback, callable $default)
|
|
* @method static mixed unless($value, callable $callback, callable $default)
|
|
* @method static mixed explain()
|
|
* @method static mixed forwardCallTo($object, $method, $parameters)
|
|
* @method static mixed forwardDecoratedCallTo($object, $method, $parameters)
|
|
* @method static mixed throwBadMethodCallException($method)
|
|
* @method static mixed macro($name, $macro)
|
|
* @method static mixed mixin($mixin, $replace)
|
|
* @method static mixed hasMacro($name)
|
|
* @method static mixed flushMacros()
|
|
* @method static mixed macroCall($method, $parameters)
|
|
* @mixin \Illuminate\Database\Query\Builder
|
|
*/
|
|
class EmissionReductionMitigation extends \Illuminate\Database\Eloquent\Model
|
|
{
|
|
//
|
|
}
|
|
|
|
/**
|
|
* App\Models\Energy1A
|
|
*
|
|
* @property string|null $updated_by
|
|
* @property string|null $created_by
|
|
* @property \Illuminate\Support\Carbon|null $updated_at
|
|
* @property \Illuminate\Support\Carbon|null $created_at
|
|
* @property int $row_status
|
|
* @property int $row_num
|
|
* @property float $emission_n2o
|
|
* @property float $ef_n2o
|
|
* @property float $emission_ch4
|
|
* @property float $ef_ch4
|
|
* @property float $emission_co2
|
|
* @property float $ef_co2
|
|
* @property float $consumption_tj
|
|
* @property float $ef_cf
|
|
* @property float $value
|
|
* @property string $category
|
|
* @property string $activity_code
|
|
* @property string $activity_year
|
|
* @property string $inventory_year
|
|
* @property string $id
|
|
* @property-read \App\Models\ReferenceActivity $activity
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Energy1A>|Energy1A whereId($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Energy1A>|Energy1A whereInventoryYear($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Energy1A>|Energy1A whereActivityYear($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Energy1A>|Energy1A whereActivityCode($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Energy1A>|Energy1A whereCategory($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Energy1A>|Energy1A whereValue($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Energy1A>|Energy1A whereEfCf($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Energy1A>|Energy1A whereConsumptionTj($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Energy1A>|Energy1A whereEfCo2($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Energy1A>|Energy1A whereEmissionCo2($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Energy1A>|Energy1A whereEfCh4($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Energy1A>|Energy1A whereEmissionCh4($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Energy1A>|Energy1A whereEfN2O($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Energy1A>|Energy1A whereEmissionN2O($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Energy1A>|Energy1A whereRowNum($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Energy1A>|Energy1A whereRowStatus($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Energy1A>|Energy1A whereCreatedAt($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Energy1A>|Energy1A whereUpdatedAt($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Energy1A>|Energy1A whereCreatedBy($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Energy1A>|Energy1A whereUpdatedBy($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Energy1A>|Energy1A rowActive()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Energy1A>|Energy1A isActive()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Energy1A>|Energy1A orderByRowNum()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Energy1A>|Energy1A newModelQuery()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Energy1A>|Energy1A newQuery()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Energy1A>|Energy1A query()
|
|
* @method static mixed select($columns)
|
|
* @method static mixed selectSub($query, $as)
|
|
* @method static mixed selectRaw($expression, array $bindings)
|
|
* @method static mixed fromSub($query, $as)
|
|
* @method static mixed fromRaw($expression, $bindings)
|
|
* @method static mixed createSub($query)
|
|
* @method static mixed parseSub($query)
|
|
* @method static mixed prependDatabaseNameIfCrossDatabaseQuery($query)
|
|
* @method static mixed addSelect($column)
|
|
* @method static mixed distinct()
|
|
* @method static mixed from($table, $as)
|
|
* @method static mixed useIndex($index)
|
|
* @method static mixed forceIndex($index)
|
|
* @method static mixed ignoreIndex($index)
|
|
* @method static mixed join($table, $first, $operator, $second, $type, $where)
|
|
* @method static mixed joinWhere($table, $first, $operator, $second, $type)
|
|
* @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where)
|
|
* @method static mixed joinLateral($query, string $as, string $type)
|
|
* @method static mixed leftJoinLateral($query, string $as)
|
|
* @method static mixed leftJoin($table, $first, $operator, $second)
|
|
* @method static mixed leftJoinWhere($table, $first, $operator, $second)
|
|
* @method static mixed leftJoinSub($query, $as, $first, $operator, $second)
|
|
* @method static mixed rightJoin($table, $first, $operator, $second)
|
|
* @method static mixed rightJoinWhere($table, $first, $operator, $second)
|
|
* @method static mixed rightJoinSub($query, $as, $first, $operator, $second)
|
|
* @method static mixed crossJoin($table, $first, $operator, $second)
|
|
* @method static mixed crossJoinSub($query, $as)
|
|
* @method static mixed newJoinClause(self $parentQuery, $type, $table)
|
|
* @method static mixed newJoinLateralClause(self $parentQuery, $type, $table)
|
|
* @method static mixed mergeWheres($wheres, $bindings)
|
|
* @method static mixed where($column, $operator, $value, $boolean)
|
|
* @method static mixed addArrayOfWheres($column, $boolean, $method)
|
|
* @method static mixed prepareValueAndOperator($value, $operator, $useDefault)
|
|
* @method static mixed invalidOperatorAndValue($operator, $value)
|
|
* @method static mixed invalidOperator($operator)
|
|
* @method static mixed isBitwiseOperator($operator)
|
|
* @method static mixed orWhere($column, $operator, $value)
|
|
* @method static mixed whereNot($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereNot($column, $operator, $value)
|
|
* @method static mixed whereColumn($first, $operator, $second, $boolean)
|
|
* @method static mixed orWhereColumn($first, $operator, $second)
|
|
* @method static mixed whereRaw($sql, $bindings, $boolean)
|
|
* @method static mixed orWhereRaw($sql, $bindings)
|
|
* @method static mixed whereIn($column, $values, $boolean, $not)
|
|
* @method static mixed orWhereIn($column, $values)
|
|
* @method static mixed whereNotIn($column, $values, $boolean)
|
|
* @method static mixed orWhereNotIn($column, $values)
|
|
* @method static mixed whereIntegerInRaw($column, $values, $boolean, $not)
|
|
* @method static mixed orWhereIntegerInRaw($column, $values)
|
|
* @method static mixed whereIntegerNotInRaw($column, $values, $boolean)
|
|
* @method static mixed orWhereIntegerNotInRaw($column, $values)
|
|
* @method static mixed whereNull($columns, $boolean, $not)
|
|
* @method static mixed orWhereNull($column)
|
|
* @method static mixed whereNotNull($columns, $boolean)
|
|
* @method static mixed whereBetween($column, iterable $values, $boolean, $not)
|
|
* @method static mixed whereBetweenColumns($column, array $values, $boolean, $not)
|
|
* @method static mixed orWhereBetween($column, iterable $values)
|
|
* @method static mixed orWhereBetweenColumns($column, array $values)
|
|
* @method static mixed whereNotBetween($column, iterable $values, $boolean)
|
|
* @method static mixed whereNotBetweenColumns($column, array $values, $boolean)
|
|
* @method static mixed orWhereNotBetween($column, iterable $values)
|
|
* @method static mixed orWhereNotBetweenColumns($column, array $values)
|
|
* @method static mixed orWhereNotNull($column)
|
|
* @method static mixed whereDate($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereDate($column, $operator, $value)
|
|
* @method static mixed whereTime($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereTime($column, $operator, $value)
|
|
* @method static mixed whereDay($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereDay($column, $operator, $value)
|
|
* @method static mixed whereMonth($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereMonth($column, $operator, $value)
|
|
* @method static mixed whereYear($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereYear($column, $operator, $value)
|
|
* @method static mixed addDateBasedWhere($type, $column, $operator, $value, $boolean)
|
|
* @method static mixed whereNested(Closure $callback, $boolean)
|
|
* @method static mixed forNestedWhere()
|
|
* @method static mixed addNestedWhereQuery($query, $boolean)
|
|
* @method static mixed whereSub($column, $operator, $callback, $boolean)
|
|
* @method static mixed whereExists($callback, $boolean, $not)
|
|
* @method static mixed orWhereExists($callback, $not)
|
|
* @method static mixed whereNotExists($callback, $boolean)
|
|
* @method static mixed orWhereNotExists($callback)
|
|
* @method static mixed addWhereExistsQuery(self $query, $boolean, $not)
|
|
* @method static mixed whereRowValues($columns, $operator, $values, $boolean)
|
|
* @method static mixed orWhereRowValues($columns, $operator, $values)
|
|
* @method static mixed whereJsonContains($column, $value, $boolean, $not)
|
|
* @method static mixed orWhereJsonContains($column, $value)
|
|
* @method static mixed whereJsonDoesntContain($column, $value, $boolean)
|
|
* @method static mixed orWhereJsonDoesntContain($column, $value)
|
|
* @method static mixed whereJsonOverlaps($column, $value, $boolean, $not)
|
|
* @method static mixed orWhereJsonOverlaps($column, $value)
|
|
* @method static mixed whereJsonDoesntOverlap($column, $value, $boolean)
|
|
* @method static mixed orWhereJsonDoesntOverlap($column, $value)
|
|
* @method static mixed whereJsonContainsKey($column, $boolean, $not)
|
|
* @method static mixed orWhereJsonContainsKey($column)
|
|
* @method static mixed whereJsonDoesntContainKey($column, $boolean)
|
|
* @method static mixed orWhereJsonDoesntContainKey($column)
|
|
* @method static mixed whereJsonLength($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereJsonLength($column, $operator, $value)
|
|
* @method static mixed dynamicWhere($method, $parameters)
|
|
* @method static mixed addDynamic($segment, $connector, $parameters, $index)
|
|
* @method static mixed whereFullText($columns, $value, array $options, $boolean)
|
|
* @method static mixed orWhereFullText($columns, $value, array $options)
|
|
* @method static mixed whereAll($columns, $operator, $value, $boolean)
|
|
* @method static mixed orWhereAll($columns, $operator, $value)
|
|
* @method static mixed whereAny($columns, $operator, $value, $boolean)
|
|
* @method static mixed orWhereAny($columns, $operator, $value)
|
|
* @method static mixed groupBy($groups)
|
|
* @method static mixed groupByRaw($sql, array $bindings)
|
|
* @method static mixed having($column, $operator, $value, $boolean)
|
|
* @method static mixed orHaving($column, $operator, $value)
|
|
* @method static mixed havingNested(Closure $callback, $boolean)
|
|
* @method static mixed addNestedHavingQuery($query, $boolean)
|
|
* @method static mixed havingNull($columns, $boolean, $not)
|
|
* @method static mixed orHavingNull($column)
|
|
* @method static mixed havingNotNull($columns, $boolean)
|
|
* @method static mixed orHavingNotNull($column)
|
|
* @method static mixed havingBetween($column, iterable $values, $boolean, $not)
|
|
* @method static mixed havingRaw($sql, array $bindings, $boolean)
|
|
* @method static mixed orHavingRaw($sql, array $bindings)
|
|
* @method static mixed orderBy($column, $direction)
|
|
* @method static mixed orderByDesc($column)
|
|
* @method static mixed latest($column)
|
|
* @method static mixed oldest($column)
|
|
* @method static mixed inRandomOrder($seed)
|
|
* @method static mixed orderByRaw($sql, $bindings)
|
|
* @method static mixed skip($value)
|
|
* @method static mixed offset($value)
|
|
* @method static mixed take($value)
|
|
* @method static mixed limit($value)
|
|
* @method static mixed groupLimit($value, $column)
|
|
* @method static mixed forPage($page, $perPage)
|
|
* @method static mixed forPageBeforeId($perPage, $lastId, $column)
|
|
* @method static mixed forPageAfterId($perPage, $lastId, $column)
|
|
* @method static mixed reorder($column, $direction)
|
|
* @method static mixed removeExistingOrdersFor($column)
|
|
* @method static mixed union($query, $all)
|
|
* @method static mixed unionAll($query)
|
|
* @method static mixed lock($value)
|
|
* @method static mixed lockForUpdate()
|
|
* @method static mixed sharedLock()
|
|
* @method static mixed beforeQuery(callable $callback)
|
|
* @method static mixed applyBeforeQueryCallbacks()
|
|
* @method static mixed afterQuery(Closure $callback)
|
|
* @method static mixed applyAfterQueryCallbacks($result)
|
|
* @method static mixed toSql()
|
|
* @method static mixed toRawSql()
|
|
* @method static mixed find($id, $columns)
|
|
* @method static mixed findOr($id, $columns, Closure $callback)
|
|
* @method static mixed value($column)
|
|
* @method static mixed rawValue(string $expression, array $bindings)
|
|
* @method static mixed soleValue($column)
|
|
* @method static mixed get($columns)
|
|
* @method static mixed runSelect()
|
|
* @method static mixed withoutGroupLimitKeys($items)
|
|
* @method static mixed paginate($perPage, $columns, $pageName, $page, $total)
|
|
* @method static mixed simplePaginate($perPage, $columns, $pageName, $page)
|
|
* @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor)
|
|
* @method static mixed ensureOrderForCursorPagination($shouldReverse)
|
|
* @method static mixed getCountForPagination($columns)
|
|
* @method static mixed runPaginationCountQuery($columns)
|
|
* @method static mixed cloneForPaginationCount()
|
|
* @method static mixed withoutSelectAliases(array $columns)
|
|
* @method static mixed cursor()
|
|
* @method static mixed enforceOrderBy()
|
|
* @method static mixed pluck($column, $key)
|
|
* @method static mixed stripTableForPluck($column)
|
|
* @method static mixed pluckFromObjectColumn($queryResult, $column, $key)
|
|
* @method static mixed pluckFromArrayColumn($queryResult, $column, $key)
|
|
* @method static mixed implode($column, $glue)
|
|
* @method static mixed exists()
|
|
* @method static mixed doesntExist()
|
|
* @method static mixed existsOr(Closure $callback)
|
|
* @method static mixed doesntExistOr(Closure $callback)
|
|
* @method static mixed count($columns)
|
|
* @method static mixed min($column)
|
|
* @method static mixed max($column)
|
|
* @method static mixed sum($column)
|
|
* @method static mixed avg($column)
|
|
* @method static mixed average($column)
|
|
* @method static mixed aggregate($function, $columns)
|
|
* @method static mixed numericAggregate($function, $columns)
|
|
* @method static mixed setAggregate($function, $columns)
|
|
* @method static mixed onceWithColumns($columns, $callback)
|
|
* @method static mixed insert(array $values)
|
|
* @method static mixed insertOrIgnore(array $values)
|
|
* @method static mixed insertGetId(array $values, $sequence)
|
|
* @method static mixed insertUsing(array $columns, $query)
|
|
* @method static mixed insertOrIgnoreUsing(array $columns, $query)
|
|
* @method static mixed update(array $values)
|
|
* @method static mixed updateFrom(array $values)
|
|
* @method static mixed updateOrInsert(array $attributes, callable|array $values)
|
|
* @method static mixed upsert(array $values, $uniqueBy, $update)
|
|
* @method static mixed increment($column, $amount, array $extra)
|
|
* @method static mixed incrementEach(array $columns, array $extra)
|
|
* @method static mixed decrement($column, $amount, array $extra)
|
|
* @method static mixed decrementEach(array $columns, array $extra)
|
|
* @method static mixed delete($id)
|
|
* @method static mixed truncate()
|
|
* @method static mixed newQuery()
|
|
* @method static mixed forSubQuery()
|
|
* @method static mixed getColumns()
|
|
* @method static mixed raw($value)
|
|
* @method static mixed getUnionBuilders()
|
|
* @method static mixed getBindings()
|
|
* @method static mixed getRawBindings()
|
|
* @method static mixed setBindings(array $bindings, $type)
|
|
* @method static mixed addBinding($value, $type)
|
|
* @method static mixed castBinding($value)
|
|
* @method static mixed mergeBindings(self $query)
|
|
* @method static mixed cleanBindings(array $bindings)
|
|
* @method static mixed flattenValue($value)
|
|
* @method static mixed defaultKeyName()
|
|
* @method static mixed getConnection()
|
|
* @method static mixed getProcessor()
|
|
* @method static mixed getGrammar()
|
|
* @method static mixed useWritePdo()
|
|
* @method static mixed isQueryable($value)
|
|
* @method static mixed clone()
|
|
* @method static mixed cloneWithout(array $properties)
|
|
* @method static mixed cloneWithoutBindings(array $except)
|
|
* @method static mixed dump($args)
|
|
* @method static mixed dumpRawSql()
|
|
* @method static mixed dd()
|
|
* @method static mixed ddRawSql()
|
|
* @method static mixed chunk($count, callable $callback)
|
|
* @method static mixed chunkMap(callable $callback, $count)
|
|
* @method static mixed each(callable $callback, $count)
|
|
* @method static mixed chunkById($count, callable $callback, $column, $alias)
|
|
* @method static mixed chunkByIdDesc($count, callable $callback, $column, $alias)
|
|
* @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending)
|
|
* @method static mixed eachById(callable $callback, $count, $column, $alias)
|
|
* @method static mixed lazy($chunkSize)
|
|
* @method static mixed lazyById($chunkSize, $column, $alias)
|
|
* @method static mixed lazyByIdDesc($chunkSize, $column, $alias)
|
|
* @method static mixed orderedLazyById($chunkSize, $column, $alias, $descending)
|
|
* @method static mixed first($columns)
|
|
* @method static mixed sole($columns)
|
|
* @method static mixed paginateUsingCursor($perPage, $columns, $cursorName, $cursor)
|
|
* @method static mixed getOriginalColumnNameForCursorPagination($builder, string $parameter)
|
|
* @method static mixed paginator($items, $total, $perPage, $currentPage, $options)
|
|
* @method static mixed simplePaginator($items, $perPage, $currentPage, $options)
|
|
* @method static mixed cursorPaginator($items, $perPage, $cursor, $options)
|
|
* @method static mixed tap($callback)
|
|
* @method static mixed when($value, callable $callback, callable $default)
|
|
* @method static mixed unless($value, callable $callback, callable $default)
|
|
* @method static mixed explain()
|
|
* @method static mixed forwardCallTo($object, $method, $parameters)
|
|
* @method static mixed forwardDecoratedCallTo($object, $method, $parameters)
|
|
* @method static mixed throwBadMethodCallException($method)
|
|
* @method static mixed macro($name, $macro)
|
|
* @method static mixed mixin($mixin, $replace)
|
|
* @method static mixed hasMacro($name)
|
|
* @method static mixed flushMacros()
|
|
* @method static mixed macroCall($method, $parameters)
|
|
* @mixin \Illuminate\Database\Query\Builder
|
|
*/
|
|
class Energy1A extends \App\Models\SigdModel
|
|
{
|
|
//
|
|
}
|
|
|
|
/**
|
|
* App\Models\EnergyGpcI13
|
|
*
|
|
* @property string|null $updated_by
|
|
* @property string|null $created_by
|
|
* @property \Illuminate\Support\Carbon|null $updated_at
|
|
* @property \Illuminate\Support\Carbon|null $created_at
|
|
* @property int $row_status
|
|
* @property int $row_num
|
|
* @property float $co2_gg
|
|
* @property float $co2_ton
|
|
* @property float $faktor_emisi
|
|
* @property float $value
|
|
* @property string $activity_code
|
|
* @property string $activity_year
|
|
* @property string $inventory_year
|
|
* @property string $id
|
|
* @property-read \App\Models\ReferenceActivity $activity
|
|
* @method static \Illuminate\Database\Eloquent\Builder<EnergyGpcI13>|EnergyGpcI13 whereId($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<EnergyGpcI13>|EnergyGpcI13 whereInventoryYear($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<EnergyGpcI13>|EnergyGpcI13 whereActivityYear($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<EnergyGpcI13>|EnergyGpcI13 whereActivityCode($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<EnergyGpcI13>|EnergyGpcI13 whereValue($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<EnergyGpcI13>|EnergyGpcI13 whereFaktorEmisi($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<EnergyGpcI13>|EnergyGpcI13 whereCo2Ton($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<EnergyGpcI13>|EnergyGpcI13 whereCo2Gg($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<EnergyGpcI13>|EnergyGpcI13 whereRowNum($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<EnergyGpcI13>|EnergyGpcI13 whereRowStatus($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<EnergyGpcI13>|EnergyGpcI13 whereCreatedAt($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<EnergyGpcI13>|EnergyGpcI13 whereUpdatedAt($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<EnergyGpcI13>|EnergyGpcI13 whereCreatedBy($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<EnergyGpcI13>|EnergyGpcI13 whereUpdatedBy($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<EnergyGpcI13>|EnergyGpcI13 rowActive()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<EnergyGpcI13>|EnergyGpcI13 isActive()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<EnergyGpcI13>|EnergyGpcI13 orderByRowNum()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<EnergyGpcI13>|EnergyGpcI13 newModelQuery()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<EnergyGpcI13>|EnergyGpcI13 newQuery()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<EnergyGpcI13>|EnergyGpcI13 query()
|
|
* @method static mixed select($columns)
|
|
* @method static mixed selectSub($query, $as)
|
|
* @method static mixed selectRaw($expression, array $bindings)
|
|
* @method static mixed fromSub($query, $as)
|
|
* @method static mixed fromRaw($expression, $bindings)
|
|
* @method static mixed createSub($query)
|
|
* @method static mixed parseSub($query)
|
|
* @method static mixed prependDatabaseNameIfCrossDatabaseQuery($query)
|
|
* @method static mixed addSelect($column)
|
|
* @method static mixed distinct()
|
|
* @method static mixed from($table, $as)
|
|
* @method static mixed useIndex($index)
|
|
* @method static mixed forceIndex($index)
|
|
* @method static mixed ignoreIndex($index)
|
|
* @method static mixed join($table, $first, $operator, $second, $type, $where)
|
|
* @method static mixed joinWhere($table, $first, $operator, $second, $type)
|
|
* @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where)
|
|
* @method static mixed joinLateral($query, string $as, string $type)
|
|
* @method static mixed leftJoinLateral($query, string $as)
|
|
* @method static mixed leftJoin($table, $first, $operator, $second)
|
|
* @method static mixed leftJoinWhere($table, $first, $operator, $second)
|
|
* @method static mixed leftJoinSub($query, $as, $first, $operator, $second)
|
|
* @method static mixed rightJoin($table, $first, $operator, $second)
|
|
* @method static mixed rightJoinWhere($table, $first, $operator, $second)
|
|
* @method static mixed rightJoinSub($query, $as, $first, $operator, $second)
|
|
* @method static mixed crossJoin($table, $first, $operator, $second)
|
|
* @method static mixed crossJoinSub($query, $as)
|
|
* @method static mixed newJoinClause(self $parentQuery, $type, $table)
|
|
* @method static mixed newJoinLateralClause(self $parentQuery, $type, $table)
|
|
* @method static mixed mergeWheres($wheres, $bindings)
|
|
* @method static mixed where($column, $operator, $value, $boolean)
|
|
* @method static mixed addArrayOfWheres($column, $boolean, $method)
|
|
* @method static mixed prepareValueAndOperator($value, $operator, $useDefault)
|
|
* @method static mixed invalidOperatorAndValue($operator, $value)
|
|
* @method static mixed invalidOperator($operator)
|
|
* @method static mixed isBitwiseOperator($operator)
|
|
* @method static mixed orWhere($column, $operator, $value)
|
|
* @method static mixed whereNot($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereNot($column, $operator, $value)
|
|
* @method static mixed whereColumn($first, $operator, $second, $boolean)
|
|
* @method static mixed orWhereColumn($first, $operator, $second)
|
|
* @method static mixed whereRaw($sql, $bindings, $boolean)
|
|
* @method static mixed orWhereRaw($sql, $bindings)
|
|
* @method static mixed whereIn($column, $values, $boolean, $not)
|
|
* @method static mixed orWhereIn($column, $values)
|
|
* @method static mixed whereNotIn($column, $values, $boolean)
|
|
* @method static mixed orWhereNotIn($column, $values)
|
|
* @method static mixed whereIntegerInRaw($column, $values, $boolean, $not)
|
|
* @method static mixed orWhereIntegerInRaw($column, $values)
|
|
* @method static mixed whereIntegerNotInRaw($column, $values, $boolean)
|
|
* @method static mixed orWhereIntegerNotInRaw($column, $values)
|
|
* @method static mixed whereNull($columns, $boolean, $not)
|
|
* @method static mixed orWhereNull($column)
|
|
* @method static mixed whereNotNull($columns, $boolean)
|
|
* @method static mixed whereBetween($column, iterable $values, $boolean, $not)
|
|
* @method static mixed whereBetweenColumns($column, array $values, $boolean, $not)
|
|
* @method static mixed orWhereBetween($column, iterable $values)
|
|
* @method static mixed orWhereBetweenColumns($column, array $values)
|
|
* @method static mixed whereNotBetween($column, iterable $values, $boolean)
|
|
* @method static mixed whereNotBetweenColumns($column, array $values, $boolean)
|
|
* @method static mixed orWhereNotBetween($column, iterable $values)
|
|
* @method static mixed orWhereNotBetweenColumns($column, array $values)
|
|
* @method static mixed orWhereNotNull($column)
|
|
* @method static mixed whereDate($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereDate($column, $operator, $value)
|
|
* @method static mixed whereTime($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereTime($column, $operator, $value)
|
|
* @method static mixed whereDay($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereDay($column, $operator, $value)
|
|
* @method static mixed whereMonth($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereMonth($column, $operator, $value)
|
|
* @method static mixed whereYear($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereYear($column, $operator, $value)
|
|
* @method static mixed addDateBasedWhere($type, $column, $operator, $value, $boolean)
|
|
* @method static mixed whereNested(Closure $callback, $boolean)
|
|
* @method static mixed forNestedWhere()
|
|
* @method static mixed addNestedWhereQuery($query, $boolean)
|
|
* @method static mixed whereSub($column, $operator, $callback, $boolean)
|
|
* @method static mixed whereExists($callback, $boolean, $not)
|
|
* @method static mixed orWhereExists($callback, $not)
|
|
* @method static mixed whereNotExists($callback, $boolean)
|
|
* @method static mixed orWhereNotExists($callback)
|
|
* @method static mixed addWhereExistsQuery(self $query, $boolean, $not)
|
|
* @method static mixed whereRowValues($columns, $operator, $values, $boolean)
|
|
* @method static mixed orWhereRowValues($columns, $operator, $values)
|
|
* @method static mixed whereJsonContains($column, $value, $boolean, $not)
|
|
* @method static mixed orWhereJsonContains($column, $value)
|
|
* @method static mixed whereJsonDoesntContain($column, $value, $boolean)
|
|
* @method static mixed orWhereJsonDoesntContain($column, $value)
|
|
* @method static mixed whereJsonOverlaps($column, $value, $boolean, $not)
|
|
* @method static mixed orWhereJsonOverlaps($column, $value)
|
|
* @method static mixed whereJsonDoesntOverlap($column, $value, $boolean)
|
|
* @method static mixed orWhereJsonDoesntOverlap($column, $value)
|
|
* @method static mixed whereJsonContainsKey($column, $boolean, $not)
|
|
* @method static mixed orWhereJsonContainsKey($column)
|
|
* @method static mixed whereJsonDoesntContainKey($column, $boolean)
|
|
* @method static mixed orWhereJsonDoesntContainKey($column)
|
|
* @method static mixed whereJsonLength($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereJsonLength($column, $operator, $value)
|
|
* @method static mixed dynamicWhere($method, $parameters)
|
|
* @method static mixed addDynamic($segment, $connector, $parameters, $index)
|
|
* @method static mixed whereFullText($columns, $value, array $options, $boolean)
|
|
* @method static mixed orWhereFullText($columns, $value, array $options)
|
|
* @method static mixed whereAll($columns, $operator, $value, $boolean)
|
|
* @method static mixed orWhereAll($columns, $operator, $value)
|
|
* @method static mixed whereAny($columns, $operator, $value, $boolean)
|
|
* @method static mixed orWhereAny($columns, $operator, $value)
|
|
* @method static mixed groupBy($groups)
|
|
* @method static mixed groupByRaw($sql, array $bindings)
|
|
* @method static mixed having($column, $operator, $value, $boolean)
|
|
* @method static mixed orHaving($column, $operator, $value)
|
|
* @method static mixed havingNested(Closure $callback, $boolean)
|
|
* @method static mixed addNestedHavingQuery($query, $boolean)
|
|
* @method static mixed havingNull($columns, $boolean, $not)
|
|
* @method static mixed orHavingNull($column)
|
|
* @method static mixed havingNotNull($columns, $boolean)
|
|
* @method static mixed orHavingNotNull($column)
|
|
* @method static mixed havingBetween($column, iterable $values, $boolean, $not)
|
|
* @method static mixed havingRaw($sql, array $bindings, $boolean)
|
|
* @method static mixed orHavingRaw($sql, array $bindings)
|
|
* @method static mixed orderBy($column, $direction)
|
|
* @method static mixed orderByDesc($column)
|
|
* @method static mixed latest($column)
|
|
* @method static mixed oldest($column)
|
|
* @method static mixed inRandomOrder($seed)
|
|
* @method static mixed orderByRaw($sql, $bindings)
|
|
* @method static mixed skip($value)
|
|
* @method static mixed offset($value)
|
|
* @method static mixed take($value)
|
|
* @method static mixed limit($value)
|
|
* @method static mixed groupLimit($value, $column)
|
|
* @method static mixed forPage($page, $perPage)
|
|
* @method static mixed forPageBeforeId($perPage, $lastId, $column)
|
|
* @method static mixed forPageAfterId($perPage, $lastId, $column)
|
|
* @method static mixed reorder($column, $direction)
|
|
* @method static mixed removeExistingOrdersFor($column)
|
|
* @method static mixed union($query, $all)
|
|
* @method static mixed unionAll($query)
|
|
* @method static mixed lock($value)
|
|
* @method static mixed lockForUpdate()
|
|
* @method static mixed sharedLock()
|
|
* @method static mixed beforeQuery(callable $callback)
|
|
* @method static mixed applyBeforeQueryCallbacks()
|
|
* @method static mixed afterQuery(Closure $callback)
|
|
* @method static mixed applyAfterQueryCallbacks($result)
|
|
* @method static mixed toSql()
|
|
* @method static mixed toRawSql()
|
|
* @method static mixed find($id, $columns)
|
|
* @method static mixed findOr($id, $columns, Closure $callback)
|
|
* @method static mixed value($column)
|
|
* @method static mixed rawValue(string $expression, array $bindings)
|
|
* @method static mixed soleValue($column)
|
|
* @method static mixed get($columns)
|
|
* @method static mixed runSelect()
|
|
* @method static mixed withoutGroupLimitKeys($items)
|
|
* @method static mixed paginate($perPage, $columns, $pageName, $page, $total)
|
|
* @method static mixed simplePaginate($perPage, $columns, $pageName, $page)
|
|
* @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor)
|
|
* @method static mixed ensureOrderForCursorPagination($shouldReverse)
|
|
* @method static mixed getCountForPagination($columns)
|
|
* @method static mixed runPaginationCountQuery($columns)
|
|
* @method static mixed cloneForPaginationCount()
|
|
* @method static mixed withoutSelectAliases(array $columns)
|
|
* @method static mixed cursor()
|
|
* @method static mixed enforceOrderBy()
|
|
* @method static mixed pluck($column, $key)
|
|
* @method static mixed stripTableForPluck($column)
|
|
* @method static mixed pluckFromObjectColumn($queryResult, $column, $key)
|
|
* @method static mixed pluckFromArrayColumn($queryResult, $column, $key)
|
|
* @method static mixed implode($column, $glue)
|
|
* @method static mixed exists()
|
|
* @method static mixed doesntExist()
|
|
* @method static mixed existsOr(Closure $callback)
|
|
* @method static mixed doesntExistOr(Closure $callback)
|
|
* @method static mixed count($columns)
|
|
* @method static mixed min($column)
|
|
* @method static mixed max($column)
|
|
* @method static mixed sum($column)
|
|
* @method static mixed avg($column)
|
|
* @method static mixed average($column)
|
|
* @method static mixed aggregate($function, $columns)
|
|
* @method static mixed numericAggregate($function, $columns)
|
|
* @method static mixed setAggregate($function, $columns)
|
|
* @method static mixed onceWithColumns($columns, $callback)
|
|
* @method static mixed insert(array $values)
|
|
* @method static mixed insertOrIgnore(array $values)
|
|
* @method static mixed insertGetId(array $values, $sequence)
|
|
* @method static mixed insertUsing(array $columns, $query)
|
|
* @method static mixed insertOrIgnoreUsing(array $columns, $query)
|
|
* @method static mixed update(array $values)
|
|
* @method static mixed updateFrom(array $values)
|
|
* @method static mixed updateOrInsert(array $attributes, callable|array $values)
|
|
* @method static mixed upsert(array $values, $uniqueBy, $update)
|
|
* @method static mixed increment($column, $amount, array $extra)
|
|
* @method static mixed incrementEach(array $columns, array $extra)
|
|
* @method static mixed decrement($column, $amount, array $extra)
|
|
* @method static mixed decrementEach(array $columns, array $extra)
|
|
* @method static mixed delete($id)
|
|
* @method static mixed truncate()
|
|
* @method static mixed newQuery()
|
|
* @method static mixed forSubQuery()
|
|
* @method static mixed getColumns()
|
|
* @method static mixed raw($value)
|
|
* @method static mixed getUnionBuilders()
|
|
* @method static mixed getBindings()
|
|
* @method static mixed getRawBindings()
|
|
* @method static mixed setBindings(array $bindings, $type)
|
|
* @method static mixed addBinding($value, $type)
|
|
* @method static mixed castBinding($value)
|
|
* @method static mixed mergeBindings(self $query)
|
|
* @method static mixed cleanBindings(array $bindings)
|
|
* @method static mixed flattenValue($value)
|
|
* @method static mixed defaultKeyName()
|
|
* @method static mixed getConnection()
|
|
* @method static mixed getProcessor()
|
|
* @method static mixed getGrammar()
|
|
* @method static mixed useWritePdo()
|
|
* @method static mixed isQueryable($value)
|
|
* @method static mixed clone()
|
|
* @method static mixed cloneWithout(array $properties)
|
|
* @method static mixed cloneWithoutBindings(array $except)
|
|
* @method static mixed dump($args)
|
|
* @method static mixed dumpRawSql()
|
|
* @method static mixed dd()
|
|
* @method static mixed ddRawSql()
|
|
* @method static mixed chunk($count, callable $callback)
|
|
* @method static mixed chunkMap(callable $callback, $count)
|
|
* @method static mixed each(callable $callback, $count)
|
|
* @method static mixed chunkById($count, callable $callback, $column, $alias)
|
|
* @method static mixed chunkByIdDesc($count, callable $callback, $column, $alias)
|
|
* @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending)
|
|
* @method static mixed eachById(callable $callback, $count, $column, $alias)
|
|
* @method static mixed lazy($chunkSize)
|
|
* @method static mixed lazyById($chunkSize, $column, $alias)
|
|
* @method static mixed lazyByIdDesc($chunkSize, $column, $alias)
|
|
* @method static mixed orderedLazyById($chunkSize, $column, $alias, $descending)
|
|
* @method static mixed first($columns)
|
|
* @method static mixed sole($columns)
|
|
* @method static mixed paginateUsingCursor($perPage, $columns, $cursorName, $cursor)
|
|
* @method static mixed getOriginalColumnNameForCursorPagination($builder, string $parameter)
|
|
* @method static mixed paginator($items, $total, $perPage, $currentPage, $options)
|
|
* @method static mixed simplePaginator($items, $perPage, $currentPage, $options)
|
|
* @method static mixed cursorPaginator($items, $perPage, $cursor, $options)
|
|
* @method static mixed tap($callback)
|
|
* @method static mixed when($value, callable $callback, callable $default)
|
|
* @method static mixed unless($value, callable $callback, callable $default)
|
|
* @method static mixed explain()
|
|
* @method static mixed forwardCallTo($object, $method, $parameters)
|
|
* @method static mixed forwardDecoratedCallTo($object, $method, $parameters)
|
|
* @method static mixed throwBadMethodCallException($method)
|
|
* @method static mixed macro($name, $macro)
|
|
* @method static mixed mixin($mixin, $replace)
|
|
* @method static mixed hasMacro($name)
|
|
* @method static mixed flushMacros()
|
|
* @method static mixed macroCall($method, $parameters)
|
|
* @mixin \Illuminate\Database\Query\Builder
|
|
*/
|
|
class EnergyGpcI13 extends \App\Models\SigdModel
|
|
{
|
|
//
|
|
}
|
|
|
|
/**
|
|
* App\Models\EnergyGpcI41
|
|
*
|
|
* @property string|null $updated_by
|
|
* @property string|null $created_by
|
|
* @property \Illuminate\Support\Carbon|null $updated_at
|
|
* @property \Illuminate\Support\Carbon|null $created_at
|
|
* @property int $row_status
|
|
* @property float $n2o_gg
|
|
* @property float $ch4_gg
|
|
* @property float $co2_gg
|
|
* @property float $n2o_ton
|
|
* @property float $ch4_ton
|
|
* @property float $co2_ton
|
|
* @property float $ef_n2o
|
|
* @property float $ef_ch4
|
|
* @property float $ef_co2
|
|
* @property float $value_tj
|
|
* @property string $activity_code
|
|
* @property string $activity_year
|
|
* @property string $inventory_year
|
|
* @property string $id
|
|
* @property-read \App\Models\ReferenceActivity $activity
|
|
* @method static \Illuminate\Database\Eloquent\Builder<EnergyGpcI41>|EnergyGpcI41 whereId($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<EnergyGpcI41>|EnergyGpcI41 whereInventoryYear($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<EnergyGpcI41>|EnergyGpcI41 whereActivityYear($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<EnergyGpcI41>|EnergyGpcI41 whereActivityCode($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<EnergyGpcI41>|EnergyGpcI41 whereValueTj($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<EnergyGpcI41>|EnergyGpcI41 whereEfCo2($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<EnergyGpcI41>|EnergyGpcI41 whereEfCh4($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<EnergyGpcI41>|EnergyGpcI41 whereEfN2O($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<EnergyGpcI41>|EnergyGpcI41 whereCo2Ton($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<EnergyGpcI41>|EnergyGpcI41 whereCh4Ton($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<EnergyGpcI41>|EnergyGpcI41 whereN2OTon($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<EnergyGpcI41>|EnergyGpcI41 whereCo2Gg($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<EnergyGpcI41>|EnergyGpcI41 whereCh4Gg($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<EnergyGpcI41>|EnergyGpcI41 whereN2OGg($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<EnergyGpcI41>|EnergyGpcI41 whereRowStatus($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<EnergyGpcI41>|EnergyGpcI41 whereCreatedAt($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<EnergyGpcI41>|EnergyGpcI41 whereUpdatedAt($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<EnergyGpcI41>|EnergyGpcI41 whereCreatedBy($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<EnergyGpcI41>|EnergyGpcI41 whereUpdatedBy($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<EnergyGpcI41>|EnergyGpcI41 rowActive()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<EnergyGpcI41>|EnergyGpcI41 isActive()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<EnergyGpcI41>|EnergyGpcI41 orderByRowNum()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<EnergyGpcI41>|EnergyGpcI41 newModelQuery()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<EnergyGpcI41>|EnergyGpcI41 newQuery()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<EnergyGpcI41>|EnergyGpcI41 query()
|
|
* @method static mixed select($columns)
|
|
* @method static mixed selectSub($query, $as)
|
|
* @method static mixed selectRaw($expression, array $bindings)
|
|
* @method static mixed fromSub($query, $as)
|
|
* @method static mixed fromRaw($expression, $bindings)
|
|
* @method static mixed createSub($query)
|
|
* @method static mixed parseSub($query)
|
|
* @method static mixed prependDatabaseNameIfCrossDatabaseQuery($query)
|
|
* @method static mixed addSelect($column)
|
|
* @method static mixed distinct()
|
|
* @method static mixed from($table, $as)
|
|
* @method static mixed useIndex($index)
|
|
* @method static mixed forceIndex($index)
|
|
* @method static mixed ignoreIndex($index)
|
|
* @method static mixed join($table, $first, $operator, $second, $type, $where)
|
|
* @method static mixed joinWhere($table, $first, $operator, $second, $type)
|
|
* @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where)
|
|
* @method static mixed joinLateral($query, string $as, string $type)
|
|
* @method static mixed leftJoinLateral($query, string $as)
|
|
* @method static mixed leftJoin($table, $first, $operator, $second)
|
|
* @method static mixed leftJoinWhere($table, $first, $operator, $second)
|
|
* @method static mixed leftJoinSub($query, $as, $first, $operator, $second)
|
|
* @method static mixed rightJoin($table, $first, $operator, $second)
|
|
* @method static mixed rightJoinWhere($table, $first, $operator, $second)
|
|
* @method static mixed rightJoinSub($query, $as, $first, $operator, $second)
|
|
* @method static mixed crossJoin($table, $first, $operator, $second)
|
|
* @method static mixed crossJoinSub($query, $as)
|
|
* @method static mixed newJoinClause(self $parentQuery, $type, $table)
|
|
* @method static mixed newJoinLateralClause(self $parentQuery, $type, $table)
|
|
* @method static mixed mergeWheres($wheres, $bindings)
|
|
* @method static mixed where($column, $operator, $value, $boolean)
|
|
* @method static mixed addArrayOfWheres($column, $boolean, $method)
|
|
* @method static mixed prepareValueAndOperator($value, $operator, $useDefault)
|
|
* @method static mixed invalidOperatorAndValue($operator, $value)
|
|
* @method static mixed invalidOperator($operator)
|
|
* @method static mixed isBitwiseOperator($operator)
|
|
* @method static mixed orWhere($column, $operator, $value)
|
|
* @method static mixed whereNot($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereNot($column, $operator, $value)
|
|
* @method static mixed whereColumn($first, $operator, $second, $boolean)
|
|
* @method static mixed orWhereColumn($first, $operator, $second)
|
|
* @method static mixed whereRaw($sql, $bindings, $boolean)
|
|
* @method static mixed orWhereRaw($sql, $bindings)
|
|
* @method static mixed whereIn($column, $values, $boolean, $not)
|
|
* @method static mixed orWhereIn($column, $values)
|
|
* @method static mixed whereNotIn($column, $values, $boolean)
|
|
* @method static mixed orWhereNotIn($column, $values)
|
|
* @method static mixed whereIntegerInRaw($column, $values, $boolean, $not)
|
|
* @method static mixed orWhereIntegerInRaw($column, $values)
|
|
* @method static mixed whereIntegerNotInRaw($column, $values, $boolean)
|
|
* @method static mixed orWhereIntegerNotInRaw($column, $values)
|
|
* @method static mixed whereNull($columns, $boolean, $not)
|
|
* @method static mixed orWhereNull($column)
|
|
* @method static mixed whereNotNull($columns, $boolean)
|
|
* @method static mixed whereBetween($column, iterable $values, $boolean, $not)
|
|
* @method static mixed whereBetweenColumns($column, array $values, $boolean, $not)
|
|
* @method static mixed orWhereBetween($column, iterable $values)
|
|
* @method static mixed orWhereBetweenColumns($column, array $values)
|
|
* @method static mixed whereNotBetween($column, iterable $values, $boolean)
|
|
* @method static mixed whereNotBetweenColumns($column, array $values, $boolean)
|
|
* @method static mixed orWhereNotBetween($column, iterable $values)
|
|
* @method static mixed orWhereNotBetweenColumns($column, array $values)
|
|
* @method static mixed orWhereNotNull($column)
|
|
* @method static mixed whereDate($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereDate($column, $operator, $value)
|
|
* @method static mixed whereTime($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereTime($column, $operator, $value)
|
|
* @method static mixed whereDay($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereDay($column, $operator, $value)
|
|
* @method static mixed whereMonth($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereMonth($column, $operator, $value)
|
|
* @method static mixed whereYear($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereYear($column, $operator, $value)
|
|
* @method static mixed addDateBasedWhere($type, $column, $operator, $value, $boolean)
|
|
* @method static mixed whereNested(Closure $callback, $boolean)
|
|
* @method static mixed forNestedWhere()
|
|
* @method static mixed addNestedWhereQuery($query, $boolean)
|
|
* @method static mixed whereSub($column, $operator, $callback, $boolean)
|
|
* @method static mixed whereExists($callback, $boolean, $not)
|
|
* @method static mixed orWhereExists($callback, $not)
|
|
* @method static mixed whereNotExists($callback, $boolean)
|
|
* @method static mixed orWhereNotExists($callback)
|
|
* @method static mixed addWhereExistsQuery(self $query, $boolean, $not)
|
|
* @method static mixed whereRowValues($columns, $operator, $values, $boolean)
|
|
* @method static mixed orWhereRowValues($columns, $operator, $values)
|
|
* @method static mixed whereJsonContains($column, $value, $boolean, $not)
|
|
* @method static mixed orWhereJsonContains($column, $value)
|
|
* @method static mixed whereJsonDoesntContain($column, $value, $boolean)
|
|
* @method static mixed orWhereJsonDoesntContain($column, $value)
|
|
* @method static mixed whereJsonOverlaps($column, $value, $boolean, $not)
|
|
* @method static mixed orWhereJsonOverlaps($column, $value)
|
|
* @method static mixed whereJsonDoesntOverlap($column, $value, $boolean)
|
|
* @method static mixed orWhereJsonDoesntOverlap($column, $value)
|
|
* @method static mixed whereJsonContainsKey($column, $boolean, $not)
|
|
* @method static mixed orWhereJsonContainsKey($column)
|
|
* @method static mixed whereJsonDoesntContainKey($column, $boolean)
|
|
* @method static mixed orWhereJsonDoesntContainKey($column)
|
|
* @method static mixed whereJsonLength($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereJsonLength($column, $operator, $value)
|
|
* @method static mixed dynamicWhere($method, $parameters)
|
|
* @method static mixed addDynamic($segment, $connector, $parameters, $index)
|
|
* @method static mixed whereFullText($columns, $value, array $options, $boolean)
|
|
* @method static mixed orWhereFullText($columns, $value, array $options)
|
|
* @method static mixed whereAll($columns, $operator, $value, $boolean)
|
|
* @method static mixed orWhereAll($columns, $operator, $value)
|
|
* @method static mixed whereAny($columns, $operator, $value, $boolean)
|
|
* @method static mixed orWhereAny($columns, $operator, $value)
|
|
* @method static mixed groupBy($groups)
|
|
* @method static mixed groupByRaw($sql, array $bindings)
|
|
* @method static mixed having($column, $operator, $value, $boolean)
|
|
* @method static mixed orHaving($column, $operator, $value)
|
|
* @method static mixed havingNested(Closure $callback, $boolean)
|
|
* @method static mixed addNestedHavingQuery($query, $boolean)
|
|
* @method static mixed havingNull($columns, $boolean, $not)
|
|
* @method static mixed orHavingNull($column)
|
|
* @method static mixed havingNotNull($columns, $boolean)
|
|
* @method static mixed orHavingNotNull($column)
|
|
* @method static mixed havingBetween($column, iterable $values, $boolean, $not)
|
|
* @method static mixed havingRaw($sql, array $bindings, $boolean)
|
|
* @method static mixed orHavingRaw($sql, array $bindings)
|
|
* @method static mixed orderBy($column, $direction)
|
|
* @method static mixed orderByDesc($column)
|
|
* @method static mixed latest($column)
|
|
* @method static mixed oldest($column)
|
|
* @method static mixed inRandomOrder($seed)
|
|
* @method static mixed orderByRaw($sql, $bindings)
|
|
* @method static mixed skip($value)
|
|
* @method static mixed offset($value)
|
|
* @method static mixed take($value)
|
|
* @method static mixed limit($value)
|
|
* @method static mixed groupLimit($value, $column)
|
|
* @method static mixed forPage($page, $perPage)
|
|
* @method static mixed forPageBeforeId($perPage, $lastId, $column)
|
|
* @method static mixed forPageAfterId($perPage, $lastId, $column)
|
|
* @method static mixed reorder($column, $direction)
|
|
* @method static mixed removeExistingOrdersFor($column)
|
|
* @method static mixed union($query, $all)
|
|
* @method static mixed unionAll($query)
|
|
* @method static mixed lock($value)
|
|
* @method static mixed lockForUpdate()
|
|
* @method static mixed sharedLock()
|
|
* @method static mixed beforeQuery(callable $callback)
|
|
* @method static mixed applyBeforeQueryCallbacks()
|
|
* @method static mixed afterQuery(Closure $callback)
|
|
* @method static mixed applyAfterQueryCallbacks($result)
|
|
* @method static mixed toSql()
|
|
* @method static mixed toRawSql()
|
|
* @method static mixed find($id, $columns)
|
|
* @method static mixed findOr($id, $columns, Closure $callback)
|
|
* @method static mixed value($column)
|
|
* @method static mixed rawValue(string $expression, array $bindings)
|
|
* @method static mixed soleValue($column)
|
|
* @method static mixed get($columns)
|
|
* @method static mixed runSelect()
|
|
* @method static mixed withoutGroupLimitKeys($items)
|
|
* @method static mixed paginate($perPage, $columns, $pageName, $page, $total)
|
|
* @method static mixed simplePaginate($perPage, $columns, $pageName, $page)
|
|
* @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor)
|
|
* @method static mixed ensureOrderForCursorPagination($shouldReverse)
|
|
* @method static mixed getCountForPagination($columns)
|
|
* @method static mixed runPaginationCountQuery($columns)
|
|
* @method static mixed cloneForPaginationCount()
|
|
* @method static mixed withoutSelectAliases(array $columns)
|
|
* @method static mixed cursor()
|
|
* @method static mixed enforceOrderBy()
|
|
* @method static mixed pluck($column, $key)
|
|
* @method static mixed stripTableForPluck($column)
|
|
* @method static mixed pluckFromObjectColumn($queryResult, $column, $key)
|
|
* @method static mixed pluckFromArrayColumn($queryResult, $column, $key)
|
|
* @method static mixed implode($column, $glue)
|
|
* @method static mixed exists()
|
|
* @method static mixed doesntExist()
|
|
* @method static mixed existsOr(Closure $callback)
|
|
* @method static mixed doesntExistOr(Closure $callback)
|
|
* @method static mixed count($columns)
|
|
* @method static mixed min($column)
|
|
* @method static mixed max($column)
|
|
* @method static mixed sum($column)
|
|
* @method static mixed avg($column)
|
|
* @method static mixed average($column)
|
|
* @method static mixed aggregate($function, $columns)
|
|
* @method static mixed numericAggregate($function, $columns)
|
|
* @method static mixed setAggregate($function, $columns)
|
|
* @method static mixed onceWithColumns($columns, $callback)
|
|
* @method static mixed insert(array $values)
|
|
* @method static mixed insertOrIgnore(array $values)
|
|
* @method static mixed insertGetId(array $values, $sequence)
|
|
* @method static mixed insertUsing(array $columns, $query)
|
|
* @method static mixed insertOrIgnoreUsing(array $columns, $query)
|
|
* @method static mixed update(array $values)
|
|
* @method static mixed updateFrom(array $values)
|
|
* @method static mixed updateOrInsert(array $attributes, callable|array $values)
|
|
* @method static mixed upsert(array $values, $uniqueBy, $update)
|
|
* @method static mixed increment($column, $amount, array $extra)
|
|
* @method static mixed incrementEach(array $columns, array $extra)
|
|
* @method static mixed decrement($column, $amount, array $extra)
|
|
* @method static mixed decrementEach(array $columns, array $extra)
|
|
* @method static mixed delete($id)
|
|
* @method static mixed truncate()
|
|
* @method static mixed newQuery()
|
|
* @method static mixed forSubQuery()
|
|
* @method static mixed getColumns()
|
|
* @method static mixed raw($value)
|
|
* @method static mixed getUnionBuilders()
|
|
* @method static mixed getBindings()
|
|
* @method static mixed getRawBindings()
|
|
* @method static mixed setBindings(array $bindings, $type)
|
|
* @method static mixed addBinding($value, $type)
|
|
* @method static mixed castBinding($value)
|
|
* @method static mixed mergeBindings(self $query)
|
|
* @method static mixed cleanBindings(array $bindings)
|
|
* @method static mixed flattenValue($value)
|
|
* @method static mixed defaultKeyName()
|
|
* @method static mixed getConnection()
|
|
* @method static mixed getProcessor()
|
|
* @method static mixed getGrammar()
|
|
* @method static mixed useWritePdo()
|
|
* @method static mixed isQueryable($value)
|
|
* @method static mixed clone()
|
|
* @method static mixed cloneWithout(array $properties)
|
|
* @method static mixed cloneWithoutBindings(array $except)
|
|
* @method static mixed dump($args)
|
|
* @method static mixed dumpRawSql()
|
|
* @method static mixed dd()
|
|
* @method static mixed ddRawSql()
|
|
* @method static mixed chunk($count, callable $callback)
|
|
* @method static mixed chunkMap(callable $callback, $count)
|
|
* @method static mixed each(callable $callback, $count)
|
|
* @method static mixed chunkById($count, callable $callback, $column, $alias)
|
|
* @method static mixed chunkByIdDesc($count, callable $callback, $column, $alias)
|
|
* @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending)
|
|
* @method static mixed eachById(callable $callback, $count, $column, $alias)
|
|
* @method static mixed lazy($chunkSize)
|
|
* @method static mixed lazyById($chunkSize, $column, $alias)
|
|
* @method static mixed lazyByIdDesc($chunkSize, $column, $alias)
|
|
* @method static mixed orderedLazyById($chunkSize, $column, $alias, $descending)
|
|
* @method static mixed first($columns)
|
|
* @method static mixed sole($columns)
|
|
* @method static mixed paginateUsingCursor($perPage, $columns, $cursorName, $cursor)
|
|
* @method static mixed getOriginalColumnNameForCursorPagination($builder, string $parameter)
|
|
* @method static mixed paginator($items, $total, $perPage, $currentPage, $options)
|
|
* @method static mixed simplePaginator($items, $perPage, $currentPage, $options)
|
|
* @method static mixed cursorPaginator($items, $perPage, $cursor, $options)
|
|
* @method static mixed tap($callback)
|
|
* @method static mixed when($value, callable $callback, callable $default)
|
|
* @method static mixed unless($value, callable $callback, callable $default)
|
|
* @method static mixed explain()
|
|
* @method static mixed forwardCallTo($object, $method, $parameters)
|
|
* @method static mixed forwardDecoratedCallTo($object, $method, $parameters)
|
|
* @method static mixed throwBadMethodCallException($method)
|
|
* @method static mixed macro($name, $macro)
|
|
* @method static mixed mixin($mixin, $replace)
|
|
* @method static mixed hasMacro($name)
|
|
* @method static mixed flushMacros()
|
|
* @method static mixed macroCall($method, $parameters)
|
|
* @mixin \Illuminate\Database\Query\Builder
|
|
*/
|
|
class EnergyGpcI41 extends \App\Models\SigdModel
|
|
{
|
|
//
|
|
}
|
|
|
|
/**
|
|
* App\Models\EnergyGpcI42
|
|
*
|
|
* @property string|null $updated_by
|
|
* @property string|null $created_by
|
|
* @property \Illuminate\Support\Carbon|null $updated_at
|
|
* @property \Illuminate\Support\Carbon|null $created_at
|
|
* @property int $row_status
|
|
* @property int $row_num
|
|
* @property float $co2_gg
|
|
* @property float $co2_ton
|
|
* @property float $faktor_emisi
|
|
* @property float $value
|
|
* @property string $activity_code
|
|
* @property string $activity_year
|
|
* @property string $inventory_year
|
|
* @property string $id
|
|
* @property-read \App\Models\ReferenceActivity $activity
|
|
* @method static \Illuminate\Database\Eloquent\Builder<EnergyGpcI42>|EnergyGpcI42 whereId($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<EnergyGpcI42>|EnergyGpcI42 whereInventoryYear($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<EnergyGpcI42>|EnergyGpcI42 whereActivityYear($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<EnergyGpcI42>|EnergyGpcI42 whereActivityCode($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<EnergyGpcI42>|EnergyGpcI42 whereValue($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<EnergyGpcI42>|EnergyGpcI42 whereFaktorEmisi($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<EnergyGpcI42>|EnergyGpcI42 whereCo2Ton($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<EnergyGpcI42>|EnergyGpcI42 whereCo2Gg($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<EnergyGpcI42>|EnergyGpcI42 whereRowNum($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<EnergyGpcI42>|EnergyGpcI42 whereRowStatus($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<EnergyGpcI42>|EnergyGpcI42 whereCreatedAt($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<EnergyGpcI42>|EnergyGpcI42 whereUpdatedAt($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<EnergyGpcI42>|EnergyGpcI42 whereCreatedBy($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<EnergyGpcI42>|EnergyGpcI42 whereUpdatedBy($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<EnergyGpcI42>|EnergyGpcI42 rowActive()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<EnergyGpcI42>|EnergyGpcI42 isActive()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<EnergyGpcI42>|EnergyGpcI42 orderByRowNum()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<EnergyGpcI42>|EnergyGpcI42 newModelQuery()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<EnergyGpcI42>|EnergyGpcI42 newQuery()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<EnergyGpcI42>|EnergyGpcI42 query()
|
|
* @method static mixed select($columns)
|
|
* @method static mixed selectSub($query, $as)
|
|
* @method static mixed selectRaw($expression, array $bindings)
|
|
* @method static mixed fromSub($query, $as)
|
|
* @method static mixed fromRaw($expression, $bindings)
|
|
* @method static mixed createSub($query)
|
|
* @method static mixed parseSub($query)
|
|
* @method static mixed prependDatabaseNameIfCrossDatabaseQuery($query)
|
|
* @method static mixed addSelect($column)
|
|
* @method static mixed distinct()
|
|
* @method static mixed from($table, $as)
|
|
* @method static mixed useIndex($index)
|
|
* @method static mixed forceIndex($index)
|
|
* @method static mixed ignoreIndex($index)
|
|
* @method static mixed join($table, $first, $operator, $second, $type, $where)
|
|
* @method static mixed joinWhere($table, $first, $operator, $second, $type)
|
|
* @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where)
|
|
* @method static mixed joinLateral($query, string $as, string $type)
|
|
* @method static mixed leftJoinLateral($query, string $as)
|
|
* @method static mixed leftJoin($table, $first, $operator, $second)
|
|
* @method static mixed leftJoinWhere($table, $first, $operator, $second)
|
|
* @method static mixed leftJoinSub($query, $as, $first, $operator, $second)
|
|
* @method static mixed rightJoin($table, $first, $operator, $second)
|
|
* @method static mixed rightJoinWhere($table, $first, $operator, $second)
|
|
* @method static mixed rightJoinSub($query, $as, $first, $operator, $second)
|
|
* @method static mixed crossJoin($table, $first, $operator, $second)
|
|
* @method static mixed crossJoinSub($query, $as)
|
|
* @method static mixed newJoinClause(self $parentQuery, $type, $table)
|
|
* @method static mixed newJoinLateralClause(self $parentQuery, $type, $table)
|
|
* @method static mixed mergeWheres($wheres, $bindings)
|
|
* @method static mixed where($column, $operator, $value, $boolean)
|
|
* @method static mixed addArrayOfWheres($column, $boolean, $method)
|
|
* @method static mixed prepareValueAndOperator($value, $operator, $useDefault)
|
|
* @method static mixed invalidOperatorAndValue($operator, $value)
|
|
* @method static mixed invalidOperator($operator)
|
|
* @method static mixed isBitwiseOperator($operator)
|
|
* @method static mixed orWhere($column, $operator, $value)
|
|
* @method static mixed whereNot($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereNot($column, $operator, $value)
|
|
* @method static mixed whereColumn($first, $operator, $second, $boolean)
|
|
* @method static mixed orWhereColumn($first, $operator, $second)
|
|
* @method static mixed whereRaw($sql, $bindings, $boolean)
|
|
* @method static mixed orWhereRaw($sql, $bindings)
|
|
* @method static mixed whereIn($column, $values, $boolean, $not)
|
|
* @method static mixed orWhereIn($column, $values)
|
|
* @method static mixed whereNotIn($column, $values, $boolean)
|
|
* @method static mixed orWhereNotIn($column, $values)
|
|
* @method static mixed whereIntegerInRaw($column, $values, $boolean, $not)
|
|
* @method static mixed orWhereIntegerInRaw($column, $values)
|
|
* @method static mixed whereIntegerNotInRaw($column, $values, $boolean)
|
|
* @method static mixed orWhereIntegerNotInRaw($column, $values)
|
|
* @method static mixed whereNull($columns, $boolean, $not)
|
|
* @method static mixed orWhereNull($column)
|
|
* @method static mixed whereNotNull($columns, $boolean)
|
|
* @method static mixed whereBetween($column, iterable $values, $boolean, $not)
|
|
* @method static mixed whereBetweenColumns($column, array $values, $boolean, $not)
|
|
* @method static mixed orWhereBetween($column, iterable $values)
|
|
* @method static mixed orWhereBetweenColumns($column, array $values)
|
|
* @method static mixed whereNotBetween($column, iterable $values, $boolean)
|
|
* @method static mixed whereNotBetweenColumns($column, array $values, $boolean)
|
|
* @method static mixed orWhereNotBetween($column, iterable $values)
|
|
* @method static mixed orWhereNotBetweenColumns($column, array $values)
|
|
* @method static mixed orWhereNotNull($column)
|
|
* @method static mixed whereDate($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereDate($column, $operator, $value)
|
|
* @method static mixed whereTime($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereTime($column, $operator, $value)
|
|
* @method static mixed whereDay($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereDay($column, $operator, $value)
|
|
* @method static mixed whereMonth($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereMonth($column, $operator, $value)
|
|
* @method static mixed whereYear($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereYear($column, $operator, $value)
|
|
* @method static mixed addDateBasedWhere($type, $column, $operator, $value, $boolean)
|
|
* @method static mixed whereNested(Closure $callback, $boolean)
|
|
* @method static mixed forNestedWhere()
|
|
* @method static mixed addNestedWhereQuery($query, $boolean)
|
|
* @method static mixed whereSub($column, $operator, $callback, $boolean)
|
|
* @method static mixed whereExists($callback, $boolean, $not)
|
|
* @method static mixed orWhereExists($callback, $not)
|
|
* @method static mixed whereNotExists($callback, $boolean)
|
|
* @method static mixed orWhereNotExists($callback)
|
|
* @method static mixed addWhereExistsQuery(self $query, $boolean, $not)
|
|
* @method static mixed whereRowValues($columns, $operator, $values, $boolean)
|
|
* @method static mixed orWhereRowValues($columns, $operator, $values)
|
|
* @method static mixed whereJsonContains($column, $value, $boolean, $not)
|
|
* @method static mixed orWhereJsonContains($column, $value)
|
|
* @method static mixed whereJsonDoesntContain($column, $value, $boolean)
|
|
* @method static mixed orWhereJsonDoesntContain($column, $value)
|
|
* @method static mixed whereJsonOverlaps($column, $value, $boolean, $not)
|
|
* @method static mixed orWhereJsonOverlaps($column, $value)
|
|
* @method static mixed whereJsonDoesntOverlap($column, $value, $boolean)
|
|
* @method static mixed orWhereJsonDoesntOverlap($column, $value)
|
|
* @method static mixed whereJsonContainsKey($column, $boolean, $not)
|
|
* @method static mixed orWhereJsonContainsKey($column)
|
|
* @method static mixed whereJsonDoesntContainKey($column, $boolean)
|
|
* @method static mixed orWhereJsonDoesntContainKey($column)
|
|
* @method static mixed whereJsonLength($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereJsonLength($column, $operator, $value)
|
|
* @method static mixed dynamicWhere($method, $parameters)
|
|
* @method static mixed addDynamic($segment, $connector, $parameters, $index)
|
|
* @method static mixed whereFullText($columns, $value, array $options, $boolean)
|
|
* @method static mixed orWhereFullText($columns, $value, array $options)
|
|
* @method static mixed whereAll($columns, $operator, $value, $boolean)
|
|
* @method static mixed orWhereAll($columns, $operator, $value)
|
|
* @method static mixed whereAny($columns, $operator, $value, $boolean)
|
|
* @method static mixed orWhereAny($columns, $operator, $value)
|
|
* @method static mixed groupBy($groups)
|
|
* @method static mixed groupByRaw($sql, array $bindings)
|
|
* @method static mixed having($column, $operator, $value, $boolean)
|
|
* @method static mixed orHaving($column, $operator, $value)
|
|
* @method static mixed havingNested(Closure $callback, $boolean)
|
|
* @method static mixed addNestedHavingQuery($query, $boolean)
|
|
* @method static mixed havingNull($columns, $boolean, $not)
|
|
* @method static mixed orHavingNull($column)
|
|
* @method static mixed havingNotNull($columns, $boolean)
|
|
* @method static mixed orHavingNotNull($column)
|
|
* @method static mixed havingBetween($column, iterable $values, $boolean, $not)
|
|
* @method static mixed havingRaw($sql, array $bindings, $boolean)
|
|
* @method static mixed orHavingRaw($sql, array $bindings)
|
|
* @method static mixed orderBy($column, $direction)
|
|
* @method static mixed orderByDesc($column)
|
|
* @method static mixed latest($column)
|
|
* @method static mixed oldest($column)
|
|
* @method static mixed inRandomOrder($seed)
|
|
* @method static mixed orderByRaw($sql, $bindings)
|
|
* @method static mixed skip($value)
|
|
* @method static mixed offset($value)
|
|
* @method static mixed take($value)
|
|
* @method static mixed limit($value)
|
|
* @method static mixed groupLimit($value, $column)
|
|
* @method static mixed forPage($page, $perPage)
|
|
* @method static mixed forPageBeforeId($perPage, $lastId, $column)
|
|
* @method static mixed forPageAfterId($perPage, $lastId, $column)
|
|
* @method static mixed reorder($column, $direction)
|
|
* @method static mixed removeExistingOrdersFor($column)
|
|
* @method static mixed union($query, $all)
|
|
* @method static mixed unionAll($query)
|
|
* @method static mixed lock($value)
|
|
* @method static mixed lockForUpdate()
|
|
* @method static mixed sharedLock()
|
|
* @method static mixed beforeQuery(callable $callback)
|
|
* @method static mixed applyBeforeQueryCallbacks()
|
|
* @method static mixed afterQuery(Closure $callback)
|
|
* @method static mixed applyAfterQueryCallbacks($result)
|
|
* @method static mixed toSql()
|
|
* @method static mixed toRawSql()
|
|
* @method static mixed find($id, $columns)
|
|
* @method static mixed findOr($id, $columns, Closure $callback)
|
|
* @method static mixed value($column)
|
|
* @method static mixed rawValue(string $expression, array $bindings)
|
|
* @method static mixed soleValue($column)
|
|
* @method static mixed get($columns)
|
|
* @method static mixed runSelect()
|
|
* @method static mixed withoutGroupLimitKeys($items)
|
|
* @method static mixed paginate($perPage, $columns, $pageName, $page, $total)
|
|
* @method static mixed simplePaginate($perPage, $columns, $pageName, $page)
|
|
* @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor)
|
|
* @method static mixed ensureOrderForCursorPagination($shouldReverse)
|
|
* @method static mixed getCountForPagination($columns)
|
|
* @method static mixed runPaginationCountQuery($columns)
|
|
* @method static mixed cloneForPaginationCount()
|
|
* @method static mixed withoutSelectAliases(array $columns)
|
|
* @method static mixed cursor()
|
|
* @method static mixed enforceOrderBy()
|
|
* @method static mixed pluck($column, $key)
|
|
* @method static mixed stripTableForPluck($column)
|
|
* @method static mixed pluckFromObjectColumn($queryResult, $column, $key)
|
|
* @method static mixed pluckFromArrayColumn($queryResult, $column, $key)
|
|
* @method static mixed implode($column, $glue)
|
|
* @method static mixed exists()
|
|
* @method static mixed doesntExist()
|
|
* @method static mixed existsOr(Closure $callback)
|
|
* @method static mixed doesntExistOr(Closure $callback)
|
|
* @method static mixed count($columns)
|
|
* @method static mixed min($column)
|
|
* @method static mixed max($column)
|
|
* @method static mixed sum($column)
|
|
* @method static mixed avg($column)
|
|
* @method static mixed average($column)
|
|
* @method static mixed aggregate($function, $columns)
|
|
* @method static mixed numericAggregate($function, $columns)
|
|
* @method static mixed setAggregate($function, $columns)
|
|
* @method static mixed onceWithColumns($columns, $callback)
|
|
* @method static mixed insert(array $values)
|
|
* @method static mixed insertOrIgnore(array $values)
|
|
* @method static mixed insertGetId(array $values, $sequence)
|
|
* @method static mixed insertUsing(array $columns, $query)
|
|
* @method static mixed insertOrIgnoreUsing(array $columns, $query)
|
|
* @method static mixed update(array $values)
|
|
* @method static mixed updateFrom(array $values)
|
|
* @method static mixed updateOrInsert(array $attributes, callable|array $values)
|
|
* @method static mixed upsert(array $values, $uniqueBy, $update)
|
|
* @method static mixed increment($column, $amount, array $extra)
|
|
* @method static mixed incrementEach(array $columns, array $extra)
|
|
* @method static mixed decrement($column, $amount, array $extra)
|
|
* @method static mixed decrementEach(array $columns, array $extra)
|
|
* @method static mixed delete($id)
|
|
* @method static mixed truncate()
|
|
* @method static mixed newQuery()
|
|
* @method static mixed forSubQuery()
|
|
* @method static mixed getColumns()
|
|
* @method static mixed raw($value)
|
|
* @method static mixed getUnionBuilders()
|
|
* @method static mixed getBindings()
|
|
* @method static mixed getRawBindings()
|
|
* @method static mixed setBindings(array $bindings, $type)
|
|
* @method static mixed addBinding($value, $type)
|
|
* @method static mixed castBinding($value)
|
|
* @method static mixed mergeBindings(self $query)
|
|
* @method static mixed cleanBindings(array $bindings)
|
|
* @method static mixed flattenValue($value)
|
|
* @method static mixed defaultKeyName()
|
|
* @method static mixed getConnection()
|
|
* @method static mixed getProcessor()
|
|
* @method static mixed getGrammar()
|
|
* @method static mixed useWritePdo()
|
|
* @method static mixed isQueryable($value)
|
|
* @method static mixed clone()
|
|
* @method static mixed cloneWithout(array $properties)
|
|
* @method static mixed cloneWithoutBindings(array $except)
|
|
* @method static mixed dump($args)
|
|
* @method static mixed dumpRawSql()
|
|
* @method static mixed dd()
|
|
* @method static mixed ddRawSql()
|
|
* @method static mixed chunk($count, callable $callback)
|
|
* @method static mixed chunkMap(callable $callback, $count)
|
|
* @method static mixed each(callable $callback, $count)
|
|
* @method static mixed chunkById($count, callable $callback, $column, $alias)
|
|
* @method static mixed chunkByIdDesc($count, callable $callback, $column, $alias)
|
|
* @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending)
|
|
* @method static mixed eachById(callable $callback, $count, $column, $alias)
|
|
* @method static mixed lazy($chunkSize)
|
|
* @method static mixed lazyById($chunkSize, $column, $alias)
|
|
* @method static mixed lazyByIdDesc($chunkSize, $column, $alias)
|
|
* @method static mixed orderedLazyById($chunkSize, $column, $alias, $descending)
|
|
* @method static mixed first($columns)
|
|
* @method static mixed sole($columns)
|
|
* @method static mixed paginateUsingCursor($perPage, $columns, $cursorName, $cursor)
|
|
* @method static mixed getOriginalColumnNameForCursorPagination($builder, string $parameter)
|
|
* @method static mixed paginator($items, $total, $perPage, $currentPage, $options)
|
|
* @method static mixed simplePaginator($items, $perPage, $currentPage, $options)
|
|
* @method static mixed cursorPaginator($items, $perPage, $cursor, $options)
|
|
* @method static mixed tap($callback)
|
|
* @method static mixed when($value, callable $callback, callable $default)
|
|
* @method static mixed unless($value, callable $callback, callable $default)
|
|
* @method static mixed explain()
|
|
* @method static mixed forwardCallTo($object, $method, $parameters)
|
|
* @method static mixed forwardDecoratedCallTo($object, $method, $parameters)
|
|
* @method static mixed throwBadMethodCallException($method)
|
|
* @method static mixed macro($name, $macro)
|
|
* @method static mixed mixin($mixin, $replace)
|
|
* @method static mixed hasMacro($name)
|
|
* @method static mixed flushMacros()
|
|
* @method static mixed macroCall($method, $parameters)
|
|
* @mixin \Illuminate\Database\Query\Builder
|
|
*/
|
|
class EnergyGpcI42 extends \App\Models\SigdModel
|
|
{
|
|
//
|
|
}
|
|
|
|
/**
|
|
* App\Models\EnergyGpcI51
|
|
*
|
|
* @property string|null $updated_by
|
|
* @property string|null $created_by
|
|
* @property \Illuminate\Support\Carbon|null $updated_at
|
|
* @property \Illuminate\Support\Carbon|null $created_at
|
|
* @property int $row_status
|
|
* @property int $row_num
|
|
* @property float $n2o_gg
|
|
* @property float $ch4_gg
|
|
* @property float $co2_gg
|
|
* @property float $n2o_ton
|
|
* @property float $ch4_ton
|
|
* @property float $co2_ton
|
|
* @property float $ef_n2o
|
|
* @property float $ef_ch4
|
|
* @property float $ef_co2
|
|
* @property float $consumption_tj
|
|
* @property float $ef_cf
|
|
* @property float $value
|
|
* @property string $activity_code
|
|
* @property string $activity_year
|
|
* @property string $inventory_year
|
|
* @property string $id
|
|
* @property-read \App\Models\ReferenceActivity $activity
|
|
* @method static \Illuminate\Database\Eloquent\Builder<EnergyGpcI51>|EnergyGpcI51 whereId($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<EnergyGpcI51>|EnergyGpcI51 whereInventoryYear($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<EnergyGpcI51>|EnergyGpcI51 whereActivityYear($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<EnergyGpcI51>|EnergyGpcI51 whereActivityCode($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<EnergyGpcI51>|EnergyGpcI51 whereValue($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<EnergyGpcI51>|EnergyGpcI51 whereEfCf($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<EnergyGpcI51>|EnergyGpcI51 whereConsumptionTj($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<EnergyGpcI51>|EnergyGpcI51 whereEfCo2($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<EnergyGpcI51>|EnergyGpcI51 whereEfCh4($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<EnergyGpcI51>|EnergyGpcI51 whereEfN2O($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<EnergyGpcI51>|EnergyGpcI51 whereCo2Ton($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<EnergyGpcI51>|EnergyGpcI51 whereCh4Ton($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<EnergyGpcI51>|EnergyGpcI51 whereN2OTon($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<EnergyGpcI51>|EnergyGpcI51 whereCo2Gg($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<EnergyGpcI51>|EnergyGpcI51 whereCh4Gg($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<EnergyGpcI51>|EnergyGpcI51 whereN2OGg($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<EnergyGpcI51>|EnergyGpcI51 whereRowNum($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<EnergyGpcI51>|EnergyGpcI51 whereRowStatus($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<EnergyGpcI51>|EnergyGpcI51 whereCreatedAt($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<EnergyGpcI51>|EnergyGpcI51 whereUpdatedAt($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<EnergyGpcI51>|EnergyGpcI51 whereCreatedBy($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<EnergyGpcI51>|EnergyGpcI51 whereUpdatedBy($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<EnergyGpcI51>|EnergyGpcI51 rowActive()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<EnergyGpcI51>|EnergyGpcI51 isActive()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<EnergyGpcI51>|EnergyGpcI51 orderByRowNum()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<EnergyGpcI51>|EnergyGpcI51 newModelQuery()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<EnergyGpcI51>|EnergyGpcI51 newQuery()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<EnergyGpcI51>|EnergyGpcI51 query()
|
|
* @method static mixed select($columns)
|
|
* @method static mixed selectSub($query, $as)
|
|
* @method static mixed selectRaw($expression, array $bindings)
|
|
* @method static mixed fromSub($query, $as)
|
|
* @method static mixed fromRaw($expression, $bindings)
|
|
* @method static mixed createSub($query)
|
|
* @method static mixed parseSub($query)
|
|
* @method static mixed prependDatabaseNameIfCrossDatabaseQuery($query)
|
|
* @method static mixed addSelect($column)
|
|
* @method static mixed distinct()
|
|
* @method static mixed from($table, $as)
|
|
* @method static mixed useIndex($index)
|
|
* @method static mixed forceIndex($index)
|
|
* @method static mixed ignoreIndex($index)
|
|
* @method static mixed join($table, $first, $operator, $second, $type, $where)
|
|
* @method static mixed joinWhere($table, $first, $operator, $second, $type)
|
|
* @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where)
|
|
* @method static mixed joinLateral($query, string $as, string $type)
|
|
* @method static mixed leftJoinLateral($query, string $as)
|
|
* @method static mixed leftJoin($table, $first, $operator, $second)
|
|
* @method static mixed leftJoinWhere($table, $first, $operator, $second)
|
|
* @method static mixed leftJoinSub($query, $as, $first, $operator, $second)
|
|
* @method static mixed rightJoin($table, $first, $operator, $second)
|
|
* @method static mixed rightJoinWhere($table, $first, $operator, $second)
|
|
* @method static mixed rightJoinSub($query, $as, $first, $operator, $second)
|
|
* @method static mixed crossJoin($table, $first, $operator, $second)
|
|
* @method static mixed crossJoinSub($query, $as)
|
|
* @method static mixed newJoinClause(self $parentQuery, $type, $table)
|
|
* @method static mixed newJoinLateralClause(self $parentQuery, $type, $table)
|
|
* @method static mixed mergeWheres($wheres, $bindings)
|
|
* @method static mixed where($column, $operator, $value, $boolean)
|
|
* @method static mixed addArrayOfWheres($column, $boolean, $method)
|
|
* @method static mixed prepareValueAndOperator($value, $operator, $useDefault)
|
|
* @method static mixed invalidOperatorAndValue($operator, $value)
|
|
* @method static mixed invalidOperator($operator)
|
|
* @method static mixed isBitwiseOperator($operator)
|
|
* @method static mixed orWhere($column, $operator, $value)
|
|
* @method static mixed whereNot($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereNot($column, $operator, $value)
|
|
* @method static mixed whereColumn($first, $operator, $second, $boolean)
|
|
* @method static mixed orWhereColumn($first, $operator, $second)
|
|
* @method static mixed whereRaw($sql, $bindings, $boolean)
|
|
* @method static mixed orWhereRaw($sql, $bindings)
|
|
* @method static mixed whereIn($column, $values, $boolean, $not)
|
|
* @method static mixed orWhereIn($column, $values)
|
|
* @method static mixed whereNotIn($column, $values, $boolean)
|
|
* @method static mixed orWhereNotIn($column, $values)
|
|
* @method static mixed whereIntegerInRaw($column, $values, $boolean, $not)
|
|
* @method static mixed orWhereIntegerInRaw($column, $values)
|
|
* @method static mixed whereIntegerNotInRaw($column, $values, $boolean)
|
|
* @method static mixed orWhereIntegerNotInRaw($column, $values)
|
|
* @method static mixed whereNull($columns, $boolean, $not)
|
|
* @method static mixed orWhereNull($column)
|
|
* @method static mixed whereNotNull($columns, $boolean)
|
|
* @method static mixed whereBetween($column, iterable $values, $boolean, $not)
|
|
* @method static mixed whereBetweenColumns($column, array $values, $boolean, $not)
|
|
* @method static mixed orWhereBetween($column, iterable $values)
|
|
* @method static mixed orWhereBetweenColumns($column, array $values)
|
|
* @method static mixed whereNotBetween($column, iterable $values, $boolean)
|
|
* @method static mixed whereNotBetweenColumns($column, array $values, $boolean)
|
|
* @method static mixed orWhereNotBetween($column, iterable $values)
|
|
* @method static mixed orWhereNotBetweenColumns($column, array $values)
|
|
* @method static mixed orWhereNotNull($column)
|
|
* @method static mixed whereDate($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereDate($column, $operator, $value)
|
|
* @method static mixed whereTime($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereTime($column, $operator, $value)
|
|
* @method static mixed whereDay($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereDay($column, $operator, $value)
|
|
* @method static mixed whereMonth($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereMonth($column, $operator, $value)
|
|
* @method static mixed whereYear($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereYear($column, $operator, $value)
|
|
* @method static mixed addDateBasedWhere($type, $column, $operator, $value, $boolean)
|
|
* @method static mixed whereNested(Closure $callback, $boolean)
|
|
* @method static mixed forNestedWhere()
|
|
* @method static mixed addNestedWhereQuery($query, $boolean)
|
|
* @method static mixed whereSub($column, $operator, $callback, $boolean)
|
|
* @method static mixed whereExists($callback, $boolean, $not)
|
|
* @method static mixed orWhereExists($callback, $not)
|
|
* @method static mixed whereNotExists($callback, $boolean)
|
|
* @method static mixed orWhereNotExists($callback)
|
|
* @method static mixed addWhereExistsQuery(self $query, $boolean, $not)
|
|
* @method static mixed whereRowValues($columns, $operator, $values, $boolean)
|
|
* @method static mixed orWhereRowValues($columns, $operator, $values)
|
|
* @method static mixed whereJsonContains($column, $value, $boolean, $not)
|
|
* @method static mixed orWhereJsonContains($column, $value)
|
|
* @method static mixed whereJsonDoesntContain($column, $value, $boolean)
|
|
* @method static mixed orWhereJsonDoesntContain($column, $value)
|
|
* @method static mixed whereJsonOverlaps($column, $value, $boolean, $not)
|
|
* @method static mixed orWhereJsonOverlaps($column, $value)
|
|
* @method static mixed whereJsonDoesntOverlap($column, $value, $boolean)
|
|
* @method static mixed orWhereJsonDoesntOverlap($column, $value)
|
|
* @method static mixed whereJsonContainsKey($column, $boolean, $not)
|
|
* @method static mixed orWhereJsonContainsKey($column)
|
|
* @method static mixed whereJsonDoesntContainKey($column, $boolean)
|
|
* @method static mixed orWhereJsonDoesntContainKey($column)
|
|
* @method static mixed whereJsonLength($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereJsonLength($column, $operator, $value)
|
|
* @method static mixed dynamicWhere($method, $parameters)
|
|
* @method static mixed addDynamic($segment, $connector, $parameters, $index)
|
|
* @method static mixed whereFullText($columns, $value, array $options, $boolean)
|
|
* @method static mixed orWhereFullText($columns, $value, array $options)
|
|
* @method static mixed whereAll($columns, $operator, $value, $boolean)
|
|
* @method static mixed orWhereAll($columns, $operator, $value)
|
|
* @method static mixed whereAny($columns, $operator, $value, $boolean)
|
|
* @method static mixed orWhereAny($columns, $operator, $value)
|
|
* @method static mixed groupBy($groups)
|
|
* @method static mixed groupByRaw($sql, array $bindings)
|
|
* @method static mixed having($column, $operator, $value, $boolean)
|
|
* @method static mixed orHaving($column, $operator, $value)
|
|
* @method static mixed havingNested(Closure $callback, $boolean)
|
|
* @method static mixed addNestedHavingQuery($query, $boolean)
|
|
* @method static mixed havingNull($columns, $boolean, $not)
|
|
* @method static mixed orHavingNull($column)
|
|
* @method static mixed havingNotNull($columns, $boolean)
|
|
* @method static mixed orHavingNotNull($column)
|
|
* @method static mixed havingBetween($column, iterable $values, $boolean, $not)
|
|
* @method static mixed havingRaw($sql, array $bindings, $boolean)
|
|
* @method static mixed orHavingRaw($sql, array $bindings)
|
|
* @method static mixed orderBy($column, $direction)
|
|
* @method static mixed orderByDesc($column)
|
|
* @method static mixed latest($column)
|
|
* @method static mixed oldest($column)
|
|
* @method static mixed inRandomOrder($seed)
|
|
* @method static mixed orderByRaw($sql, $bindings)
|
|
* @method static mixed skip($value)
|
|
* @method static mixed offset($value)
|
|
* @method static mixed take($value)
|
|
* @method static mixed limit($value)
|
|
* @method static mixed groupLimit($value, $column)
|
|
* @method static mixed forPage($page, $perPage)
|
|
* @method static mixed forPageBeforeId($perPage, $lastId, $column)
|
|
* @method static mixed forPageAfterId($perPage, $lastId, $column)
|
|
* @method static mixed reorder($column, $direction)
|
|
* @method static mixed removeExistingOrdersFor($column)
|
|
* @method static mixed union($query, $all)
|
|
* @method static mixed unionAll($query)
|
|
* @method static mixed lock($value)
|
|
* @method static mixed lockForUpdate()
|
|
* @method static mixed sharedLock()
|
|
* @method static mixed beforeQuery(callable $callback)
|
|
* @method static mixed applyBeforeQueryCallbacks()
|
|
* @method static mixed afterQuery(Closure $callback)
|
|
* @method static mixed applyAfterQueryCallbacks($result)
|
|
* @method static mixed toSql()
|
|
* @method static mixed toRawSql()
|
|
* @method static mixed find($id, $columns)
|
|
* @method static mixed findOr($id, $columns, Closure $callback)
|
|
* @method static mixed value($column)
|
|
* @method static mixed rawValue(string $expression, array $bindings)
|
|
* @method static mixed soleValue($column)
|
|
* @method static mixed get($columns)
|
|
* @method static mixed runSelect()
|
|
* @method static mixed withoutGroupLimitKeys($items)
|
|
* @method static mixed paginate($perPage, $columns, $pageName, $page, $total)
|
|
* @method static mixed simplePaginate($perPage, $columns, $pageName, $page)
|
|
* @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor)
|
|
* @method static mixed ensureOrderForCursorPagination($shouldReverse)
|
|
* @method static mixed getCountForPagination($columns)
|
|
* @method static mixed runPaginationCountQuery($columns)
|
|
* @method static mixed cloneForPaginationCount()
|
|
* @method static mixed withoutSelectAliases(array $columns)
|
|
* @method static mixed cursor()
|
|
* @method static mixed enforceOrderBy()
|
|
* @method static mixed pluck($column, $key)
|
|
* @method static mixed stripTableForPluck($column)
|
|
* @method static mixed pluckFromObjectColumn($queryResult, $column, $key)
|
|
* @method static mixed pluckFromArrayColumn($queryResult, $column, $key)
|
|
* @method static mixed implode($column, $glue)
|
|
* @method static mixed exists()
|
|
* @method static mixed doesntExist()
|
|
* @method static mixed existsOr(Closure $callback)
|
|
* @method static mixed doesntExistOr(Closure $callback)
|
|
* @method static mixed count($columns)
|
|
* @method static mixed min($column)
|
|
* @method static mixed max($column)
|
|
* @method static mixed sum($column)
|
|
* @method static mixed avg($column)
|
|
* @method static mixed average($column)
|
|
* @method static mixed aggregate($function, $columns)
|
|
* @method static mixed numericAggregate($function, $columns)
|
|
* @method static mixed setAggregate($function, $columns)
|
|
* @method static mixed onceWithColumns($columns, $callback)
|
|
* @method static mixed insert(array $values)
|
|
* @method static mixed insertOrIgnore(array $values)
|
|
* @method static mixed insertGetId(array $values, $sequence)
|
|
* @method static mixed insertUsing(array $columns, $query)
|
|
* @method static mixed insertOrIgnoreUsing(array $columns, $query)
|
|
* @method static mixed update(array $values)
|
|
* @method static mixed updateFrom(array $values)
|
|
* @method static mixed updateOrInsert(array $attributes, callable|array $values)
|
|
* @method static mixed upsert(array $values, $uniqueBy, $update)
|
|
* @method static mixed increment($column, $amount, array $extra)
|
|
* @method static mixed incrementEach(array $columns, array $extra)
|
|
* @method static mixed decrement($column, $amount, array $extra)
|
|
* @method static mixed decrementEach(array $columns, array $extra)
|
|
* @method static mixed delete($id)
|
|
* @method static mixed truncate()
|
|
* @method static mixed newQuery()
|
|
* @method static mixed forSubQuery()
|
|
* @method static mixed getColumns()
|
|
* @method static mixed raw($value)
|
|
* @method static mixed getUnionBuilders()
|
|
* @method static mixed getBindings()
|
|
* @method static mixed getRawBindings()
|
|
* @method static mixed setBindings(array $bindings, $type)
|
|
* @method static mixed addBinding($value, $type)
|
|
* @method static mixed castBinding($value)
|
|
* @method static mixed mergeBindings(self $query)
|
|
* @method static mixed cleanBindings(array $bindings)
|
|
* @method static mixed flattenValue($value)
|
|
* @method static mixed defaultKeyName()
|
|
* @method static mixed getConnection()
|
|
* @method static mixed getProcessor()
|
|
* @method static mixed getGrammar()
|
|
* @method static mixed useWritePdo()
|
|
* @method static mixed isQueryable($value)
|
|
* @method static mixed clone()
|
|
* @method static mixed cloneWithout(array $properties)
|
|
* @method static mixed cloneWithoutBindings(array $except)
|
|
* @method static mixed dump($args)
|
|
* @method static mixed dumpRawSql()
|
|
* @method static mixed dd()
|
|
* @method static mixed ddRawSql()
|
|
* @method static mixed chunk($count, callable $callback)
|
|
* @method static mixed chunkMap(callable $callback, $count)
|
|
* @method static mixed each(callable $callback, $count)
|
|
* @method static mixed chunkById($count, callable $callback, $column, $alias)
|
|
* @method static mixed chunkByIdDesc($count, callable $callback, $column, $alias)
|
|
* @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending)
|
|
* @method static mixed eachById(callable $callback, $count, $column, $alias)
|
|
* @method static mixed lazy($chunkSize)
|
|
* @method static mixed lazyById($chunkSize, $column, $alias)
|
|
* @method static mixed lazyByIdDesc($chunkSize, $column, $alias)
|
|
* @method static mixed orderedLazyById($chunkSize, $column, $alias, $descending)
|
|
* @method static mixed first($columns)
|
|
* @method static mixed sole($columns)
|
|
* @method static mixed paginateUsingCursor($perPage, $columns, $cursorName, $cursor)
|
|
* @method static mixed getOriginalColumnNameForCursorPagination($builder, string $parameter)
|
|
* @method static mixed paginator($items, $total, $perPage, $currentPage, $options)
|
|
* @method static mixed simplePaginator($items, $perPage, $currentPage, $options)
|
|
* @method static mixed cursorPaginator($items, $perPage, $cursor, $options)
|
|
* @method static mixed tap($callback)
|
|
* @method static mixed when($value, callable $callback, callable $default)
|
|
* @method static mixed unless($value, callable $callback, callable $default)
|
|
* @method static mixed explain()
|
|
* @method static mixed forwardCallTo($object, $method, $parameters)
|
|
* @method static mixed forwardDecoratedCallTo($object, $method, $parameters)
|
|
* @method static mixed throwBadMethodCallException($method)
|
|
* @method static mixed macro($name, $macro)
|
|
* @method static mixed mixin($mixin, $replace)
|
|
* @method static mixed hasMacro($name)
|
|
* @method static mixed flushMacros()
|
|
* @method static mixed macroCall($method, $parameters)
|
|
* @mixin \Illuminate\Database\Query\Builder
|
|
*/
|
|
class EnergyGpcI51 extends \App\Models\SigdModel
|
|
{
|
|
//
|
|
}
|
|
|
|
/**
|
|
* App\Models\EnergyPLN
|
|
*
|
|
* @property string|null $updated_by
|
|
* @property string|null $created_by
|
|
* @property \Illuminate\Support\Carbon|null $updated_at
|
|
* @property \Illuminate\Support\Carbon|null $created_at
|
|
* @property int $row_status
|
|
* @property int $row_num
|
|
* @property float $co2_gg
|
|
* @property float $co2_ton
|
|
* @property float $ef_listrik_terkoreksi
|
|
* @property float $value
|
|
* @property string $activity_code
|
|
* @property string $activity_year
|
|
* @property string $inventory_year
|
|
* @property string $id
|
|
* @property-read \App\Models\ReferenceActivity $activity
|
|
* @method static \Illuminate\Database\Eloquent\Builder<EnergyPLN>|EnergyPLN whereId($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<EnergyPLN>|EnergyPLN whereInventoryYear($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<EnergyPLN>|EnergyPLN whereActivityYear($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<EnergyPLN>|EnergyPLN whereActivityCode($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<EnergyPLN>|EnergyPLN whereValue($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<EnergyPLN>|EnergyPLN whereEfListrikTerkoreksi($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<EnergyPLN>|EnergyPLN whereCo2Ton($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<EnergyPLN>|EnergyPLN whereCo2Gg($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<EnergyPLN>|EnergyPLN whereRowNum($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<EnergyPLN>|EnergyPLN whereRowStatus($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<EnergyPLN>|EnergyPLN whereCreatedAt($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<EnergyPLN>|EnergyPLN whereUpdatedAt($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<EnergyPLN>|EnergyPLN whereCreatedBy($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<EnergyPLN>|EnergyPLN whereUpdatedBy($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<EnergyPLN>|EnergyPLN rowActive()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<EnergyPLN>|EnergyPLN isActive()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<EnergyPLN>|EnergyPLN orderByRowNum()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<EnergyPLN>|EnergyPLN newModelQuery()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<EnergyPLN>|EnergyPLN newQuery()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<EnergyPLN>|EnergyPLN query()
|
|
* @method static mixed select($columns)
|
|
* @method static mixed selectSub($query, $as)
|
|
* @method static mixed selectRaw($expression, array $bindings)
|
|
* @method static mixed fromSub($query, $as)
|
|
* @method static mixed fromRaw($expression, $bindings)
|
|
* @method static mixed createSub($query)
|
|
* @method static mixed parseSub($query)
|
|
* @method static mixed prependDatabaseNameIfCrossDatabaseQuery($query)
|
|
* @method static mixed addSelect($column)
|
|
* @method static mixed distinct()
|
|
* @method static mixed from($table, $as)
|
|
* @method static mixed useIndex($index)
|
|
* @method static mixed forceIndex($index)
|
|
* @method static mixed ignoreIndex($index)
|
|
* @method static mixed join($table, $first, $operator, $second, $type, $where)
|
|
* @method static mixed joinWhere($table, $first, $operator, $second, $type)
|
|
* @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where)
|
|
* @method static mixed joinLateral($query, string $as, string $type)
|
|
* @method static mixed leftJoinLateral($query, string $as)
|
|
* @method static mixed leftJoin($table, $first, $operator, $second)
|
|
* @method static mixed leftJoinWhere($table, $first, $operator, $second)
|
|
* @method static mixed leftJoinSub($query, $as, $first, $operator, $second)
|
|
* @method static mixed rightJoin($table, $first, $operator, $second)
|
|
* @method static mixed rightJoinWhere($table, $first, $operator, $second)
|
|
* @method static mixed rightJoinSub($query, $as, $first, $operator, $second)
|
|
* @method static mixed crossJoin($table, $first, $operator, $second)
|
|
* @method static mixed crossJoinSub($query, $as)
|
|
* @method static mixed newJoinClause(self $parentQuery, $type, $table)
|
|
* @method static mixed newJoinLateralClause(self $parentQuery, $type, $table)
|
|
* @method static mixed mergeWheres($wheres, $bindings)
|
|
* @method static mixed where($column, $operator, $value, $boolean)
|
|
* @method static mixed addArrayOfWheres($column, $boolean, $method)
|
|
* @method static mixed prepareValueAndOperator($value, $operator, $useDefault)
|
|
* @method static mixed invalidOperatorAndValue($operator, $value)
|
|
* @method static mixed invalidOperator($operator)
|
|
* @method static mixed isBitwiseOperator($operator)
|
|
* @method static mixed orWhere($column, $operator, $value)
|
|
* @method static mixed whereNot($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereNot($column, $operator, $value)
|
|
* @method static mixed whereColumn($first, $operator, $second, $boolean)
|
|
* @method static mixed orWhereColumn($first, $operator, $second)
|
|
* @method static mixed whereRaw($sql, $bindings, $boolean)
|
|
* @method static mixed orWhereRaw($sql, $bindings)
|
|
* @method static mixed whereIn($column, $values, $boolean, $not)
|
|
* @method static mixed orWhereIn($column, $values)
|
|
* @method static mixed whereNotIn($column, $values, $boolean)
|
|
* @method static mixed orWhereNotIn($column, $values)
|
|
* @method static mixed whereIntegerInRaw($column, $values, $boolean, $not)
|
|
* @method static mixed orWhereIntegerInRaw($column, $values)
|
|
* @method static mixed whereIntegerNotInRaw($column, $values, $boolean)
|
|
* @method static mixed orWhereIntegerNotInRaw($column, $values)
|
|
* @method static mixed whereNull($columns, $boolean, $not)
|
|
* @method static mixed orWhereNull($column)
|
|
* @method static mixed whereNotNull($columns, $boolean)
|
|
* @method static mixed whereBetween($column, iterable $values, $boolean, $not)
|
|
* @method static mixed whereBetweenColumns($column, array $values, $boolean, $not)
|
|
* @method static mixed orWhereBetween($column, iterable $values)
|
|
* @method static mixed orWhereBetweenColumns($column, array $values)
|
|
* @method static mixed whereNotBetween($column, iterable $values, $boolean)
|
|
* @method static mixed whereNotBetweenColumns($column, array $values, $boolean)
|
|
* @method static mixed orWhereNotBetween($column, iterable $values)
|
|
* @method static mixed orWhereNotBetweenColumns($column, array $values)
|
|
* @method static mixed orWhereNotNull($column)
|
|
* @method static mixed whereDate($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereDate($column, $operator, $value)
|
|
* @method static mixed whereTime($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereTime($column, $operator, $value)
|
|
* @method static mixed whereDay($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereDay($column, $operator, $value)
|
|
* @method static mixed whereMonth($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereMonth($column, $operator, $value)
|
|
* @method static mixed whereYear($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereYear($column, $operator, $value)
|
|
* @method static mixed addDateBasedWhere($type, $column, $operator, $value, $boolean)
|
|
* @method static mixed whereNested(Closure $callback, $boolean)
|
|
* @method static mixed forNestedWhere()
|
|
* @method static mixed addNestedWhereQuery($query, $boolean)
|
|
* @method static mixed whereSub($column, $operator, $callback, $boolean)
|
|
* @method static mixed whereExists($callback, $boolean, $not)
|
|
* @method static mixed orWhereExists($callback, $not)
|
|
* @method static mixed whereNotExists($callback, $boolean)
|
|
* @method static mixed orWhereNotExists($callback)
|
|
* @method static mixed addWhereExistsQuery(self $query, $boolean, $not)
|
|
* @method static mixed whereRowValues($columns, $operator, $values, $boolean)
|
|
* @method static mixed orWhereRowValues($columns, $operator, $values)
|
|
* @method static mixed whereJsonContains($column, $value, $boolean, $not)
|
|
* @method static mixed orWhereJsonContains($column, $value)
|
|
* @method static mixed whereJsonDoesntContain($column, $value, $boolean)
|
|
* @method static mixed orWhereJsonDoesntContain($column, $value)
|
|
* @method static mixed whereJsonOverlaps($column, $value, $boolean, $not)
|
|
* @method static mixed orWhereJsonOverlaps($column, $value)
|
|
* @method static mixed whereJsonDoesntOverlap($column, $value, $boolean)
|
|
* @method static mixed orWhereJsonDoesntOverlap($column, $value)
|
|
* @method static mixed whereJsonContainsKey($column, $boolean, $not)
|
|
* @method static mixed orWhereJsonContainsKey($column)
|
|
* @method static mixed whereJsonDoesntContainKey($column, $boolean)
|
|
* @method static mixed orWhereJsonDoesntContainKey($column)
|
|
* @method static mixed whereJsonLength($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereJsonLength($column, $operator, $value)
|
|
* @method static mixed dynamicWhere($method, $parameters)
|
|
* @method static mixed addDynamic($segment, $connector, $parameters, $index)
|
|
* @method static mixed whereFullText($columns, $value, array $options, $boolean)
|
|
* @method static mixed orWhereFullText($columns, $value, array $options)
|
|
* @method static mixed whereAll($columns, $operator, $value, $boolean)
|
|
* @method static mixed orWhereAll($columns, $operator, $value)
|
|
* @method static mixed whereAny($columns, $operator, $value, $boolean)
|
|
* @method static mixed orWhereAny($columns, $operator, $value)
|
|
* @method static mixed groupBy($groups)
|
|
* @method static mixed groupByRaw($sql, array $bindings)
|
|
* @method static mixed having($column, $operator, $value, $boolean)
|
|
* @method static mixed orHaving($column, $operator, $value)
|
|
* @method static mixed havingNested(Closure $callback, $boolean)
|
|
* @method static mixed addNestedHavingQuery($query, $boolean)
|
|
* @method static mixed havingNull($columns, $boolean, $not)
|
|
* @method static mixed orHavingNull($column)
|
|
* @method static mixed havingNotNull($columns, $boolean)
|
|
* @method static mixed orHavingNotNull($column)
|
|
* @method static mixed havingBetween($column, iterable $values, $boolean, $not)
|
|
* @method static mixed havingRaw($sql, array $bindings, $boolean)
|
|
* @method static mixed orHavingRaw($sql, array $bindings)
|
|
* @method static mixed orderBy($column, $direction)
|
|
* @method static mixed orderByDesc($column)
|
|
* @method static mixed latest($column)
|
|
* @method static mixed oldest($column)
|
|
* @method static mixed inRandomOrder($seed)
|
|
* @method static mixed orderByRaw($sql, $bindings)
|
|
* @method static mixed skip($value)
|
|
* @method static mixed offset($value)
|
|
* @method static mixed take($value)
|
|
* @method static mixed limit($value)
|
|
* @method static mixed groupLimit($value, $column)
|
|
* @method static mixed forPage($page, $perPage)
|
|
* @method static mixed forPageBeforeId($perPage, $lastId, $column)
|
|
* @method static mixed forPageAfterId($perPage, $lastId, $column)
|
|
* @method static mixed reorder($column, $direction)
|
|
* @method static mixed removeExistingOrdersFor($column)
|
|
* @method static mixed union($query, $all)
|
|
* @method static mixed unionAll($query)
|
|
* @method static mixed lock($value)
|
|
* @method static mixed lockForUpdate()
|
|
* @method static mixed sharedLock()
|
|
* @method static mixed beforeQuery(callable $callback)
|
|
* @method static mixed applyBeforeQueryCallbacks()
|
|
* @method static mixed afterQuery(Closure $callback)
|
|
* @method static mixed applyAfterQueryCallbacks($result)
|
|
* @method static mixed toSql()
|
|
* @method static mixed toRawSql()
|
|
* @method static mixed find($id, $columns)
|
|
* @method static mixed findOr($id, $columns, Closure $callback)
|
|
* @method static mixed value($column)
|
|
* @method static mixed rawValue(string $expression, array $bindings)
|
|
* @method static mixed soleValue($column)
|
|
* @method static mixed get($columns)
|
|
* @method static mixed runSelect()
|
|
* @method static mixed withoutGroupLimitKeys($items)
|
|
* @method static mixed paginate($perPage, $columns, $pageName, $page, $total)
|
|
* @method static mixed simplePaginate($perPage, $columns, $pageName, $page)
|
|
* @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor)
|
|
* @method static mixed ensureOrderForCursorPagination($shouldReverse)
|
|
* @method static mixed getCountForPagination($columns)
|
|
* @method static mixed runPaginationCountQuery($columns)
|
|
* @method static mixed cloneForPaginationCount()
|
|
* @method static mixed withoutSelectAliases(array $columns)
|
|
* @method static mixed cursor()
|
|
* @method static mixed enforceOrderBy()
|
|
* @method static mixed pluck($column, $key)
|
|
* @method static mixed stripTableForPluck($column)
|
|
* @method static mixed pluckFromObjectColumn($queryResult, $column, $key)
|
|
* @method static mixed pluckFromArrayColumn($queryResult, $column, $key)
|
|
* @method static mixed implode($column, $glue)
|
|
* @method static mixed exists()
|
|
* @method static mixed doesntExist()
|
|
* @method static mixed existsOr(Closure $callback)
|
|
* @method static mixed doesntExistOr(Closure $callback)
|
|
* @method static mixed count($columns)
|
|
* @method static mixed min($column)
|
|
* @method static mixed max($column)
|
|
* @method static mixed sum($column)
|
|
* @method static mixed avg($column)
|
|
* @method static mixed average($column)
|
|
* @method static mixed aggregate($function, $columns)
|
|
* @method static mixed numericAggregate($function, $columns)
|
|
* @method static mixed setAggregate($function, $columns)
|
|
* @method static mixed onceWithColumns($columns, $callback)
|
|
* @method static mixed insert(array $values)
|
|
* @method static mixed insertOrIgnore(array $values)
|
|
* @method static mixed insertGetId(array $values, $sequence)
|
|
* @method static mixed insertUsing(array $columns, $query)
|
|
* @method static mixed insertOrIgnoreUsing(array $columns, $query)
|
|
* @method static mixed update(array $values)
|
|
* @method static mixed updateFrom(array $values)
|
|
* @method static mixed updateOrInsert(array $attributes, callable|array $values)
|
|
* @method static mixed upsert(array $values, $uniqueBy, $update)
|
|
* @method static mixed increment($column, $amount, array $extra)
|
|
* @method static mixed incrementEach(array $columns, array $extra)
|
|
* @method static mixed decrement($column, $amount, array $extra)
|
|
* @method static mixed decrementEach(array $columns, array $extra)
|
|
* @method static mixed delete($id)
|
|
* @method static mixed truncate()
|
|
* @method static mixed newQuery()
|
|
* @method static mixed forSubQuery()
|
|
* @method static mixed getColumns()
|
|
* @method static mixed raw($value)
|
|
* @method static mixed getUnionBuilders()
|
|
* @method static mixed getBindings()
|
|
* @method static mixed getRawBindings()
|
|
* @method static mixed setBindings(array $bindings, $type)
|
|
* @method static mixed addBinding($value, $type)
|
|
* @method static mixed castBinding($value)
|
|
* @method static mixed mergeBindings(self $query)
|
|
* @method static mixed cleanBindings(array $bindings)
|
|
* @method static mixed flattenValue($value)
|
|
* @method static mixed defaultKeyName()
|
|
* @method static mixed getConnection()
|
|
* @method static mixed getProcessor()
|
|
* @method static mixed getGrammar()
|
|
* @method static mixed useWritePdo()
|
|
* @method static mixed isQueryable($value)
|
|
* @method static mixed clone()
|
|
* @method static mixed cloneWithout(array $properties)
|
|
* @method static mixed cloneWithoutBindings(array $except)
|
|
* @method static mixed dump($args)
|
|
* @method static mixed dumpRawSql()
|
|
* @method static mixed dd()
|
|
* @method static mixed ddRawSql()
|
|
* @method static mixed chunk($count, callable $callback)
|
|
* @method static mixed chunkMap(callable $callback, $count)
|
|
* @method static mixed each(callable $callback, $count)
|
|
* @method static mixed chunkById($count, callable $callback, $column, $alias)
|
|
* @method static mixed chunkByIdDesc($count, callable $callback, $column, $alias)
|
|
* @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending)
|
|
* @method static mixed eachById(callable $callback, $count, $column, $alias)
|
|
* @method static mixed lazy($chunkSize)
|
|
* @method static mixed lazyById($chunkSize, $column, $alias)
|
|
* @method static mixed lazyByIdDesc($chunkSize, $column, $alias)
|
|
* @method static mixed orderedLazyById($chunkSize, $column, $alias, $descending)
|
|
* @method static mixed first($columns)
|
|
* @method static mixed sole($columns)
|
|
* @method static mixed paginateUsingCursor($perPage, $columns, $cursorName, $cursor)
|
|
* @method static mixed getOriginalColumnNameForCursorPagination($builder, string $parameter)
|
|
* @method static mixed paginator($items, $total, $perPage, $currentPage, $options)
|
|
* @method static mixed simplePaginator($items, $perPage, $currentPage, $options)
|
|
* @method static mixed cursorPaginator($items, $perPage, $cursor, $options)
|
|
* @method static mixed tap($callback)
|
|
* @method static mixed when($value, callable $callback, callable $default)
|
|
* @method static mixed unless($value, callable $callback, callable $default)
|
|
* @method static mixed explain()
|
|
* @method static mixed forwardCallTo($object, $method, $parameters)
|
|
* @method static mixed forwardDecoratedCallTo($object, $method, $parameters)
|
|
* @method static mixed throwBadMethodCallException($method)
|
|
* @method static mixed macro($name, $macro)
|
|
* @method static mixed mixin($mixin, $replace)
|
|
* @method static mixed hasMacro($name)
|
|
* @method static mixed flushMacros()
|
|
* @method static mixed macroCall($method, $parameters)
|
|
* @mixin \Illuminate\Database\Query\Builder
|
|
*/
|
|
class EnergyPLN extends \App\Models\SigdModel
|
|
{
|
|
//
|
|
}
|
|
|
|
/**
|
|
* App\Models\Folu3B
|
|
*
|
|
* @property string|null $updated_by
|
|
* @property string|null $created_by
|
|
* @property \Illuminate\Support\Carbon|null $updated_at
|
|
* @property \Illuminate\Support\Carbon|null $created_at
|
|
* @property int $row_status
|
|
* @property int $row_num
|
|
* @property float $c_change
|
|
* @property float $c_after
|
|
* @property float $ef_agb_after
|
|
* @property float $c_before
|
|
* @property float $ef_agb_before
|
|
* @property float $area
|
|
* @property string $after
|
|
* @property string $before
|
|
* @property string $category
|
|
* @property string $activity_code
|
|
* @property string $activity_year
|
|
* @property string $inventory_year
|
|
* @property string $id
|
|
* @property-read \App\Models\ReferenceActivity $activity
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Folu3B>|Folu3B whereId($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Folu3B>|Folu3B whereInventoryYear($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Folu3B>|Folu3B whereActivityYear($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Folu3B>|Folu3B whereActivityCode($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Folu3B>|Folu3B whereCategory($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Folu3B>|Folu3B whereBefore($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Folu3B>|Folu3B whereAfter($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Folu3B>|Folu3B whereArea($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Folu3B>|Folu3B whereEfAgbBefore($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Folu3B>|Folu3B whereCBefore($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Folu3B>|Folu3B whereEfAgbAfter($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Folu3B>|Folu3B whereCAfter($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Folu3B>|Folu3B whereCChange($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Folu3B>|Folu3B whereRowNum($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Folu3B>|Folu3B whereRowStatus($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Folu3B>|Folu3B whereCreatedAt($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Folu3B>|Folu3B whereUpdatedAt($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Folu3B>|Folu3B whereCreatedBy($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Folu3B>|Folu3B whereUpdatedBy($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Folu3B>|Folu3B rowActive()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Folu3B>|Folu3B isActive()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Folu3B>|Folu3B orderByRowNum()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Folu3B>|Folu3B newModelQuery()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Folu3B>|Folu3B newQuery()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Folu3B>|Folu3B query()
|
|
* @method static mixed select($columns)
|
|
* @method static mixed selectSub($query, $as)
|
|
* @method static mixed selectRaw($expression, array $bindings)
|
|
* @method static mixed fromSub($query, $as)
|
|
* @method static mixed fromRaw($expression, $bindings)
|
|
* @method static mixed createSub($query)
|
|
* @method static mixed parseSub($query)
|
|
* @method static mixed prependDatabaseNameIfCrossDatabaseQuery($query)
|
|
* @method static mixed addSelect($column)
|
|
* @method static mixed distinct()
|
|
* @method static mixed from($table, $as)
|
|
* @method static mixed useIndex($index)
|
|
* @method static mixed forceIndex($index)
|
|
* @method static mixed ignoreIndex($index)
|
|
* @method static mixed join($table, $first, $operator, $second, $type, $where)
|
|
* @method static mixed joinWhere($table, $first, $operator, $second, $type)
|
|
* @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where)
|
|
* @method static mixed joinLateral($query, string $as, string $type)
|
|
* @method static mixed leftJoinLateral($query, string $as)
|
|
* @method static mixed leftJoin($table, $first, $operator, $second)
|
|
* @method static mixed leftJoinWhere($table, $first, $operator, $second)
|
|
* @method static mixed leftJoinSub($query, $as, $first, $operator, $second)
|
|
* @method static mixed rightJoin($table, $first, $operator, $second)
|
|
* @method static mixed rightJoinWhere($table, $first, $operator, $second)
|
|
* @method static mixed rightJoinSub($query, $as, $first, $operator, $second)
|
|
* @method static mixed crossJoin($table, $first, $operator, $second)
|
|
* @method static mixed crossJoinSub($query, $as)
|
|
* @method static mixed newJoinClause(self $parentQuery, $type, $table)
|
|
* @method static mixed newJoinLateralClause(self $parentQuery, $type, $table)
|
|
* @method static mixed mergeWheres($wheres, $bindings)
|
|
* @method static mixed where($column, $operator, $value, $boolean)
|
|
* @method static mixed addArrayOfWheres($column, $boolean, $method)
|
|
* @method static mixed prepareValueAndOperator($value, $operator, $useDefault)
|
|
* @method static mixed invalidOperatorAndValue($operator, $value)
|
|
* @method static mixed invalidOperator($operator)
|
|
* @method static mixed isBitwiseOperator($operator)
|
|
* @method static mixed orWhere($column, $operator, $value)
|
|
* @method static mixed whereNot($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereNot($column, $operator, $value)
|
|
* @method static mixed whereColumn($first, $operator, $second, $boolean)
|
|
* @method static mixed orWhereColumn($first, $operator, $second)
|
|
* @method static mixed whereRaw($sql, $bindings, $boolean)
|
|
* @method static mixed orWhereRaw($sql, $bindings)
|
|
* @method static mixed whereIn($column, $values, $boolean, $not)
|
|
* @method static mixed orWhereIn($column, $values)
|
|
* @method static mixed whereNotIn($column, $values, $boolean)
|
|
* @method static mixed orWhereNotIn($column, $values)
|
|
* @method static mixed whereIntegerInRaw($column, $values, $boolean, $not)
|
|
* @method static mixed orWhereIntegerInRaw($column, $values)
|
|
* @method static mixed whereIntegerNotInRaw($column, $values, $boolean)
|
|
* @method static mixed orWhereIntegerNotInRaw($column, $values)
|
|
* @method static mixed whereNull($columns, $boolean, $not)
|
|
* @method static mixed orWhereNull($column)
|
|
* @method static mixed whereNotNull($columns, $boolean)
|
|
* @method static mixed whereBetween($column, iterable $values, $boolean, $not)
|
|
* @method static mixed whereBetweenColumns($column, array $values, $boolean, $not)
|
|
* @method static mixed orWhereBetween($column, iterable $values)
|
|
* @method static mixed orWhereBetweenColumns($column, array $values)
|
|
* @method static mixed whereNotBetween($column, iterable $values, $boolean)
|
|
* @method static mixed whereNotBetweenColumns($column, array $values, $boolean)
|
|
* @method static mixed orWhereNotBetween($column, iterable $values)
|
|
* @method static mixed orWhereNotBetweenColumns($column, array $values)
|
|
* @method static mixed orWhereNotNull($column)
|
|
* @method static mixed whereDate($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereDate($column, $operator, $value)
|
|
* @method static mixed whereTime($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereTime($column, $operator, $value)
|
|
* @method static mixed whereDay($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereDay($column, $operator, $value)
|
|
* @method static mixed whereMonth($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereMonth($column, $operator, $value)
|
|
* @method static mixed whereYear($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereYear($column, $operator, $value)
|
|
* @method static mixed addDateBasedWhere($type, $column, $operator, $value, $boolean)
|
|
* @method static mixed whereNested(Closure $callback, $boolean)
|
|
* @method static mixed forNestedWhere()
|
|
* @method static mixed addNestedWhereQuery($query, $boolean)
|
|
* @method static mixed whereSub($column, $operator, $callback, $boolean)
|
|
* @method static mixed whereExists($callback, $boolean, $not)
|
|
* @method static mixed orWhereExists($callback, $not)
|
|
* @method static mixed whereNotExists($callback, $boolean)
|
|
* @method static mixed orWhereNotExists($callback)
|
|
* @method static mixed addWhereExistsQuery(self $query, $boolean, $not)
|
|
* @method static mixed whereRowValues($columns, $operator, $values, $boolean)
|
|
* @method static mixed orWhereRowValues($columns, $operator, $values)
|
|
* @method static mixed whereJsonContains($column, $value, $boolean, $not)
|
|
* @method static mixed orWhereJsonContains($column, $value)
|
|
* @method static mixed whereJsonDoesntContain($column, $value, $boolean)
|
|
* @method static mixed orWhereJsonDoesntContain($column, $value)
|
|
* @method static mixed whereJsonOverlaps($column, $value, $boolean, $not)
|
|
* @method static mixed orWhereJsonOverlaps($column, $value)
|
|
* @method static mixed whereJsonDoesntOverlap($column, $value, $boolean)
|
|
* @method static mixed orWhereJsonDoesntOverlap($column, $value)
|
|
* @method static mixed whereJsonContainsKey($column, $boolean, $not)
|
|
* @method static mixed orWhereJsonContainsKey($column)
|
|
* @method static mixed whereJsonDoesntContainKey($column, $boolean)
|
|
* @method static mixed orWhereJsonDoesntContainKey($column)
|
|
* @method static mixed whereJsonLength($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereJsonLength($column, $operator, $value)
|
|
* @method static mixed dynamicWhere($method, $parameters)
|
|
* @method static mixed addDynamic($segment, $connector, $parameters, $index)
|
|
* @method static mixed whereFullText($columns, $value, array $options, $boolean)
|
|
* @method static mixed orWhereFullText($columns, $value, array $options)
|
|
* @method static mixed whereAll($columns, $operator, $value, $boolean)
|
|
* @method static mixed orWhereAll($columns, $operator, $value)
|
|
* @method static mixed whereAny($columns, $operator, $value, $boolean)
|
|
* @method static mixed orWhereAny($columns, $operator, $value)
|
|
* @method static mixed groupBy($groups)
|
|
* @method static mixed groupByRaw($sql, array $bindings)
|
|
* @method static mixed having($column, $operator, $value, $boolean)
|
|
* @method static mixed orHaving($column, $operator, $value)
|
|
* @method static mixed havingNested(Closure $callback, $boolean)
|
|
* @method static mixed addNestedHavingQuery($query, $boolean)
|
|
* @method static mixed havingNull($columns, $boolean, $not)
|
|
* @method static mixed orHavingNull($column)
|
|
* @method static mixed havingNotNull($columns, $boolean)
|
|
* @method static mixed orHavingNotNull($column)
|
|
* @method static mixed havingBetween($column, iterable $values, $boolean, $not)
|
|
* @method static mixed havingRaw($sql, array $bindings, $boolean)
|
|
* @method static mixed orHavingRaw($sql, array $bindings)
|
|
* @method static mixed orderBy($column, $direction)
|
|
* @method static mixed orderByDesc($column)
|
|
* @method static mixed latest($column)
|
|
* @method static mixed oldest($column)
|
|
* @method static mixed inRandomOrder($seed)
|
|
* @method static mixed orderByRaw($sql, $bindings)
|
|
* @method static mixed skip($value)
|
|
* @method static mixed offset($value)
|
|
* @method static mixed take($value)
|
|
* @method static mixed limit($value)
|
|
* @method static mixed groupLimit($value, $column)
|
|
* @method static mixed forPage($page, $perPage)
|
|
* @method static mixed forPageBeforeId($perPage, $lastId, $column)
|
|
* @method static mixed forPageAfterId($perPage, $lastId, $column)
|
|
* @method static mixed reorder($column, $direction)
|
|
* @method static mixed removeExistingOrdersFor($column)
|
|
* @method static mixed union($query, $all)
|
|
* @method static mixed unionAll($query)
|
|
* @method static mixed lock($value)
|
|
* @method static mixed lockForUpdate()
|
|
* @method static mixed sharedLock()
|
|
* @method static mixed beforeQuery(callable $callback)
|
|
* @method static mixed applyBeforeQueryCallbacks()
|
|
* @method static mixed afterQuery(Closure $callback)
|
|
* @method static mixed applyAfterQueryCallbacks($result)
|
|
* @method static mixed toSql()
|
|
* @method static mixed toRawSql()
|
|
* @method static mixed find($id, $columns)
|
|
* @method static mixed findOr($id, $columns, Closure $callback)
|
|
* @method static mixed value($column)
|
|
* @method static mixed rawValue(string $expression, array $bindings)
|
|
* @method static mixed soleValue($column)
|
|
* @method static mixed get($columns)
|
|
* @method static mixed runSelect()
|
|
* @method static mixed withoutGroupLimitKeys($items)
|
|
* @method static mixed paginate($perPage, $columns, $pageName, $page, $total)
|
|
* @method static mixed simplePaginate($perPage, $columns, $pageName, $page)
|
|
* @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor)
|
|
* @method static mixed ensureOrderForCursorPagination($shouldReverse)
|
|
* @method static mixed getCountForPagination($columns)
|
|
* @method static mixed runPaginationCountQuery($columns)
|
|
* @method static mixed cloneForPaginationCount()
|
|
* @method static mixed withoutSelectAliases(array $columns)
|
|
* @method static mixed cursor()
|
|
* @method static mixed enforceOrderBy()
|
|
* @method static mixed pluck($column, $key)
|
|
* @method static mixed stripTableForPluck($column)
|
|
* @method static mixed pluckFromObjectColumn($queryResult, $column, $key)
|
|
* @method static mixed pluckFromArrayColumn($queryResult, $column, $key)
|
|
* @method static mixed implode($column, $glue)
|
|
* @method static mixed exists()
|
|
* @method static mixed doesntExist()
|
|
* @method static mixed existsOr(Closure $callback)
|
|
* @method static mixed doesntExistOr(Closure $callback)
|
|
* @method static mixed count($columns)
|
|
* @method static mixed min($column)
|
|
* @method static mixed max($column)
|
|
* @method static mixed sum($column)
|
|
* @method static mixed avg($column)
|
|
* @method static mixed average($column)
|
|
* @method static mixed aggregate($function, $columns)
|
|
* @method static mixed numericAggregate($function, $columns)
|
|
* @method static mixed setAggregate($function, $columns)
|
|
* @method static mixed onceWithColumns($columns, $callback)
|
|
* @method static mixed insert(array $values)
|
|
* @method static mixed insertOrIgnore(array $values)
|
|
* @method static mixed insertGetId(array $values, $sequence)
|
|
* @method static mixed insertUsing(array $columns, $query)
|
|
* @method static mixed insertOrIgnoreUsing(array $columns, $query)
|
|
* @method static mixed update(array $values)
|
|
* @method static mixed updateFrom(array $values)
|
|
* @method static mixed updateOrInsert(array $attributes, callable|array $values)
|
|
* @method static mixed upsert(array $values, $uniqueBy, $update)
|
|
* @method static mixed increment($column, $amount, array $extra)
|
|
* @method static mixed incrementEach(array $columns, array $extra)
|
|
* @method static mixed decrement($column, $amount, array $extra)
|
|
* @method static mixed decrementEach(array $columns, array $extra)
|
|
* @method static mixed delete($id)
|
|
* @method static mixed truncate()
|
|
* @method static mixed newQuery()
|
|
* @method static mixed forSubQuery()
|
|
* @method static mixed getColumns()
|
|
* @method static mixed raw($value)
|
|
* @method static mixed getUnionBuilders()
|
|
* @method static mixed getBindings()
|
|
* @method static mixed getRawBindings()
|
|
* @method static mixed setBindings(array $bindings, $type)
|
|
* @method static mixed addBinding($value, $type)
|
|
* @method static mixed castBinding($value)
|
|
* @method static mixed mergeBindings(self $query)
|
|
* @method static mixed cleanBindings(array $bindings)
|
|
* @method static mixed flattenValue($value)
|
|
* @method static mixed defaultKeyName()
|
|
* @method static mixed getConnection()
|
|
* @method static mixed getProcessor()
|
|
* @method static mixed getGrammar()
|
|
* @method static mixed useWritePdo()
|
|
* @method static mixed isQueryable($value)
|
|
* @method static mixed clone()
|
|
* @method static mixed cloneWithout(array $properties)
|
|
* @method static mixed cloneWithoutBindings(array $except)
|
|
* @method static mixed dump($args)
|
|
* @method static mixed dumpRawSql()
|
|
* @method static mixed dd()
|
|
* @method static mixed ddRawSql()
|
|
* @method static mixed chunk($count, callable $callback)
|
|
* @method static mixed chunkMap(callable $callback, $count)
|
|
* @method static mixed each(callable $callback, $count)
|
|
* @method static mixed chunkById($count, callable $callback, $column, $alias)
|
|
* @method static mixed chunkByIdDesc($count, callable $callback, $column, $alias)
|
|
* @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending)
|
|
* @method static mixed eachById(callable $callback, $count, $column, $alias)
|
|
* @method static mixed lazy($chunkSize)
|
|
* @method static mixed lazyById($chunkSize, $column, $alias)
|
|
* @method static mixed lazyByIdDesc($chunkSize, $column, $alias)
|
|
* @method static mixed orderedLazyById($chunkSize, $column, $alias, $descending)
|
|
* @method static mixed first($columns)
|
|
* @method static mixed sole($columns)
|
|
* @method static mixed paginateUsingCursor($perPage, $columns, $cursorName, $cursor)
|
|
* @method static mixed getOriginalColumnNameForCursorPagination($builder, string $parameter)
|
|
* @method static mixed paginator($items, $total, $perPage, $currentPage, $options)
|
|
* @method static mixed simplePaginator($items, $perPage, $currentPage, $options)
|
|
* @method static mixed cursorPaginator($items, $perPage, $cursor, $options)
|
|
* @method static mixed tap($callback)
|
|
* @method static mixed when($value, callable $callback, callable $default)
|
|
* @method static mixed unless($value, callable $callback, callable $default)
|
|
* @method static mixed explain()
|
|
* @method static mixed forwardCallTo($object, $method, $parameters)
|
|
* @method static mixed forwardDecoratedCallTo($object, $method, $parameters)
|
|
* @method static mixed throwBadMethodCallException($method)
|
|
* @method static mixed macro($name, $macro)
|
|
* @method static mixed mixin($mixin, $replace)
|
|
* @method static mixed hasMacro($name)
|
|
* @method static mixed flushMacros()
|
|
* @method static mixed macroCall($method, $parameters)
|
|
* @mixin \Illuminate\Database\Query\Builder
|
|
*/
|
|
class Folu3B extends \App\Models\SigdModel
|
|
{
|
|
//
|
|
}
|
|
|
|
/**
|
|
* App\Models\Ippu1A
|
|
*
|
|
* @property string|null $updated_by
|
|
* @property string|null $created_by
|
|
* @property \Illuminate\Support\Carbon|null $updated_at
|
|
* @property \Illuminate\Support\Carbon|null $created_at
|
|
* @property int $row_status
|
|
* @property int $row_num
|
|
* @property float $emission_n2o
|
|
* @property float $ef_n2o
|
|
* @property float $emission_ch4
|
|
* @property float $ef_ch4
|
|
* @property float $emission_co2
|
|
* @property float $ef_co2
|
|
* @property float $consumption_tj
|
|
* @property float $ef_cf
|
|
* @property float $value
|
|
* @property string $category
|
|
* @property string $activity_code
|
|
* @property string $activity_year
|
|
* @property string $inventory_year
|
|
* @property string $id
|
|
* @property-read \App\Models\ReferenceActivity $activity
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Ippu1A>|Ippu1A whereId($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Ippu1A>|Ippu1A whereInventoryYear($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Ippu1A>|Ippu1A whereActivityYear($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Ippu1A>|Ippu1A whereActivityCode($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Ippu1A>|Ippu1A whereCategory($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Ippu1A>|Ippu1A whereValue($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Ippu1A>|Ippu1A whereEfCf($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Ippu1A>|Ippu1A whereConsumptionTj($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Ippu1A>|Ippu1A whereEfCo2($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Ippu1A>|Ippu1A whereEmissionCo2($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Ippu1A>|Ippu1A whereEfCh4($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Ippu1A>|Ippu1A whereEmissionCh4($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Ippu1A>|Ippu1A whereEfN2O($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Ippu1A>|Ippu1A whereEmissionN2O($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Ippu1A>|Ippu1A whereRowNum($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Ippu1A>|Ippu1A whereRowStatus($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Ippu1A>|Ippu1A whereCreatedAt($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Ippu1A>|Ippu1A whereUpdatedAt($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Ippu1A>|Ippu1A whereCreatedBy($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Ippu1A>|Ippu1A whereUpdatedBy($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Ippu1A>|Ippu1A rowActive()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Ippu1A>|Ippu1A isActive()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Ippu1A>|Ippu1A orderByRowNum()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Ippu1A>|Ippu1A newModelQuery()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Ippu1A>|Ippu1A newQuery()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Ippu1A>|Ippu1A query()
|
|
* @method static mixed select($columns)
|
|
* @method static mixed selectSub($query, $as)
|
|
* @method static mixed selectRaw($expression, array $bindings)
|
|
* @method static mixed fromSub($query, $as)
|
|
* @method static mixed fromRaw($expression, $bindings)
|
|
* @method static mixed createSub($query)
|
|
* @method static mixed parseSub($query)
|
|
* @method static mixed prependDatabaseNameIfCrossDatabaseQuery($query)
|
|
* @method static mixed addSelect($column)
|
|
* @method static mixed distinct()
|
|
* @method static mixed from($table, $as)
|
|
* @method static mixed useIndex($index)
|
|
* @method static mixed forceIndex($index)
|
|
* @method static mixed ignoreIndex($index)
|
|
* @method static mixed join($table, $first, $operator, $second, $type, $where)
|
|
* @method static mixed joinWhere($table, $first, $operator, $second, $type)
|
|
* @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where)
|
|
* @method static mixed joinLateral($query, string $as, string $type)
|
|
* @method static mixed leftJoinLateral($query, string $as)
|
|
* @method static mixed leftJoin($table, $first, $operator, $second)
|
|
* @method static mixed leftJoinWhere($table, $first, $operator, $second)
|
|
* @method static mixed leftJoinSub($query, $as, $first, $operator, $second)
|
|
* @method static mixed rightJoin($table, $first, $operator, $second)
|
|
* @method static mixed rightJoinWhere($table, $first, $operator, $second)
|
|
* @method static mixed rightJoinSub($query, $as, $first, $operator, $second)
|
|
* @method static mixed crossJoin($table, $first, $operator, $second)
|
|
* @method static mixed crossJoinSub($query, $as)
|
|
* @method static mixed newJoinClause(self $parentQuery, $type, $table)
|
|
* @method static mixed newJoinLateralClause(self $parentQuery, $type, $table)
|
|
* @method static mixed mergeWheres($wheres, $bindings)
|
|
* @method static mixed where($column, $operator, $value, $boolean)
|
|
* @method static mixed addArrayOfWheres($column, $boolean, $method)
|
|
* @method static mixed prepareValueAndOperator($value, $operator, $useDefault)
|
|
* @method static mixed invalidOperatorAndValue($operator, $value)
|
|
* @method static mixed invalidOperator($operator)
|
|
* @method static mixed isBitwiseOperator($operator)
|
|
* @method static mixed orWhere($column, $operator, $value)
|
|
* @method static mixed whereNot($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereNot($column, $operator, $value)
|
|
* @method static mixed whereColumn($first, $operator, $second, $boolean)
|
|
* @method static mixed orWhereColumn($first, $operator, $second)
|
|
* @method static mixed whereRaw($sql, $bindings, $boolean)
|
|
* @method static mixed orWhereRaw($sql, $bindings)
|
|
* @method static mixed whereIn($column, $values, $boolean, $not)
|
|
* @method static mixed orWhereIn($column, $values)
|
|
* @method static mixed whereNotIn($column, $values, $boolean)
|
|
* @method static mixed orWhereNotIn($column, $values)
|
|
* @method static mixed whereIntegerInRaw($column, $values, $boolean, $not)
|
|
* @method static mixed orWhereIntegerInRaw($column, $values)
|
|
* @method static mixed whereIntegerNotInRaw($column, $values, $boolean)
|
|
* @method static mixed orWhereIntegerNotInRaw($column, $values)
|
|
* @method static mixed whereNull($columns, $boolean, $not)
|
|
* @method static mixed orWhereNull($column)
|
|
* @method static mixed whereNotNull($columns, $boolean)
|
|
* @method static mixed whereBetween($column, iterable $values, $boolean, $not)
|
|
* @method static mixed whereBetweenColumns($column, array $values, $boolean, $not)
|
|
* @method static mixed orWhereBetween($column, iterable $values)
|
|
* @method static mixed orWhereBetweenColumns($column, array $values)
|
|
* @method static mixed whereNotBetween($column, iterable $values, $boolean)
|
|
* @method static mixed whereNotBetweenColumns($column, array $values, $boolean)
|
|
* @method static mixed orWhereNotBetween($column, iterable $values)
|
|
* @method static mixed orWhereNotBetweenColumns($column, array $values)
|
|
* @method static mixed orWhereNotNull($column)
|
|
* @method static mixed whereDate($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereDate($column, $operator, $value)
|
|
* @method static mixed whereTime($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereTime($column, $operator, $value)
|
|
* @method static mixed whereDay($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereDay($column, $operator, $value)
|
|
* @method static mixed whereMonth($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereMonth($column, $operator, $value)
|
|
* @method static mixed whereYear($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereYear($column, $operator, $value)
|
|
* @method static mixed addDateBasedWhere($type, $column, $operator, $value, $boolean)
|
|
* @method static mixed whereNested(Closure $callback, $boolean)
|
|
* @method static mixed forNestedWhere()
|
|
* @method static mixed addNestedWhereQuery($query, $boolean)
|
|
* @method static mixed whereSub($column, $operator, $callback, $boolean)
|
|
* @method static mixed whereExists($callback, $boolean, $not)
|
|
* @method static mixed orWhereExists($callback, $not)
|
|
* @method static mixed whereNotExists($callback, $boolean)
|
|
* @method static mixed orWhereNotExists($callback)
|
|
* @method static mixed addWhereExistsQuery(self $query, $boolean, $not)
|
|
* @method static mixed whereRowValues($columns, $operator, $values, $boolean)
|
|
* @method static mixed orWhereRowValues($columns, $operator, $values)
|
|
* @method static mixed whereJsonContains($column, $value, $boolean, $not)
|
|
* @method static mixed orWhereJsonContains($column, $value)
|
|
* @method static mixed whereJsonDoesntContain($column, $value, $boolean)
|
|
* @method static mixed orWhereJsonDoesntContain($column, $value)
|
|
* @method static mixed whereJsonOverlaps($column, $value, $boolean, $not)
|
|
* @method static mixed orWhereJsonOverlaps($column, $value)
|
|
* @method static mixed whereJsonDoesntOverlap($column, $value, $boolean)
|
|
* @method static mixed orWhereJsonDoesntOverlap($column, $value)
|
|
* @method static mixed whereJsonContainsKey($column, $boolean, $not)
|
|
* @method static mixed orWhereJsonContainsKey($column)
|
|
* @method static mixed whereJsonDoesntContainKey($column, $boolean)
|
|
* @method static mixed orWhereJsonDoesntContainKey($column)
|
|
* @method static mixed whereJsonLength($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereJsonLength($column, $operator, $value)
|
|
* @method static mixed dynamicWhere($method, $parameters)
|
|
* @method static mixed addDynamic($segment, $connector, $parameters, $index)
|
|
* @method static mixed whereFullText($columns, $value, array $options, $boolean)
|
|
* @method static mixed orWhereFullText($columns, $value, array $options)
|
|
* @method static mixed whereAll($columns, $operator, $value, $boolean)
|
|
* @method static mixed orWhereAll($columns, $operator, $value)
|
|
* @method static mixed whereAny($columns, $operator, $value, $boolean)
|
|
* @method static mixed orWhereAny($columns, $operator, $value)
|
|
* @method static mixed groupBy($groups)
|
|
* @method static mixed groupByRaw($sql, array $bindings)
|
|
* @method static mixed having($column, $operator, $value, $boolean)
|
|
* @method static mixed orHaving($column, $operator, $value)
|
|
* @method static mixed havingNested(Closure $callback, $boolean)
|
|
* @method static mixed addNestedHavingQuery($query, $boolean)
|
|
* @method static mixed havingNull($columns, $boolean, $not)
|
|
* @method static mixed orHavingNull($column)
|
|
* @method static mixed havingNotNull($columns, $boolean)
|
|
* @method static mixed orHavingNotNull($column)
|
|
* @method static mixed havingBetween($column, iterable $values, $boolean, $not)
|
|
* @method static mixed havingRaw($sql, array $bindings, $boolean)
|
|
* @method static mixed orHavingRaw($sql, array $bindings)
|
|
* @method static mixed orderBy($column, $direction)
|
|
* @method static mixed orderByDesc($column)
|
|
* @method static mixed latest($column)
|
|
* @method static mixed oldest($column)
|
|
* @method static mixed inRandomOrder($seed)
|
|
* @method static mixed orderByRaw($sql, $bindings)
|
|
* @method static mixed skip($value)
|
|
* @method static mixed offset($value)
|
|
* @method static mixed take($value)
|
|
* @method static mixed limit($value)
|
|
* @method static mixed groupLimit($value, $column)
|
|
* @method static mixed forPage($page, $perPage)
|
|
* @method static mixed forPageBeforeId($perPage, $lastId, $column)
|
|
* @method static mixed forPageAfterId($perPage, $lastId, $column)
|
|
* @method static mixed reorder($column, $direction)
|
|
* @method static mixed removeExistingOrdersFor($column)
|
|
* @method static mixed union($query, $all)
|
|
* @method static mixed unionAll($query)
|
|
* @method static mixed lock($value)
|
|
* @method static mixed lockForUpdate()
|
|
* @method static mixed sharedLock()
|
|
* @method static mixed beforeQuery(callable $callback)
|
|
* @method static mixed applyBeforeQueryCallbacks()
|
|
* @method static mixed afterQuery(Closure $callback)
|
|
* @method static mixed applyAfterQueryCallbacks($result)
|
|
* @method static mixed toSql()
|
|
* @method static mixed toRawSql()
|
|
* @method static mixed find($id, $columns)
|
|
* @method static mixed findOr($id, $columns, Closure $callback)
|
|
* @method static mixed value($column)
|
|
* @method static mixed rawValue(string $expression, array $bindings)
|
|
* @method static mixed soleValue($column)
|
|
* @method static mixed get($columns)
|
|
* @method static mixed runSelect()
|
|
* @method static mixed withoutGroupLimitKeys($items)
|
|
* @method static mixed paginate($perPage, $columns, $pageName, $page, $total)
|
|
* @method static mixed simplePaginate($perPage, $columns, $pageName, $page)
|
|
* @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor)
|
|
* @method static mixed ensureOrderForCursorPagination($shouldReverse)
|
|
* @method static mixed getCountForPagination($columns)
|
|
* @method static mixed runPaginationCountQuery($columns)
|
|
* @method static mixed cloneForPaginationCount()
|
|
* @method static mixed withoutSelectAliases(array $columns)
|
|
* @method static mixed cursor()
|
|
* @method static mixed enforceOrderBy()
|
|
* @method static mixed pluck($column, $key)
|
|
* @method static mixed stripTableForPluck($column)
|
|
* @method static mixed pluckFromObjectColumn($queryResult, $column, $key)
|
|
* @method static mixed pluckFromArrayColumn($queryResult, $column, $key)
|
|
* @method static mixed implode($column, $glue)
|
|
* @method static mixed exists()
|
|
* @method static mixed doesntExist()
|
|
* @method static mixed existsOr(Closure $callback)
|
|
* @method static mixed doesntExistOr(Closure $callback)
|
|
* @method static mixed count($columns)
|
|
* @method static mixed min($column)
|
|
* @method static mixed max($column)
|
|
* @method static mixed sum($column)
|
|
* @method static mixed avg($column)
|
|
* @method static mixed average($column)
|
|
* @method static mixed aggregate($function, $columns)
|
|
* @method static mixed numericAggregate($function, $columns)
|
|
* @method static mixed setAggregate($function, $columns)
|
|
* @method static mixed onceWithColumns($columns, $callback)
|
|
* @method static mixed insert(array $values)
|
|
* @method static mixed insertOrIgnore(array $values)
|
|
* @method static mixed insertGetId(array $values, $sequence)
|
|
* @method static mixed insertUsing(array $columns, $query)
|
|
* @method static mixed insertOrIgnoreUsing(array $columns, $query)
|
|
* @method static mixed update(array $values)
|
|
* @method static mixed updateFrom(array $values)
|
|
* @method static mixed updateOrInsert(array $attributes, callable|array $values)
|
|
* @method static mixed upsert(array $values, $uniqueBy, $update)
|
|
* @method static mixed increment($column, $amount, array $extra)
|
|
* @method static mixed incrementEach(array $columns, array $extra)
|
|
* @method static mixed decrement($column, $amount, array $extra)
|
|
* @method static mixed decrementEach(array $columns, array $extra)
|
|
* @method static mixed delete($id)
|
|
* @method static mixed truncate()
|
|
* @method static mixed newQuery()
|
|
* @method static mixed forSubQuery()
|
|
* @method static mixed getColumns()
|
|
* @method static mixed raw($value)
|
|
* @method static mixed getUnionBuilders()
|
|
* @method static mixed getBindings()
|
|
* @method static mixed getRawBindings()
|
|
* @method static mixed setBindings(array $bindings, $type)
|
|
* @method static mixed addBinding($value, $type)
|
|
* @method static mixed castBinding($value)
|
|
* @method static mixed mergeBindings(self $query)
|
|
* @method static mixed cleanBindings(array $bindings)
|
|
* @method static mixed flattenValue($value)
|
|
* @method static mixed defaultKeyName()
|
|
* @method static mixed getConnection()
|
|
* @method static mixed getProcessor()
|
|
* @method static mixed getGrammar()
|
|
* @method static mixed useWritePdo()
|
|
* @method static mixed isQueryable($value)
|
|
* @method static mixed clone()
|
|
* @method static mixed cloneWithout(array $properties)
|
|
* @method static mixed cloneWithoutBindings(array $except)
|
|
* @method static mixed dump($args)
|
|
* @method static mixed dumpRawSql()
|
|
* @method static mixed dd()
|
|
* @method static mixed ddRawSql()
|
|
* @method static mixed chunk($count, callable $callback)
|
|
* @method static mixed chunkMap(callable $callback, $count)
|
|
* @method static mixed each(callable $callback, $count)
|
|
* @method static mixed chunkById($count, callable $callback, $column, $alias)
|
|
* @method static mixed chunkByIdDesc($count, callable $callback, $column, $alias)
|
|
* @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending)
|
|
* @method static mixed eachById(callable $callback, $count, $column, $alias)
|
|
* @method static mixed lazy($chunkSize)
|
|
* @method static mixed lazyById($chunkSize, $column, $alias)
|
|
* @method static mixed lazyByIdDesc($chunkSize, $column, $alias)
|
|
* @method static mixed orderedLazyById($chunkSize, $column, $alias, $descending)
|
|
* @method static mixed first($columns)
|
|
* @method static mixed sole($columns)
|
|
* @method static mixed paginateUsingCursor($perPage, $columns, $cursorName, $cursor)
|
|
* @method static mixed getOriginalColumnNameForCursorPagination($builder, string $parameter)
|
|
* @method static mixed paginator($items, $total, $perPage, $currentPage, $options)
|
|
* @method static mixed simplePaginator($items, $perPage, $currentPage, $options)
|
|
* @method static mixed cursorPaginator($items, $perPage, $cursor, $options)
|
|
* @method static mixed tap($callback)
|
|
* @method static mixed when($value, callable $callback, callable $default)
|
|
* @method static mixed unless($value, callable $callback, callable $default)
|
|
* @method static mixed explain()
|
|
* @method static mixed forwardCallTo($object, $method, $parameters)
|
|
* @method static mixed forwardDecoratedCallTo($object, $method, $parameters)
|
|
* @method static mixed throwBadMethodCallException($method)
|
|
* @method static mixed macro($name, $macro)
|
|
* @method static mixed mixin($mixin, $replace)
|
|
* @method static mixed hasMacro($name)
|
|
* @method static mixed flushMacros()
|
|
* @method static mixed macroCall($method, $parameters)
|
|
* @mixin \Illuminate\Database\Query\Builder
|
|
*/
|
|
class Ippu1A extends \App\Models\SigdModel
|
|
{
|
|
//
|
|
}
|
|
|
|
/**
|
|
* App\Models\Kabupaten
|
|
*
|
|
* @property int $kabkot_id
|
|
* @property \Illuminate\Support\Carbon|null $updated_at
|
|
* @property \Illuminate\Support\Carbon|null $created_at
|
|
* @property string|null $updated_by
|
|
* @property string|null $created_by
|
|
* @property string $kabkot_name
|
|
* @property int $id
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Kabupaten>|Kabupaten whereId($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Kabupaten>|Kabupaten whereKabkotName($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Kabupaten>|Kabupaten whereCreatedBy($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Kabupaten>|Kabupaten whereUpdatedBy($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Kabupaten>|Kabupaten whereCreatedAt($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Kabupaten>|Kabupaten whereUpdatedAt($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Kabupaten>|Kabupaten whereKabkotId($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Kabupaten>|Kabupaten newModelQuery()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Kabupaten>|Kabupaten newQuery()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Kabupaten>|Kabupaten query()
|
|
* @method static mixed select($columns)
|
|
* @method static mixed selectSub($query, $as)
|
|
* @method static mixed selectRaw($expression, array $bindings)
|
|
* @method static mixed fromSub($query, $as)
|
|
* @method static mixed fromRaw($expression, $bindings)
|
|
* @method static mixed createSub($query)
|
|
* @method static mixed parseSub($query)
|
|
* @method static mixed prependDatabaseNameIfCrossDatabaseQuery($query)
|
|
* @method static mixed addSelect($column)
|
|
* @method static mixed distinct()
|
|
* @method static mixed from($table, $as)
|
|
* @method static mixed useIndex($index)
|
|
* @method static mixed forceIndex($index)
|
|
* @method static mixed ignoreIndex($index)
|
|
* @method static mixed join($table, $first, $operator, $second, $type, $where)
|
|
* @method static mixed joinWhere($table, $first, $operator, $second, $type)
|
|
* @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where)
|
|
* @method static mixed joinLateral($query, string $as, string $type)
|
|
* @method static mixed leftJoinLateral($query, string $as)
|
|
* @method static mixed leftJoin($table, $first, $operator, $second)
|
|
* @method static mixed leftJoinWhere($table, $first, $operator, $second)
|
|
* @method static mixed leftJoinSub($query, $as, $first, $operator, $second)
|
|
* @method static mixed rightJoin($table, $first, $operator, $second)
|
|
* @method static mixed rightJoinWhere($table, $first, $operator, $second)
|
|
* @method static mixed rightJoinSub($query, $as, $first, $operator, $second)
|
|
* @method static mixed crossJoin($table, $first, $operator, $second)
|
|
* @method static mixed crossJoinSub($query, $as)
|
|
* @method static mixed newJoinClause(self $parentQuery, $type, $table)
|
|
* @method static mixed newJoinLateralClause(self $parentQuery, $type, $table)
|
|
* @method static mixed mergeWheres($wheres, $bindings)
|
|
* @method static mixed where($column, $operator, $value, $boolean)
|
|
* @method static mixed addArrayOfWheres($column, $boolean, $method)
|
|
* @method static mixed prepareValueAndOperator($value, $operator, $useDefault)
|
|
* @method static mixed invalidOperatorAndValue($operator, $value)
|
|
* @method static mixed invalidOperator($operator)
|
|
* @method static mixed isBitwiseOperator($operator)
|
|
* @method static mixed orWhere($column, $operator, $value)
|
|
* @method static mixed whereNot($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereNot($column, $operator, $value)
|
|
* @method static mixed whereColumn($first, $operator, $second, $boolean)
|
|
* @method static mixed orWhereColumn($first, $operator, $second)
|
|
* @method static mixed whereRaw($sql, $bindings, $boolean)
|
|
* @method static mixed orWhereRaw($sql, $bindings)
|
|
* @method static mixed whereIn($column, $values, $boolean, $not)
|
|
* @method static mixed orWhereIn($column, $values)
|
|
* @method static mixed whereNotIn($column, $values, $boolean)
|
|
* @method static mixed orWhereNotIn($column, $values)
|
|
* @method static mixed whereIntegerInRaw($column, $values, $boolean, $not)
|
|
* @method static mixed orWhereIntegerInRaw($column, $values)
|
|
* @method static mixed whereIntegerNotInRaw($column, $values, $boolean)
|
|
* @method static mixed orWhereIntegerNotInRaw($column, $values)
|
|
* @method static mixed whereNull($columns, $boolean, $not)
|
|
* @method static mixed orWhereNull($column)
|
|
* @method static mixed whereNotNull($columns, $boolean)
|
|
* @method static mixed whereBetween($column, iterable $values, $boolean, $not)
|
|
* @method static mixed whereBetweenColumns($column, array $values, $boolean, $not)
|
|
* @method static mixed orWhereBetween($column, iterable $values)
|
|
* @method static mixed orWhereBetweenColumns($column, array $values)
|
|
* @method static mixed whereNotBetween($column, iterable $values, $boolean)
|
|
* @method static mixed whereNotBetweenColumns($column, array $values, $boolean)
|
|
* @method static mixed orWhereNotBetween($column, iterable $values)
|
|
* @method static mixed orWhereNotBetweenColumns($column, array $values)
|
|
* @method static mixed orWhereNotNull($column)
|
|
* @method static mixed whereDate($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereDate($column, $operator, $value)
|
|
* @method static mixed whereTime($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereTime($column, $operator, $value)
|
|
* @method static mixed whereDay($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereDay($column, $operator, $value)
|
|
* @method static mixed whereMonth($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereMonth($column, $operator, $value)
|
|
* @method static mixed whereYear($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereYear($column, $operator, $value)
|
|
* @method static mixed addDateBasedWhere($type, $column, $operator, $value, $boolean)
|
|
* @method static mixed whereNested(Closure $callback, $boolean)
|
|
* @method static mixed forNestedWhere()
|
|
* @method static mixed addNestedWhereQuery($query, $boolean)
|
|
* @method static mixed whereSub($column, $operator, $callback, $boolean)
|
|
* @method static mixed whereExists($callback, $boolean, $not)
|
|
* @method static mixed orWhereExists($callback, $not)
|
|
* @method static mixed whereNotExists($callback, $boolean)
|
|
* @method static mixed orWhereNotExists($callback)
|
|
* @method static mixed addWhereExistsQuery(self $query, $boolean, $not)
|
|
* @method static mixed whereRowValues($columns, $operator, $values, $boolean)
|
|
* @method static mixed orWhereRowValues($columns, $operator, $values)
|
|
* @method static mixed whereJsonContains($column, $value, $boolean, $not)
|
|
* @method static mixed orWhereJsonContains($column, $value)
|
|
* @method static mixed whereJsonDoesntContain($column, $value, $boolean)
|
|
* @method static mixed orWhereJsonDoesntContain($column, $value)
|
|
* @method static mixed whereJsonOverlaps($column, $value, $boolean, $not)
|
|
* @method static mixed orWhereJsonOverlaps($column, $value)
|
|
* @method static mixed whereJsonDoesntOverlap($column, $value, $boolean)
|
|
* @method static mixed orWhereJsonDoesntOverlap($column, $value)
|
|
* @method static mixed whereJsonContainsKey($column, $boolean, $not)
|
|
* @method static mixed orWhereJsonContainsKey($column)
|
|
* @method static mixed whereJsonDoesntContainKey($column, $boolean)
|
|
* @method static mixed orWhereJsonDoesntContainKey($column)
|
|
* @method static mixed whereJsonLength($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereJsonLength($column, $operator, $value)
|
|
* @method static mixed dynamicWhere($method, $parameters)
|
|
* @method static mixed addDynamic($segment, $connector, $parameters, $index)
|
|
* @method static mixed whereFullText($columns, $value, array $options, $boolean)
|
|
* @method static mixed orWhereFullText($columns, $value, array $options)
|
|
* @method static mixed whereAll($columns, $operator, $value, $boolean)
|
|
* @method static mixed orWhereAll($columns, $operator, $value)
|
|
* @method static mixed whereAny($columns, $operator, $value, $boolean)
|
|
* @method static mixed orWhereAny($columns, $operator, $value)
|
|
* @method static mixed groupBy($groups)
|
|
* @method static mixed groupByRaw($sql, array $bindings)
|
|
* @method static mixed having($column, $operator, $value, $boolean)
|
|
* @method static mixed orHaving($column, $operator, $value)
|
|
* @method static mixed havingNested(Closure $callback, $boolean)
|
|
* @method static mixed addNestedHavingQuery($query, $boolean)
|
|
* @method static mixed havingNull($columns, $boolean, $not)
|
|
* @method static mixed orHavingNull($column)
|
|
* @method static mixed havingNotNull($columns, $boolean)
|
|
* @method static mixed orHavingNotNull($column)
|
|
* @method static mixed havingBetween($column, iterable $values, $boolean, $not)
|
|
* @method static mixed havingRaw($sql, array $bindings, $boolean)
|
|
* @method static mixed orHavingRaw($sql, array $bindings)
|
|
* @method static mixed orderBy($column, $direction)
|
|
* @method static mixed orderByDesc($column)
|
|
* @method static mixed latest($column)
|
|
* @method static mixed oldest($column)
|
|
* @method static mixed inRandomOrder($seed)
|
|
* @method static mixed orderByRaw($sql, $bindings)
|
|
* @method static mixed skip($value)
|
|
* @method static mixed offset($value)
|
|
* @method static mixed take($value)
|
|
* @method static mixed limit($value)
|
|
* @method static mixed groupLimit($value, $column)
|
|
* @method static mixed forPage($page, $perPage)
|
|
* @method static mixed forPageBeforeId($perPage, $lastId, $column)
|
|
* @method static mixed forPageAfterId($perPage, $lastId, $column)
|
|
* @method static mixed reorder($column, $direction)
|
|
* @method static mixed removeExistingOrdersFor($column)
|
|
* @method static mixed union($query, $all)
|
|
* @method static mixed unionAll($query)
|
|
* @method static mixed lock($value)
|
|
* @method static mixed lockForUpdate()
|
|
* @method static mixed sharedLock()
|
|
* @method static mixed beforeQuery(callable $callback)
|
|
* @method static mixed applyBeforeQueryCallbacks()
|
|
* @method static mixed afterQuery(Closure $callback)
|
|
* @method static mixed applyAfterQueryCallbacks($result)
|
|
* @method static mixed toSql()
|
|
* @method static mixed toRawSql()
|
|
* @method static mixed find($id, $columns)
|
|
* @method static mixed findOr($id, $columns, Closure $callback)
|
|
* @method static mixed value($column)
|
|
* @method static mixed rawValue(string $expression, array $bindings)
|
|
* @method static mixed soleValue($column)
|
|
* @method static mixed get($columns)
|
|
* @method static mixed runSelect()
|
|
* @method static mixed withoutGroupLimitKeys($items)
|
|
* @method static mixed paginate($perPage, $columns, $pageName, $page, $total)
|
|
* @method static mixed simplePaginate($perPage, $columns, $pageName, $page)
|
|
* @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor)
|
|
* @method static mixed ensureOrderForCursorPagination($shouldReverse)
|
|
* @method static mixed getCountForPagination($columns)
|
|
* @method static mixed runPaginationCountQuery($columns)
|
|
* @method static mixed cloneForPaginationCount()
|
|
* @method static mixed withoutSelectAliases(array $columns)
|
|
* @method static mixed cursor()
|
|
* @method static mixed enforceOrderBy()
|
|
* @method static mixed pluck($column, $key)
|
|
* @method static mixed stripTableForPluck($column)
|
|
* @method static mixed pluckFromObjectColumn($queryResult, $column, $key)
|
|
* @method static mixed pluckFromArrayColumn($queryResult, $column, $key)
|
|
* @method static mixed implode($column, $glue)
|
|
* @method static mixed exists()
|
|
* @method static mixed doesntExist()
|
|
* @method static mixed existsOr(Closure $callback)
|
|
* @method static mixed doesntExistOr(Closure $callback)
|
|
* @method static mixed count($columns)
|
|
* @method static mixed min($column)
|
|
* @method static mixed max($column)
|
|
* @method static mixed sum($column)
|
|
* @method static mixed avg($column)
|
|
* @method static mixed average($column)
|
|
* @method static mixed aggregate($function, $columns)
|
|
* @method static mixed numericAggregate($function, $columns)
|
|
* @method static mixed setAggregate($function, $columns)
|
|
* @method static mixed onceWithColumns($columns, $callback)
|
|
* @method static mixed insert(array $values)
|
|
* @method static mixed insertOrIgnore(array $values)
|
|
* @method static mixed insertGetId(array $values, $sequence)
|
|
* @method static mixed insertUsing(array $columns, $query)
|
|
* @method static mixed insertOrIgnoreUsing(array $columns, $query)
|
|
* @method static mixed update(array $values)
|
|
* @method static mixed updateFrom(array $values)
|
|
* @method static mixed updateOrInsert(array $attributes, callable|array $values)
|
|
* @method static mixed upsert(array $values, $uniqueBy, $update)
|
|
* @method static mixed increment($column, $amount, array $extra)
|
|
* @method static mixed incrementEach(array $columns, array $extra)
|
|
* @method static mixed decrement($column, $amount, array $extra)
|
|
* @method static mixed decrementEach(array $columns, array $extra)
|
|
* @method static mixed delete($id)
|
|
* @method static mixed truncate()
|
|
* @method static mixed newQuery()
|
|
* @method static mixed forSubQuery()
|
|
* @method static mixed getColumns()
|
|
* @method static mixed raw($value)
|
|
* @method static mixed getUnionBuilders()
|
|
* @method static mixed getBindings()
|
|
* @method static mixed getRawBindings()
|
|
* @method static mixed setBindings(array $bindings, $type)
|
|
* @method static mixed addBinding($value, $type)
|
|
* @method static mixed castBinding($value)
|
|
* @method static mixed mergeBindings(self $query)
|
|
* @method static mixed cleanBindings(array $bindings)
|
|
* @method static mixed flattenValue($value)
|
|
* @method static mixed defaultKeyName()
|
|
* @method static mixed getConnection()
|
|
* @method static mixed getProcessor()
|
|
* @method static mixed getGrammar()
|
|
* @method static mixed useWritePdo()
|
|
* @method static mixed isQueryable($value)
|
|
* @method static mixed clone()
|
|
* @method static mixed cloneWithout(array $properties)
|
|
* @method static mixed cloneWithoutBindings(array $except)
|
|
* @method static mixed dump($args)
|
|
* @method static mixed dumpRawSql()
|
|
* @method static mixed dd()
|
|
* @method static mixed ddRawSql()
|
|
* @method static mixed chunk($count, callable $callback)
|
|
* @method static mixed chunkMap(callable $callback, $count)
|
|
* @method static mixed each(callable $callback, $count)
|
|
* @method static mixed chunkById($count, callable $callback, $column, $alias)
|
|
* @method static mixed chunkByIdDesc($count, callable $callback, $column, $alias)
|
|
* @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending)
|
|
* @method static mixed eachById(callable $callback, $count, $column, $alias)
|
|
* @method static mixed lazy($chunkSize)
|
|
* @method static mixed lazyById($chunkSize, $column, $alias)
|
|
* @method static mixed lazyByIdDesc($chunkSize, $column, $alias)
|
|
* @method static mixed orderedLazyById($chunkSize, $column, $alias, $descending)
|
|
* @method static mixed first($columns)
|
|
* @method static mixed sole($columns)
|
|
* @method static mixed paginateUsingCursor($perPage, $columns, $cursorName, $cursor)
|
|
* @method static mixed getOriginalColumnNameForCursorPagination($builder, string $parameter)
|
|
* @method static mixed paginator($items, $total, $perPage, $currentPage, $options)
|
|
* @method static mixed simplePaginator($items, $perPage, $currentPage, $options)
|
|
* @method static mixed cursorPaginator($items, $perPage, $cursor, $options)
|
|
* @method static mixed tap($callback)
|
|
* @method static mixed when($value, callable $callback, callable $default)
|
|
* @method static mixed unless($value, callable $callback, callable $default)
|
|
* @method static mixed explain()
|
|
* @method static mixed forwardCallTo($object, $method, $parameters)
|
|
* @method static mixed forwardDecoratedCallTo($object, $method, $parameters)
|
|
* @method static mixed throwBadMethodCallException($method)
|
|
* @method static mixed macro($name, $macro)
|
|
* @method static mixed mixin($mixin, $replace)
|
|
* @method static mixed hasMacro($name)
|
|
* @method static mixed flushMacros()
|
|
* @method static mixed macroCall($method, $parameters)
|
|
* @mixin \Illuminate\Database\Query\Builder
|
|
*/
|
|
class Kabupaten extends \Illuminate\Database\Eloquent\Model
|
|
{
|
|
//
|
|
}
|
|
|
|
/**
|
|
* App\Models\Kecamatan
|
|
*
|
|
* @property \Illuminate\Support\Carbon|null $updated_at
|
|
* @property \Illuminate\Support\Carbon|null $created_at
|
|
* @property string|null $updated_by
|
|
* @property string|null $created_by
|
|
* @property string $kabkot_id
|
|
* @property string $kec_name
|
|
* @property string $kec_id
|
|
* @property int $id
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Kecamatan>|Kecamatan whereId($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Kecamatan>|Kecamatan whereKecId($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Kecamatan>|Kecamatan whereKecName($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Kecamatan>|Kecamatan whereKabkotId($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Kecamatan>|Kecamatan whereCreatedBy($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Kecamatan>|Kecamatan whereUpdatedBy($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Kecamatan>|Kecamatan whereCreatedAt($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Kecamatan>|Kecamatan whereUpdatedAt($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Kecamatan>|Kecamatan newModelQuery()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Kecamatan>|Kecamatan newQuery()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Kecamatan>|Kecamatan query()
|
|
* @method static mixed select($columns)
|
|
* @method static mixed selectSub($query, $as)
|
|
* @method static mixed selectRaw($expression, array $bindings)
|
|
* @method static mixed fromSub($query, $as)
|
|
* @method static mixed fromRaw($expression, $bindings)
|
|
* @method static mixed createSub($query)
|
|
* @method static mixed parseSub($query)
|
|
* @method static mixed prependDatabaseNameIfCrossDatabaseQuery($query)
|
|
* @method static mixed addSelect($column)
|
|
* @method static mixed distinct()
|
|
* @method static mixed from($table, $as)
|
|
* @method static mixed useIndex($index)
|
|
* @method static mixed forceIndex($index)
|
|
* @method static mixed ignoreIndex($index)
|
|
* @method static mixed join($table, $first, $operator, $second, $type, $where)
|
|
* @method static mixed joinWhere($table, $first, $operator, $second, $type)
|
|
* @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where)
|
|
* @method static mixed joinLateral($query, string $as, string $type)
|
|
* @method static mixed leftJoinLateral($query, string $as)
|
|
* @method static mixed leftJoin($table, $first, $operator, $second)
|
|
* @method static mixed leftJoinWhere($table, $first, $operator, $second)
|
|
* @method static mixed leftJoinSub($query, $as, $first, $operator, $second)
|
|
* @method static mixed rightJoin($table, $first, $operator, $second)
|
|
* @method static mixed rightJoinWhere($table, $first, $operator, $second)
|
|
* @method static mixed rightJoinSub($query, $as, $first, $operator, $second)
|
|
* @method static mixed crossJoin($table, $first, $operator, $second)
|
|
* @method static mixed crossJoinSub($query, $as)
|
|
* @method static mixed newJoinClause(self $parentQuery, $type, $table)
|
|
* @method static mixed newJoinLateralClause(self $parentQuery, $type, $table)
|
|
* @method static mixed mergeWheres($wheres, $bindings)
|
|
* @method static mixed where($column, $operator, $value, $boolean)
|
|
* @method static mixed addArrayOfWheres($column, $boolean, $method)
|
|
* @method static mixed prepareValueAndOperator($value, $operator, $useDefault)
|
|
* @method static mixed invalidOperatorAndValue($operator, $value)
|
|
* @method static mixed invalidOperator($operator)
|
|
* @method static mixed isBitwiseOperator($operator)
|
|
* @method static mixed orWhere($column, $operator, $value)
|
|
* @method static mixed whereNot($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereNot($column, $operator, $value)
|
|
* @method static mixed whereColumn($first, $operator, $second, $boolean)
|
|
* @method static mixed orWhereColumn($first, $operator, $second)
|
|
* @method static mixed whereRaw($sql, $bindings, $boolean)
|
|
* @method static mixed orWhereRaw($sql, $bindings)
|
|
* @method static mixed whereIn($column, $values, $boolean, $not)
|
|
* @method static mixed orWhereIn($column, $values)
|
|
* @method static mixed whereNotIn($column, $values, $boolean)
|
|
* @method static mixed orWhereNotIn($column, $values)
|
|
* @method static mixed whereIntegerInRaw($column, $values, $boolean, $not)
|
|
* @method static mixed orWhereIntegerInRaw($column, $values)
|
|
* @method static mixed whereIntegerNotInRaw($column, $values, $boolean)
|
|
* @method static mixed orWhereIntegerNotInRaw($column, $values)
|
|
* @method static mixed whereNull($columns, $boolean, $not)
|
|
* @method static mixed orWhereNull($column)
|
|
* @method static mixed whereNotNull($columns, $boolean)
|
|
* @method static mixed whereBetween($column, iterable $values, $boolean, $not)
|
|
* @method static mixed whereBetweenColumns($column, array $values, $boolean, $not)
|
|
* @method static mixed orWhereBetween($column, iterable $values)
|
|
* @method static mixed orWhereBetweenColumns($column, array $values)
|
|
* @method static mixed whereNotBetween($column, iterable $values, $boolean)
|
|
* @method static mixed whereNotBetweenColumns($column, array $values, $boolean)
|
|
* @method static mixed orWhereNotBetween($column, iterable $values)
|
|
* @method static mixed orWhereNotBetweenColumns($column, array $values)
|
|
* @method static mixed orWhereNotNull($column)
|
|
* @method static mixed whereDate($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereDate($column, $operator, $value)
|
|
* @method static mixed whereTime($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereTime($column, $operator, $value)
|
|
* @method static mixed whereDay($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereDay($column, $operator, $value)
|
|
* @method static mixed whereMonth($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereMonth($column, $operator, $value)
|
|
* @method static mixed whereYear($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereYear($column, $operator, $value)
|
|
* @method static mixed addDateBasedWhere($type, $column, $operator, $value, $boolean)
|
|
* @method static mixed whereNested(Closure $callback, $boolean)
|
|
* @method static mixed forNestedWhere()
|
|
* @method static mixed addNestedWhereQuery($query, $boolean)
|
|
* @method static mixed whereSub($column, $operator, $callback, $boolean)
|
|
* @method static mixed whereExists($callback, $boolean, $not)
|
|
* @method static mixed orWhereExists($callback, $not)
|
|
* @method static mixed whereNotExists($callback, $boolean)
|
|
* @method static mixed orWhereNotExists($callback)
|
|
* @method static mixed addWhereExistsQuery(self $query, $boolean, $not)
|
|
* @method static mixed whereRowValues($columns, $operator, $values, $boolean)
|
|
* @method static mixed orWhereRowValues($columns, $operator, $values)
|
|
* @method static mixed whereJsonContains($column, $value, $boolean, $not)
|
|
* @method static mixed orWhereJsonContains($column, $value)
|
|
* @method static mixed whereJsonDoesntContain($column, $value, $boolean)
|
|
* @method static mixed orWhereJsonDoesntContain($column, $value)
|
|
* @method static mixed whereJsonOverlaps($column, $value, $boolean, $not)
|
|
* @method static mixed orWhereJsonOverlaps($column, $value)
|
|
* @method static mixed whereJsonDoesntOverlap($column, $value, $boolean)
|
|
* @method static mixed orWhereJsonDoesntOverlap($column, $value)
|
|
* @method static mixed whereJsonContainsKey($column, $boolean, $not)
|
|
* @method static mixed orWhereJsonContainsKey($column)
|
|
* @method static mixed whereJsonDoesntContainKey($column, $boolean)
|
|
* @method static mixed orWhereJsonDoesntContainKey($column)
|
|
* @method static mixed whereJsonLength($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereJsonLength($column, $operator, $value)
|
|
* @method static mixed dynamicWhere($method, $parameters)
|
|
* @method static mixed addDynamic($segment, $connector, $parameters, $index)
|
|
* @method static mixed whereFullText($columns, $value, array $options, $boolean)
|
|
* @method static mixed orWhereFullText($columns, $value, array $options)
|
|
* @method static mixed whereAll($columns, $operator, $value, $boolean)
|
|
* @method static mixed orWhereAll($columns, $operator, $value)
|
|
* @method static mixed whereAny($columns, $operator, $value, $boolean)
|
|
* @method static mixed orWhereAny($columns, $operator, $value)
|
|
* @method static mixed groupBy($groups)
|
|
* @method static mixed groupByRaw($sql, array $bindings)
|
|
* @method static mixed having($column, $operator, $value, $boolean)
|
|
* @method static mixed orHaving($column, $operator, $value)
|
|
* @method static mixed havingNested(Closure $callback, $boolean)
|
|
* @method static mixed addNestedHavingQuery($query, $boolean)
|
|
* @method static mixed havingNull($columns, $boolean, $not)
|
|
* @method static mixed orHavingNull($column)
|
|
* @method static mixed havingNotNull($columns, $boolean)
|
|
* @method static mixed orHavingNotNull($column)
|
|
* @method static mixed havingBetween($column, iterable $values, $boolean, $not)
|
|
* @method static mixed havingRaw($sql, array $bindings, $boolean)
|
|
* @method static mixed orHavingRaw($sql, array $bindings)
|
|
* @method static mixed orderBy($column, $direction)
|
|
* @method static mixed orderByDesc($column)
|
|
* @method static mixed latest($column)
|
|
* @method static mixed oldest($column)
|
|
* @method static mixed inRandomOrder($seed)
|
|
* @method static mixed orderByRaw($sql, $bindings)
|
|
* @method static mixed skip($value)
|
|
* @method static mixed offset($value)
|
|
* @method static mixed take($value)
|
|
* @method static mixed limit($value)
|
|
* @method static mixed groupLimit($value, $column)
|
|
* @method static mixed forPage($page, $perPage)
|
|
* @method static mixed forPageBeforeId($perPage, $lastId, $column)
|
|
* @method static mixed forPageAfterId($perPage, $lastId, $column)
|
|
* @method static mixed reorder($column, $direction)
|
|
* @method static mixed removeExistingOrdersFor($column)
|
|
* @method static mixed union($query, $all)
|
|
* @method static mixed unionAll($query)
|
|
* @method static mixed lock($value)
|
|
* @method static mixed lockForUpdate()
|
|
* @method static mixed sharedLock()
|
|
* @method static mixed beforeQuery(callable $callback)
|
|
* @method static mixed applyBeforeQueryCallbacks()
|
|
* @method static mixed afterQuery(Closure $callback)
|
|
* @method static mixed applyAfterQueryCallbacks($result)
|
|
* @method static mixed toSql()
|
|
* @method static mixed toRawSql()
|
|
* @method static mixed find($id, $columns)
|
|
* @method static mixed findOr($id, $columns, Closure $callback)
|
|
* @method static mixed value($column)
|
|
* @method static mixed rawValue(string $expression, array $bindings)
|
|
* @method static mixed soleValue($column)
|
|
* @method static mixed get($columns)
|
|
* @method static mixed runSelect()
|
|
* @method static mixed withoutGroupLimitKeys($items)
|
|
* @method static mixed paginate($perPage, $columns, $pageName, $page, $total)
|
|
* @method static mixed simplePaginate($perPage, $columns, $pageName, $page)
|
|
* @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor)
|
|
* @method static mixed ensureOrderForCursorPagination($shouldReverse)
|
|
* @method static mixed getCountForPagination($columns)
|
|
* @method static mixed runPaginationCountQuery($columns)
|
|
* @method static mixed cloneForPaginationCount()
|
|
* @method static mixed withoutSelectAliases(array $columns)
|
|
* @method static mixed cursor()
|
|
* @method static mixed enforceOrderBy()
|
|
* @method static mixed pluck($column, $key)
|
|
* @method static mixed stripTableForPluck($column)
|
|
* @method static mixed pluckFromObjectColumn($queryResult, $column, $key)
|
|
* @method static mixed pluckFromArrayColumn($queryResult, $column, $key)
|
|
* @method static mixed implode($column, $glue)
|
|
* @method static mixed exists()
|
|
* @method static mixed doesntExist()
|
|
* @method static mixed existsOr(Closure $callback)
|
|
* @method static mixed doesntExistOr(Closure $callback)
|
|
* @method static mixed count($columns)
|
|
* @method static mixed min($column)
|
|
* @method static mixed max($column)
|
|
* @method static mixed sum($column)
|
|
* @method static mixed avg($column)
|
|
* @method static mixed average($column)
|
|
* @method static mixed aggregate($function, $columns)
|
|
* @method static mixed numericAggregate($function, $columns)
|
|
* @method static mixed setAggregate($function, $columns)
|
|
* @method static mixed onceWithColumns($columns, $callback)
|
|
* @method static mixed insert(array $values)
|
|
* @method static mixed insertOrIgnore(array $values)
|
|
* @method static mixed insertGetId(array $values, $sequence)
|
|
* @method static mixed insertUsing(array $columns, $query)
|
|
* @method static mixed insertOrIgnoreUsing(array $columns, $query)
|
|
* @method static mixed update(array $values)
|
|
* @method static mixed updateFrom(array $values)
|
|
* @method static mixed updateOrInsert(array $attributes, callable|array $values)
|
|
* @method static mixed upsert(array $values, $uniqueBy, $update)
|
|
* @method static mixed increment($column, $amount, array $extra)
|
|
* @method static mixed incrementEach(array $columns, array $extra)
|
|
* @method static mixed decrement($column, $amount, array $extra)
|
|
* @method static mixed decrementEach(array $columns, array $extra)
|
|
* @method static mixed delete($id)
|
|
* @method static mixed truncate()
|
|
* @method static mixed newQuery()
|
|
* @method static mixed forSubQuery()
|
|
* @method static mixed getColumns()
|
|
* @method static mixed raw($value)
|
|
* @method static mixed getUnionBuilders()
|
|
* @method static mixed getBindings()
|
|
* @method static mixed getRawBindings()
|
|
* @method static mixed setBindings(array $bindings, $type)
|
|
* @method static mixed addBinding($value, $type)
|
|
* @method static mixed castBinding($value)
|
|
* @method static mixed mergeBindings(self $query)
|
|
* @method static mixed cleanBindings(array $bindings)
|
|
* @method static mixed flattenValue($value)
|
|
* @method static mixed defaultKeyName()
|
|
* @method static mixed getConnection()
|
|
* @method static mixed getProcessor()
|
|
* @method static mixed getGrammar()
|
|
* @method static mixed useWritePdo()
|
|
* @method static mixed isQueryable($value)
|
|
* @method static mixed clone()
|
|
* @method static mixed cloneWithout(array $properties)
|
|
* @method static mixed cloneWithoutBindings(array $except)
|
|
* @method static mixed dump($args)
|
|
* @method static mixed dumpRawSql()
|
|
* @method static mixed dd()
|
|
* @method static mixed ddRawSql()
|
|
* @method static mixed chunk($count, callable $callback)
|
|
* @method static mixed chunkMap(callable $callback, $count)
|
|
* @method static mixed each(callable $callback, $count)
|
|
* @method static mixed chunkById($count, callable $callback, $column, $alias)
|
|
* @method static mixed chunkByIdDesc($count, callable $callback, $column, $alias)
|
|
* @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending)
|
|
* @method static mixed eachById(callable $callback, $count, $column, $alias)
|
|
* @method static mixed lazy($chunkSize)
|
|
* @method static mixed lazyById($chunkSize, $column, $alias)
|
|
* @method static mixed lazyByIdDesc($chunkSize, $column, $alias)
|
|
* @method static mixed orderedLazyById($chunkSize, $column, $alias, $descending)
|
|
* @method static mixed first($columns)
|
|
* @method static mixed sole($columns)
|
|
* @method static mixed paginateUsingCursor($perPage, $columns, $cursorName, $cursor)
|
|
* @method static mixed getOriginalColumnNameForCursorPagination($builder, string $parameter)
|
|
* @method static mixed paginator($items, $total, $perPage, $currentPage, $options)
|
|
* @method static mixed simplePaginator($items, $perPage, $currentPage, $options)
|
|
* @method static mixed cursorPaginator($items, $perPage, $cursor, $options)
|
|
* @method static mixed tap($callback)
|
|
* @method static mixed when($value, callable $callback, callable $default)
|
|
* @method static mixed unless($value, callable $callback, callable $default)
|
|
* @method static mixed explain()
|
|
* @method static mixed forwardCallTo($object, $method, $parameters)
|
|
* @method static mixed forwardDecoratedCallTo($object, $method, $parameters)
|
|
* @method static mixed throwBadMethodCallException($method)
|
|
* @method static mixed macro($name, $macro)
|
|
* @method static mixed mixin($mixin, $replace)
|
|
* @method static mixed hasMacro($name)
|
|
* @method static mixed flushMacros()
|
|
* @method static mixed macroCall($method, $parameters)
|
|
* @mixin \Illuminate\Database\Query\Builder
|
|
*/
|
|
class Kecamatan extends \Illuminate\Database\Eloquent\Model
|
|
{
|
|
//
|
|
}
|
|
|
|
/**
|
|
* App\Models\KegiatanAdaptasi
|
|
*
|
|
* @property string|null $detail_kegiatan
|
|
* @property string|null $nama_kegiatan
|
|
* @property string|null $updated_by
|
|
* @property string|null $created_by
|
|
* @property \Illuminate\Support\Carbon|null $updated_at
|
|
* @property \Illuminate\Support\Carbon|null $created_at
|
|
* @property string|null $realisasi_sumber_dana_lain
|
|
* @property string|null $realisasi_swasta
|
|
* @property string|null $realisasi_apbd
|
|
* @property string|null $realisasi_apbn
|
|
* @property string|null $alokasi_sumber_dana_lain
|
|
* @property string|null $alokasi_swasta
|
|
* @property string|null $alokasi_apbd
|
|
* @property string|null $alokasi_apbn
|
|
* @property string|null $dokumen
|
|
* @property string|null $waktu_kegiatan
|
|
* @property string|null $lokasi_kegiatan
|
|
* @property string|null $pelaksana_kegiatan
|
|
* @property string|null $aksi
|
|
* @property string|null $jenis_aksi
|
|
* @property string|null $kategori_aksi
|
|
* @property string|null $sub_sektor
|
|
* @property string|null $sektor
|
|
* @property int|null $tahun_kegiatan
|
|
* @property string $adaptation_id
|
|
* @property string $id
|
|
* @method static \Illuminate\Database\Eloquent\Builder<KegiatanAdaptasi>|KegiatanAdaptasi whereId($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<KegiatanAdaptasi>|KegiatanAdaptasi whereAdaptationId($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<KegiatanAdaptasi>|KegiatanAdaptasi whereTahunKegiatan($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<KegiatanAdaptasi>|KegiatanAdaptasi whereSektor($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<KegiatanAdaptasi>|KegiatanAdaptasi whereSubSektor($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<KegiatanAdaptasi>|KegiatanAdaptasi whereKategoriAksi($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<KegiatanAdaptasi>|KegiatanAdaptasi whereJenisAksi($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<KegiatanAdaptasi>|KegiatanAdaptasi whereAksi($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<KegiatanAdaptasi>|KegiatanAdaptasi wherePelaksanaKegiatan($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<KegiatanAdaptasi>|KegiatanAdaptasi whereLokasiKegiatan($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<KegiatanAdaptasi>|KegiatanAdaptasi whereWaktuKegiatan($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<KegiatanAdaptasi>|KegiatanAdaptasi whereDokumen($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<KegiatanAdaptasi>|KegiatanAdaptasi whereAlokasiApbn($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<KegiatanAdaptasi>|KegiatanAdaptasi whereAlokasiApbd($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<KegiatanAdaptasi>|KegiatanAdaptasi whereAlokasiSwasta($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<KegiatanAdaptasi>|KegiatanAdaptasi whereAlokasiSumberDanaLain($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<KegiatanAdaptasi>|KegiatanAdaptasi whereRealisasiApbn($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<KegiatanAdaptasi>|KegiatanAdaptasi whereRealisasiApbd($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<KegiatanAdaptasi>|KegiatanAdaptasi whereRealisasiSwasta($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<KegiatanAdaptasi>|KegiatanAdaptasi whereRealisasiSumberDanaLain($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<KegiatanAdaptasi>|KegiatanAdaptasi whereCreatedAt($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<KegiatanAdaptasi>|KegiatanAdaptasi whereUpdatedAt($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<KegiatanAdaptasi>|KegiatanAdaptasi whereCreatedBy($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<KegiatanAdaptasi>|KegiatanAdaptasi whereUpdatedBy($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<KegiatanAdaptasi>|KegiatanAdaptasi whereNamaKegiatan($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<KegiatanAdaptasi>|KegiatanAdaptasi whereDetailKegiatan($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<KegiatanAdaptasi>|KegiatanAdaptasi newModelQuery()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<KegiatanAdaptasi>|KegiatanAdaptasi newQuery()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<KegiatanAdaptasi>|KegiatanAdaptasi query()
|
|
* @method static mixed select($columns)
|
|
* @method static mixed selectSub($query, $as)
|
|
* @method static mixed selectRaw($expression, array $bindings)
|
|
* @method static mixed fromSub($query, $as)
|
|
* @method static mixed fromRaw($expression, $bindings)
|
|
* @method static mixed createSub($query)
|
|
* @method static mixed parseSub($query)
|
|
* @method static mixed prependDatabaseNameIfCrossDatabaseQuery($query)
|
|
* @method static mixed addSelect($column)
|
|
* @method static mixed distinct()
|
|
* @method static mixed from($table, $as)
|
|
* @method static mixed useIndex($index)
|
|
* @method static mixed forceIndex($index)
|
|
* @method static mixed ignoreIndex($index)
|
|
* @method static mixed join($table, $first, $operator, $second, $type, $where)
|
|
* @method static mixed joinWhere($table, $first, $operator, $second, $type)
|
|
* @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where)
|
|
* @method static mixed joinLateral($query, string $as, string $type)
|
|
* @method static mixed leftJoinLateral($query, string $as)
|
|
* @method static mixed leftJoin($table, $first, $operator, $second)
|
|
* @method static mixed leftJoinWhere($table, $first, $operator, $second)
|
|
* @method static mixed leftJoinSub($query, $as, $first, $operator, $second)
|
|
* @method static mixed rightJoin($table, $first, $operator, $second)
|
|
* @method static mixed rightJoinWhere($table, $first, $operator, $second)
|
|
* @method static mixed rightJoinSub($query, $as, $first, $operator, $second)
|
|
* @method static mixed crossJoin($table, $first, $operator, $second)
|
|
* @method static mixed crossJoinSub($query, $as)
|
|
* @method static mixed newJoinClause(self $parentQuery, $type, $table)
|
|
* @method static mixed newJoinLateralClause(self $parentQuery, $type, $table)
|
|
* @method static mixed mergeWheres($wheres, $bindings)
|
|
* @method static mixed where($column, $operator, $value, $boolean)
|
|
* @method static mixed addArrayOfWheres($column, $boolean, $method)
|
|
* @method static mixed prepareValueAndOperator($value, $operator, $useDefault)
|
|
* @method static mixed invalidOperatorAndValue($operator, $value)
|
|
* @method static mixed invalidOperator($operator)
|
|
* @method static mixed isBitwiseOperator($operator)
|
|
* @method static mixed orWhere($column, $operator, $value)
|
|
* @method static mixed whereNot($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereNot($column, $operator, $value)
|
|
* @method static mixed whereColumn($first, $operator, $second, $boolean)
|
|
* @method static mixed orWhereColumn($first, $operator, $second)
|
|
* @method static mixed whereRaw($sql, $bindings, $boolean)
|
|
* @method static mixed orWhereRaw($sql, $bindings)
|
|
* @method static mixed whereIn($column, $values, $boolean, $not)
|
|
* @method static mixed orWhereIn($column, $values)
|
|
* @method static mixed whereNotIn($column, $values, $boolean)
|
|
* @method static mixed orWhereNotIn($column, $values)
|
|
* @method static mixed whereIntegerInRaw($column, $values, $boolean, $not)
|
|
* @method static mixed orWhereIntegerInRaw($column, $values)
|
|
* @method static mixed whereIntegerNotInRaw($column, $values, $boolean)
|
|
* @method static mixed orWhereIntegerNotInRaw($column, $values)
|
|
* @method static mixed whereNull($columns, $boolean, $not)
|
|
* @method static mixed orWhereNull($column)
|
|
* @method static mixed whereNotNull($columns, $boolean)
|
|
* @method static mixed whereBetween($column, iterable $values, $boolean, $not)
|
|
* @method static mixed whereBetweenColumns($column, array $values, $boolean, $not)
|
|
* @method static mixed orWhereBetween($column, iterable $values)
|
|
* @method static mixed orWhereBetweenColumns($column, array $values)
|
|
* @method static mixed whereNotBetween($column, iterable $values, $boolean)
|
|
* @method static mixed whereNotBetweenColumns($column, array $values, $boolean)
|
|
* @method static mixed orWhereNotBetween($column, iterable $values)
|
|
* @method static mixed orWhereNotBetweenColumns($column, array $values)
|
|
* @method static mixed orWhereNotNull($column)
|
|
* @method static mixed whereDate($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereDate($column, $operator, $value)
|
|
* @method static mixed whereTime($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereTime($column, $operator, $value)
|
|
* @method static mixed whereDay($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereDay($column, $operator, $value)
|
|
* @method static mixed whereMonth($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereMonth($column, $operator, $value)
|
|
* @method static mixed whereYear($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereYear($column, $operator, $value)
|
|
* @method static mixed addDateBasedWhere($type, $column, $operator, $value, $boolean)
|
|
* @method static mixed whereNested(Closure $callback, $boolean)
|
|
* @method static mixed forNestedWhere()
|
|
* @method static mixed addNestedWhereQuery($query, $boolean)
|
|
* @method static mixed whereSub($column, $operator, $callback, $boolean)
|
|
* @method static mixed whereExists($callback, $boolean, $not)
|
|
* @method static mixed orWhereExists($callback, $not)
|
|
* @method static mixed whereNotExists($callback, $boolean)
|
|
* @method static mixed orWhereNotExists($callback)
|
|
* @method static mixed addWhereExistsQuery(self $query, $boolean, $not)
|
|
* @method static mixed whereRowValues($columns, $operator, $values, $boolean)
|
|
* @method static mixed orWhereRowValues($columns, $operator, $values)
|
|
* @method static mixed whereJsonContains($column, $value, $boolean, $not)
|
|
* @method static mixed orWhereJsonContains($column, $value)
|
|
* @method static mixed whereJsonDoesntContain($column, $value, $boolean)
|
|
* @method static mixed orWhereJsonDoesntContain($column, $value)
|
|
* @method static mixed whereJsonOverlaps($column, $value, $boolean, $not)
|
|
* @method static mixed orWhereJsonOverlaps($column, $value)
|
|
* @method static mixed whereJsonDoesntOverlap($column, $value, $boolean)
|
|
* @method static mixed orWhereJsonDoesntOverlap($column, $value)
|
|
* @method static mixed whereJsonContainsKey($column, $boolean, $not)
|
|
* @method static mixed orWhereJsonContainsKey($column)
|
|
* @method static mixed whereJsonDoesntContainKey($column, $boolean)
|
|
* @method static mixed orWhereJsonDoesntContainKey($column)
|
|
* @method static mixed whereJsonLength($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereJsonLength($column, $operator, $value)
|
|
* @method static mixed dynamicWhere($method, $parameters)
|
|
* @method static mixed addDynamic($segment, $connector, $parameters, $index)
|
|
* @method static mixed whereFullText($columns, $value, array $options, $boolean)
|
|
* @method static mixed orWhereFullText($columns, $value, array $options)
|
|
* @method static mixed whereAll($columns, $operator, $value, $boolean)
|
|
* @method static mixed orWhereAll($columns, $operator, $value)
|
|
* @method static mixed whereAny($columns, $operator, $value, $boolean)
|
|
* @method static mixed orWhereAny($columns, $operator, $value)
|
|
* @method static mixed groupBy($groups)
|
|
* @method static mixed groupByRaw($sql, array $bindings)
|
|
* @method static mixed having($column, $operator, $value, $boolean)
|
|
* @method static mixed orHaving($column, $operator, $value)
|
|
* @method static mixed havingNested(Closure $callback, $boolean)
|
|
* @method static mixed addNestedHavingQuery($query, $boolean)
|
|
* @method static mixed havingNull($columns, $boolean, $not)
|
|
* @method static mixed orHavingNull($column)
|
|
* @method static mixed havingNotNull($columns, $boolean)
|
|
* @method static mixed orHavingNotNull($column)
|
|
* @method static mixed havingBetween($column, iterable $values, $boolean, $not)
|
|
* @method static mixed havingRaw($sql, array $bindings, $boolean)
|
|
* @method static mixed orHavingRaw($sql, array $bindings)
|
|
* @method static mixed orderBy($column, $direction)
|
|
* @method static mixed orderByDesc($column)
|
|
* @method static mixed latest($column)
|
|
* @method static mixed oldest($column)
|
|
* @method static mixed inRandomOrder($seed)
|
|
* @method static mixed orderByRaw($sql, $bindings)
|
|
* @method static mixed skip($value)
|
|
* @method static mixed offset($value)
|
|
* @method static mixed take($value)
|
|
* @method static mixed limit($value)
|
|
* @method static mixed groupLimit($value, $column)
|
|
* @method static mixed forPage($page, $perPage)
|
|
* @method static mixed forPageBeforeId($perPage, $lastId, $column)
|
|
* @method static mixed forPageAfterId($perPage, $lastId, $column)
|
|
* @method static mixed reorder($column, $direction)
|
|
* @method static mixed removeExistingOrdersFor($column)
|
|
* @method static mixed union($query, $all)
|
|
* @method static mixed unionAll($query)
|
|
* @method static mixed lock($value)
|
|
* @method static mixed lockForUpdate()
|
|
* @method static mixed sharedLock()
|
|
* @method static mixed beforeQuery(callable $callback)
|
|
* @method static mixed applyBeforeQueryCallbacks()
|
|
* @method static mixed afterQuery(Closure $callback)
|
|
* @method static mixed applyAfterQueryCallbacks($result)
|
|
* @method static mixed toSql()
|
|
* @method static mixed toRawSql()
|
|
* @method static mixed find($id, $columns)
|
|
* @method static mixed findOr($id, $columns, Closure $callback)
|
|
* @method static mixed value($column)
|
|
* @method static mixed rawValue(string $expression, array $bindings)
|
|
* @method static mixed soleValue($column)
|
|
* @method static mixed get($columns)
|
|
* @method static mixed runSelect()
|
|
* @method static mixed withoutGroupLimitKeys($items)
|
|
* @method static mixed paginate($perPage, $columns, $pageName, $page, $total)
|
|
* @method static mixed simplePaginate($perPage, $columns, $pageName, $page)
|
|
* @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor)
|
|
* @method static mixed ensureOrderForCursorPagination($shouldReverse)
|
|
* @method static mixed getCountForPagination($columns)
|
|
* @method static mixed runPaginationCountQuery($columns)
|
|
* @method static mixed cloneForPaginationCount()
|
|
* @method static mixed withoutSelectAliases(array $columns)
|
|
* @method static mixed cursor()
|
|
* @method static mixed enforceOrderBy()
|
|
* @method static mixed pluck($column, $key)
|
|
* @method static mixed stripTableForPluck($column)
|
|
* @method static mixed pluckFromObjectColumn($queryResult, $column, $key)
|
|
* @method static mixed pluckFromArrayColumn($queryResult, $column, $key)
|
|
* @method static mixed implode($column, $glue)
|
|
* @method static mixed exists()
|
|
* @method static mixed doesntExist()
|
|
* @method static mixed existsOr(Closure $callback)
|
|
* @method static mixed doesntExistOr(Closure $callback)
|
|
* @method static mixed count($columns)
|
|
* @method static mixed min($column)
|
|
* @method static mixed max($column)
|
|
* @method static mixed sum($column)
|
|
* @method static mixed avg($column)
|
|
* @method static mixed average($column)
|
|
* @method static mixed aggregate($function, $columns)
|
|
* @method static mixed numericAggregate($function, $columns)
|
|
* @method static mixed setAggregate($function, $columns)
|
|
* @method static mixed onceWithColumns($columns, $callback)
|
|
* @method static mixed insert(array $values)
|
|
* @method static mixed insertOrIgnore(array $values)
|
|
* @method static mixed insertGetId(array $values, $sequence)
|
|
* @method static mixed insertUsing(array $columns, $query)
|
|
* @method static mixed insertOrIgnoreUsing(array $columns, $query)
|
|
* @method static mixed update(array $values)
|
|
* @method static mixed updateFrom(array $values)
|
|
* @method static mixed updateOrInsert(array $attributes, callable|array $values)
|
|
* @method static mixed upsert(array $values, $uniqueBy, $update)
|
|
* @method static mixed increment($column, $amount, array $extra)
|
|
* @method static mixed incrementEach(array $columns, array $extra)
|
|
* @method static mixed decrement($column, $amount, array $extra)
|
|
* @method static mixed decrementEach(array $columns, array $extra)
|
|
* @method static mixed delete($id)
|
|
* @method static mixed truncate()
|
|
* @method static mixed newQuery()
|
|
* @method static mixed forSubQuery()
|
|
* @method static mixed getColumns()
|
|
* @method static mixed raw($value)
|
|
* @method static mixed getUnionBuilders()
|
|
* @method static mixed getBindings()
|
|
* @method static mixed getRawBindings()
|
|
* @method static mixed setBindings(array $bindings, $type)
|
|
* @method static mixed addBinding($value, $type)
|
|
* @method static mixed castBinding($value)
|
|
* @method static mixed mergeBindings(self $query)
|
|
* @method static mixed cleanBindings(array $bindings)
|
|
* @method static mixed flattenValue($value)
|
|
* @method static mixed defaultKeyName()
|
|
* @method static mixed getConnection()
|
|
* @method static mixed getProcessor()
|
|
* @method static mixed getGrammar()
|
|
* @method static mixed useWritePdo()
|
|
* @method static mixed isQueryable($value)
|
|
* @method static mixed clone()
|
|
* @method static mixed cloneWithout(array $properties)
|
|
* @method static mixed cloneWithoutBindings(array $except)
|
|
* @method static mixed dump($args)
|
|
* @method static mixed dumpRawSql()
|
|
* @method static mixed dd()
|
|
* @method static mixed ddRawSql()
|
|
* @method static mixed chunk($count, callable $callback)
|
|
* @method static mixed chunkMap(callable $callback, $count)
|
|
* @method static mixed each(callable $callback, $count)
|
|
* @method static mixed chunkById($count, callable $callback, $column, $alias)
|
|
* @method static mixed chunkByIdDesc($count, callable $callback, $column, $alias)
|
|
* @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending)
|
|
* @method static mixed eachById(callable $callback, $count, $column, $alias)
|
|
* @method static mixed lazy($chunkSize)
|
|
* @method static mixed lazyById($chunkSize, $column, $alias)
|
|
* @method static mixed lazyByIdDesc($chunkSize, $column, $alias)
|
|
* @method static mixed orderedLazyById($chunkSize, $column, $alias, $descending)
|
|
* @method static mixed first($columns)
|
|
* @method static mixed sole($columns)
|
|
* @method static mixed paginateUsingCursor($perPage, $columns, $cursorName, $cursor)
|
|
* @method static mixed getOriginalColumnNameForCursorPagination($builder, string $parameter)
|
|
* @method static mixed paginator($items, $total, $perPage, $currentPage, $options)
|
|
* @method static mixed simplePaginator($items, $perPage, $currentPage, $options)
|
|
* @method static mixed cursorPaginator($items, $perPage, $cursor, $options)
|
|
* @method static mixed tap($callback)
|
|
* @method static mixed when($value, callable $callback, callable $default)
|
|
* @method static mixed unless($value, callable $callback, callable $default)
|
|
* @method static mixed explain()
|
|
* @method static mixed forwardCallTo($object, $method, $parameters)
|
|
* @method static mixed forwardDecoratedCallTo($object, $method, $parameters)
|
|
* @method static mixed throwBadMethodCallException($method)
|
|
* @method static mixed macro($name, $macro)
|
|
* @method static mixed mixin($mixin, $replace)
|
|
* @method static mixed hasMacro($name)
|
|
* @method static mixed flushMacros()
|
|
* @method static mixed macroCall($method, $parameters)
|
|
* @mixin \Illuminate\Database\Query\Builder
|
|
*/
|
|
class KegiatanAdaptasi extends \Illuminate\Database\Eloquent\Model
|
|
{
|
|
//
|
|
}
|
|
|
|
/**
|
|
* App\Models\KegiatanMitigasi
|
|
*
|
|
* @property string|null $kategori_sub_aktivitas
|
|
* @property int|null $revisi
|
|
* @property float|null $emission_factor
|
|
* @property float|null $long_location
|
|
* @property float|null $lat_location
|
|
* @property string|null $kelurahan_location
|
|
* @property string|null $kecamatan_location
|
|
* @property int|null $kabupaten_kota_location
|
|
* @property string|null $realisasi_sumber_dana_lain
|
|
* @property string|null $realisasi_swasta
|
|
* @property string|null $realisasi_apbd
|
|
* @property string|null $realisasi_apbn
|
|
* @property string|null $alokasi_sumber_dana_lain
|
|
* @property string|null $alokasi_swasta
|
|
* @property string|null $alokasi_apbd
|
|
* @property string|null $alokasi_apbn
|
|
* @property string|null $pelaksana_kegiatan_rad
|
|
* @property string $mitigation_id
|
|
* @property string|null $updated_by
|
|
* @property string|null $created_by
|
|
* @property \Illuminate\Support\Carbon|null $updated_at
|
|
* @property \Illuminate\Support\Carbon|null $created_at
|
|
* @property string|null $catatan
|
|
* @property array|null $sdg
|
|
* @property string|null $realisasi
|
|
* @property string $satuan
|
|
* @property string $target
|
|
* @property string|null $nomenklatur_kemendagri
|
|
* @property string|null $pelaksana_kegiatan
|
|
* @property string $jenis_kegiatan
|
|
* @property string $informasi_lokasi_kegiatan
|
|
* @property string $nama_kegiatan
|
|
* @property string $kategori_perhitungan
|
|
* @property string $sub_sektor
|
|
* @property string $sektor
|
|
* @property int $tahun_kegiatan
|
|
* @property string $tipe_kegiatan
|
|
* @property string $tipe_laporan
|
|
* @property string $id
|
|
* @property-read \Illuminate\Database\Eloquent\Collection<int, \App\Models\SumberDataMitigasi> $sumberData
|
|
* @property-read int|null $sumberData_count
|
|
* @property-read \Illuminate\Database\Eloquent\Collection<int, \App\Models\ActivityDataMitigationForm> $activityDataMitigasi
|
|
* @property-read int|null $activityDataMitigasi_count
|
|
* @method static \Illuminate\Database\Eloquent\Builder<KegiatanMitigasi>|KegiatanMitigasi whereId($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<KegiatanMitigasi>|KegiatanMitigasi whereTipeLaporan($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<KegiatanMitigasi>|KegiatanMitigasi whereTipeKegiatan($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<KegiatanMitigasi>|KegiatanMitigasi whereTahunKegiatan($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<KegiatanMitigasi>|KegiatanMitigasi whereSektor($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<KegiatanMitigasi>|KegiatanMitigasi whereSubSektor($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<KegiatanMitigasi>|KegiatanMitigasi whereKategoriPerhitungan($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<KegiatanMitigasi>|KegiatanMitigasi whereNamaKegiatan($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<KegiatanMitigasi>|KegiatanMitigasi whereInformasiLokasiKegiatan($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<KegiatanMitigasi>|KegiatanMitigasi whereJenisKegiatan($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<KegiatanMitigasi>|KegiatanMitigasi wherePelaksanaKegiatan($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<KegiatanMitigasi>|KegiatanMitigasi whereNomenklaturKemendagri($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<KegiatanMitigasi>|KegiatanMitigasi whereTarget($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<KegiatanMitigasi>|KegiatanMitigasi whereSatuan($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<KegiatanMitigasi>|KegiatanMitigasi whereRealisasi($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<KegiatanMitigasi>|KegiatanMitigasi whereSdg($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<KegiatanMitigasi>|KegiatanMitigasi whereCatatan($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<KegiatanMitigasi>|KegiatanMitigasi whereCreatedAt($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<KegiatanMitigasi>|KegiatanMitigasi whereUpdatedAt($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<KegiatanMitigasi>|KegiatanMitigasi whereCreatedBy($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<KegiatanMitigasi>|KegiatanMitigasi whereUpdatedBy($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<KegiatanMitigasi>|KegiatanMitigasi whereMitigationId($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<KegiatanMitigasi>|KegiatanMitigasi wherePelaksanaKegiatanRad($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<KegiatanMitigasi>|KegiatanMitigasi whereAlokasiApbn($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<KegiatanMitigasi>|KegiatanMitigasi whereAlokasiApbd($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<KegiatanMitigasi>|KegiatanMitigasi whereAlokasiSwasta($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<KegiatanMitigasi>|KegiatanMitigasi whereAlokasiSumberDanaLain($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<KegiatanMitigasi>|KegiatanMitigasi whereRealisasiApbn($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<KegiatanMitigasi>|KegiatanMitigasi whereRealisasiApbd($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<KegiatanMitigasi>|KegiatanMitigasi whereRealisasiSwasta($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<KegiatanMitigasi>|KegiatanMitigasi whereRealisasiSumberDanaLain($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<KegiatanMitigasi>|KegiatanMitigasi whereKabupatenKotaLocation($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<KegiatanMitigasi>|KegiatanMitigasi whereKecamatanLocation($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<KegiatanMitigasi>|KegiatanMitigasi whereKelurahanLocation($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<KegiatanMitigasi>|KegiatanMitigasi whereLatLocation($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<KegiatanMitigasi>|KegiatanMitigasi whereLongLocation($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<KegiatanMitigasi>|KegiatanMitigasi whereEmissionFactor($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<KegiatanMitigasi>|KegiatanMitigasi whereRevisi($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<KegiatanMitigasi>|KegiatanMitigasi whereKategoriSubAktivitas($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<KegiatanMitigasi>|KegiatanMitigasi newModelQuery()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<KegiatanMitigasi>|KegiatanMitigasi newQuery()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<KegiatanMitigasi>|KegiatanMitigasi query()
|
|
* @method static mixed select($columns)
|
|
* @method static mixed selectSub($query, $as)
|
|
* @method static mixed selectRaw($expression, array $bindings)
|
|
* @method static mixed fromSub($query, $as)
|
|
* @method static mixed fromRaw($expression, $bindings)
|
|
* @method static mixed createSub($query)
|
|
* @method static mixed parseSub($query)
|
|
* @method static mixed prependDatabaseNameIfCrossDatabaseQuery($query)
|
|
* @method static mixed addSelect($column)
|
|
* @method static mixed distinct()
|
|
* @method static mixed from($table, $as)
|
|
* @method static mixed useIndex($index)
|
|
* @method static mixed forceIndex($index)
|
|
* @method static mixed ignoreIndex($index)
|
|
* @method static mixed join($table, $first, $operator, $second, $type, $where)
|
|
* @method static mixed joinWhere($table, $first, $operator, $second, $type)
|
|
* @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where)
|
|
* @method static mixed joinLateral($query, string $as, string $type)
|
|
* @method static mixed leftJoinLateral($query, string $as)
|
|
* @method static mixed leftJoin($table, $first, $operator, $second)
|
|
* @method static mixed leftJoinWhere($table, $first, $operator, $second)
|
|
* @method static mixed leftJoinSub($query, $as, $first, $operator, $second)
|
|
* @method static mixed rightJoin($table, $first, $operator, $second)
|
|
* @method static mixed rightJoinWhere($table, $first, $operator, $second)
|
|
* @method static mixed rightJoinSub($query, $as, $first, $operator, $second)
|
|
* @method static mixed crossJoin($table, $first, $operator, $second)
|
|
* @method static mixed crossJoinSub($query, $as)
|
|
* @method static mixed newJoinClause(self $parentQuery, $type, $table)
|
|
* @method static mixed newJoinLateralClause(self $parentQuery, $type, $table)
|
|
* @method static mixed mergeWheres($wheres, $bindings)
|
|
* @method static mixed where($column, $operator, $value, $boolean)
|
|
* @method static mixed addArrayOfWheres($column, $boolean, $method)
|
|
* @method static mixed prepareValueAndOperator($value, $operator, $useDefault)
|
|
* @method static mixed invalidOperatorAndValue($operator, $value)
|
|
* @method static mixed invalidOperator($operator)
|
|
* @method static mixed isBitwiseOperator($operator)
|
|
* @method static mixed orWhere($column, $operator, $value)
|
|
* @method static mixed whereNot($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereNot($column, $operator, $value)
|
|
* @method static mixed whereColumn($first, $operator, $second, $boolean)
|
|
* @method static mixed orWhereColumn($first, $operator, $second)
|
|
* @method static mixed whereRaw($sql, $bindings, $boolean)
|
|
* @method static mixed orWhereRaw($sql, $bindings)
|
|
* @method static mixed whereIn($column, $values, $boolean, $not)
|
|
* @method static mixed orWhereIn($column, $values)
|
|
* @method static mixed whereNotIn($column, $values, $boolean)
|
|
* @method static mixed orWhereNotIn($column, $values)
|
|
* @method static mixed whereIntegerInRaw($column, $values, $boolean, $not)
|
|
* @method static mixed orWhereIntegerInRaw($column, $values)
|
|
* @method static mixed whereIntegerNotInRaw($column, $values, $boolean)
|
|
* @method static mixed orWhereIntegerNotInRaw($column, $values)
|
|
* @method static mixed whereNull($columns, $boolean, $not)
|
|
* @method static mixed orWhereNull($column)
|
|
* @method static mixed whereNotNull($columns, $boolean)
|
|
* @method static mixed whereBetween($column, iterable $values, $boolean, $not)
|
|
* @method static mixed whereBetweenColumns($column, array $values, $boolean, $not)
|
|
* @method static mixed orWhereBetween($column, iterable $values)
|
|
* @method static mixed orWhereBetweenColumns($column, array $values)
|
|
* @method static mixed whereNotBetween($column, iterable $values, $boolean)
|
|
* @method static mixed whereNotBetweenColumns($column, array $values, $boolean)
|
|
* @method static mixed orWhereNotBetween($column, iterable $values)
|
|
* @method static mixed orWhereNotBetweenColumns($column, array $values)
|
|
* @method static mixed orWhereNotNull($column)
|
|
* @method static mixed whereDate($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereDate($column, $operator, $value)
|
|
* @method static mixed whereTime($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereTime($column, $operator, $value)
|
|
* @method static mixed whereDay($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereDay($column, $operator, $value)
|
|
* @method static mixed whereMonth($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereMonth($column, $operator, $value)
|
|
* @method static mixed whereYear($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereYear($column, $operator, $value)
|
|
* @method static mixed addDateBasedWhere($type, $column, $operator, $value, $boolean)
|
|
* @method static mixed whereNested(Closure $callback, $boolean)
|
|
* @method static mixed forNestedWhere()
|
|
* @method static mixed addNestedWhereQuery($query, $boolean)
|
|
* @method static mixed whereSub($column, $operator, $callback, $boolean)
|
|
* @method static mixed whereExists($callback, $boolean, $not)
|
|
* @method static mixed orWhereExists($callback, $not)
|
|
* @method static mixed whereNotExists($callback, $boolean)
|
|
* @method static mixed orWhereNotExists($callback)
|
|
* @method static mixed addWhereExistsQuery(self $query, $boolean, $not)
|
|
* @method static mixed whereRowValues($columns, $operator, $values, $boolean)
|
|
* @method static mixed orWhereRowValues($columns, $operator, $values)
|
|
* @method static mixed whereJsonContains($column, $value, $boolean, $not)
|
|
* @method static mixed orWhereJsonContains($column, $value)
|
|
* @method static mixed whereJsonDoesntContain($column, $value, $boolean)
|
|
* @method static mixed orWhereJsonDoesntContain($column, $value)
|
|
* @method static mixed whereJsonOverlaps($column, $value, $boolean, $not)
|
|
* @method static mixed orWhereJsonOverlaps($column, $value)
|
|
* @method static mixed whereJsonDoesntOverlap($column, $value, $boolean)
|
|
* @method static mixed orWhereJsonDoesntOverlap($column, $value)
|
|
* @method static mixed whereJsonContainsKey($column, $boolean, $not)
|
|
* @method static mixed orWhereJsonContainsKey($column)
|
|
* @method static mixed whereJsonDoesntContainKey($column, $boolean)
|
|
* @method static mixed orWhereJsonDoesntContainKey($column)
|
|
* @method static mixed whereJsonLength($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereJsonLength($column, $operator, $value)
|
|
* @method static mixed dynamicWhere($method, $parameters)
|
|
* @method static mixed addDynamic($segment, $connector, $parameters, $index)
|
|
* @method static mixed whereFullText($columns, $value, array $options, $boolean)
|
|
* @method static mixed orWhereFullText($columns, $value, array $options)
|
|
* @method static mixed whereAll($columns, $operator, $value, $boolean)
|
|
* @method static mixed orWhereAll($columns, $operator, $value)
|
|
* @method static mixed whereAny($columns, $operator, $value, $boolean)
|
|
* @method static mixed orWhereAny($columns, $operator, $value)
|
|
* @method static mixed groupBy($groups)
|
|
* @method static mixed groupByRaw($sql, array $bindings)
|
|
* @method static mixed having($column, $operator, $value, $boolean)
|
|
* @method static mixed orHaving($column, $operator, $value)
|
|
* @method static mixed havingNested(Closure $callback, $boolean)
|
|
* @method static mixed addNestedHavingQuery($query, $boolean)
|
|
* @method static mixed havingNull($columns, $boolean, $not)
|
|
* @method static mixed orHavingNull($column)
|
|
* @method static mixed havingNotNull($columns, $boolean)
|
|
* @method static mixed orHavingNotNull($column)
|
|
* @method static mixed havingBetween($column, iterable $values, $boolean, $not)
|
|
* @method static mixed havingRaw($sql, array $bindings, $boolean)
|
|
* @method static mixed orHavingRaw($sql, array $bindings)
|
|
* @method static mixed orderBy($column, $direction)
|
|
* @method static mixed orderByDesc($column)
|
|
* @method static mixed latest($column)
|
|
* @method static mixed oldest($column)
|
|
* @method static mixed inRandomOrder($seed)
|
|
* @method static mixed orderByRaw($sql, $bindings)
|
|
* @method static mixed skip($value)
|
|
* @method static mixed offset($value)
|
|
* @method static mixed take($value)
|
|
* @method static mixed limit($value)
|
|
* @method static mixed groupLimit($value, $column)
|
|
* @method static mixed forPage($page, $perPage)
|
|
* @method static mixed forPageBeforeId($perPage, $lastId, $column)
|
|
* @method static mixed forPageAfterId($perPage, $lastId, $column)
|
|
* @method static mixed reorder($column, $direction)
|
|
* @method static mixed removeExistingOrdersFor($column)
|
|
* @method static mixed union($query, $all)
|
|
* @method static mixed unionAll($query)
|
|
* @method static mixed lock($value)
|
|
* @method static mixed lockForUpdate()
|
|
* @method static mixed sharedLock()
|
|
* @method static mixed beforeQuery(callable $callback)
|
|
* @method static mixed applyBeforeQueryCallbacks()
|
|
* @method static mixed afterQuery(Closure $callback)
|
|
* @method static mixed applyAfterQueryCallbacks($result)
|
|
* @method static mixed toSql()
|
|
* @method static mixed toRawSql()
|
|
* @method static mixed find($id, $columns)
|
|
* @method static mixed findOr($id, $columns, Closure $callback)
|
|
* @method static mixed value($column)
|
|
* @method static mixed rawValue(string $expression, array $bindings)
|
|
* @method static mixed soleValue($column)
|
|
* @method static mixed get($columns)
|
|
* @method static mixed runSelect()
|
|
* @method static mixed withoutGroupLimitKeys($items)
|
|
* @method static mixed paginate($perPage, $columns, $pageName, $page, $total)
|
|
* @method static mixed simplePaginate($perPage, $columns, $pageName, $page)
|
|
* @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor)
|
|
* @method static mixed ensureOrderForCursorPagination($shouldReverse)
|
|
* @method static mixed getCountForPagination($columns)
|
|
* @method static mixed runPaginationCountQuery($columns)
|
|
* @method static mixed cloneForPaginationCount()
|
|
* @method static mixed withoutSelectAliases(array $columns)
|
|
* @method static mixed cursor()
|
|
* @method static mixed enforceOrderBy()
|
|
* @method static mixed pluck($column, $key)
|
|
* @method static mixed stripTableForPluck($column)
|
|
* @method static mixed pluckFromObjectColumn($queryResult, $column, $key)
|
|
* @method static mixed pluckFromArrayColumn($queryResult, $column, $key)
|
|
* @method static mixed implode($column, $glue)
|
|
* @method static mixed exists()
|
|
* @method static mixed doesntExist()
|
|
* @method static mixed existsOr(Closure $callback)
|
|
* @method static mixed doesntExistOr(Closure $callback)
|
|
* @method static mixed count($columns)
|
|
* @method static mixed min($column)
|
|
* @method static mixed max($column)
|
|
* @method static mixed sum($column)
|
|
* @method static mixed avg($column)
|
|
* @method static mixed average($column)
|
|
* @method static mixed aggregate($function, $columns)
|
|
* @method static mixed numericAggregate($function, $columns)
|
|
* @method static mixed setAggregate($function, $columns)
|
|
* @method static mixed onceWithColumns($columns, $callback)
|
|
* @method static mixed insert(array $values)
|
|
* @method static mixed insertOrIgnore(array $values)
|
|
* @method static mixed insertGetId(array $values, $sequence)
|
|
* @method static mixed insertUsing(array $columns, $query)
|
|
* @method static mixed insertOrIgnoreUsing(array $columns, $query)
|
|
* @method static mixed update(array $values)
|
|
* @method static mixed updateFrom(array $values)
|
|
* @method static mixed updateOrInsert(array $attributes, callable|array $values)
|
|
* @method static mixed upsert(array $values, $uniqueBy, $update)
|
|
* @method static mixed increment($column, $amount, array $extra)
|
|
* @method static mixed incrementEach(array $columns, array $extra)
|
|
* @method static mixed decrement($column, $amount, array $extra)
|
|
* @method static mixed decrementEach(array $columns, array $extra)
|
|
* @method static mixed delete($id)
|
|
* @method static mixed truncate()
|
|
* @method static mixed newQuery()
|
|
* @method static mixed forSubQuery()
|
|
* @method static mixed getColumns()
|
|
* @method static mixed raw($value)
|
|
* @method static mixed getUnionBuilders()
|
|
* @method static mixed getBindings()
|
|
* @method static mixed getRawBindings()
|
|
* @method static mixed setBindings(array $bindings, $type)
|
|
* @method static mixed addBinding($value, $type)
|
|
* @method static mixed castBinding($value)
|
|
* @method static mixed mergeBindings(self $query)
|
|
* @method static mixed cleanBindings(array $bindings)
|
|
* @method static mixed flattenValue($value)
|
|
* @method static mixed defaultKeyName()
|
|
* @method static mixed getConnection()
|
|
* @method static mixed getProcessor()
|
|
* @method static mixed getGrammar()
|
|
* @method static mixed useWritePdo()
|
|
* @method static mixed isQueryable($value)
|
|
* @method static mixed clone()
|
|
* @method static mixed cloneWithout(array $properties)
|
|
* @method static mixed cloneWithoutBindings(array $except)
|
|
* @method static mixed dump($args)
|
|
* @method static mixed dumpRawSql()
|
|
* @method static mixed dd()
|
|
* @method static mixed ddRawSql()
|
|
* @method static mixed chunk($count, callable $callback)
|
|
* @method static mixed chunkMap(callable $callback, $count)
|
|
* @method static mixed each(callable $callback, $count)
|
|
* @method static mixed chunkById($count, callable $callback, $column, $alias)
|
|
* @method static mixed chunkByIdDesc($count, callable $callback, $column, $alias)
|
|
* @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending)
|
|
* @method static mixed eachById(callable $callback, $count, $column, $alias)
|
|
* @method static mixed lazy($chunkSize)
|
|
* @method static mixed lazyById($chunkSize, $column, $alias)
|
|
* @method static mixed lazyByIdDesc($chunkSize, $column, $alias)
|
|
* @method static mixed orderedLazyById($chunkSize, $column, $alias, $descending)
|
|
* @method static mixed first($columns)
|
|
* @method static mixed sole($columns)
|
|
* @method static mixed paginateUsingCursor($perPage, $columns, $cursorName, $cursor)
|
|
* @method static mixed getOriginalColumnNameForCursorPagination($builder, string $parameter)
|
|
* @method static mixed paginator($items, $total, $perPage, $currentPage, $options)
|
|
* @method static mixed simplePaginator($items, $perPage, $currentPage, $options)
|
|
* @method static mixed cursorPaginator($items, $perPage, $cursor, $options)
|
|
* @method static mixed tap($callback)
|
|
* @method static mixed when($value, callable $callback, callable $default)
|
|
* @method static mixed unless($value, callable $callback, callable $default)
|
|
* @method static mixed explain()
|
|
* @method static mixed forwardCallTo($object, $method, $parameters)
|
|
* @method static mixed forwardDecoratedCallTo($object, $method, $parameters)
|
|
* @method static mixed throwBadMethodCallException($method)
|
|
* @method static mixed macro($name, $macro)
|
|
* @method static mixed mixin($mixin, $replace)
|
|
* @method static mixed hasMacro($name)
|
|
* @method static mixed flushMacros()
|
|
* @method static mixed macroCall($method, $parameters)
|
|
* @mixin \Illuminate\Database\Query\Builder
|
|
*/
|
|
class KegiatanMitigasi extends \Illuminate\Database\Eloquent\Model
|
|
{
|
|
//
|
|
}
|
|
|
|
/**
|
|
* App\Models\Kelurahan
|
|
*
|
|
* @property \Illuminate\Support\Carbon|null $updated_at
|
|
* @property \Illuminate\Support\Carbon|null $created_at
|
|
* @property string|null $updated_by
|
|
* @property string|null $created_by
|
|
* @property string $kabkot_id
|
|
* @property string $kec_id
|
|
* @property string $kel_name
|
|
* @property string $kel_id
|
|
* @property int $id
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Kelurahan>|Kelurahan whereId($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Kelurahan>|Kelurahan whereKelId($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Kelurahan>|Kelurahan whereKelName($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Kelurahan>|Kelurahan whereKecId($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Kelurahan>|Kelurahan whereKabkotId($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Kelurahan>|Kelurahan whereCreatedBy($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Kelurahan>|Kelurahan whereUpdatedBy($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Kelurahan>|Kelurahan whereCreatedAt($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Kelurahan>|Kelurahan whereUpdatedAt($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Kelurahan>|Kelurahan newModelQuery()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Kelurahan>|Kelurahan newQuery()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Kelurahan>|Kelurahan query()
|
|
* @method static mixed select($columns)
|
|
* @method static mixed selectSub($query, $as)
|
|
* @method static mixed selectRaw($expression, array $bindings)
|
|
* @method static mixed fromSub($query, $as)
|
|
* @method static mixed fromRaw($expression, $bindings)
|
|
* @method static mixed createSub($query)
|
|
* @method static mixed parseSub($query)
|
|
* @method static mixed prependDatabaseNameIfCrossDatabaseQuery($query)
|
|
* @method static mixed addSelect($column)
|
|
* @method static mixed distinct()
|
|
* @method static mixed from($table, $as)
|
|
* @method static mixed useIndex($index)
|
|
* @method static mixed forceIndex($index)
|
|
* @method static mixed ignoreIndex($index)
|
|
* @method static mixed join($table, $first, $operator, $second, $type, $where)
|
|
* @method static mixed joinWhere($table, $first, $operator, $second, $type)
|
|
* @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where)
|
|
* @method static mixed joinLateral($query, string $as, string $type)
|
|
* @method static mixed leftJoinLateral($query, string $as)
|
|
* @method static mixed leftJoin($table, $first, $operator, $second)
|
|
* @method static mixed leftJoinWhere($table, $first, $operator, $second)
|
|
* @method static mixed leftJoinSub($query, $as, $first, $operator, $second)
|
|
* @method static mixed rightJoin($table, $first, $operator, $second)
|
|
* @method static mixed rightJoinWhere($table, $first, $operator, $second)
|
|
* @method static mixed rightJoinSub($query, $as, $first, $operator, $second)
|
|
* @method static mixed crossJoin($table, $first, $operator, $second)
|
|
* @method static mixed crossJoinSub($query, $as)
|
|
* @method static mixed newJoinClause(self $parentQuery, $type, $table)
|
|
* @method static mixed newJoinLateralClause(self $parentQuery, $type, $table)
|
|
* @method static mixed mergeWheres($wheres, $bindings)
|
|
* @method static mixed where($column, $operator, $value, $boolean)
|
|
* @method static mixed addArrayOfWheres($column, $boolean, $method)
|
|
* @method static mixed prepareValueAndOperator($value, $operator, $useDefault)
|
|
* @method static mixed invalidOperatorAndValue($operator, $value)
|
|
* @method static mixed invalidOperator($operator)
|
|
* @method static mixed isBitwiseOperator($operator)
|
|
* @method static mixed orWhere($column, $operator, $value)
|
|
* @method static mixed whereNot($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereNot($column, $operator, $value)
|
|
* @method static mixed whereColumn($first, $operator, $second, $boolean)
|
|
* @method static mixed orWhereColumn($first, $operator, $second)
|
|
* @method static mixed whereRaw($sql, $bindings, $boolean)
|
|
* @method static mixed orWhereRaw($sql, $bindings)
|
|
* @method static mixed whereIn($column, $values, $boolean, $not)
|
|
* @method static mixed orWhereIn($column, $values)
|
|
* @method static mixed whereNotIn($column, $values, $boolean)
|
|
* @method static mixed orWhereNotIn($column, $values)
|
|
* @method static mixed whereIntegerInRaw($column, $values, $boolean, $not)
|
|
* @method static mixed orWhereIntegerInRaw($column, $values)
|
|
* @method static mixed whereIntegerNotInRaw($column, $values, $boolean)
|
|
* @method static mixed orWhereIntegerNotInRaw($column, $values)
|
|
* @method static mixed whereNull($columns, $boolean, $not)
|
|
* @method static mixed orWhereNull($column)
|
|
* @method static mixed whereNotNull($columns, $boolean)
|
|
* @method static mixed whereBetween($column, iterable $values, $boolean, $not)
|
|
* @method static mixed whereBetweenColumns($column, array $values, $boolean, $not)
|
|
* @method static mixed orWhereBetween($column, iterable $values)
|
|
* @method static mixed orWhereBetweenColumns($column, array $values)
|
|
* @method static mixed whereNotBetween($column, iterable $values, $boolean)
|
|
* @method static mixed whereNotBetweenColumns($column, array $values, $boolean)
|
|
* @method static mixed orWhereNotBetween($column, iterable $values)
|
|
* @method static mixed orWhereNotBetweenColumns($column, array $values)
|
|
* @method static mixed orWhereNotNull($column)
|
|
* @method static mixed whereDate($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereDate($column, $operator, $value)
|
|
* @method static mixed whereTime($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereTime($column, $operator, $value)
|
|
* @method static mixed whereDay($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereDay($column, $operator, $value)
|
|
* @method static mixed whereMonth($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereMonth($column, $operator, $value)
|
|
* @method static mixed whereYear($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereYear($column, $operator, $value)
|
|
* @method static mixed addDateBasedWhere($type, $column, $operator, $value, $boolean)
|
|
* @method static mixed whereNested(Closure $callback, $boolean)
|
|
* @method static mixed forNestedWhere()
|
|
* @method static mixed addNestedWhereQuery($query, $boolean)
|
|
* @method static mixed whereSub($column, $operator, $callback, $boolean)
|
|
* @method static mixed whereExists($callback, $boolean, $not)
|
|
* @method static mixed orWhereExists($callback, $not)
|
|
* @method static mixed whereNotExists($callback, $boolean)
|
|
* @method static mixed orWhereNotExists($callback)
|
|
* @method static mixed addWhereExistsQuery(self $query, $boolean, $not)
|
|
* @method static mixed whereRowValues($columns, $operator, $values, $boolean)
|
|
* @method static mixed orWhereRowValues($columns, $operator, $values)
|
|
* @method static mixed whereJsonContains($column, $value, $boolean, $not)
|
|
* @method static mixed orWhereJsonContains($column, $value)
|
|
* @method static mixed whereJsonDoesntContain($column, $value, $boolean)
|
|
* @method static mixed orWhereJsonDoesntContain($column, $value)
|
|
* @method static mixed whereJsonOverlaps($column, $value, $boolean, $not)
|
|
* @method static mixed orWhereJsonOverlaps($column, $value)
|
|
* @method static mixed whereJsonDoesntOverlap($column, $value, $boolean)
|
|
* @method static mixed orWhereJsonDoesntOverlap($column, $value)
|
|
* @method static mixed whereJsonContainsKey($column, $boolean, $not)
|
|
* @method static mixed orWhereJsonContainsKey($column)
|
|
* @method static mixed whereJsonDoesntContainKey($column, $boolean)
|
|
* @method static mixed orWhereJsonDoesntContainKey($column)
|
|
* @method static mixed whereJsonLength($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereJsonLength($column, $operator, $value)
|
|
* @method static mixed dynamicWhere($method, $parameters)
|
|
* @method static mixed addDynamic($segment, $connector, $parameters, $index)
|
|
* @method static mixed whereFullText($columns, $value, array $options, $boolean)
|
|
* @method static mixed orWhereFullText($columns, $value, array $options)
|
|
* @method static mixed whereAll($columns, $operator, $value, $boolean)
|
|
* @method static mixed orWhereAll($columns, $operator, $value)
|
|
* @method static mixed whereAny($columns, $operator, $value, $boolean)
|
|
* @method static mixed orWhereAny($columns, $operator, $value)
|
|
* @method static mixed groupBy($groups)
|
|
* @method static mixed groupByRaw($sql, array $bindings)
|
|
* @method static mixed having($column, $operator, $value, $boolean)
|
|
* @method static mixed orHaving($column, $operator, $value)
|
|
* @method static mixed havingNested(Closure $callback, $boolean)
|
|
* @method static mixed addNestedHavingQuery($query, $boolean)
|
|
* @method static mixed havingNull($columns, $boolean, $not)
|
|
* @method static mixed orHavingNull($column)
|
|
* @method static mixed havingNotNull($columns, $boolean)
|
|
* @method static mixed orHavingNotNull($column)
|
|
* @method static mixed havingBetween($column, iterable $values, $boolean, $not)
|
|
* @method static mixed havingRaw($sql, array $bindings, $boolean)
|
|
* @method static mixed orHavingRaw($sql, array $bindings)
|
|
* @method static mixed orderBy($column, $direction)
|
|
* @method static mixed orderByDesc($column)
|
|
* @method static mixed latest($column)
|
|
* @method static mixed oldest($column)
|
|
* @method static mixed inRandomOrder($seed)
|
|
* @method static mixed orderByRaw($sql, $bindings)
|
|
* @method static mixed skip($value)
|
|
* @method static mixed offset($value)
|
|
* @method static mixed take($value)
|
|
* @method static mixed limit($value)
|
|
* @method static mixed groupLimit($value, $column)
|
|
* @method static mixed forPage($page, $perPage)
|
|
* @method static mixed forPageBeforeId($perPage, $lastId, $column)
|
|
* @method static mixed forPageAfterId($perPage, $lastId, $column)
|
|
* @method static mixed reorder($column, $direction)
|
|
* @method static mixed removeExistingOrdersFor($column)
|
|
* @method static mixed union($query, $all)
|
|
* @method static mixed unionAll($query)
|
|
* @method static mixed lock($value)
|
|
* @method static mixed lockForUpdate()
|
|
* @method static mixed sharedLock()
|
|
* @method static mixed beforeQuery(callable $callback)
|
|
* @method static mixed applyBeforeQueryCallbacks()
|
|
* @method static mixed afterQuery(Closure $callback)
|
|
* @method static mixed applyAfterQueryCallbacks($result)
|
|
* @method static mixed toSql()
|
|
* @method static mixed toRawSql()
|
|
* @method static mixed find($id, $columns)
|
|
* @method static mixed findOr($id, $columns, Closure $callback)
|
|
* @method static mixed value($column)
|
|
* @method static mixed rawValue(string $expression, array $bindings)
|
|
* @method static mixed soleValue($column)
|
|
* @method static mixed get($columns)
|
|
* @method static mixed runSelect()
|
|
* @method static mixed withoutGroupLimitKeys($items)
|
|
* @method static mixed paginate($perPage, $columns, $pageName, $page, $total)
|
|
* @method static mixed simplePaginate($perPage, $columns, $pageName, $page)
|
|
* @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor)
|
|
* @method static mixed ensureOrderForCursorPagination($shouldReverse)
|
|
* @method static mixed getCountForPagination($columns)
|
|
* @method static mixed runPaginationCountQuery($columns)
|
|
* @method static mixed cloneForPaginationCount()
|
|
* @method static mixed withoutSelectAliases(array $columns)
|
|
* @method static mixed cursor()
|
|
* @method static mixed enforceOrderBy()
|
|
* @method static mixed pluck($column, $key)
|
|
* @method static mixed stripTableForPluck($column)
|
|
* @method static mixed pluckFromObjectColumn($queryResult, $column, $key)
|
|
* @method static mixed pluckFromArrayColumn($queryResult, $column, $key)
|
|
* @method static mixed implode($column, $glue)
|
|
* @method static mixed exists()
|
|
* @method static mixed doesntExist()
|
|
* @method static mixed existsOr(Closure $callback)
|
|
* @method static mixed doesntExistOr(Closure $callback)
|
|
* @method static mixed count($columns)
|
|
* @method static mixed min($column)
|
|
* @method static mixed max($column)
|
|
* @method static mixed sum($column)
|
|
* @method static mixed avg($column)
|
|
* @method static mixed average($column)
|
|
* @method static mixed aggregate($function, $columns)
|
|
* @method static mixed numericAggregate($function, $columns)
|
|
* @method static mixed setAggregate($function, $columns)
|
|
* @method static mixed onceWithColumns($columns, $callback)
|
|
* @method static mixed insert(array $values)
|
|
* @method static mixed insertOrIgnore(array $values)
|
|
* @method static mixed insertGetId(array $values, $sequence)
|
|
* @method static mixed insertUsing(array $columns, $query)
|
|
* @method static mixed insertOrIgnoreUsing(array $columns, $query)
|
|
* @method static mixed update(array $values)
|
|
* @method static mixed updateFrom(array $values)
|
|
* @method static mixed updateOrInsert(array $attributes, callable|array $values)
|
|
* @method static mixed upsert(array $values, $uniqueBy, $update)
|
|
* @method static mixed increment($column, $amount, array $extra)
|
|
* @method static mixed incrementEach(array $columns, array $extra)
|
|
* @method static mixed decrement($column, $amount, array $extra)
|
|
* @method static mixed decrementEach(array $columns, array $extra)
|
|
* @method static mixed delete($id)
|
|
* @method static mixed truncate()
|
|
* @method static mixed newQuery()
|
|
* @method static mixed forSubQuery()
|
|
* @method static mixed getColumns()
|
|
* @method static mixed raw($value)
|
|
* @method static mixed getUnionBuilders()
|
|
* @method static mixed getBindings()
|
|
* @method static mixed getRawBindings()
|
|
* @method static mixed setBindings(array $bindings, $type)
|
|
* @method static mixed addBinding($value, $type)
|
|
* @method static mixed castBinding($value)
|
|
* @method static mixed mergeBindings(self $query)
|
|
* @method static mixed cleanBindings(array $bindings)
|
|
* @method static mixed flattenValue($value)
|
|
* @method static mixed defaultKeyName()
|
|
* @method static mixed getConnection()
|
|
* @method static mixed getProcessor()
|
|
* @method static mixed getGrammar()
|
|
* @method static mixed useWritePdo()
|
|
* @method static mixed isQueryable($value)
|
|
* @method static mixed clone()
|
|
* @method static mixed cloneWithout(array $properties)
|
|
* @method static mixed cloneWithoutBindings(array $except)
|
|
* @method static mixed dump($args)
|
|
* @method static mixed dumpRawSql()
|
|
* @method static mixed dd()
|
|
* @method static mixed ddRawSql()
|
|
* @method static mixed chunk($count, callable $callback)
|
|
* @method static mixed chunkMap(callable $callback, $count)
|
|
* @method static mixed each(callable $callback, $count)
|
|
* @method static mixed chunkById($count, callable $callback, $column, $alias)
|
|
* @method static mixed chunkByIdDesc($count, callable $callback, $column, $alias)
|
|
* @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending)
|
|
* @method static mixed eachById(callable $callback, $count, $column, $alias)
|
|
* @method static mixed lazy($chunkSize)
|
|
* @method static mixed lazyById($chunkSize, $column, $alias)
|
|
* @method static mixed lazyByIdDesc($chunkSize, $column, $alias)
|
|
* @method static mixed orderedLazyById($chunkSize, $column, $alias, $descending)
|
|
* @method static mixed first($columns)
|
|
* @method static mixed sole($columns)
|
|
* @method static mixed paginateUsingCursor($perPage, $columns, $cursorName, $cursor)
|
|
* @method static mixed getOriginalColumnNameForCursorPagination($builder, string $parameter)
|
|
* @method static mixed paginator($items, $total, $perPage, $currentPage, $options)
|
|
* @method static mixed simplePaginator($items, $perPage, $currentPage, $options)
|
|
* @method static mixed cursorPaginator($items, $perPage, $cursor, $options)
|
|
* @method static mixed tap($callback)
|
|
* @method static mixed when($value, callable $callback, callable $default)
|
|
* @method static mixed unless($value, callable $callback, callable $default)
|
|
* @method static mixed explain()
|
|
* @method static mixed forwardCallTo($object, $method, $parameters)
|
|
* @method static mixed forwardDecoratedCallTo($object, $method, $parameters)
|
|
* @method static mixed throwBadMethodCallException($method)
|
|
* @method static mixed macro($name, $macro)
|
|
* @method static mixed mixin($mixin, $replace)
|
|
* @method static mixed hasMacro($name)
|
|
* @method static mixed flushMacros()
|
|
* @method static mixed macroCall($method, $parameters)
|
|
* @mixin \Illuminate\Database\Query\Builder
|
|
*/
|
|
class Kelurahan extends \Illuminate\Database\Eloquent\Model
|
|
{
|
|
//
|
|
}
|
|
|
|
/**
|
|
* App\Models\LivestockManure
|
|
*
|
|
* @property string|null $updated_by
|
|
* @property string|null $created_by
|
|
* @property \Illuminate\Support\Carbon|null $updated_at
|
|
* @property \Illuminate\Support\Carbon|null $created_at
|
|
* @property int $row_status
|
|
* @property int $active_status
|
|
* @property int $row_num
|
|
* @property float|null $ef_evaporation_n
|
|
* @property float|null $ef_direct_n2o_n
|
|
* @property string $name
|
|
* @property string $id
|
|
* @method static \Illuminate\Database\Eloquent\Builder<LivestockManure>|LivestockManure whereId($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<LivestockManure>|LivestockManure whereName($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<LivestockManure>|LivestockManure whereEfDirectN2ON($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<LivestockManure>|LivestockManure whereEfEvaporationN($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<LivestockManure>|LivestockManure whereRowNum($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<LivestockManure>|LivestockManure whereActiveStatus($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<LivestockManure>|LivestockManure whereRowStatus($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<LivestockManure>|LivestockManure whereCreatedAt($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<LivestockManure>|LivestockManure whereUpdatedAt($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<LivestockManure>|LivestockManure whereCreatedBy($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<LivestockManure>|LivestockManure whereUpdatedBy($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<LivestockManure>|LivestockManure rowActive()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<LivestockManure>|LivestockManure isActive()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<LivestockManure>|LivestockManure orderByRowNum()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<LivestockManure>|LivestockManure newModelQuery()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<LivestockManure>|LivestockManure newQuery()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<LivestockManure>|LivestockManure query()
|
|
* @method static mixed select($columns)
|
|
* @method static mixed selectSub($query, $as)
|
|
* @method static mixed selectRaw($expression, array $bindings)
|
|
* @method static mixed fromSub($query, $as)
|
|
* @method static mixed fromRaw($expression, $bindings)
|
|
* @method static mixed createSub($query)
|
|
* @method static mixed parseSub($query)
|
|
* @method static mixed prependDatabaseNameIfCrossDatabaseQuery($query)
|
|
* @method static mixed addSelect($column)
|
|
* @method static mixed distinct()
|
|
* @method static mixed from($table, $as)
|
|
* @method static mixed useIndex($index)
|
|
* @method static mixed forceIndex($index)
|
|
* @method static mixed ignoreIndex($index)
|
|
* @method static mixed join($table, $first, $operator, $second, $type, $where)
|
|
* @method static mixed joinWhere($table, $first, $operator, $second, $type)
|
|
* @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where)
|
|
* @method static mixed joinLateral($query, string $as, string $type)
|
|
* @method static mixed leftJoinLateral($query, string $as)
|
|
* @method static mixed leftJoin($table, $first, $operator, $second)
|
|
* @method static mixed leftJoinWhere($table, $first, $operator, $second)
|
|
* @method static mixed leftJoinSub($query, $as, $first, $operator, $second)
|
|
* @method static mixed rightJoin($table, $first, $operator, $second)
|
|
* @method static mixed rightJoinWhere($table, $first, $operator, $second)
|
|
* @method static mixed rightJoinSub($query, $as, $first, $operator, $second)
|
|
* @method static mixed crossJoin($table, $first, $operator, $second)
|
|
* @method static mixed crossJoinSub($query, $as)
|
|
* @method static mixed newJoinClause(self $parentQuery, $type, $table)
|
|
* @method static mixed newJoinLateralClause(self $parentQuery, $type, $table)
|
|
* @method static mixed mergeWheres($wheres, $bindings)
|
|
* @method static mixed where($column, $operator, $value, $boolean)
|
|
* @method static mixed addArrayOfWheres($column, $boolean, $method)
|
|
* @method static mixed prepareValueAndOperator($value, $operator, $useDefault)
|
|
* @method static mixed invalidOperatorAndValue($operator, $value)
|
|
* @method static mixed invalidOperator($operator)
|
|
* @method static mixed isBitwiseOperator($operator)
|
|
* @method static mixed orWhere($column, $operator, $value)
|
|
* @method static mixed whereNot($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereNot($column, $operator, $value)
|
|
* @method static mixed whereColumn($first, $operator, $second, $boolean)
|
|
* @method static mixed orWhereColumn($first, $operator, $second)
|
|
* @method static mixed whereRaw($sql, $bindings, $boolean)
|
|
* @method static mixed orWhereRaw($sql, $bindings)
|
|
* @method static mixed whereIn($column, $values, $boolean, $not)
|
|
* @method static mixed orWhereIn($column, $values)
|
|
* @method static mixed whereNotIn($column, $values, $boolean)
|
|
* @method static mixed orWhereNotIn($column, $values)
|
|
* @method static mixed whereIntegerInRaw($column, $values, $boolean, $not)
|
|
* @method static mixed orWhereIntegerInRaw($column, $values)
|
|
* @method static mixed whereIntegerNotInRaw($column, $values, $boolean)
|
|
* @method static mixed orWhereIntegerNotInRaw($column, $values)
|
|
* @method static mixed whereNull($columns, $boolean, $not)
|
|
* @method static mixed orWhereNull($column)
|
|
* @method static mixed whereNotNull($columns, $boolean)
|
|
* @method static mixed whereBetween($column, iterable $values, $boolean, $not)
|
|
* @method static mixed whereBetweenColumns($column, array $values, $boolean, $not)
|
|
* @method static mixed orWhereBetween($column, iterable $values)
|
|
* @method static mixed orWhereBetweenColumns($column, array $values)
|
|
* @method static mixed whereNotBetween($column, iterable $values, $boolean)
|
|
* @method static mixed whereNotBetweenColumns($column, array $values, $boolean)
|
|
* @method static mixed orWhereNotBetween($column, iterable $values)
|
|
* @method static mixed orWhereNotBetweenColumns($column, array $values)
|
|
* @method static mixed orWhereNotNull($column)
|
|
* @method static mixed whereDate($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereDate($column, $operator, $value)
|
|
* @method static mixed whereTime($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereTime($column, $operator, $value)
|
|
* @method static mixed whereDay($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereDay($column, $operator, $value)
|
|
* @method static mixed whereMonth($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereMonth($column, $operator, $value)
|
|
* @method static mixed whereYear($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereYear($column, $operator, $value)
|
|
* @method static mixed addDateBasedWhere($type, $column, $operator, $value, $boolean)
|
|
* @method static mixed whereNested(Closure $callback, $boolean)
|
|
* @method static mixed forNestedWhere()
|
|
* @method static mixed addNestedWhereQuery($query, $boolean)
|
|
* @method static mixed whereSub($column, $operator, $callback, $boolean)
|
|
* @method static mixed whereExists($callback, $boolean, $not)
|
|
* @method static mixed orWhereExists($callback, $not)
|
|
* @method static mixed whereNotExists($callback, $boolean)
|
|
* @method static mixed orWhereNotExists($callback)
|
|
* @method static mixed addWhereExistsQuery(self $query, $boolean, $not)
|
|
* @method static mixed whereRowValues($columns, $operator, $values, $boolean)
|
|
* @method static mixed orWhereRowValues($columns, $operator, $values)
|
|
* @method static mixed whereJsonContains($column, $value, $boolean, $not)
|
|
* @method static mixed orWhereJsonContains($column, $value)
|
|
* @method static mixed whereJsonDoesntContain($column, $value, $boolean)
|
|
* @method static mixed orWhereJsonDoesntContain($column, $value)
|
|
* @method static mixed whereJsonOverlaps($column, $value, $boolean, $not)
|
|
* @method static mixed orWhereJsonOverlaps($column, $value)
|
|
* @method static mixed whereJsonDoesntOverlap($column, $value, $boolean)
|
|
* @method static mixed orWhereJsonDoesntOverlap($column, $value)
|
|
* @method static mixed whereJsonContainsKey($column, $boolean, $not)
|
|
* @method static mixed orWhereJsonContainsKey($column)
|
|
* @method static mixed whereJsonDoesntContainKey($column, $boolean)
|
|
* @method static mixed orWhereJsonDoesntContainKey($column)
|
|
* @method static mixed whereJsonLength($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereJsonLength($column, $operator, $value)
|
|
* @method static mixed dynamicWhere($method, $parameters)
|
|
* @method static mixed addDynamic($segment, $connector, $parameters, $index)
|
|
* @method static mixed whereFullText($columns, $value, array $options, $boolean)
|
|
* @method static mixed orWhereFullText($columns, $value, array $options)
|
|
* @method static mixed whereAll($columns, $operator, $value, $boolean)
|
|
* @method static mixed orWhereAll($columns, $operator, $value)
|
|
* @method static mixed whereAny($columns, $operator, $value, $boolean)
|
|
* @method static mixed orWhereAny($columns, $operator, $value)
|
|
* @method static mixed groupBy($groups)
|
|
* @method static mixed groupByRaw($sql, array $bindings)
|
|
* @method static mixed having($column, $operator, $value, $boolean)
|
|
* @method static mixed orHaving($column, $operator, $value)
|
|
* @method static mixed havingNested(Closure $callback, $boolean)
|
|
* @method static mixed addNestedHavingQuery($query, $boolean)
|
|
* @method static mixed havingNull($columns, $boolean, $not)
|
|
* @method static mixed orHavingNull($column)
|
|
* @method static mixed havingNotNull($columns, $boolean)
|
|
* @method static mixed orHavingNotNull($column)
|
|
* @method static mixed havingBetween($column, iterable $values, $boolean, $not)
|
|
* @method static mixed havingRaw($sql, array $bindings, $boolean)
|
|
* @method static mixed orHavingRaw($sql, array $bindings)
|
|
* @method static mixed orderBy($column, $direction)
|
|
* @method static mixed orderByDesc($column)
|
|
* @method static mixed latest($column)
|
|
* @method static mixed oldest($column)
|
|
* @method static mixed inRandomOrder($seed)
|
|
* @method static mixed orderByRaw($sql, $bindings)
|
|
* @method static mixed skip($value)
|
|
* @method static mixed offset($value)
|
|
* @method static mixed take($value)
|
|
* @method static mixed limit($value)
|
|
* @method static mixed groupLimit($value, $column)
|
|
* @method static mixed forPage($page, $perPage)
|
|
* @method static mixed forPageBeforeId($perPage, $lastId, $column)
|
|
* @method static mixed forPageAfterId($perPage, $lastId, $column)
|
|
* @method static mixed reorder($column, $direction)
|
|
* @method static mixed removeExistingOrdersFor($column)
|
|
* @method static mixed union($query, $all)
|
|
* @method static mixed unionAll($query)
|
|
* @method static mixed lock($value)
|
|
* @method static mixed lockForUpdate()
|
|
* @method static mixed sharedLock()
|
|
* @method static mixed beforeQuery(callable $callback)
|
|
* @method static mixed applyBeforeQueryCallbacks()
|
|
* @method static mixed afterQuery(Closure $callback)
|
|
* @method static mixed applyAfterQueryCallbacks($result)
|
|
* @method static mixed toSql()
|
|
* @method static mixed toRawSql()
|
|
* @method static mixed find($id, $columns)
|
|
* @method static mixed findOr($id, $columns, Closure $callback)
|
|
* @method static mixed value($column)
|
|
* @method static mixed rawValue(string $expression, array $bindings)
|
|
* @method static mixed soleValue($column)
|
|
* @method static mixed get($columns)
|
|
* @method static mixed runSelect()
|
|
* @method static mixed withoutGroupLimitKeys($items)
|
|
* @method static mixed paginate($perPage, $columns, $pageName, $page, $total)
|
|
* @method static mixed simplePaginate($perPage, $columns, $pageName, $page)
|
|
* @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor)
|
|
* @method static mixed ensureOrderForCursorPagination($shouldReverse)
|
|
* @method static mixed getCountForPagination($columns)
|
|
* @method static mixed runPaginationCountQuery($columns)
|
|
* @method static mixed cloneForPaginationCount()
|
|
* @method static mixed withoutSelectAliases(array $columns)
|
|
* @method static mixed cursor()
|
|
* @method static mixed enforceOrderBy()
|
|
* @method static mixed pluck($column, $key)
|
|
* @method static mixed stripTableForPluck($column)
|
|
* @method static mixed pluckFromObjectColumn($queryResult, $column, $key)
|
|
* @method static mixed pluckFromArrayColumn($queryResult, $column, $key)
|
|
* @method static mixed implode($column, $glue)
|
|
* @method static mixed exists()
|
|
* @method static mixed doesntExist()
|
|
* @method static mixed existsOr(Closure $callback)
|
|
* @method static mixed doesntExistOr(Closure $callback)
|
|
* @method static mixed count($columns)
|
|
* @method static mixed min($column)
|
|
* @method static mixed max($column)
|
|
* @method static mixed sum($column)
|
|
* @method static mixed avg($column)
|
|
* @method static mixed average($column)
|
|
* @method static mixed aggregate($function, $columns)
|
|
* @method static mixed numericAggregate($function, $columns)
|
|
* @method static mixed setAggregate($function, $columns)
|
|
* @method static mixed onceWithColumns($columns, $callback)
|
|
* @method static mixed insert(array $values)
|
|
* @method static mixed insertOrIgnore(array $values)
|
|
* @method static mixed insertGetId(array $values, $sequence)
|
|
* @method static mixed insertUsing(array $columns, $query)
|
|
* @method static mixed insertOrIgnoreUsing(array $columns, $query)
|
|
* @method static mixed update(array $values)
|
|
* @method static mixed updateFrom(array $values)
|
|
* @method static mixed updateOrInsert(array $attributes, callable|array $values)
|
|
* @method static mixed upsert(array $values, $uniqueBy, $update)
|
|
* @method static mixed increment($column, $amount, array $extra)
|
|
* @method static mixed incrementEach(array $columns, array $extra)
|
|
* @method static mixed decrement($column, $amount, array $extra)
|
|
* @method static mixed decrementEach(array $columns, array $extra)
|
|
* @method static mixed delete($id)
|
|
* @method static mixed truncate()
|
|
* @method static mixed newQuery()
|
|
* @method static mixed forSubQuery()
|
|
* @method static mixed getColumns()
|
|
* @method static mixed raw($value)
|
|
* @method static mixed getUnionBuilders()
|
|
* @method static mixed getBindings()
|
|
* @method static mixed getRawBindings()
|
|
* @method static mixed setBindings(array $bindings, $type)
|
|
* @method static mixed addBinding($value, $type)
|
|
* @method static mixed castBinding($value)
|
|
* @method static mixed mergeBindings(self $query)
|
|
* @method static mixed cleanBindings(array $bindings)
|
|
* @method static mixed flattenValue($value)
|
|
* @method static mixed defaultKeyName()
|
|
* @method static mixed getConnection()
|
|
* @method static mixed getProcessor()
|
|
* @method static mixed getGrammar()
|
|
* @method static mixed useWritePdo()
|
|
* @method static mixed isQueryable($value)
|
|
* @method static mixed clone()
|
|
* @method static mixed cloneWithout(array $properties)
|
|
* @method static mixed cloneWithoutBindings(array $except)
|
|
* @method static mixed dump($args)
|
|
* @method static mixed dumpRawSql()
|
|
* @method static mixed dd()
|
|
* @method static mixed ddRawSql()
|
|
* @method static mixed chunk($count, callable $callback)
|
|
* @method static mixed chunkMap(callable $callback, $count)
|
|
* @method static mixed each(callable $callback, $count)
|
|
* @method static mixed chunkById($count, callable $callback, $column, $alias)
|
|
* @method static mixed chunkByIdDesc($count, callable $callback, $column, $alias)
|
|
* @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending)
|
|
* @method static mixed eachById(callable $callback, $count, $column, $alias)
|
|
* @method static mixed lazy($chunkSize)
|
|
* @method static mixed lazyById($chunkSize, $column, $alias)
|
|
* @method static mixed lazyByIdDesc($chunkSize, $column, $alias)
|
|
* @method static mixed orderedLazyById($chunkSize, $column, $alias, $descending)
|
|
* @method static mixed first($columns)
|
|
* @method static mixed sole($columns)
|
|
* @method static mixed paginateUsingCursor($perPage, $columns, $cursorName, $cursor)
|
|
* @method static mixed getOriginalColumnNameForCursorPagination($builder, string $parameter)
|
|
* @method static mixed paginator($items, $total, $perPage, $currentPage, $options)
|
|
* @method static mixed simplePaginator($items, $perPage, $currentPage, $options)
|
|
* @method static mixed cursorPaginator($items, $perPage, $cursor, $options)
|
|
* @method static mixed tap($callback)
|
|
* @method static mixed when($value, callable $callback, callable $default)
|
|
* @method static mixed unless($value, callable $callback, callable $default)
|
|
* @method static mixed explain()
|
|
* @method static mixed forwardCallTo($object, $method, $parameters)
|
|
* @method static mixed forwardDecoratedCallTo($object, $method, $parameters)
|
|
* @method static mixed throwBadMethodCallException($method)
|
|
* @method static mixed macro($name, $macro)
|
|
* @method static mixed mixin($mixin, $replace)
|
|
* @method static mixed hasMacro($name)
|
|
* @method static mixed flushMacros()
|
|
* @method static mixed macroCall($method, $parameters)
|
|
* @mixin \Illuminate\Database\Query\Builder
|
|
*/
|
|
class LivestockManure extends \App\Models\SigdModel
|
|
{
|
|
//
|
|
}
|
|
|
|
/**
|
|
* App\Models\LogFormDetail
|
|
*
|
|
* @property string|null $updated_by
|
|
* @property string|null $created_by
|
|
* @property \Illuminate\Support\Carbon|null $updated_at
|
|
* @property \Illuminate\Support\Carbon|null $created_at
|
|
* @property int $row_status
|
|
* @property string|null $activity_unit_code
|
|
* @property string|null $activity_value_str
|
|
* @property float|null $activity_value
|
|
* @property string $activity_code
|
|
* @property string $activity_year
|
|
* @property string $form_id
|
|
* @property string $id
|
|
* @method static \Illuminate\Database\Eloquent\Builder<LogFormDetail>|LogFormDetail whereId($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<LogFormDetail>|LogFormDetail whereFormId($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<LogFormDetail>|LogFormDetail whereActivityYear($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<LogFormDetail>|LogFormDetail whereActivityCode($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<LogFormDetail>|LogFormDetail whereActivityValue($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<LogFormDetail>|LogFormDetail whereActivityValueStr($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<LogFormDetail>|LogFormDetail whereActivityUnitCode($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<LogFormDetail>|LogFormDetail whereRowStatus($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<LogFormDetail>|LogFormDetail whereCreatedAt($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<LogFormDetail>|LogFormDetail whereUpdatedAt($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<LogFormDetail>|LogFormDetail whereCreatedBy($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<LogFormDetail>|LogFormDetail whereUpdatedBy($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<LogFormDetail>|LogFormDetail rowActive()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<LogFormDetail>|LogFormDetail isActive()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<LogFormDetail>|LogFormDetail orderByRowNum()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<LogFormDetail>|LogFormDetail newModelQuery()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<LogFormDetail>|LogFormDetail newQuery()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<LogFormDetail>|LogFormDetail query()
|
|
* @method static mixed select($columns)
|
|
* @method static mixed selectSub($query, $as)
|
|
* @method static mixed selectRaw($expression, array $bindings)
|
|
* @method static mixed fromSub($query, $as)
|
|
* @method static mixed fromRaw($expression, $bindings)
|
|
* @method static mixed createSub($query)
|
|
* @method static mixed parseSub($query)
|
|
* @method static mixed prependDatabaseNameIfCrossDatabaseQuery($query)
|
|
* @method static mixed addSelect($column)
|
|
* @method static mixed distinct()
|
|
* @method static mixed from($table, $as)
|
|
* @method static mixed useIndex($index)
|
|
* @method static mixed forceIndex($index)
|
|
* @method static mixed ignoreIndex($index)
|
|
* @method static mixed join($table, $first, $operator, $second, $type, $where)
|
|
* @method static mixed joinWhere($table, $first, $operator, $second, $type)
|
|
* @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where)
|
|
* @method static mixed joinLateral($query, string $as, string $type)
|
|
* @method static mixed leftJoinLateral($query, string $as)
|
|
* @method static mixed leftJoin($table, $first, $operator, $second)
|
|
* @method static mixed leftJoinWhere($table, $first, $operator, $second)
|
|
* @method static mixed leftJoinSub($query, $as, $first, $operator, $second)
|
|
* @method static mixed rightJoin($table, $first, $operator, $second)
|
|
* @method static mixed rightJoinWhere($table, $first, $operator, $second)
|
|
* @method static mixed rightJoinSub($query, $as, $first, $operator, $second)
|
|
* @method static mixed crossJoin($table, $first, $operator, $second)
|
|
* @method static mixed crossJoinSub($query, $as)
|
|
* @method static mixed newJoinClause(self $parentQuery, $type, $table)
|
|
* @method static mixed newJoinLateralClause(self $parentQuery, $type, $table)
|
|
* @method static mixed mergeWheres($wheres, $bindings)
|
|
* @method static mixed where($column, $operator, $value, $boolean)
|
|
* @method static mixed addArrayOfWheres($column, $boolean, $method)
|
|
* @method static mixed prepareValueAndOperator($value, $operator, $useDefault)
|
|
* @method static mixed invalidOperatorAndValue($operator, $value)
|
|
* @method static mixed invalidOperator($operator)
|
|
* @method static mixed isBitwiseOperator($operator)
|
|
* @method static mixed orWhere($column, $operator, $value)
|
|
* @method static mixed whereNot($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereNot($column, $operator, $value)
|
|
* @method static mixed whereColumn($first, $operator, $second, $boolean)
|
|
* @method static mixed orWhereColumn($first, $operator, $second)
|
|
* @method static mixed whereRaw($sql, $bindings, $boolean)
|
|
* @method static mixed orWhereRaw($sql, $bindings)
|
|
* @method static mixed whereIn($column, $values, $boolean, $not)
|
|
* @method static mixed orWhereIn($column, $values)
|
|
* @method static mixed whereNotIn($column, $values, $boolean)
|
|
* @method static mixed orWhereNotIn($column, $values)
|
|
* @method static mixed whereIntegerInRaw($column, $values, $boolean, $not)
|
|
* @method static mixed orWhereIntegerInRaw($column, $values)
|
|
* @method static mixed whereIntegerNotInRaw($column, $values, $boolean)
|
|
* @method static mixed orWhereIntegerNotInRaw($column, $values)
|
|
* @method static mixed whereNull($columns, $boolean, $not)
|
|
* @method static mixed orWhereNull($column)
|
|
* @method static mixed whereNotNull($columns, $boolean)
|
|
* @method static mixed whereBetween($column, iterable $values, $boolean, $not)
|
|
* @method static mixed whereBetweenColumns($column, array $values, $boolean, $not)
|
|
* @method static mixed orWhereBetween($column, iterable $values)
|
|
* @method static mixed orWhereBetweenColumns($column, array $values)
|
|
* @method static mixed whereNotBetween($column, iterable $values, $boolean)
|
|
* @method static mixed whereNotBetweenColumns($column, array $values, $boolean)
|
|
* @method static mixed orWhereNotBetween($column, iterable $values)
|
|
* @method static mixed orWhereNotBetweenColumns($column, array $values)
|
|
* @method static mixed orWhereNotNull($column)
|
|
* @method static mixed whereDate($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereDate($column, $operator, $value)
|
|
* @method static mixed whereTime($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereTime($column, $operator, $value)
|
|
* @method static mixed whereDay($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereDay($column, $operator, $value)
|
|
* @method static mixed whereMonth($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereMonth($column, $operator, $value)
|
|
* @method static mixed whereYear($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereYear($column, $operator, $value)
|
|
* @method static mixed addDateBasedWhere($type, $column, $operator, $value, $boolean)
|
|
* @method static mixed whereNested(Closure $callback, $boolean)
|
|
* @method static mixed forNestedWhere()
|
|
* @method static mixed addNestedWhereQuery($query, $boolean)
|
|
* @method static mixed whereSub($column, $operator, $callback, $boolean)
|
|
* @method static mixed whereExists($callback, $boolean, $not)
|
|
* @method static mixed orWhereExists($callback, $not)
|
|
* @method static mixed whereNotExists($callback, $boolean)
|
|
* @method static mixed orWhereNotExists($callback)
|
|
* @method static mixed addWhereExistsQuery(self $query, $boolean, $not)
|
|
* @method static mixed whereRowValues($columns, $operator, $values, $boolean)
|
|
* @method static mixed orWhereRowValues($columns, $operator, $values)
|
|
* @method static mixed whereJsonContains($column, $value, $boolean, $not)
|
|
* @method static mixed orWhereJsonContains($column, $value)
|
|
* @method static mixed whereJsonDoesntContain($column, $value, $boolean)
|
|
* @method static mixed orWhereJsonDoesntContain($column, $value)
|
|
* @method static mixed whereJsonOverlaps($column, $value, $boolean, $not)
|
|
* @method static mixed orWhereJsonOverlaps($column, $value)
|
|
* @method static mixed whereJsonDoesntOverlap($column, $value, $boolean)
|
|
* @method static mixed orWhereJsonDoesntOverlap($column, $value)
|
|
* @method static mixed whereJsonContainsKey($column, $boolean, $not)
|
|
* @method static mixed orWhereJsonContainsKey($column)
|
|
* @method static mixed whereJsonDoesntContainKey($column, $boolean)
|
|
* @method static mixed orWhereJsonDoesntContainKey($column)
|
|
* @method static mixed whereJsonLength($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereJsonLength($column, $operator, $value)
|
|
* @method static mixed dynamicWhere($method, $parameters)
|
|
* @method static mixed addDynamic($segment, $connector, $parameters, $index)
|
|
* @method static mixed whereFullText($columns, $value, array $options, $boolean)
|
|
* @method static mixed orWhereFullText($columns, $value, array $options)
|
|
* @method static mixed whereAll($columns, $operator, $value, $boolean)
|
|
* @method static mixed orWhereAll($columns, $operator, $value)
|
|
* @method static mixed whereAny($columns, $operator, $value, $boolean)
|
|
* @method static mixed orWhereAny($columns, $operator, $value)
|
|
* @method static mixed groupBy($groups)
|
|
* @method static mixed groupByRaw($sql, array $bindings)
|
|
* @method static mixed having($column, $operator, $value, $boolean)
|
|
* @method static mixed orHaving($column, $operator, $value)
|
|
* @method static mixed havingNested(Closure $callback, $boolean)
|
|
* @method static mixed addNestedHavingQuery($query, $boolean)
|
|
* @method static mixed havingNull($columns, $boolean, $not)
|
|
* @method static mixed orHavingNull($column)
|
|
* @method static mixed havingNotNull($columns, $boolean)
|
|
* @method static mixed orHavingNotNull($column)
|
|
* @method static mixed havingBetween($column, iterable $values, $boolean, $not)
|
|
* @method static mixed havingRaw($sql, array $bindings, $boolean)
|
|
* @method static mixed orHavingRaw($sql, array $bindings)
|
|
* @method static mixed orderBy($column, $direction)
|
|
* @method static mixed orderByDesc($column)
|
|
* @method static mixed latest($column)
|
|
* @method static mixed oldest($column)
|
|
* @method static mixed inRandomOrder($seed)
|
|
* @method static mixed orderByRaw($sql, $bindings)
|
|
* @method static mixed skip($value)
|
|
* @method static mixed offset($value)
|
|
* @method static mixed take($value)
|
|
* @method static mixed limit($value)
|
|
* @method static mixed groupLimit($value, $column)
|
|
* @method static mixed forPage($page, $perPage)
|
|
* @method static mixed forPageBeforeId($perPage, $lastId, $column)
|
|
* @method static mixed forPageAfterId($perPage, $lastId, $column)
|
|
* @method static mixed reorder($column, $direction)
|
|
* @method static mixed removeExistingOrdersFor($column)
|
|
* @method static mixed union($query, $all)
|
|
* @method static mixed unionAll($query)
|
|
* @method static mixed lock($value)
|
|
* @method static mixed lockForUpdate()
|
|
* @method static mixed sharedLock()
|
|
* @method static mixed beforeQuery(callable $callback)
|
|
* @method static mixed applyBeforeQueryCallbacks()
|
|
* @method static mixed afterQuery(Closure $callback)
|
|
* @method static mixed applyAfterQueryCallbacks($result)
|
|
* @method static mixed toSql()
|
|
* @method static mixed toRawSql()
|
|
* @method static mixed find($id, $columns)
|
|
* @method static mixed findOr($id, $columns, Closure $callback)
|
|
* @method static mixed value($column)
|
|
* @method static mixed rawValue(string $expression, array $bindings)
|
|
* @method static mixed soleValue($column)
|
|
* @method static mixed get($columns)
|
|
* @method static mixed runSelect()
|
|
* @method static mixed withoutGroupLimitKeys($items)
|
|
* @method static mixed paginate($perPage, $columns, $pageName, $page, $total)
|
|
* @method static mixed simplePaginate($perPage, $columns, $pageName, $page)
|
|
* @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor)
|
|
* @method static mixed ensureOrderForCursorPagination($shouldReverse)
|
|
* @method static mixed getCountForPagination($columns)
|
|
* @method static mixed runPaginationCountQuery($columns)
|
|
* @method static mixed cloneForPaginationCount()
|
|
* @method static mixed withoutSelectAliases(array $columns)
|
|
* @method static mixed cursor()
|
|
* @method static mixed enforceOrderBy()
|
|
* @method static mixed pluck($column, $key)
|
|
* @method static mixed stripTableForPluck($column)
|
|
* @method static mixed pluckFromObjectColumn($queryResult, $column, $key)
|
|
* @method static mixed pluckFromArrayColumn($queryResult, $column, $key)
|
|
* @method static mixed implode($column, $glue)
|
|
* @method static mixed exists()
|
|
* @method static mixed doesntExist()
|
|
* @method static mixed existsOr(Closure $callback)
|
|
* @method static mixed doesntExistOr(Closure $callback)
|
|
* @method static mixed count($columns)
|
|
* @method static mixed min($column)
|
|
* @method static mixed max($column)
|
|
* @method static mixed sum($column)
|
|
* @method static mixed avg($column)
|
|
* @method static mixed average($column)
|
|
* @method static mixed aggregate($function, $columns)
|
|
* @method static mixed numericAggregate($function, $columns)
|
|
* @method static mixed setAggregate($function, $columns)
|
|
* @method static mixed onceWithColumns($columns, $callback)
|
|
* @method static mixed insert(array $values)
|
|
* @method static mixed insertOrIgnore(array $values)
|
|
* @method static mixed insertGetId(array $values, $sequence)
|
|
* @method static mixed insertUsing(array $columns, $query)
|
|
* @method static mixed insertOrIgnoreUsing(array $columns, $query)
|
|
* @method static mixed update(array $values)
|
|
* @method static mixed updateFrom(array $values)
|
|
* @method static mixed updateOrInsert(array $attributes, callable|array $values)
|
|
* @method static mixed upsert(array $values, $uniqueBy, $update)
|
|
* @method static mixed increment($column, $amount, array $extra)
|
|
* @method static mixed incrementEach(array $columns, array $extra)
|
|
* @method static mixed decrement($column, $amount, array $extra)
|
|
* @method static mixed decrementEach(array $columns, array $extra)
|
|
* @method static mixed delete($id)
|
|
* @method static mixed truncate()
|
|
* @method static mixed newQuery()
|
|
* @method static mixed forSubQuery()
|
|
* @method static mixed getColumns()
|
|
* @method static mixed raw($value)
|
|
* @method static mixed getUnionBuilders()
|
|
* @method static mixed getBindings()
|
|
* @method static mixed getRawBindings()
|
|
* @method static mixed setBindings(array $bindings, $type)
|
|
* @method static mixed addBinding($value, $type)
|
|
* @method static mixed castBinding($value)
|
|
* @method static mixed mergeBindings(self $query)
|
|
* @method static mixed cleanBindings(array $bindings)
|
|
* @method static mixed flattenValue($value)
|
|
* @method static mixed defaultKeyName()
|
|
* @method static mixed getConnection()
|
|
* @method static mixed getProcessor()
|
|
* @method static mixed getGrammar()
|
|
* @method static mixed useWritePdo()
|
|
* @method static mixed isQueryable($value)
|
|
* @method static mixed clone()
|
|
* @method static mixed cloneWithout(array $properties)
|
|
* @method static mixed cloneWithoutBindings(array $except)
|
|
* @method static mixed dump($args)
|
|
* @method static mixed dumpRawSql()
|
|
* @method static mixed dd()
|
|
* @method static mixed ddRawSql()
|
|
* @method static mixed chunk($count, callable $callback)
|
|
* @method static mixed chunkMap(callable $callback, $count)
|
|
* @method static mixed each(callable $callback, $count)
|
|
* @method static mixed chunkById($count, callable $callback, $column, $alias)
|
|
* @method static mixed chunkByIdDesc($count, callable $callback, $column, $alias)
|
|
* @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending)
|
|
* @method static mixed eachById(callable $callback, $count, $column, $alias)
|
|
* @method static mixed lazy($chunkSize)
|
|
* @method static mixed lazyById($chunkSize, $column, $alias)
|
|
* @method static mixed lazyByIdDesc($chunkSize, $column, $alias)
|
|
* @method static mixed orderedLazyById($chunkSize, $column, $alias, $descending)
|
|
* @method static mixed first($columns)
|
|
* @method static mixed sole($columns)
|
|
* @method static mixed paginateUsingCursor($perPage, $columns, $cursorName, $cursor)
|
|
* @method static mixed getOriginalColumnNameForCursorPagination($builder, string $parameter)
|
|
* @method static mixed paginator($items, $total, $perPage, $currentPage, $options)
|
|
* @method static mixed simplePaginator($items, $perPage, $currentPage, $options)
|
|
* @method static mixed cursorPaginator($items, $perPage, $cursor, $options)
|
|
* @method static mixed tap($callback)
|
|
* @method static mixed when($value, callable $callback, callable $default)
|
|
* @method static mixed unless($value, callable $callback, callable $default)
|
|
* @method static mixed explain()
|
|
* @method static mixed forwardCallTo($object, $method, $parameters)
|
|
* @method static mixed forwardDecoratedCallTo($object, $method, $parameters)
|
|
* @method static mixed throwBadMethodCallException($method)
|
|
* @method static mixed macro($name, $macro)
|
|
* @method static mixed mixin($mixin, $replace)
|
|
* @method static mixed hasMacro($name)
|
|
* @method static mixed flushMacros()
|
|
* @method static mixed macroCall($method, $parameters)
|
|
* @mixin \Illuminate\Database\Query\Builder
|
|
*/
|
|
class LogFormDetail extends \App\Models\SigdModel
|
|
{
|
|
//
|
|
}
|
|
|
|
/**
|
|
* App\Models\LogUserActivity
|
|
*
|
|
* @property string|null $updated_by
|
|
* @property string|null $created_by
|
|
* @property \Illuminate\Support\Carbon|null $updated_at
|
|
* @property \Illuminate\Support\Carbon|null $created_at
|
|
* @property int $row_status
|
|
* @property string|null $form_id
|
|
* @property string $ip_address
|
|
* @property string $activity_type
|
|
* @property int $user_id
|
|
* @property string $id
|
|
* @property-read \App\Models\User $user
|
|
* @property-read \App\Models\ActivityForm $form
|
|
* @method static \Illuminate\Database\Eloquent\Builder<LogUserActivity>|LogUserActivity whereId($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<LogUserActivity>|LogUserActivity whereUserId($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<LogUserActivity>|LogUserActivity whereActivityType($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<LogUserActivity>|LogUserActivity whereIpAddress($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<LogUserActivity>|LogUserActivity whereFormId($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<LogUserActivity>|LogUserActivity whereRowStatus($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<LogUserActivity>|LogUserActivity whereCreatedAt($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<LogUserActivity>|LogUserActivity whereUpdatedAt($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<LogUserActivity>|LogUserActivity whereCreatedBy($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<LogUserActivity>|LogUserActivity whereUpdatedBy($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<LogUserActivity>|LogUserActivity rowActive()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<LogUserActivity>|LogUserActivity isActive()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<LogUserActivity>|LogUserActivity orderByRowNum()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<LogUserActivity>|LogUserActivity newModelQuery()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<LogUserActivity>|LogUserActivity newQuery()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<LogUserActivity>|LogUserActivity query()
|
|
* @method static mixed select($columns)
|
|
* @method static mixed selectSub($query, $as)
|
|
* @method static mixed selectRaw($expression, array $bindings)
|
|
* @method static mixed fromSub($query, $as)
|
|
* @method static mixed fromRaw($expression, $bindings)
|
|
* @method static mixed createSub($query)
|
|
* @method static mixed parseSub($query)
|
|
* @method static mixed prependDatabaseNameIfCrossDatabaseQuery($query)
|
|
* @method static mixed addSelect($column)
|
|
* @method static mixed distinct()
|
|
* @method static mixed from($table, $as)
|
|
* @method static mixed useIndex($index)
|
|
* @method static mixed forceIndex($index)
|
|
* @method static mixed ignoreIndex($index)
|
|
* @method static mixed join($table, $first, $operator, $second, $type, $where)
|
|
* @method static mixed joinWhere($table, $first, $operator, $second, $type)
|
|
* @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where)
|
|
* @method static mixed joinLateral($query, string $as, string $type)
|
|
* @method static mixed leftJoinLateral($query, string $as)
|
|
* @method static mixed leftJoin($table, $first, $operator, $second)
|
|
* @method static mixed leftJoinWhere($table, $first, $operator, $second)
|
|
* @method static mixed leftJoinSub($query, $as, $first, $operator, $second)
|
|
* @method static mixed rightJoin($table, $first, $operator, $second)
|
|
* @method static mixed rightJoinWhere($table, $first, $operator, $second)
|
|
* @method static mixed rightJoinSub($query, $as, $first, $operator, $second)
|
|
* @method static mixed crossJoin($table, $first, $operator, $second)
|
|
* @method static mixed crossJoinSub($query, $as)
|
|
* @method static mixed newJoinClause(self $parentQuery, $type, $table)
|
|
* @method static mixed newJoinLateralClause(self $parentQuery, $type, $table)
|
|
* @method static mixed mergeWheres($wheres, $bindings)
|
|
* @method static mixed where($column, $operator, $value, $boolean)
|
|
* @method static mixed addArrayOfWheres($column, $boolean, $method)
|
|
* @method static mixed prepareValueAndOperator($value, $operator, $useDefault)
|
|
* @method static mixed invalidOperatorAndValue($operator, $value)
|
|
* @method static mixed invalidOperator($operator)
|
|
* @method static mixed isBitwiseOperator($operator)
|
|
* @method static mixed orWhere($column, $operator, $value)
|
|
* @method static mixed whereNot($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereNot($column, $operator, $value)
|
|
* @method static mixed whereColumn($first, $operator, $second, $boolean)
|
|
* @method static mixed orWhereColumn($first, $operator, $second)
|
|
* @method static mixed whereRaw($sql, $bindings, $boolean)
|
|
* @method static mixed orWhereRaw($sql, $bindings)
|
|
* @method static mixed whereIn($column, $values, $boolean, $not)
|
|
* @method static mixed orWhereIn($column, $values)
|
|
* @method static mixed whereNotIn($column, $values, $boolean)
|
|
* @method static mixed orWhereNotIn($column, $values)
|
|
* @method static mixed whereIntegerInRaw($column, $values, $boolean, $not)
|
|
* @method static mixed orWhereIntegerInRaw($column, $values)
|
|
* @method static mixed whereIntegerNotInRaw($column, $values, $boolean)
|
|
* @method static mixed orWhereIntegerNotInRaw($column, $values)
|
|
* @method static mixed whereNull($columns, $boolean, $not)
|
|
* @method static mixed orWhereNull($column)
|
|
* @method static mixed whereNotNull($columns, $boolean)
|
|
* @method static mixed whereBetween($column, iterable $values, $boolean, $not)
|
|
* @method static mixed whereBetweenColumns($column, array $values, $boolean, $not)
|
|
* @method static mixed orWhereBetween($column, iterable $values)
|
|
* @method static mixed orWhereBetweenColumns($column, array $values)
|
|
* @method static mixed whereNotBetween($column, iterable $values, $boolean)
|
|
* @method static mixed whereNotBetweenColumns($column, array $values, $boolean)
|
|
* @method static mixed orWhereNotBetween($column, iterable $values)
|
|
* @method static mixed orWhereNotBetweenColumns($column, array $values)
|
|
* @method static mixed orWhereNotNull($column)
|
|
* @method static mixed whereDate($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereDate($column, $operator, $value)
|
|
* @method static mixed whereTime($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereTime($column, $operator, $value)
|
|
* @method static mixed whereDay($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereDay($column, $operator, $value)
|
|
* @method static mixed whereMonth($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereMonth($column, $operator, $value)
|
|
* @method static mixed whereYear($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereYear($column, $operator, $value)
|
|
* @method static mixed addDateBasedWhere($type, $column, $operator, $value, $boolean)
|
|
* @method static mixed whereNested(Closure $callback, $boolean)
|
|
* @method static mixed forNestedWhere()
|
|
* @method static mixed addNestedWhereQuery($query, $boolean)
|
|
* @method static mixed whereSub($column, $operator, $callback, $boolean)
|
|
* @method static mixed whereExists($callback, $boolean, $not)
|
|
* @method static mixed orWhereExists($callback, $not)
|
|
* @method static mixed whereNotExists($callback, $boolean)
|
|
* @method static mixed orWhereNotExists($callback)
|
|
* @method static mixed addWhereExistsQuery(self $query, $boolean, $not)
|
|
* @method static mixed whereRowValues($columns, $operator, $values, $boolean)
|
|
* @method static mixed orWhereRowValues($columns, $operator, $values)
|
|
* @method static mixed whereJsonContains($column, $value, $boolean, $not)
|
|
* @method static mixed orWhereJsonContains($column, $value)
|
|
* @method static mixed whereJsonDoesntContain($column, $value, $boolean)
|
|
* @method static mixed orWhereJsonDoesntContain($column, $value)
|
|
* @method static mixed whereJsonOverlaps($column, $value, $boolean, $not)
|
|
* @method static mixed orWhereJsonOverlaps($column, $value)
|
|
* @method static mixed whereJsonDoesntOverlap($column, $value, $boolean)
|
|
* @method static mixed orWhereJsonDoesntOverlap($column, $value)
|
|
* @method static mixed whereJsonContainsKey($column, $boolean, $not)
|
|
* @method static mixed orWhereJsonContainsKey($column)
|
|
* @method static mixed whereJsonDoesntContainKey($column, $boolean)
|
|
* @method static mixed orWhereJsonDoesntContainKey($column)
|
|
* @method static mixed whereJsonLength($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereJsonLength($column, $operator, $value)
|
|
* @method static mixed dynamicWhere($method, $parameters)
|
|
* @method static mixed addDynamic($segment, $connector, $parameters, $index)
|
|
* @method static mixed whereFullText($columns, $value, array $options, $boolean)
|
|
* @method static mixed orWhereFullText($columns, $value, array $options)
|
|
* @method static mixed whereAll($columns, $operator, $value, $boolean)
|
|
* @method static mixed orWhereAll($columns, $operator, $value)
|
|
* @method static mixed whereAny($columns, $operator, $value, $boolean)
|
|
* @method static mixed orWhereAny($columns, $operator, $value)
|
|
* @method static mixed groupBy($groups)
|
|
* @method static mixed groupByRaw($sql, array $bindings)
|
|
* @method static mixed having($column, $operator, $value, $boolean)
|
|
* @method static mixed orHaving($column, $operator, $value)
|
|
* @method static mixed havingNested(Closure $callback, $boolean)
|
|
* @method static mixed addNestedHavingQuery($query, $boolean)
|
|
* @method static mixed havingNull($columns, $boolean, $not)
|
|
* @method static mixed orHavingNull($column)
|
|
* @method static mixed havingNotNull($columns, $boolean)
|
|
* @method static mixed orHavingNotNull($column)
|
|
* @method static mixed havingBetween($column, iterable $values, $boolean, $not)
|
|
* @method static mixed havingRaw($sql, array $bindings, $boolean)
|
|
* @method static mixed orHavingRaw($sql, array $bindings)
|
|
* @method static mixed orderBy($column, $direction)
|
|
* @method static mixed orderByDesc($column)
|
|
* @method static mixed latest($column)
|
|
* @method static mixed oldest($column)
|
|
* @method static mixed inRandomOrder($seed)
|
|
* @method static mixed orderByRaw($sql, $bindings)
|
|
* @method static mixed skip($value)
|
|
* @method static mixed offset($value)
|
|
* @method static mixed take($value)
|
|
* @method static mixed limit($value)
|
|
* @method static mixed groupLimit($value, $column)
|
|
* @method static mixed forPage($page, $perPage)
|
|
* @method static mixed forPageBeforeId($perPage, $lastId, $column)
|
|
* @method static mixed forPageAfterId($perPage, $lastId, $column)
|
|
* @method static mixed reorder($column, $direction)
|
|
* @method static mixed removeExistingOrdersFor($column)
|
|
* @method static mixed union($query, $all)
|
|
* @method static mixed unionAll($query)
|
|
* @method static mixed lock($value)
|
|
* @method static mixed lockForUpdate()
|
|
* @method static mixed sharedLock()
|
|
* @method static mixed beforeQuery(callable $callback)
|
|
* @method static mixed applyBeforeQueryCallbacks()
|
|
* @method static mixed afterQuery(Closure $callback)
|
|
* @method static mixed applyAfterQueryCallbacks($result)
|
|
* @method static mixed toSql()
|
|
* @method static mixed toRawSql()
|
|
* @method static mixed find($id, $columns)
|
|
* @method static mixed findOr($id, $columns, Closure $callback)
|
|
* @method static mixed value($column)
|
|
* @method static mixed rawValue(string $expression, array $bindings)
|
|
* @method static mixed soleValue($column)
|
|
* @method static mixed get($columns)
|
|
* @method static mixed runSelect()
|
|
* @method static mixed withoutGroupLimitKeys($items)
|
|
* @method static mixed paginate($perPage, $columns, $pageName, $page, $total)
|
|
* @method static mixed simplePaginate($perPage, $columns, $pageName, $page)
|
|
* @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor)
|
|
* @method static mixed ensureOrderForCursorPagination($shouldReverse)
|
|
* @method static mixed getCountForPagination($columns)
|
|
* @method static mixed runPaginationCountQuery($columns)
|
|
* @method static mixed cloneForPaginationCount()
|
|
* @method static mixed withoutSelectAliases(array $columns)
|
|
* @method static mixed cursor()
|
|
* @method static mixed enforceOrderBy()
|
|
* @method static mixed pluck($column, $key)
|
|
* @method static mixed stripTableForPluck($column)
|
|
* @method static mixed pluckFromObjectColumn($queryResult, $column, $key)
|
|
* @method static mixed pluckFromArrayColumn($queryResult, $column, $key)
|
|
* @method static mixed implode($column, $glue)
|
|
* @method static mixed exists()
|
|
* @method static mixed doesntExist()
|
|
* @method static mixed existsOr(Closure $callback)
|
|
* @method static mixed doesntExistOr(Closure $callback)
|
|
* @method static mixed count($columns)
|
|
* @method static mixed min($column)
|
|
* @method static mixed max($column)
|
|
* @method static mixed sum($column)
|
|
* @method static mixed avg($column)
|
|
* @method static mixed average($column)
|
|
* @method static mixed aggregate($function, $columns)
|
|
* @method static mixed numericAggregate($function, $columns)
|
|
* @method static mixed setAggregate($function, $columns)
|
|
* @method static mixed onceWithColumns($columns, $callback)
|
|
* @method static mixed insert(array $values)
|
|
* @method static mixed insertOrIgnore(array $values)
|
|
* @method static mixed insertGetId(array $values, $sequence)
|
|
* @method static mixed insertUsing(array $columns, $query)
|
|
* @method static mixed insertOrIgnoreUsing(array $columns, $query)
|
|
* @method static mixed update(array $values)
|
|
* @method static mixed updateFrom(array $values)
|
|
* @method static mixed updateOrInsert(array $attributes, callable|array $values)
|
|
* @method static mixed upsert(array $values, $uniqueBy, $update)
|
|
* @method static mixed increment($column, $amount, array $extra)
|
|
* @method static mixed incrementEach(array $columns, array $extra)
|
|
* @method static mixed decrement($column, $amount, array $extra)
|
|
* @method static mixed decrementEach(array $columns, array $extra)
|
|
* @method static mixed delete($id)
|
|
* @method static mixed truncate()
|
|
* @method static mixed newQuery()
|
|
* @method static mixed forSubQuery()
|
|
* @method static mixed getColumns()
|
|
* @method static mixed raw($value)
|
|
* @method static mixed getUnionBuilders()
|
|
* @method static mixed getBindings()
|
|
* @method static mixed getRawBindings()
|
|
* @method static mixed setBindings(array $bindings, $type)
|
|
* @method static mixed addBinding($value, $type)
|
|
* @method static mixed castBinding($value)
|
|
* @method static mixed mergeBindings(self $query)
|
|
* @method static mixed cleanBindings(array $bindings)
|
|
* @method static mixed flattenValue($value)
|
|
* @method static mixed defaultKeyName()
|
|
* @method static mixed getConnection()
|
|
* @method static mixed getProcessor()
|
|
* @method static mixed getGrammar()
|
|
* @method static mixed useWritePdo()
|
|
* @method static mixed isQueryable($value)
|
|
* @method static mixed clone()
|
|
* @method static mixed cloneWithout(array $properties)
|
|
* @method static mixed cloneWithoutBindings(array $except)
|
|
* @method static mixed dump($args)
|
|
* @method static mixed dumpRawSql()
|
|
* @method static mixed dd()
|
|
* @method static mixed ddRawSql()
|
|
* @method static mixed chunk($count, callable $callback)
|
|
* @method static mixed chunkMap(callable $callback, $count)
|
|
* @method static mixed each(callable $callback, $count)
|
|
* @method static mixed chunkById($count, callable $callback, $column, $alias)
|
|
* @method static mixed chunkByIdDesc($count, callable $callback, $column, $alias)
|
|
* @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending)
|
|
* @method static mixed eachById(callable $callback, $count, $column, $alias)
|
|
* @method static mixed lazy($chunkSize)
|
|
* @method static mixed lazyById($chunkSize, $column, $alias)
|
|
* @method static mixed lazyByIdDesc($chunkSize, $column, $alias)
|
|
* @method static mixed orderedLazyById($chunkSize, $column, $alias, $descending)
|
|
* @method static mixed first($columns)
|
|
* @method static mixed sole($columns)
|
|
* @method static mixed paginateUsingCursor($perPage, $columns, $cursorName, $cursor)
|
|
* @method static mixed getOriginalColumnNameForCursorPagination($builder, string $parameter)
|
|
* @method static mixed paginator($items, $total, $perPage, $currentPage, $options)
|
|
* @method static mixed simplePaginator($items, $perPage, $currentPage, $options)
|
|
* @method static mixed cursorPaginator($items, $perPage, $cursor, $options)
|
|
* @method static mixed tap($callback)
|
|
* @method static mixed when($value, callable $callback, callable $default)
|
|
* @method static mixed unless($value, callable $callback, callable $default)
|
|
* @method static mixed explain()
|
|
* @method static mixed forwardCallTo($object, $method, $parameters)
|
|
* @method static mixed forwardDecoratedCallTo($object, $method, $parameters)
|
|
* @method static mixed throwBadMethodCallException($method)
|
|
* @method static mixed macro($name, $macro)
|
|
* @method static mixed mixin($mixin, $replace)
|
|
* @method static mixed hasMacro($name)
|
|
* @method static mixed flushMacros()
|
|
* @method static mixed macroCall($method, $parameters)
|
|
* @mixin \Illuminate\Database\Query\Builder
|
|
*/
|
|
class LogUserActivity extends \App\Models\SigdModel
|
|
{
|
|
//
|
|
}
|
|
|
|
/**
|
|
* App\Models\Menu
|
|
*
|
|
* @property \Illuminate\Support\Carbon|null $updated_at
|
|
* @property \Illuminate\Support\Carbon|null $created_at
|
|
* @property int $row_status
|
|
* @property int|null $row_num
|
|
* @property int|null $parent_id
|
|
* @property string|null $icon
|
|
* @property string $url
|
|
* @property string $name
|
|
* @property int $id
|
|
* @property-read \App\Models\Menu $parent
|
|
* @property-read \Illuminate\Database\Eloquent\Collection<int, \App\Models\Menu> $children
|
|
* @property-read int|null $children_count
|
|
* @property-read \Illuminate\Database\Eloquent\Collection<int, \App\Models\Permission> $permissions
|
|
* @property-read int|null $permissions_count
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Menu>|Menu whereId($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Menu>|Menu whereName($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Menu>|Menu whereUrl($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Menu>|Menu whereIcon($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Menu>|Menu whereParentId($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Menu>|Menu whereRowNum($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Menu>|Menu whereRowStatus($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Menu>|Menu whereCreatedAt($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Menu>|Menu whereUpdatedAt($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Menu>|Menu newModelQuery()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Menu>|Menu newQuery()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Menu>|Menu query()
|
|
* @method static mixed select($columns)
|
|
* @method static mixed selectSub($query, $as)
|
|
* @method static mixed selectRaw($expression, array $bindings)
|
|
* @method static mixed fromSub($query, $as)
|
|
* @method static mixed fromRaw($expression, $bindings)
|
|
* @method static mixed createSub($query)
|
|
* @method static mixed parseSub($query)
|
|
* @method static mixed prependDatabaseNameIfCrossDatabaseQuery($query)
|
|
* @method static mixed addSelect($column)
|
|
* @method static mixed distinct()
|
|
* @method static mixed from($table, $as)
|
|
* @method static mixed useIndex($index)
|
|
* @method static mixed forceIndex($index)
|
|
* @method static mixed ignoreIndex($index)
|
|
* @method static mixed join($table, $first, $operator, $second, $type, $where)
|
|
* @method static mixed joinWhere($table, $first, $operator, $second, $type)
|
|
* @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where)
|
|
* @method static mixed joinLateral($query, string $as, string $type)
|
|
* @method static mixed leftJoinLateral($query, string $as)
|
|
* @method static mixed leftJoin($table, $first, $operator, $second)
|
|
* @method static mixed leftJoinWhere($table, $first, $operator, $second)
|
|
* @method static mixed leftJoinSub($query, $as, $first, $operator, $second)
|
|
* @method static mixed rightJoin($table, $first, $operator, $second)
|
|
* @method static mixed rightJoinWhere($table, $first, $operator, $second)
|
|
* @method static mixed rightJoinSub($query, $as, $first, $operator, $second)
|
|
* @method static mixed crossJoin($table, $first, $operator, $second)
|
|
* @method static mixed crossJoinSub($query, $as)
|
|
* @method static mixed newJoinClause(self $parentQuery, $type, $table)
|
|
* @method static mixed newJoinLateralClause(self $parentQuery, $type, $table)
|
|
* @method static mixed mergeWheres($wheres, $bindings)
|
|
* @method static mixed where($column, $operator, $value, $boolean)
|
|
* @method static mixed addArrayOfWheres($column, $boolean, $method)
|
|
* @method static mixed prepareValueAndOperator($value, $operator, $useDefault)
|
|
* @method static mixed invalidOperatorAndValue($operator, $value)
|
|
* @method static mixed invalidOperator($operator)
|
|
* @method static mixed isBitwiseOperator($operator)
|
|
* @method static mixed orWhere($column, $operator, $value)
|
|
* @method static mixed whereNot($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereNot($column, $operator, $value)
|
|
* @method static mixed whereColumn($first, $operator, $second, $boolean)
|
|
* @method static mixed orWhereColumn($first, $operator, $second)
|
|
* @method static mixed whereRaw($sql, $bindings, $boolean)
|
|
* @method static mixed orWhereRaw($sql, $bindings)
|
|
* @method static mixed whereIn($column, $values, $boolean, $not)
|
|
* @method static mixed orWhereIn($column, $values)
|
|
* @method static mixed whereNotIn($column, $values, $boolean)
|
|
* @method static mixed orWhereNotIn($column, $values)
|
|
* @method static mixed whereIntegerInRaw($column, $values, $boolean, $not)
|
|
* @method static mixed orWhereIntegerInRaw($column, $values)
|
|
* @method static mixed whereIntegerNotInRaw($column, $values, $boolean)
|
|
* @method static mixed orWhereIntegerNotInRaw($column, $values)
|
|
* @method static mixed whereNull($columns, $boolean, $not)
|
|
* @method static mixed orWhereNull($column)
|
|
* @method static mixed whereNotNull($columns, $boolean)
|
|
* @method static mixed whereBetween($column, iterable $values, $boolean, $not)
|
|
* @method static mixed whereBetweenColumns($column, array $values, $boolean, $not)
|
|
* @method static mixed orWhereBetween($column, iterable $values)
|
|
* @method static mixed orWhereBetweenColumns($column, array $values)
|
|
* @method static mixed whereNotBetween($column, iterable $values, $boolean)
|
|
* @method static mixed whereNotBetweenColumns($column, array $values, $boolean)
|
|
* @method static mixed orWhereNotBetween($column, iterable $values)
|
|
* @method static mixed orWhereNotBetweenColumns($column, array $values)
|
|
* @method static mixed orWhereNotNull($column)
|
|
* @method static mixed whereDate($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereDate($column, $operator, $value)
|
|
* @method static mixed whereTime($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereTime($column, $operator, $value)
|
|
* @method static mixed whereDay($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereDay($column, $operator, $value)
|
|
* @method static mixed whereMonth($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereMonth($column, $operator, $value)
|
|
* @method static mixed whereYear($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereYear($column, $operator, $value)
|
|
* @method static mixed addDateBasedWhere($type, $column, $operator, $value, $boolean)
|
|
* @method static mixed whereNested(Closure $callback, $boolean)
|
|
* @method static mixed forNestedWhere()
|
|
* @method static mixed addNestedWhereQuery($query, $boolean)
|
|
* @method static mixed whereSub($column, $operator, $callback, $boolean)
|
|
* @method static mixed whereExists($callback, $boolean, $not)
|
|
* @method static mixed orWhereExists($callback, $not)
|
|
* @method static mixed whereNotExists($callback, $boolean)
|
|
* @method static mixed orWhereNotExists($callback)
|
|
* @method static mixed addWhereExistsQuery(self $query, $boolean, $not)
|
|
* @method static mixed whereRowValues($columns, $operator, $values, $boolean)
|
|
* @method static mixed orWhereRowValues($columns, $operator, $values)
|
|
* @method static mixed whereJsonContains($column, $value, $boolean, $not)
|
|
* @method static mixed orWhereJsonContains($column, $value)
|
|
* @method static mixed whereJsonDoesntContain($column, $value, $boolean)
|
|
* @method static mixed orWhereJsonDoesntContain($column, $value)
|
|
* @method static mixed whereJsonOverlaps($column, $value, $boolean, $not)
|
|
* @method static mixed orWhereJsonOverlaps($column, $value)
|
|
* @method static mixed whereJsonDoesntOverlap($column, $value, $boolean)
|
|
* @method static mixed orWhereJsonDoesntOverlap($column, $value)
|
|
* @method static mixed whereJsonContainsKey($column, $boolean, $not)
|
|
* @method static mixed orWhereJsonContainsKey($column)
|
|
* @method static mixed whereJsonDoesntContainKey($column, $boolean)
|
|
* @method static mixed orWhereJsonDoesntContainKey($column)
|
|
* @method static mixed whereJsonLength($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereJsonLength($column, $operator, $value)
|
|
* @method static mixed dynamicWhere($method, $parameters)
|
|
* @method static mixed addDynamic($segment, $connector, $parameters, $index)
|
|
* @method static mixed whereFullText($columns, $value, array $options, $boolean)
|
|
* @method static mixed orWhereFullText($columns, $value, array $options)
|
|
* @method static mixed whereAll($columns, $operator, $value, $boolean)
|
|
* @method static mixed orWhereAll($columns, $operator, $value)
|
|
* @method static mixed whereAny($columns, $operator, $value, $boolean)
|
|
* @method static mixed orWhereAny($columns, $operator, $value)
|
|
* @method static mixed groupBy($groups)
|
|
* @method static mixed groupByRaw($sql, array $bindings)
|
|
* @method static mixed having($column, $operator, $value, $boolean)
|
|
* @method static mixed orHaving($column, $operator, $value)
|
|
* @method static mixed havingNested(Closure $callback, $boolean)
|
|
* @method static mixed addNestedHavingQuery($query, $boolean)
|
|
* @method static mixed havingNull($columns, $boolean, $not)
|
|
* @method static mixed orHavingNull($column)
|
|
* @method static mixed havingNotNull($columns, $boolean)
|
|
* @method static mixed orHavingNotNull($column)
|
|
* @method static mixed havingBetween($column, iterable $values, $boolean, $not)
|
|
* @method static mixed havingRaw($sql, array $bindings, $boolean)
|
|
* @method static mixed orHavingRaw($sql, array $bindings)
|
|
* @method static mixed orderBy($column, $direction)
|
|
* @method static mixed orderByDesc($column)
|
|
* @method static mixed latest($column)
|
|
* @method static mixed oldest($column)
|
|
* @method static mixed inRandomOrder($seed)
|
|
* @method static mixed orderByRaw($sql, $bindings)
|
|
* @method static mixed skip($value)
|
|
* @method static mixed offset($value)
|
|
* @method static mixed take($value)
|
|
* @method static mixed limit($value)
|
|
* @method static mixed groupLimit($value, $column)
|
|
* @method static mixed forPage($page, $perPage)
|
|
* @method static mixed forPageBeforeId($perPage, $lastId, $column)
|
|
* @method static mixed forPageAfterId($perPage, $lastId, $column)
|
|
* @method static mixed reorder($column, $direction)
|
|
* @method static mixed removeExistingOrdersFor($column)
|
|
* @method static mixed union($query, $all)
|
|
* @method static mixed unionAll($query)
|
|
* @method static mixed lock($value)
|
|
* @method static mixed lockForUpdate()
|
|
* @method static mixed sharedLock()
|
|
* @method static mixed beforeQuery(callable $callback)
|
|
* @method static mixed applyBeforeQueryCallbacks()
|
|
* @method static mixed afterQuery(Closure $callback)
|
|
* @method static mixed applyAfterQueryCallbacks($result)
|
|
* @method static mixed toSql()
|
|
* @method static mixed toRawSql()
|
|
* @method static mixed find($id, $columns)
|
|
* @method static mixed findOr($id, $columns, Closure $callback)
|
|
* @method static mixed value($column)
|
|
* @method static mixed rawValue(string $expression, array $bindings)
|
|
* @method static mixed soleValue($column)
|
|
* @method static mixed get($columns)
|
|
* @method static mixed runSelect()
|
|
* @method static mixed withoutGroupLimitKeys($items)
|
|
* @method static mixed paginate($perPage, $columns, $pageName, $page, $total)
|
|
* @method static mixed simplePaginate($perPage, $columns, $pageName, $page)
|
|
* @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor)
|
|
* @method static mixed ensureOrderForCursorPagination($shouldReverse)
|
|
* @method static mixed getCountForPagination($columns)
|
|
* @method static mixed runPaginationCountQuery($columns)
|
|
* @method static mixed cloneForPaginationCount()
|
|
* @method static mixed withoutSelectAliases(array $columns)
|
|
* @method static mixed cursor()
|
|
* @method static mixed enforceOrderBy()
|
|
* @method static mixed pluck($column, $key)
|
|
* @method static mixed stripTableForPluck($column)
|
|
* @method static mixed pluckFromObjectColumn($queryResult, $column, $key)
|
|
* @method static mixed pluckFromArrayColumn($queryResult, $column, $key)
|
|
* @method static mixed implode($column, $glue)
|
|
* @method static mixed exists()
|
|
* @method static mixed doesntExist()
|
|
* @method static mixed existsOr(Closure $callback)
|
|
* @method static mixed doesntExistOr(Closure $callback)
|
|
* @method static mixed count($columns)
|
|
* @method static mixed min($column)
|
|
* @method static mixed max($column)
|
|
* @method static mixed sum($column)
|
|
* @method static mixed avg($column)
|
|
* @method static mixed average($column)
|
|
* @method static mixed aggregate($function, $columns)
|
|
* @method static mixed numericAggregate($function, $columns)
|
|
* @method static mixed setAggregate($function, $columns)
|
|
* @method static mixed onceWithColumns($columns, $callback)
|
|
* @method static mixed insert(array $values)
|
|
* @method static mixed insertOrIgnore(array $values)
|
|
* @method static mixed insertGetId(array $values, $sequence)
|
|
* @method static mixed insertUsing(array $columns, $query)
|
|
* @method static mixed insertOrIgnoreUsing(array $columns, $query)
|
|
* @method static mixed update(array $values)
|
|
* @method static mixed updateFrom(array $values)
|
|
* @method static mixed updateOrInsert(array $attributes, callable|array $values)
|
|
* @method static mixed upsert(array $values, $uniqueBy, $update)
|
|
* @method static mixed increment($column, $amount, array $extra)
|
|
* @method static mixed incrementEach(array $columns, array $extra)
|
|
* @method static mixed decrement($column, $amount, array $extra)
|
|
* @method static mixed decrementEach(array $columns, array $extra)
|
|
* @method static mixed delete($id)
|
|
* @method static mixed truncate()
|
|
* @method static mixed newQuery()
|
|
* @method static mixed forSubQuery()
|
|
* @method static mixed getColumns()
|
|
* @method static mixed raw($value)
|
|
* @method static mixed getUnionBuilders()
|
|
* @method static mixed getBindings()
|
|
* @method static mixed getRawBindings()
|
|
* @method static mixed setBindings(array $bindings, $type)
|
|
* @method static mixed addBinding($value, $type)
|
|
* @method static mixed castBinding($value)
|
|
* @method static mixed mergeBindings(self $query)
|
|
* @method static mixed cleanBindings(array $bindings)
|
|
* @method static mixed flattenValue($value)
|
|
* @method static mixed defaultKeyName()
|
|
* @method static mixed getConnection()
|
|
* @method static mixed getProcessor()
|
|
* @method static mixed getGrammar()
|
|
* @method static mixed useWritePdo()
|
|
* @method static mixed isQueryable($value)
|
|
* @method static mixed clone()
|
|
* @method static mixed cloneWithout(array $properties)
|
|
* @method static mixed cloneWithoutBindings(array $except)
|
|
* @method static mixed dump($args)
|
|
* @method static mixed dumpRawSql()
|
|
* @method static mixed dd()
|
|
* @method static mixed ddRawSql()
|
|
* @method static mixed chunk($count, callable $callback)
|
|
* @method static mixed chunkMap(callable $callback, $count)
|
|
* @method static mixed each(callable $callback, $count)
|
|
* @method static mixed chunkById($count, callable $callback, $column, $alias)
|
|
* @method static mixed chunkByIdDesc($count, callable $callback, $column, $alias)
|
|
* @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending)
|
|
* @method static mixed eachById(callable $callback, $count, $column, $alias)
|
|
* @method static mixed lazy($chunkSize)
|
|
* @method static mixed lazyById($chunkSize, $column, $alias)
|
|
* @method static mixed lazyByIdDesc($chunkSize, $column, $alias)
|
|
* @method static mixed orderedLazyById($chunkSize, $column, $alias, $descending)
|
|
* @method static mixed first($columns)
|
|
* @method static mixed sole($columns)
|
|
* @method static mixed paginateUsingCursor($perPage, $columns, $cursorName, $cursor)
|
|
* @method static mixed getOriginalColumnNameForCursorPagination($builder, string $parameter)
|
|
* @method static mixed paginator($items, $total, $perPage, $currentPage, $options)
|
|
* @method static mixed simplePaginator($items, $perPage, $currentPage, $options)
|
|
* @method static mixed cursorPaginator($items, $perPage, $cursor, $options)
|
|
* @method static mixed tap($callback)
|
|
* @method static mixed when($value, callable $callback, callable $default)
|
|
* @method static mixed unless($value, callable $callback, callable $default)
|
|
* @method static mixed explain()
|
|
* @method static mixed forwardCallTo($object, $method, $parameters)
|
|
* @method static mixed forwardDecoratedCallTo($object, $method, $parameters)
|
|
* @method static mixed throwBadMethodCallException($method)
|
|
* @method static mixed macro($name, $macro)
|
|
* @method static mixed mixin($mixin, $replace)
|
|
* @method static mixed hasMacro($name)
|
|
* @method static mixed flushMacros()
|
|
* @method static mixed macroCall($method, $parameters)
|
|
* @mixin \Illuminate\Database\Query\Builder
|
|
*/
|
|
class Menu extends \Illuminate\Database\Eloquent\Model
|
|
{
|
|
//
|
|
}
|
|
|
|
/**
|
|
* App\Models\Mitigation
|
|
*
|
|
* @property bool|null $is_active
|
|
* @property \Illuminate\Support\Carbon|null $updated_at
|
|
* @property \Illuminate\Support\Carbon|null $created_at
|
|
* @property string|null $updated_by
|
|
* @property string|null $created_by
|
|
* @property string|null $sub_activity_desc
|
|
* @property string|null $sub_activity
|
|
* @property string|null $activity_desc
|
|
* @property string|null $activity_type
|
|
* @property string $sub_sector
|
|
* @property string $sector
|
|
* @property string $id
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Mitigation>|Mitigation whereId($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Mitigation>|Mitigation whereSector($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Mitigation>|Mitigation whereSubSector($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Mitigation>|Mitigation whereActivityType($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Mitigation>|Mitigation whereActivityDesc($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Mitigation>|Mitigation whereSubActivity($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Mitigation>|Mitigation whereSubActivityDesc($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Mitigation>|Mitigation whereCreatedBy($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Mitigation>|Mitigation whereUpdatedBy($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Mitigation>|Mitigation whereCreatedAt($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Mitigation>|Mitigation whereUpdatedAt($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Mitigation>|Mitigation whereIsActive($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Mitigation>|Mitigation newModelQuery()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Mitigation>|Mitigation newQuery()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Mitigation>|Mitigation query()
|
|
* @method static mixed select($columns)
|
|
* @method static mixed selectSub($query, $as)
|
|
* @method static mixed selectRaw($expression, array $bindings)
|
|
* @method static mixed fromSub($query, $as)
|
|
* @method static mixed fromRaw($expression, $bindings)
|
|
* @method static mixed createSub($query)
|
|
* @method static mixed parseSub($query)
|
|
* @method static mixed prependDatabaseNameIfCrossDatabaseQuery($query)
|
|
* @method static mixed addSelect($column)
|
|
* @method static mixed distinct()
|
|
* @method static mixed from($table, $as)
|
|
* @method static mixed useIndex($index)
|
|
* @method static mixed forceIndex($index)
|
|
* @method static mixed ignoreIndex($index)
|
|
* @method static mixed join($table, $first, $operator, $second, $type, $where)
|
|
* @method static mixed joinWhere($table, $first, $operator, $second, $type)
|
|
* @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where)
|
|
* @method static mixed joinLateral($query, string $as, string $type)
|
|
* @method static mixed leftJoinLateral($query, string $as)
|
|
* @method static mixed leftJoin($table, $first, $operator, $second)
|
|
* @method static mixed leftJoinWhere($table, $first, $operator, $second)
|
|
* @method static mixed leftJoinSub($query, $as, $first, $operator, $second)
|
|
* @method static mixed rightJoin($table, $first, $operator, $second)
|
|
* @method static mixed rightJoinWhere($table, $first, $operator, $second)
|
|
* @method static mixed rightJoinSub($query, $as, $first, $operator, $second)
|
|
* @method static mixed crossJoin($table, $first, $operator, $second)
|
|
* @method static mixed crossJoinSub($query, $as)
|
|
* @method static mixed newJoinClause(self $parentQuery, $type, $table)
|
|
* @method static mixed newJoinLateralClause(self $parentQuery, $type, $table)
|
|
* @method static mixed mergeWheres($wheres, $bindings)
|
|
* @method static mixed where($column, $operator, $value, $boolean)
|
|
* @method static mixed addArrayOfWheres($column, $boolean, $method)
|
|
* @method static mixed prepareValueAndOperator($value, $operator, $useDefault)
|
|
* @method static mixed invalidOperatorAndValue($operator, $value)
|
|
* @method static mixed invalidOperator($operator)
|
|
* @method static mixed isBitwiseOperator($operator)
|
|
* @method static mixed orWhere($column, $operator, $value)
|
|
* @method static mixed whereNot($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereNot($column, $operator, $value)
|
|
* @method static mixed whereColumn($first, $operator, $second, $boolean)
|
|
* @method static mixed orWhereColumn($first, $operator, $second)
|
|
* @method static mixed whereRaw($sql, $bindings, $boolean)
|
|
* @method static mixed orWhereRaw($sql, $bindings)
|
|
* @method static mixed whereIn($column, $values, $boolean, $not)
|
|
* @method static mixed orWhereIn($column, $values)
|
|
* @method static mixed whereNotIn($column, $values, $boolean)
|
|
* @method static mixed orWhereNotIn($column, $values)
|
|
* @method static mixed whereIntegerInRaw($column, $values, $boolean, $not)
|
|
* @method static mixed orWhereIntegerInRaw($column, $values)
|
|
* @method static mixed whereIntegerNotInRaw($column, $values, $boolean)
|
|
* @method static mixed orWhereIntegerNotInRaw($column, $values)
|
|
* @method static mixed whereNull($columns, $boolean, $not)
|
|
* @method static mixed orWhereNull($column)
|
|
* @method static mixed whereNotNull($columns, $boolean)
|
|
* @method static mixed whereBetween($column, iterable $values, $boolean, $not)
|
|
* @method static mixed whereBetweenColumns($column, array $values, $boolean, $not)
|
|
* @method static mixed orWhereBetween($column, iterable $values)
|
|
* @method static mixed orWhereBetweenColumns($column, array $values)
|
|
* @method static mixed whereNotBetween($column, iterable $values, $boolean)
|
|
* @method static mixed whereNotBetweenColumns($column, array $values, $boolean)
|
|
* @method static mixed orWhereNotBetween($column, iterable $values)
|
|
* @method static mixed orWhereNotBetweenColumns($column, array $values)
|
|
* @method static mixed orWhereNotNull($column)
|
|
* @method static mixed whereDate($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereDate($column, $operator, $value)
|
|
* @method static mixed whereTime($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereTime($column, $operator, $value)
|
|
* @method static mixed whereDay($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereDay($column, $operator, $value)
|
|
* @method static mixed whereMonth($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereMonth($column, $operator, $value)
|
|
* @method static mixed whereYear($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereYear($column, $operator, $value)
|
|
* @method static mixed addDateBasedWhere($type, $column, $operator, $value, $boolean)
|
|
* @method static mixed whereNested(Closure $callback, $boolean)
|
|
* @method static mixed forNestedWhere()
|
|
* @method static mixed addNestedWhereQuery($query, $boolean)
|
|
* @method static mixed whereSub($column, $operator, $callback, $boolean)
|
|
* @method static mixed whereExists($callback, $boolean, $not)
|
|
* @method static mixed orWhereExists($callback, $not)
|
|
* @method static mixed whereNotExists($callback, $boolean)
|
|
* @method static mixed orWhereNotExists($callback)
|
|
* @method static mixed addWhereExistsQuery(self $query, $boolean, $not)
|
|
* @method static mixed whereRowValues($columns, $operator, $values, $boolean)
|
|
* @method static mixed orWhereRowValues($columns, $operator, $values)
|
|
* @method static mixed whereJsonContains($column, $value, $boolean, $not)
|
|
* @method static mixed orWhereJsonContains($column, $value)
|
|
* @method static mixed whereJsonDoesntContain($column, $value, $boolean)
|
|
* @method static mixed orWhereJsonDoesntContain($column, $value)
|
|
* @method static mixed whereJsonOverlaps($column, $value, $boolean, $not)
|
|
* @method static mixed orWhereJsonOverlaps($column, $value)
|
|
* @method static mixed whereJsonDoesntOverlap($column, $value, $boolean)
|
|
* @method static mixed orWhereJsonDoesntOverlap($column, $value)
|
|
* @method static mixed whereJsonContainsKey($column, $boolean, $not)
|
|
* @method static mixed orWhereJsonContainsKey($column)
|
|
* @method static mixed whereJsonDoesntContainKey($column, $boolean)
|
|
* @method static mixed orWhereJsonDoesntContainKey($column)
|
|
* @method static mixed whereJsonLength($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereJsonLength($column, $operator, $value)
|
|
* @method static mixed dynamicWhere($method, $parameters)
|
|
* @method static mixed addDynamic($segment, $connector, $parameters, $index)
|
|
* @method static mixed whereFullText($columns, $value, array $options, $boolean)
|
|
* @method static mixed orWhereFullText($columns, $value, array $options)
|
|
* @method static mixed whereAll($columns, $operator, $value, $boolean)
|
|
* @method static mixed orWhereAll($columns, $operator, $value)
|
|
* @method static mixed whereAny($columns, $operator, $value, $boolean)
|
|
* @method static mixed orWhereAny($columns, $operator, $value)
|
|
* @method static mixed groupBy($groups)
|
|
* @method static mixed groupByRaw($sql, array $bindings)
|
|
* @method static mixed having($column, $operator, $value, $boolean)
|
|
* @method static mixed orHaving($column, $operator, $value)
|
|
* @method static mixed havingNested(Closure $callback, $boolean)
|
|
* @method static mixed addNestedHavingQuery($query, $boolean)
|
|
* @method static mixed havingNull($columns, $boolean, $not)
|
|
* @method static mixed orHavingNull($column)
|
|
* @method static mixed havingNotNull($columns, $boolean)
|
|
* @method static mixed orHavingNotNull($column)
|
|
* @method static mixed havingBetween($column, iterable $values, $boolean, $not)
|
|
* @method static mixed havingRaw($sql, array $bindings, $boolean)
|
|
* @method static mixed orHavingRaw($sql, array $bindings)
|
|
* @method static mixed orderBy($column, $direction)
|
|
* @method static mixed orderByDesc($column)
|
|
* @method static mixed latest($column)
|
|
* @method static mixed oldest($column)
|
|
* @method static mixed inRandomOrder($seed)
|
|
* @method static mixed orderByRaw($sql, $bindings)
|
|
* @method static mixed skip($value)
|
|
* @method static mixed offset($value)
|
|
* @method static mixed take($value)
|
|
* @method static mixed limit($value)
|
|
* @method static mixed groupLimit($value, $column)
|
|
* @method static mixed forPage($page, $perPage)
|
|
* @method static mixed forPageBeforeId($perPage, $lastId, $column)
|
|
* @method static mixed forPageAfterId($perPage, $lastId, $column)
|
|
* @method static mixed reorder($column, $direction)
|
|
* @method static mixed removeExistingOrdersFor($column)
|
|
* @method static mixed union($query, $all)
|
|
* @method static mixed unionAll($query)
|
|
* @method static mixed lock($value)
|
|
* @method static mixed lockForUpdate()
|
|
* @method static mixed sharedLock()
|
|
* @method static mixed beforeQuery(callable $callback)
|
|
* @method static mixed applyBeforeQueryCallbacks()
|
|
* @method static mixed afterQuery(Closure $callback)
|
|
* @method static mixed applyAfterQueryCallbacks($result)
|
|
* @method static mixed toSql()
|
|
* @method static mixed toRawSql()
|
|
* @method static mixed find($id, $columns)
|
|
* @method static mixed findOr($id, $columns, Closure $callback)
|
|
* @method static mixed value($column)
|
|
* @method static mixed rawValue(string $expression, array $bindings)
|
|
* @method static mixed soleValue($column)
|
|
* @method static mixed get($columns)
|
|
* @method static mixed runSelect()
|
|
* @method static mixed withoutGroupLimitKeys($items)
|
|
* @method static mixed paginate($perPage, $columns, $pageName, $page, $total)
|
|
* @method static mixed simplePaginate($perPage, $columns, $pageName, $page)
|
|
* @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor)
|
|
* @method static mixed ensureOrderForCursorPagination($shouldReverse)
|
|
* @method static mixed getCountForPagination($columns)
|
|
* @method static mixed runPaginationCountQuery($columns)
|
|
* @method static mixed cloneForPaginationCount()
|
|
* @method static mixed withoutSelectAliases(array $columns)
|
|
* @method static mixed cursor()
|
|
* @method static mixed enforceOrderBy()
|
|
* @method static mixed pluck($column, $key)
|
|
* @method static mixed stripTableForPluck($column)
|
|
* @method static mixed pluckFromObjectColumn($queryResult, $column, $key)
|
|
* @method static mixed pluckFromArrayColumn($queryResult, $column, $key)
|
|
* @method static mixed implode($column, $glue)
|
|
* @method static mixed exists()
|
|
* @method static mixed doesntExist()
|
|
* @method static mixed existsOr(Closure $callback)
|
|
* @method static mixed doesntExistOr(Closure $callback)
|
|
* @method static mixed count($columns)
|
|
* @method static mixed min($column)
|
|
* @method static mixed max($column)
|
|
* @method static mixed sum($column)
|
|
* @method static mixed avg($column)
|
|
* @method static mixed average($column)
|
|
* @method static mixed aggregate($function, $columns)
|
|
* @method static mixed numericAggregate($function, $columns)
|
|
* @method static mixed setAggregate($function, $columns)
|
|
* @method static mixed onceWithColumns($columns, $callback)
|
|
* @method static mixed insert(array $values)
|
|
* @method static mixed insertOrIgnore(array $values)
|
|
* @method static mixed insertGetId(array $values, $sequence)
|
|
* @method static mixed insertUsing(array $columns, $query)
|
|
* @method static mixed insertOrIgnoreUsing(array $columns, $query)
|
|
* @method static mixed update(array $values)
|
|
* @method static mixed updateFrom(array $values)
|
|
* @method static mixed updateOrInsert(array $attributes, callable|array $values)
|
|
* @method static mixed upsert(array $values, $uniqueBy, $update)
|
|
* @method static mixed increment($column, $amount, array $extra)
|
|
* @method static mixed incrementEach(array $columns, array $extra)
|
|
* @method static mixed decrement($column, $amount, array $extra)
|
|
* @method static mixed decrementEach(array $columns, array $extra)
|
|
* @method static mixed delete($id)
|
|
* @method static mixed truncate()
|
|
* @method static mixed newQuery()
|
|
* @method static mixed forSubQuery()
|
|
* @method static mixed getColumns()
|
|
* @method static mixed raw($value)
|
|
* @method static mixed getUnionBuilders()
|
|
* @method static mixed getBindings()
|
|
* @method static mixed getRawBindings()
|
|
* @method static mixed setBindings(array $bindings, $type)
|
|
* @method static mixed addBinding($value, $type)
|
|
* @method static mixed castBinding($value)
|
|
* @method static mixed mergeBindings(self $query)
|
|
* @method static mixed cleanBindings(array $bindings)
|
|
* @method static mixed flattenValue($value)
|
|
* @method static mixed defaultKeyName()
|
|
* @method static mixed getConnection()
|
|
* @method static mixed getProcessor()
|
|
* @method static mixed getGrammar()
|
|
* @method static mixed useWritePdo()
|
|
* @method static mixed isQueryable($value)
|
|
* @method static mixed clone()
|
|
* @method static mixed cloneWithout(array $properties)
|
|
* @method static mixed cloneWithoutBindings(array $except)
|
|
* @method static mixed dump($args)
|
|
* @method static mixed dumpRawSql()
|
|
* @method static mixed dd()
|
|
* @method static mixed ddRawSql()
|
|
* @method static mixed chunk($count, callable $callback)
|
|
* @method static mixed chunkMap(callable $callback, $count)
|
|
* @method static mixed each(callable $callback, $count)
|
|
* @method static mixed chunkById($count, callable $callback, $column, $alias)
|
|
* @method static mixed chunkByIdDesc($count, callable $callback, $column, $alias)
|
|
* @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending)
|
|
* @method static mixed eachById(callable $callback, $count, $column, $alias)
|
|
* @method static mixed lazy($chunkSize)
|
|
* @method static mixed lazyById($chunkSize, $column, $alias)
|
|
* @method static mixed lazyByIdDesc($chunkSize, $column, $alias)
|
|
* @method static mixed orderedLazyById($chunkSize, $column, $alias, $descending)
|
|
* @method static mixed first($columns)
|
|
* @method static mixed sole($columns)
|
|
* @method static mixed paginateUsingCursor($perPage, $columns, $cursorName, $cursor)
|
|
* @method static mixed getOriginalColumnNameForCursorPagination($builder, string $parameter)
|
|
* @method static mixed paginator($items, $total, $perPage, $currentPage, $options)
|
|
* @method static mixed simplePaginator($items, $perPage, $currentPage, $options)
|
|
* @method static mixed cursorPaginator($items, $perPage, $cursor, $options)
|
|
* @method static mixed tap($callback)
|
|
* @method static mixed when($value, callable $callback, callable $default)
|
|
* @method static mixed unless($value, callable $callback, callable $default)
|
|
* @method static mixed explain()
|
|
* @method static mixed forwardCallTo($object, $method, $parameters)
|
|
* @method static mixed forwardDecoratedCallTo($object, $method, $parameters)
|
|
* @method static mixed throwBadMethodCallException($method)
|
|
* @method static mixed macro($name, $macro)
|
|
* @method static mixed mixin($mixin, $replace)
|
|
* @method static mixed hasMacro($name)
|
|
* @method static mixed flushMacros()
|
|
* @method static mixed macroCall($method, $parameters)
|
|
* @mixin \Illuminate\Database\Query\Builder
|
|
*/
|
|
class Mitigation extends \Illuminate\Database\Eloquent\Model
|
|
{
|
|
//
|
|
}
|
|
|
|
/**
|
|
* App\Models\MitigationRendahKarbonDaerah
|
|
*
|
|
* @property \Illuminate\Support\Carbon|null $updated_at
|
|
* @property \Illuminate\Support\Carbon|null $created_at
|
|
* @property string|null $updated_by
|
|
* @property string|null $created_by
|
|
* @property string $name
|
|
* @property string $sub_sector
|
|
* @property string $sector
|
|
* @property int $id
|
|
* @method static \Illuminate\Database\Eloquent\Builder<MitigationRendahKarbonDaerah>|MitigationRendahKarbonDaerah whereId($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<MitigationRendahKarbonDaerah>|MitigationRendahKarbonDaerah whereSector($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<MitigationRendahKarbonDaerah>|MitigationRendahKarbonDaerah whereSubSector($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<MitigationRendahKarbonDaerah>|MitigationRendahKarbonDaerah whereName($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<MitigationRendahKarbonDaerah>|MitigationRendahKarbonDaerah whereCreatedBy($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<MitigationRendahKarbonDaerah>|MitigationRendahKarbonDaerah whereUpdatedBy($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<MitigationRendahKarbonDaerah>|MitigationRendahKarbonDaerah whereCreatedAt($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<MitigationRendahKarbonDaerah>|MitigationRendahKarbonDaerah whereUpdatedAt($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<MitigationRendahKarbonDaerah>|MitigationRendahKarbonDaerah newModelQuery()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<MitigationRendahKarbonDaerah>|MitigationRendahKarbonDaerah newQuery()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<MitigationRendahKarbonDaerah>|MitigationRendahKarbonDaerah query()
|
|
* @method static mixed select($columns)
|
|
* @method static mixed selectSub($query, $as)
|
|
* @method static mixed selectRaw($expression, array $bindings)
|
|
* @method static mixed fromSub($query, $as)
|
|
* @method static mixed fromRaw($expression, $bindings)
|
|
* @method static mixed createSub($query)
|
|
* @method static mixed parseSub($query)
|
|
* @method static mixed prependDatabaseNameIfCrossDatabaseQuery($query)
|
|
* @method static mixed addSelect($column)
|
|
* @method static mixed distinct()
|
|
* @method static mixed from($table, $as)
|
|
* @method static mixed useIndex($index)
|
|
* @method static mixed forceIndex($index)
|
|
* @method static mixed ignoreIndex($index)
|
|
* @method static mixed join($table, $first, $operator, $second, $type, $where)
|
|
* @method static mixed joinWhere($table, $first, $operator, $second, $type)
|
|
* @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where)
|
|
* @method static mixed joinLateral($query, string $as, string $type)
|
|
* @method static mixed leftJoinLateral($query, string $as)
|
|
* @method static mixed leftJoin($table, $first, $operator, $second)
|
|
* @method static mixed leftJoinWhere($table, $first, $operator, $second)
|
|
* @method static mixed leftJoinSub($query, $as, $first, $operator, $second)
|
|
* @method static mixed rightJoin($table, $first, $operator, $second)
|
|
* @method static mixed rightJoinWhere($table, $first, $operator, $second)
|
|
* @method static mixed rightJoinSub($query, $as, $first, $operator, $second)
|
|
* @method static mixed crossJoin($table, $first, $operator, $second)
|
|
* @method static mixed crossJoinSub($query, $as)
|
|
* @method static mixed newJoinClause(self $parentQuery, $type, $table)
|
|
* @method static mixed newJoinLateralClause(self $parentQuery, $type, $table)
|
|
* @method static mixed mergeWheres($wheres, $bindings)
|
|
* @method static mixed where($column, $operator, $value, $boolean)
|
|
* @method static mixed addArrayOfWheres($column, $boolean, $method)
|
|
* @method static mixed prepareValueAndOperator($value, $operator, $useDefault)
|
|
* @method static mixed invalidOperatorAndValue($operator, $value)
|
|
* @method static mixed invalidOperator($operator)
|
|
* @method static mixed isBitwiseOperator($operator)
|
|
* @method static mixed orWhere($column, $operator, $value)
|
|
* @method static mixed whereNot($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereNot($column, $operator, $value)
|
|
* @method static mixed whereColumn($first, $operator, $second, $boolean)
|
|
* @method static mixed orWhereColumn($first, $operator, $second)
|
|
* @method static mixed whereRaw($sql, $bindings, $boolean)
|
|
* @method static mixed orWhereRaw($sql, $bindings)
|
|
* @method static mixed whereIn($column, $values, $boolean, $not)
|
|
* @method static mixed orWhereIn($column, $values)
|
|
* @method static mixed whereNotIn($column, $values, $boolean)
|
|
* @method static mixed orWhereNotIn($column, $values)
|
|
* @method static mixed whereIntegerInRaw($column, $values, $boolean, $not)
|
|
* @method static mixed orWhereIntegerInRaw($column, $values)
|
|
* @method static mixed whereIntegerNotInRaw($column, $values, $boolean)
|
|
* @method static mixed orWhereIntegerNotInRaw($column, $values)
|
|
* @method static mixed whereNull($columns, $boolean, $not)
|
|
* @method static mixed orWhereNull($column)
|
|
* @method static mixed whereNotNull($columns, $boolean)
|
|
* @method static mixed whereBetween($column, iterable $values, $boolean, $not)
|
|
* @method static mixed whereBetweenColumns($column, array $values, $boolean, $not)
|
|
* @method static mixed orWhereBetween($column, iterable $values)
|
|
* @method static mixed orWhereBetweenColumns($column, array $values)
|
|
* @method static mixed whereNotBetween($column, iterable $values, $boolean)
|
|
* @method static mixed whereNotBetweenColumns($column, array $values, $boolean)
|
|
* @method static mixed orWhereNotBetween($column, iterable $values)
|
|
* @method static mixed orWhereNotBetweenColumns($column, array $values)
|
|
* @method static mixed orWhereNotNull($column)
|
|
* @method static mixed whereDate($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereDate($column, $operator, $value)
|
|
* @method static mixed whereTime($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereTime($column, $operator, $value)
|
|
* @method static mixed whereDay($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereDay($column, $operator, $value)
|
|
* @method static mixed whereMonth($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereMonth($column, $operator, $value)
|
|
* @method static mixed whereYear($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereYear($column, $operator, $value)
|
|
* @method static mixed addDateBasedWhere($type, $column, $operator, $value, $boolean)
|
|
* @method static mixed whereNested(Closure $callback, $boolean)
|
|
* @method static mixed forNestedWhere()
|
|
* @method static mixed addNestedWhereQuery($query, $boolean)
|
|
* @method static mixed whereSub($column, $operator, $callback, $boolean)
|
|
* @method static mixed whereExists($callback, $boolean, $not)
|
|
* @method static mixed orWhereExists($callback, $not)
|
|
* @method static mixed whereNotExists($callback, $boolean)
|
|
* @method static mixed orWhereNotExists($callback)
|
|
* @method static mixed addWhereExistsQuery(self $query, $boolean, $not)
|
|
* @method static mixed whereRowValues($columns, $operator, $values, $boolean)
|
|
* @method static mixed orWhereRowValues($columns, $operator, $values)
|
|
* @method static mixed whereJsonContains($column, $value, $boolean, $not)
|
|
* @method static mixed orWhereJsonContains($column, $value)
|
|
* @method static mixed whereJsonDoesntContain($column, $value, $boolean)
|
|
* @method static mixed orWhereJsonDoesntContain($column, $value)
|
|
* @method static mixed whereJsonOverlaps($column, $value, $boolean, $not)
|
|
* @method static mixed orWhereJsonOverlaps($column, $value)
|
|
* @method static mixed whereJsonDoesntOverlap($column, $value, $boolean)
|
|
* @method static mixed orWhereJsonDoesntOverlap($column, $value)
|
|
* @method static mixed whereJsonContainsKey($column, $boolean, $not)
|
|
* @method static mixed orWhereJsonContainsKey($column)
|
|
* @method static mixed whereJsonDoesntContainKey($column, $boolean)
|
|
* @method static mixed orWhereJsonDoesntContainKey($column)
|
|
* @method static mixed whereJsonLength($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereJsonLength($column, $operator, $value)
|
|
* @method static mixed dynamicWhere($method, $parameters)
|
|
* @method static mixed addDynamic($segment, $connector, $parameters, $index)
|
|
* @method static mixed whereFullText($columns, $value, array $options, $boolean)
|
|
* @method static mixed orWhereFullText($columns, $value, array $options)
|
|
* @method static mixed whereAll($columns, $operator, $value, $boolean)
|
|
* @method static mixed orWhereAll($columns, $operator, $value)
|
|
* @method static mixed whereAny($columns, $operator, $value, $boolean)
|
|
* @method static mixed orWhereAny($columns, $operator, $value)
|
|
* @method static mixed groupBy($groups)
|
|
* @method static mixed groupByRaw($sql, array $bindings)
|
|
* @method static mixed having($column, $operator, $value, $boolean)
|
|
* @method static mixed orHaving($column, $operator, $value)
|
|
* @method static mixed havingNested(Closure $callback, $boolean)
|
|
* @method static mixed addNestedHavingQuery($query, $boolean)
|
|
* @method static mixed havingNull($columns, $boolean, $not)
|
|
* @method static mixed orHavingNull($column)
|
|
* @method static mixed havingNotNull($columns, $boolean)
|
|
* @method static mixed orHavingNotNull($column)
|
|
* @method static mixed havingBetween($column, iterable $values, $boolean, $not)
|
|
* @method static mixed havingRaw($sql, array $bindings, $boolean)
|
|
* @method static mixed orHavingRaw($sql, array $bindings)
|
|
* @method static mixed orderBy($column, $direction)
|
|
* @method static mixed orderByDesc($column)
|
|
* @method static mixed latest($column)
|
|
* @method static mixed oldest($column)
|
|
* @method static mixed inRandomOrder($seed)
|
|
* @method static mixed orderByRaw($sql, $bindings)
|
|
* @method static mixed skip($value)
|
|
* @method static mixed offset($value)
|
|
* @method static mixed take($value)
|
|
* @method static mixed limit($value)
|
|
* @method static mixed groupLimit($value, $column)
|
|
* @method static mixed forPage($page, $perPage)
|
|
* @method static mixed forPageBeforeId($perPage, $lastId, $column)
|
|
* @method static mixed forPageAfterId($perPage, $lastId, $column)
|
|
* @method static mixed reorder($column, $direction)
|
|
* @method static mixed removeExistingOrdersFor($column)
|
|
* @method static mixed union($query, $all)
|
|
* @method static mixed unionAll($query)
|
|
* @method static mixed lock($value)
|
|
* @method static mixed lockForUpdate()
|
|
* @method static mixed sharedLock()
|
|
* @method static mixed beforeQuery(callable $callback)
|
|
* @method static mixed applyBeforeQueryCallbacks()
|
|
* @method static mixed afterQuery(Closure $callback)
|
|
* @method static mixed applyAfterQueryCallbacks($result)
|
|
* @method static mixed toSql()
|
|
* @method static mixed toRawSql()
|
|
* @method static mixed find($id, $columns)
|
|
* @method static mixed findOr($id, $columns, Closure $callback)
|
|
* @method static mixed value($column)
|
|
* @method static mixed rawValue(string $expression, array $bindings)
|
|
* @method static mixed soleValue($column)
|
|
* @method static mixed get($columns)
|
|
* @method static mixed runSelect()
|
|
* @method static mixed withoutGroupLimitKeys($items)
|
|
* @method static mixed paginate($perPage, $columns, $pageName, $page, $total)
|
|
* @method static mixed simplePaginate($perPage, $columns, $pageName, $page)
|
|
* @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor)
|
|
* @method static mixed ensureOrderForCursorPagination($shouldReverse)
|
|
* @method static mixed getCountForPagination($columns)
|
|
* @method static mixed runPaginationCountQuery($columns)
|
|
* @method static mixed cloneForPaginationCount()
|
|
* @method static mixed withoutSelectAliases(array $columns)
|
|
* @method static mixed cursor()
|
|
* @method static mixed enforceOrderBy()
|
|
* @method static mixed pluck($column, $key)
|
|
* @method static mixed stripTableForPluck($column)
|
|
* @method static mixed pluckFromObjectColumn($queryResult, $column, $key)
|
|
* @method static mixed pluckFromArrayColumn($queryResult, $column, $key)
|
|
* @method static mixed implode($column, $glue)
|
|
* @method static mixed exists()
|
|
* @method static mixed doesntExist()
|
|
* @method static mixed existsOr(Closure $callback)
|
|
* @method static mixed doesntExistOr(Closure $callback)
|
|
* @method static mixed count($columns)
|
|
* @method static mixed min($column)
|
|
* @method static mixed max($column)
|
|
* @method static mixed sum($column)
|
|
* @method static mixed avg($column)
|
|
* @method static mixed average($column)
|
|
* @method static mixed aggregate($function, $columns)
|
|
* @method static mixed numericAggregate($function, $columns)
|
|
* @method static mixed setAggregate($function, $columns)
|
|
* @method static mixed onceWithColumns($columns, $callback)
|
|
* @method static mixed insert(array $values)
|
|
* @method static mixed insertOrIgnore(array $values)
|
|
* @method static mixed insertGetId(array $values, $sequence)
|
|
* @method static mixed insertUsing(array $columns, $query)
|
|
* @method static mixed insertOrIgnoreUsing(array $columns, $query)
|
|
* @method static mixed update(array $values)
|
|
* @method static mixed updateFrom(array $values)
|
|
* @method static mixed updateOrInsert(array $attributes, callable|array $values)
|
|
* @method static mixed upsert(array $values, $uniqueBy, $update)
|
|
* @method static mixed increment($column, $amount, array $extra)
|
|
* @method static mixed incrementEach(array $columns, array $extra)
|
|
* @method static mixed decrement($column, $amount, array $extra)
|
|
* @method static mixed decrementEach(array $columns, array $extra)
|
|
* @method static mixed delete($id)
|
|
* @method static mixed truncate()
|
|
* @method static mixed newQuery()
|
|
* @method static mixed forSubQuery()
|
|
* @method static mixed getColumns()
|
|
* @method static mixed raw($value)
|
|
* @method static mixed getUnionBuilders()
|
|
* @method static mixed getBindings()
|
|
* @method static mixed getRawBindings()
|
|
* @method static mixed setBindings(array $bindings, $type)
|
|
* @method static mixed addBinding($value, $type)
|
|
* @method static mixed castBinding($value)
|
|
* @method static mixed mergeBindings(self $query)
|
|
* @method static mixed cleanBindings(array $bindings)
|
|
* @method static mixed flattenValue($value)
|
|
* @method static mixed defaultKeyName()
|
|
* @method static mixed getConnection()
|
|
* @method static mixed getProcessor()
|
|
* @method static mixed getGrammar()
|
|
* @method static mixed useWritePdo()
|
|
* @method static mixed isQueryable($value)
|
|
* @method static mixed clone()
|
|
* @method static mixed cloneWithout(array $properties)
|
|
* @method static mixed cloneWithoutBindings(array $except)
|
|
* @method static mixed dump($args)
|
|
* @method static mixed dumpRawSql()
|
|
* @method static mixed dd()
|
|
* @method static mixed ddRawSql()
|
|
* @method static mixed chunk($count, callable $callback)
|
|
* @method static mixed chunkMap(callable $callback, $count)
|
|
* @method static mixed each(callable $callback, $count)
|
|
* @method static mixed chunkById($count, callable $callback, $column, $alias)
|
|
* @method static mixed chunkByIdDesc($count, callable $callback, $column, $alias)
|
|
* @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending)
|
|
* @method static mixed eachById(callable $callback, $count, $column, $alias)
|
|
* @method static mixed lazy($chunkSize)
|
|
* @method static mixed lazyById($chunkSize, $column, $alias)
|
|
* @method static mixed lazyByIdDesc($chunkSize, $column, $alias)
|
|
* @method static mixed orderedLazyById($chunkSize, $column, $alias, $descending)
|
|
* @method static mixed first($columns)
|
|
* @method static mixed sole($columns)
|
|
* @method static mixed paginateUsingCursor($perPage, $columns, $cursorName, $cursor)
|
|
* @method static mixed getOriginalColumnNameForCursorPagination($builder, string $parameter)
|
|
* @method static mixed paginator($items, $total, $perPage, $currentPage, $options)
|
|
* @method static mixed simplePaginator($items, $perPage, $currentPage, $options)
|
|
* @method static mixed cursorPaginator($items, $perPage, $cursor, $options)
|
|
* @method static mixed tap($callback)
|
|
* @method static mixed when($value, callable $callback, callable $default)
|
|
* @method static mixed unless($value, callable $callback, callable $default)
|
|
* @method static mixed explain()
|
|
* @method static mixed forwardCallTo($object, $method, $parameters)
|
|
* @method static mixed forwardDecoratedCallTo($object, $method, $parameters)
|
|
* @method static mixed throwBadMethodCallException($method)
|
|
* @method static mixed macro($name, $macro)
|
|
* @method static mixed mixin($mixin, $replace)
|
|
* @method static mixed hasMacro($name)
|
|
* @method static mixed flushMacros()
|
|
* @method static mixed macroCall($method, $parameters)
|
|
* @mixin \Illuminate\Database\Query\Builder
|
|
*/
|
|
class MitigationRendahKarbonDaerah extends \Illuminate\Database\Eloquent\Model
|
|
{
|
|
//
|
|
}
|
|
|
|
/**
|
|
* App\Models\Permission
|
|
*
|
|
* @property \Illuminate\Support\Carbon|null $updated_at
|
|
* @property \Illuminate\Support\Carbon|null $created_at
|
|
* @property int $menu_id
|
|
* @property int $user_group_id
|
|
* @property-read \App\Models\UserGroup $userGroup
|
|
* @property-read \App\Models\Menu $menu
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Permission>|Permission whereUserGroupId($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Permission>|Permission whereMenuId($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Permission>|Permission whereCreatedAt($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Permission>|Permission whereUpdatedAt($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Permission>|Permission newModelQuery()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Permission>|Permission newQuery()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Permission>|Permission query()
|
|
* @method static mixed select($columns)
|
|
* @method static mixed selectSub($query, $as)
|
|
* @method static mixed selectRaw($expression, array $bindings)
|
|
* @method static mixed fromSub($query, $as)
|
|
* @method static mixed fromRaw($expression, $bindings)
|
|
* @method static mixed createSub($query)
|
|
* @method static mixed parseSub($query)
|
|
* @method static mixed prependDatabaseNameIfCrossDatabaseQuery($query)
|
|
* @method static mixed addSelect($column)
|
|
* @method static mixed distinct()
|
|
* @method static mixed from($table, $as)
|
|
* @method static mixed useIndex($index)
|
|
* @method static mixed forceIndex($index)
|
|
* @method static mixed ignoreIndex($index)
|
|
* @method static mixed join($table, $first, $operator, $second, $type, $where)
|
|
* @method static mixed joinWhere($table, $first, $operator, $second, $type)
|
|
* @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where)
|
|
* @method static mixed joinLateral($query, string $as, string $type)
|
|
* @method static mixed leftJoinLateral($query, string $as)
|
|
* @method static mixed leftJoin($table, $first, $operator, $second)
|
|
* @method static mixed leftJoinWhere($table, $first, $operator, $second)
|
|
* @method static mixed leftJoinSub($query, $as, $first, $operator, $second)
|
|
* @method static mixed rightJoin($table, $first, $operator, $second)
|
|
* @method static mixed rightJoinWhere($table, $first, $operator, $second)
|
|
* @method static mixed rightJoinSub($query, $as, $first, $operator, $second)
|
|
* @method static mixed crossJoin($table, $first, $operator, $second)
|
|
* @method static mixed crossJoinSub($query, $as)
|
|
* @method static mixed newJoinClause(self $parentQuery, $type, $table)
|
|
* @method static mixed newJoinLateralClause(self $parentQuery, $type, $table)
|
|
* @method static mixed mergeWheres($wheres, $bindings)
|
|
* @method static mixed where($column, $operator, $value, $boolean)
|
|
* @method static mixed addArrayOfWheres($column, $boolean, $method)
|
|
* @method static mixed prepareValueAndOperator($value, $operator, $useDefault)
|
|
* @method static mixed invalidOperatorAndValue($operator, $value)
|
|
* @method static mixed invalidOperator($operator)
|
|
* @method static mixed isBitwiseOperator($operator)
|
|
* @method static mixed orWhere($column, $operator, $value)
|
|
* @method static mixed whereNot($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereNot($column, $operator, $value)
|
|
* @method static mixed whereColumn($first, $operator, $second, $boolean)
|
|
* @method static mixed orWhereColumn($first, $operator, $second)
|
|
* @method static mixed whereRaw($sql, $bindings, $boolean)
|
|
* @method static mixed orWhereRaw($sql, $bindings)
|
|
* @method static mixed whereIn($column, $values, $boolean, $not)
|
|
* @method static mixed orWhereIn($column, $values)
|
|
* @method static mixed whereNotIn($column, $values, $boolean)
|
|
* @method static mixed orWhereNotIn($column, $values)
|
|
* @method static mixed whereIntegerInRaw($column, $values, $boolean, $not)
|
|
* @method static mixed orWhereIntegerInRaw($column, $values)
|
|
* @method static mixed whereIntegerNotInRaw($column, $values, $boolean)
|
|
* @method static mixed orWhereIntegerNotInRaw($column, $values)
|
|
* @method static mixed whereNull($columns, $boolean, $not)
|
|
* @method static mixed orWhereNull($column)
|
|
* @method static mixed whereNotNull($columns, $boolean)
|
|
* @method static mixed whereBetween($column, iterable $values, $boolean, $not)
|
|
* @method static mixed whereBetweenColumns($column, array $values, $boolean, $not)
|
|
* @method static mixed orWhereBetween($column, iterable $values)
|
|
* @method static mixed orWhereBetweenColumns($column, array $values)
|
|
* @method static mixed whereNotBetween($column, iterable $values, $boolean)
|
|
* @method static mixed whereNotBetweenColumns($column, array $values, $boolean)
|
|
* @method static mixed orWhereNotBetween($column, iterable $values)
|
|
* @method static mixed orWhereNotBetweenColumns($column, array $values)
|
|
* @method static mixed orWhereNotNull($column)
|
|
* @method static mixed whereDate($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereDate($column, $operator, $value)
|
|
* @method static mixed whereTime($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereTime($column, $operator, $value)
|
|
* @method static mixed whereDay($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereDay($column, $operator, $value)
|
|
* @method static mixed whereMonth($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereMonth($column, $operator, $value)
|
|
* @method static mixed whereYear($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereYear($column, $operator, $value)
|
|
* @method static mixed addDateBasedWhere($type, $column, $operator, $value, $boolean)
|
|
* @method static mixed whereNested(Closure $callback, $boolean)
|
|
* @method static mixed forNestedWhere()
|
|
* @method static mixed addNestedWhereQuery($query, $boolean)
|
|
* @method static mixed whereSub($column, $operator, $callback, $boolean)
|
|
* @method static mixed whereExists($callback, $boolean, $not)
|
|
* @method static mixed orWhereExists($callback, $not)
|
|
* @method static mixed whereNotExists($callback, $boolean)
|
|
* @method static mixed orWhereNotExists($callback)
|
|
* @method static mixed addWhereExistsQuery(self $query, $boolean, $not)
|
|
* @method static mixed whereRowValues($columns, $operator, $values, $boolean)
|
|
* @method static mixed orWhereRowValues($columns, $operator, $values)
|
|
* @method static mixed whereJsonContains($column, $value, $boolean, $not)
|
|
* @method static mixed orWhereJsonContains($column, $value)
|
|
* @method static mixed whereJsonDoesntContain($column, $value, $boolean)
|
|
* @method static mixed orWhereJsonDoesntContain($column, $value)
|
|
* @method static mixed whereJsonOverlaps($column, $value, $boolean, $not)
|
|
* @method static mixed orWhereJsonOverlaps($column, $value)
|
|
* @method static mixed whereJsonDoesntOverlap($column, $value, $boolean)
|
|
* @method static mixed orWhereJsonDoesntOverlap($column, $value)
|
|
* @method static mixed whereJsonContainsKey($column, $boolean, $not)
|
|
* @method static mixed orWhereJsonContainsKey($column)
|
|
* @method static mixed whereJsonDoesntContainKey($column, $boolean)
|
|
* @method static mixed orWhereJsonDoesntContainKey($column)
|
|
* @method static mixed whereJsonLength($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereJsonLength($column, $operator, $value)
|
|
* @method static mixed dynamicWhere($method, $parameters)
|
|
* @method static mixed addDynamic($segment, $connector, $parameters, $index)
|
|
* @method static mixed whereFullText($columns, $value, array $options, $boolean)
|
|
* @method static mixed orWhereFullText($columns, $value, array $options)
|
|
* @method static mixed whereAll($columns, $operator, $value, $boolean)
|
|
* @method static mixed orWhereAll($columns, $operator, $value)
|
|
* @method static mixed whereAny($columns, $operator, $value, $boolean)
|
|
* @method static mixed orWhereAny($columns, $operator, $value)
|
|
* @method static mixed groupBy($groups)
|
|
* @method static mixed groupByRaw($sql, array $bindings)
|
|
* @method static mixed having($column, $operator, $value, $boolean)
|
|
* @method static mixed orHaving($column, $operator, $value)
|
|
* @method static mixed havingNested(Closure $callback, $boolean)
|
|
* @method static mixed addNestedHavingQuery($query, $boolean)
|
|
* @method static mixed havingNull($columns, $boolean, $not)
|
|
* @method static mixed orHavingNull($column)
|
|
* @method static mixed havingNotNull($columns, $boolean)
|
|
* @method static mixed orHavingNotNull($column)
|
|
* @method static mixed havingBetween($column, iterable $values, $boolean, $not)
|
|
* @method static mixed havingRaw($sql, array $bindings, $boolean)
|
|
* @method static mixed orHavingRaw($sql, array $bindings)
|
|
* @method static mixed orderBy($column, $direction)
|
|
* @method static mixed orderByDesc($column)
|
|
* @method static mixed latest($column)
|
|
* @method static mixed oldest($column)
|
|
* @method static mixed inRandomOrder($seed)
|
|
* @method static mixed orderByRaw($sql, $bindings)
|
|
* @method static mixed skip($value)
|
|
* @method static mixed offset($value)
|
|
* @method static mixed take($value)
|
|
* @method static mixed limit($value)
|
|
* @method static mixed groupLimit($value, $column)
|
|
* @method static mixed forPage($page, $perPage)
|
|
* @method static mixed forPageBeforeId($perPage, $lastId, $column)
|
|
* @method static mixed forPageAfterId($perPage, $lastId, $column)
|
|
* @method static mixed reorder($column, $direction)
|
|
* @method static mixed removeExistingOrdersFor($column)
|
|
* @method static mixed union($query, $all)
|
|
* @method static mixed unionAll($query)
|
|
* @method static mixed lock($value)
|
|
* @method static mixed lockForUpdate()
|
|
* @method static mixed sharedLock()
|
|
* @method static mixed beforeQuery(callable $callback)
|
|
* @method static mixed applyBeforeQueryCallbacks()
|
|
* @method static mixed afterQuery(Closure $callback)
|
|
* @method static mixed applyAfterQueryCallbacks($result)
|
|
* @method static mixed toSql()
|
|
* @method static mixed toRawSql()
|
|
* @method static mixed find($id, $columns)
|
|
* @method static mixed findOr($id, $columns, Closure $callback)
|
|
* @method static mixed value($column)
|
|
* @method static mixed rawValue(string $expression, array $bindings)
|
|
* @method static mixed soleValue($column)
|
|
* @method static mixed get($columns)
|
|
* @method static mixed runSelect()
|
|
* @method static mixed withoutGroupLimitKeys($items)
|
|
* @method static mixed paginate($perPage, $columns, $pageName, $page, $total)
|
|
* @method static mixed simplePaginate($perPage, $columns, $pageName, $page)
|
|
* @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor)
|
|
* @method static mixed ensureOrderForCursorPagination($shouldReverse)
|
|
* @method static mixed getCountForPagination($columns)
|
|
* @method static mixed runPaginationCountQuery($columns)
|
|
* @method static mixed cloneForPaginationCount()
|
|
* @method static mixed withoutSelectAliases(array $columns)
|
|
* @method static mixed cursor()
|
|
* @method static mixed enforceOrderBy()
|
|
* @method static mixed pluck($column, $key)
|
|
* @method static mixed stripTableForPluck($column)
|
|
* @method static mixed pluckFromObjectColumn($queryResult, $column, $key)
|
|
* @method static mixed pluckFromArrayColumn($queryResult, $column, $key)
|
|
* @method static mixed implode($column, $glue)
|
|
* @method static mixed exists()
|
|
* @method static mixed doesntExist()
|
|
* @method static mixed existsOr(Closure $callback)
|
|
* @method static mixed doesntExistOr(Closure $callback)
|
|
* @method static mixed count($columns)
|
|
* @method static mixed min($column)
|
|
* @method static mixed max($column)
|
|
* @method static mixed sum($column)
|
|
* @method static mixed avg($column)
|
|
* @method static mixed average($column)
|
|
* @method static mixed aggregate($function, $columns)
|
|
* @method static mixed numericAggregate($function, $columns)
|
|
* @method static mixed setAggregate($function, $columns)
|
|
* @method static mixed onceWithColumns($columns, $callback)
|
|
* @method static mixed insert(array $values)
|
|
* @method static mixed insertOrIgnore(array $values)
|
|
* @method static mixed insertGetId(array $values, $sequence)
|
|
* @method static mixed insertUsing(array $columns, $query)
|
|
* @method static mixed insertOrIgnoreUsing(array $columns, $query)
|
|
* @method static mixed update(array $values)
|
|
* @method static mixed updateFrom(array $values)
|
|
* @method static mixed updateOrInsert(array $attributes, callable|array $values)
|
|
* @method static mixed upsert(array $values, $uniqueBy, $update)
|
|
* @method static mixed increment($column, $amount, array $extra)
|
|
* @method static mixed incrementEach(array $columns, array $extra)
|
|
* @method static mixed decrement($column, $amount, array $extra)
|
|
* @method static mixed decrementEach(array $columns, array $extra)
|
|
* @method static mixed delete($id)
|
|
* @method static mixed truncate()
|
|
* @method static mixed newQuery()
|
|
* @method static mixed forSubQuery()
|
|
* @method static mixed getColumns()
|
|
* @method static mixed raw($value)
|
|
* @method static mixed getUnionBuilders()
|
|
* @method static mixed getBindings()
|
|
* @method static mixed getRawBindings()
|
|
* @method static mixed setBindings(array $bindings, $type)
|
|
* @method static mixed addBinding($value, $type)
|
|
* @method static mixed castBinding($value)
|
|
* @method static mixed mergeBindings(self $query)
|
|
* @method static mixed cleanBindings(array $bindings)
|
|
* @method static mixed flattenValue($value)
|
|
* @method static mixed defaultKeyName()
|
|
* @method static mixed getConnection()
|
|
* @method static mixed getProcessor()
|
|
* @method static mixed getGrammar()
|
|
* @method static mixed useWritePdo()
|
|
* @method static mixed isQueryable($value)
|
|
* @method static mixed clone()
|
|
* @method static mixed cloneWithout(array $properties)
|
|
* @method static mixed cloneWithoutBindings(array $except)
|
|
* @method static mixed dump($args)
|
|
* @method static mixed dumpRawSql()
|
|
* @method static mixed dd()
|
|
* @method static mixed ddRawSql()
|
|
* @method static mixed chunk($count, callable $callback)
|
|
* @method static mixed chunkMap(callable $callback, $count)
|
|
* @method static mixed each(callable $callback, $count)
|
|
* @method static mixed chunkById($count, callable $callback, $column, $alias)
|
|
* @method static mixed chunkByIdDesc($count, callable $callback, $column, $alias)
|
|
* @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending)
|
|
* @method static mixed eachById(callable $callback, $count, $column, $alias)
|
|
* @method static mixed lazy($chunkSize)
|
|
* @method static mixed lazyById($chunkSize, $column, $alias)
|
|
* @method static mixed lazyByIdDesc($chunkSize, $column, $alias)
|
|
* @method static mixed orderedLazyById($chunkSize, $column, $alias, $descending)
|
|
* @method static mixed first($columns)
|
|
* @method static mixed sole($columns)
|
|
* @method static mixed paginateUsingCursor($perPage, $columns, $cursorName, $cursor)
|
|
* @method static mixed getOriginalColumnNameForCursorPagination($builder, string $parameter)
|
|
* @method static mixed paginator($items, $total, $perPage, $currentPage, $options)
|
|
* @method static mixed simplePaginator($items, $perPage, $currentPage, $options)
|
|
* @method static mixed cursorPaginator($items, $perPage, $cursor, $options)
|
|
* @method static mixed tap($callback)
|
|
* @method static mixed when($value, callable $callback, callable $default)
|
|
* @method static mixed unless($value, callable $callback, callable $default)
|
|
* @method static mixed explain()
|
|
* @method static mixed forwardCallTo($object, $method, $parameters)
|
|
* @method static mixed forwardDecoratedCallTo($object, $method, $parameters)
|
|
* @method static mixed throwBadMethodCallException($method)
|
|
* @method static mixed macro($name, $macro)
|
|
* @method static mixed mixin($mixin, $replace)
|
|
* @method static mixed hasMacro($name)
|
|
* @method static mixed flushMacros()
|
|
* @method static mixed macroCall($method, $parameters)
|
|
* @mixin \Illuminate\Database\Query\Builder
|
|
*/
|
|
class Permission extends \Illuminate\Database\Eloquent\Model
|
|
{
|
|
//
|
|
}
|
|
|
|
/**
|
|
* App\Models\ReferenceActivity
|
|
*
|
|
* @property string|null $updated_by
|
|
* @property string|null $created_by
|
|
* @property \Illuminate\Support\Carbon|null $updated_at
|
|
* @property \Illuminate\Support\Carbon|null $created_at
|
|
* @property int $row_status
|
|
* @property string|null $description
|
|
* @property string $unit_category
|
|
* @property string $name
|
|
* @property string $code
|
|
* @property string $id
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceActivity>|ReferenceActivity whereId($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceActivity>|ReferenceActivity whereCode($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceActivity>|ReferenceActivity whereName($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceActivity>|ReferenceActivity whereUnitCategory($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceActivity>|ReferenceActivity whereDescription($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceActivity>|ReferenceActivity whereRowStatus($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceActivity>|ReferenceActivity whereCreatedAt($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceActivity>|ReferenceActivity whereUpdatedAt($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceActivity>|ReferenceActivity whereCreatedBy($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceActivity>|ReferenceActivity whereUpdatedBy($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceActivity>|ReferenceActivity rowActive()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceActivity>|ReferenceActivity isActive()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceActivity>|ReferenceActivity orderByRowNum()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceActivity>|ReferenceActivity newModelQuery()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceActivity>|ReferenceActivity newQuery()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceActivity>|ReferenceActivity query()
|
|
* @method static mixed select($columns)
|
|
* @method static mixed selectSub($query, $as)
|
|
* @method static mixed selectRaw($expression, array $bindings)
|
|
* @method static mixed fromSub($query, $as)
|
|
* @method static mixed fromRaw($expression, $bindings)
|
|
* @method static mixed createSub($query)
|
|
* @method static mixed parseSub($query)
|
|
* @method static mixed prependDatabaseNameIfCrossDatabaseQuery($query)
|
|
* @method static mixed addSelect($column)
|
|
* @method static mixed distinct()
|
|
* @method static mixed from($table, $as)
|
|
* @method static mixed useIndex($index)
|
|
* @method static mixed forceIndex($index)
|
|
* @method static mixed ignoreIndex($index)
|
|
* @method static mixed join($table, $first, $operator, $second, $type, $where)
|
|
* @method static mixed joinWhere($table, $first, $operator, $second, $type)
|
|
* @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where)
|
|
* @method static mixed joinLateral($query, string $as, string $type)
|
|
* @method static mixed leftJoinLateral($query, string $as)
|
|
* @method static mixed leftJoin($table, $first, $operator, $second)
|
|
* @method static mixed leftJoinWhere($table, $first, $operator, $second)
|
|
* @method static mixed leftJoinSub($query, $as, $first, $operator, $second)
|
|
* @method static mixed rightJoin($table, $first, $operator, $second)
|
|
* @method static mixed rightJoinWhere($table, $first, $operator, $second)
|
|
* @method static mixed rightJoinSub($query, $as, $first, $operator, $second)
|
|
* @method static mixed crossJoin($table, $first, $operator, $second)
|
|
* @method static mixed crossJoinSub($query, $as)
|
|
* @method static mixed newJoinClause(self $parentQuery, $type, $table)
|
|
* @method static mixed newJoinLateralClause(self $parentQuery, $type, $table)
|
|
* @method static mixed mergeWheres($wheres, $bindings)
|
|
* @method static mixed where($column, $operator, $value, $boolean)
|
|
* @method static mixed addArrayOfWheres($column, $boolean, $method)
|
|
* @method static mixed prepareValueAndOperator($value, $operator, $useDefault)
|
|
* @method static mixed invalidOperatorAndValue($operator, $value)
|
|
* @method static mixed invalidOperator($operator)
|
|
* @method static mixed isBitwiseOperator($operator)
|
|
* @method static mixed orWhere($column, $operator, $value)
|
|
* @method static mixed whereNot($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereNot($column, $operator, $value)
|
|
* @method static mixed whereColumn($first, $operator, $second, $boolean)
|
|
* @method static mixed orWhereColumn($first, $operator, $second)
|
|
* @method static mixed whereRaw($sql, $bindings, $boolean)
|
|
* @method static mixed orWhereRaw($sql, $bindings)
|
|
* @method static mixed whereIn($column, $values, $boolean, $not)
|
|
* @method static mixed orWhereIn($column, $values)
|
|
* @method static mixed whereNotIn($column, $values, $boolean)
|
|
* @method static mixed orWhereNotIn($column, $values)
|
|
* @method static mixed whereIntegerInRaw($column, $values, $boolean, $not)
|
|
* @method static mixed orWhereIntegerInRaw($column, $values)
|
|
* @method static mixed whereIntegerNotInRaw($column, $values, $boolean)
|
|
* @method static mixed orWhereIntegerNotInRaw($column, $values)
|
|
* @method static mixed whereNull($columns, $boolean, $not)
|
|
* @method static mixed orWhereNull($column)
|
|
* @method static mixed whereNotNull($columns, $boolean)
|
|
* @method static mixed whereBetween($column, iterable $values, $boolean, $not)
|
|
* @method static mixed whereBetweenColumns($column, array $values, $boolean, $not)
|
|
* @method static mixed orWhereBetween($column, iterable $values)
|
|
* @method static mixed orWhereBetweenColumns($column, array $values)
|
|
* @method static mixed whereNotBetween($column, iterable $values, $boolean)
|
|
* @method static mixed whereNotBetweenColumns($column, array $values, $boolean)
|
|
* @method static mixed orWhereNotBetween($column, iterable $values)
|
|
* @method static mixed orWhereNotBetweenColumns($column, array $values)
|
|
* @method static mixed orWhereNotNull($column)
|
|
* @method static mixed whereDate($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereDate($column, $operator, $value)
|
|
* @method static mixed whereTime($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereTime($column, $operator, $value)
|
|
* @method static mixed whereDay($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereDay($column, $operator, $value)
|
|
* @method static mixed whereMonth($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereMonth($column, $operator, $value)
|
|
* @method static mixed whereYear($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereYear($column, $operator, $value)
|
|
* @method static mixed addDateBasedWhere($type, $column, $operator, $value, $boolean)
|
|
* @method static mixed whereNested(Closure $callback, $boolean)
|
|
* @method static mixed forNestedWhere()
|
|
* @method static mixed addNestedWhereQuery($query, $boolean)
|
|
* @method static mixed whereSub($column, $operator, $callback, $boolean)
|
|
* @method static mixed whereExists($callback, $boolean, $not)
|
|
* @method static mixed orWhereExists($callback, $not)
|
|
* @method static mixed whereNotExists($callback, $boolean)
|
|
* @method static mixed orWhereNotExists($callback)
|
|
* @method static mixed addWhereExistsQuery(self $query, $boolean, $not)
|
|
* @method static mixed whereRowValues($columns, $operator, $values, $boolean)
|
|
* @method static mixed orWhereRowValues($columns, $operator, $values)
|
|
* @method static mixed whereJsonContains($column, $value, $boolean, $not)
|
|
* @method static mixed orWhereJsonContains($column, $value)
|
|
* @method static mixed whereJsonDoesntContain($column, $value, $boolean)
|
|
* @method static mixed orWhereJsonDoesntContain($column, $value)
|
|
* @method static mixed whereJsonOverlaps($column, $value, $boolean, $not)
|
|
* @method static mixed orWhereJsonOverlaps($column, $value)
|
|
* @method static mixed whereJsonDoesntOverlap($column, $value, $boolean)
|
|
* @method static mixed orWhereJsonDoesntOverlap($column, $value)
|
|
* @method static mixed whereJsonContainsKey($column, $boolean, $not)
|
|
* @method static mixed orWhereJsonContainsKey($column)
|
|
* @method static mixed whereJsonDoesntContainKey($column, $boolean)
|
|
* @method static mixed orWhereJsonDoesntContainKey($column)
|
|
* @method static mixed whereJsonLength($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereJsonLength($column, $operator, $value)
|
|
* @method static mixed dynamicWhere($method, $parameters)
|
|
* @method static mixed addDynamic($segment, $connector, $parameters, $index)
|
|
* @method static mixed whereFullText($columns, $value, array $options, $boolean)
|
|
* @method static mixed orWhereFullText($columns, $value, array $options)
|
|
* @method static mixed whereAll($columns, $operator, $value, $boolean)
|
|
* @method static mixed orWhereAll($columns, $operator, $value)
|
|
* @method static mixed whereAny($columns, $operator, $value, $boolean)
|
|
* @method static mixed orWhereAny($columns, $operator, $value)
|
|
* @method static mixed groupBy($groups)
|
|
* @method static mixed groupByRaw($sql, array $bindings)
|
|
* @method static mixed having($column, $operator, $value, $boolean)
|
|
* @method static mixed orHaving($column, $operator, $value)
|
|
* @method static mixed havingNested(Closure $callback, $boolean)
|
|
* @method static mixed addNestedHavingQuery($query, $boolean)
|
|
* @method static mixed havingNull($columns, $boolean, $not)
|
|
* @method static mixed orHavingNull($column)
|
|
* @method static mixed havingNotNull($columns, $boolean)
|
|
* @method static mixed orHavingNotNull($column)
|
|
* @method static mixed havingBetween($column, iterable $values, $boolean, $not)
|
|
* @method static mixed havingRaw($sql, array $bindings, $boolean)
|
|
* @method static mixed orHavingRaw($sql, array $bindings)
|
|
* @method static mixed orderBy($column, $direction)
|
|
* @method static mixed orderByDesc($column)
|
|
* @method static mixed latest($column)
|
|
* @method static mixed oldest($column)
|
|
* @method static mixed inRandomOrder($seed)
|
|
* @method static mixed orderByRaw($sql, $bindings)
|
|
* @method static mixed skip($value)
|
|
* @method static mixed offset($value)
|
|
* @method static mixed take($value)
|
|
* @method static mixed limit($value)
|
|
* @method static mixed groupLimit($value, $column)
|
|
* @method static mixed forPage($page, $perPage)
|
|
* @method static mixed forPageBeforeId($perPage, $lastId, $column)
|
|
* @method static mixed forPageAfterId($perPage, $lastId, $column)
|
|
* @method static mixed reorder($column, $direction)
|
|
* @method static mixed removeExistingOrdersFor($column)
|
|
* @method static mixed union($query, $all)
|
|
* @method static mixed unionAll($query)
|
|
* @method static mixed lock($value)
|
|
* @method static mixed lockForUpdate()
|
|
* @method static mixed sharedLock()
|
|
* @method static mixed beforeQuery(callable $callback)
|
|
* @method static mixed applyBeforeQueryCallbacks()
|
|
* @method static mixed afterQuery(Closure $callback)
|
|
* @method static mixed applyAfterQueryCallbacks($result)
|
|
* @method static mixed toSql()
|
|
* @method static mixed toRawSql()
|
|
* @method static mixed find($id, $columns)
|
|
* @method static mixed findOr($id, $columns, Closure $callback)
|
|
* @method static mixed value($column)
|
|
* @method static mixed rawValue(string $expression, array $bindings)
|
|
* @method static mixed soleValue($column)
|
|
* @method static mixed get($columns)
|
|
* @method static mixed runSelect()
|
|
* @method static mixed withoutGroupLimitKeys($items)
|
|
* @method static mixed paginate($perPage, $columns, $pageName, $page, $total)
|
|
* @method static mixed simplePaginate($perPage, $columns, $pageName, $page)
|
|
* @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor)
|
|
* @method static mixed ensureOrderForCursorPagination($shouldReverse)
|
|
* @method static mixed getCountForPagination($columns)
|
|
* @method static mixed runPaginationCountQuery($columns)
|
|
* @method static mixed cloneForPaginationCount()
|
|
* @method static mixed withoutSelectAliases(array $columns)
|
|
* @method static mixed cursor()
|
|
* @method static mixed enforceOrderBy()
|
|
* @method static mixed pluck($column, $key)
|
|
* @method static mixed stripTableForPluck($column)
|
|
* @method static mixed pluckFromObjectColumn($queryResult, $column, $key)
|
|
* @method static mixed pluckFromArrayColumn($queryResult, $column, $key)
|
|
* @method static mixed implode($column, $glue)
|
|
* @method static mixed exists()
|
|
* @method static mixed doesntExist()
|
|
* @method static mixed existsOr(Closure $callback)
|
|
* @method static mixed doesntExistOr(Closure $callback)
|
|
* @method static mixed count($columns)
|
|
* @method static mixed min($column)
|
|
* @method static mixed max($column)
|
|
* @method static mixed sum($column)
|
|
* @method static mixed avg($column)
|
|
* @method static mixed average($column)
|
|
* @method static mixed aggregate($function, $columns)
|
|
* @method static mixed numericAggregate($function, $columns)
|
|
* @method static mixed setAggregate($function, $columns)
|
|
* @method static mixed onceWithColumns($columns, $callback)
|
|
* @method static mixed insert(array $values)
|
|
* @method static mixed insertOrIgnore(array $values)
|
|
* @method static mixed insertGetId(array $values, $sequence)
|
|
* @method static mixed insertUsing(array $columns, $query)
|
|
* @method static mixed insertOrIgnoreUsing(array $columns, $query)
|
|
* @method static mixed update(array $values)
|
|
* @method static mixed updateFrom(array $values)
|
|
* @method static mixed updateOrInsert(array $attributes, callable|array $values)
|
|
* @method static mixed upsert(array $values, $uniqueBy, $update)
|
|
* @method static mixed increment($column, $amount, array $extra)
|
|
* @method static mixed incrementEach(array $columns, array $extra)
|
|
* @method static mixed decrement($column, $amount, array $extra)
|
|
* @method static mixed decrementEach(array $columns, array $extra)
|
|
* @method static mixed delete($id)
|
|
* @method static mixed truncate()
|
|
* @method static mixed newQuery()
|
|
* @method static mixed forSubQuery()
|
|
* @method static mixed getColumns()
|
|
* @method static mixed raw($value)
|
|
* @method static mixed getUnionBuilders()
|
|
* @method static mixed getBindings()
|
|
* @method static mixed getRawBindings()
|
|
* @method static mixed setBindings(array $bindings, $type)
|
|
* @method static mixed addBinding($value, $type)
|
|
* @method static mixed castBinding($value)
|
|
* @method static mixed mergeBindings(self $query)
|
|
* @method static mixed cleanBindings(array $bindings)
|
|
* @method static mixed flattenValue($value)
|
|
* @method static mixed defaultKeyName()
|
|
* @method static mixed getConnection()
|
|
* @method static mixed getProcessor()
|
|
* @method static mixed getGrammar()
|
|
* @method static mixed useWritePdo()
|
|
* @method static mixed isQueryable($value)
|
|
* @method static mixed clone()
|
|
* @method static mixed cloneWithout(array $properties)
|
|
* @method static mixed cloneWithoutBindings(array $except)
|
|
* @method static mixed dump($args)
|
|
* @method static mixed dumpRawSql()
|
|
* @method static mixed dd()
|
|
* @method static mixed ddRawSql()
|
|
* @method static mixed chunk($count, callable $callback)
|
|
* @method static mixed chunkMap(callable $callback, $count)
|
|
* @method static mixed each(callable $callback, $count)
|
|
* @method static mixed chunkById($count, callable $callback, $column, $alias)
|
|
* @method static mixed chunkByIdDesc($count, callable $callback, $column, $alias)
|
|
* @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending)
|
|
* @method static mixed eachById(callable $callback, $count, $column, $alias)
|
|
* @method static mixed lazy($chunkSize)
|
|
* @method static mixed lazyById($chunkSize, $column, $alias)
|
|
* @method static mixed lazyByIdDesc($chunkSize, $column, $alias)
|
|
* @method static mixed orderedLazyById($chunkSize, $column, $alias, $descending)
|
|
* @method static mixed first($columns)
|
|
* @method static mixed sole($columns)
|
|
* @method static mixed paginateUsingCursor($perPage, $columns, $cursorName, $cursor)
|
|
* @method static mixed getOriginalColumnNameForCursorPagination($builder, string $parameter)
|
|
* @method static mixed paginator($items, $total, $perPage, $currentPage, $options)
|
|
* @method static mixed simplePaginator($items, $perPage, $currentPage, $options)
|
|
* @method static mixed cursorPaginator($items, $perPage, $cursor, $options)
|
|
* @method static mixed tap($callback)
|
|
* @method static mixed when($value, callable $callback, callable $default)
|
|
* @method static mixed unless($value, callable $callback, callable $default)
|
|
* @method static mixed explain()
|
|
* @method static mixed forwardCallTo($object, $method, $parameters)
|
|
* @method static mixed forwardDecoratedCallTo($object, $method, $parameters)
|
|
* @method static mixed throwBadMethodCallException($method)
|
|
* @method static mixed macro($name, $macro)
|
|
* @method static mixed mixin($mixin, $replace)
|
|
* @method static mixed hasMacro($name)
|
|
* @method static mixed flushMacros()
|
|
* @method static mixed macroCall($method, $parameters)
|
|
* @mixin \Illuminate\Database\Query\Builder
|
|
*/
|
|
class ReferenceActivity extends \App\Models\SigdModel
|
|
{
|
|
//
|
|
}
|
|
|
|
/**
|
|
* App\Models\ReferenceAr
|
|
*
|
|
* @property string|null $updated_by
|
|
* @property string|null $created_by
|
|
* @property \Illuminate\Support\Carbon|null $updated_at
|
|
* @property \Illuminate\Support\Carbon|null $created_at
|
|
* @property int $row_status
|
|
* @property int $active_status
|
|
* @property int $row_num
|
|
* @property string|null $description
|
|
* @property string $name
|
|
* @property string $code
|
|
* @property string $id
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceAr>|ReferenceAr whereId($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceAr>|ReferenceAr whereCode($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceAr>|ReferenceAr whereName($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceAr>|ReferenceAr whereDescription($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceAr>|ReferenceAr whereRowNum($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceAr>|ReferenceAr whereActiveStatus($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceAr>|ReferenceAr whereRowStatus($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceAr>|ReferenceAr whereCreatedAt($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceAr>|ReferenceAr whereUpdatedAt($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceAr>|ReferenceAr whereCreatedBy($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceAr>|ReferenceAr whereUpdatedBy($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceAr>|ReferenceAr rowActive()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceAr>|ReferenceAr isActive()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceAr>|ReferenceAr orderByRowNum()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceAr>|ReferenceAr newModelQuery()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceAr>|ReferenceAr newQuery()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceAr>|ReferenceAr query()
|
|
* @method static mixed select($columns)
|
|
* @method static mixed selectSub($query, $as)
|
|
* @method static mixed selectRaw($expression, array $bindings)
|
|
* @method static mixed fromSub($query, $as)
|
|
* @method static mixed fromRaw($expression, $bindings)
|
|
* @method static mixed createSub($query)
|
|
* @method static mixed parseSub($query)
|
|
* @method static mixed prependDatabaseNameIfCrossDatabaseQuery($query)
|
|
* @method static mixed addSelect($column)
|
|
* @method static mixed distinct()
|
|
* @method static mixed from($table, $as)
|
|
* @method static mixed useIndex($index)
|
|
* @method static mixed forceIndex($index)
|
|
* @method static mixed ignoreIndex($index)
|
|
* @method static mixed join($table, $first, $operator, $second, $type, $where)
|
|
* @method static mixed joinWhere($table, $first, $operator, $second, $type)
|
|
* @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where)
|
|
* @method static mixed joinLateral($query, string $as, string $type)
|
|
* @method static mixed leftJoinLateral($query, string $as)
|
|
* @method static mixed leftJoin($table, $first, $operator, $second)
|
|
* @method static mixed leftJoinWhere($table, $first, $operator, $second)
|
|
* @method static mixed leftJoinSub($query, $as, $first, $operator, $second)
|
|
* @method static mixed rightJoin($table, $first, $operator, $second)
|
|
* @method static mixed rightJoinWhere($table, $first, $operator, $second)
|
|
* @method static mixed rightJoinSub($query, $as, $first, $operator, $second)
|
|
* @method static mixed crossJoin($table, $first, $operator, $second)
|
|
* @method static mixed crossJoinSub($query, $as)
|
|
* @method static mixed newJoinClause(self $parentQuery, $type, $table)
|
|
* @method static mixed newJoinLateralClause(self $parentQuery, $type, $table)
|
|
* @method static mixed mergeWheres($wheres, $bindings)
|
|
* @method static mixed where($column, $operator, $value, $boolean)
|
|
* @method static mixed addArrayOfWheres($column, $boolean, $method)
|
|
* @method static mixed prepareValueAndOperator($value, $operator, $useDefault)
|
|
* @method static mixed invalidOperatorAndValue($operator, $value)
|
|
* @method static mixed invalidOperator($operator)
|
|
* @method static mixed isBitwiseOperator($operator)
|
|
* @method static mixed orWhere($column, $operator, $value)
|
|
* @method static mixed whereNot($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereNot($column, $operator, $value)
|
|
* @method static mixed whereColumn($first, $operator, $second, $boolean)
|
|
* @method static mixed orWhereColumn($first, $operator, $second)
|
|
* @method static mixed whereRaw($sql, $bindings, $boolean)
|
|
* @method static mixed orWhereRaw($sql, $bindings)
|
|
* @method static mixed whereIn($column, $values, $boolean, $not)
|
|
* @method static mixed orWhereIn($column, $values)
|
|
* @method static mixed whereNotIn($column, $values, $boolean)
|
|
* @method static mixed orWhereNotIn($column, $values)
|
|
* @method static mixed whereIntegerInRaw($column, $values, $boolean, $not)
|
|
* @method static mixed orWhereIntegerInRaw($column, $values)
|
|
* @method static mixed whereIntegerNotInRaw($column, $values, $boolean)
|
|
* @method static mixed orWhereIntegerNotInRaw($column, $values)
|
|
* @method static mixed whereNull($columns, $boolean, $not)
|
|
* @method static mixed orWhereNull($column)
|
|
* @method static mixed whereNotNull($columns, $boolean)
|
|
* @method static mixed whereBetween($column, iterable $values, $boolean, $not)
|
|
* @method static mixed whereBetweenColumns($column, array $values, $boolean, $not)
|
|
* @method static mixed orWhereBetween($column, iterable $values)
|
|
* @method static mixed orWhereBetweenColumns($column, array $values)
|
|
* @method static mixed whereNotBetween($column, iterable $values, $boolean)
|
|
* @method static mixed whereNotBetweenColumns($column, array $values, $boolean)
|
|
* @method static mixed orWhereNotBetween($column, iterable $values)
|
|
* @method static mixed orWhereNotBetweenColumns($column, array $values)
|
|
* @method static mixed orWhereNotNull($column)
|
|
* @method static mixed whereDate($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereDate($column, $operator, $value)
|
|
* @method static mixed whereTime($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereTime($column, $operator, $value)
|
|
* @method static mixed whereDay($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereDay($column, $operator, $value)
|
|
* @method static mixed whereMonth($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereMonth($column, $operator, $value)
|
|
* @method static mixed whereYear($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereYear($column, $operator, $value)
|
|
* @method static mixed addDateBasedWhere($type, $column, $operator, $value, $boolean)
|
|
* @method static mixed whereNested(Closure $callback, $boolean)
|
|
* @method static mixed forNestedWhere()
|
|
* @method static mixed addNestedWhereQuery($query, $boolean)
|
|
* @method static mixed whereSub($column, $operator, $callback, $boolean)
|
|
* @method static mixed whereExists($callback, $boolean, $not)
|
|
* @method static mixed orWhereExists($callback, $not)
|
|
* @method static mixed whereNotExists($callback, $boolean)
|
|
* @method static mixed orWhereNotExists($callback)
|
|
* @method static mixed addWhereExistsQuery(self $query, $boolean, $not)
|
|
* @method static mixed whereRowValues($columns, $operator, $values, $boolean)
|
|
* @method static mixed orWhereRowValues($columns, $operator, $values)
|
|
* @method static mixed whereJsonContains($column, $value, $boolean, $not)
|
|
* @method static mixed orWhereJsonContains($column, $value)
|
|
* @method static mixed whereJsonDoesntContain($column, $value, $boolean)
|
|
* @method static mixed orWhereJsonDoesntContain($column, $value)
|
|
* @method static mixed whereJsonOverlaps($column, $value, $boolean, $not)
|
|
* @method static mixed orWhereJsonOverlaps($column, $value)
|
|
* @method static mixed whereJsonDoesntOverlap($column, $value, $boolean)
|
|
* @method static mixed orWhereJsonDoesntOverlap($column, $value)
|
|
* @method static mixed whereJsonContainsKey($column, $boolean, $not)
|
|
* @method static mixed orWhereJsonContainsKey($column)
|
|
* @method static mixed whereJsonDoesntContainKey($column, $boolean)
|
|
* @method static mixed orWhereJsonDoesntContainKey($column)
|
|
* @method static mixed whereJsonLength($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereJsonLength($column, $operator, $value)
|
|
* @method static mixed dynamicWhere($method, $parameters)
|
|
* @method static mixed addDynamic($segment, $connector, $parameters, $index)
|
|
* @method static mixed whereFullText($columns, $value, array $options, $boolean)
|
|
* @method static mixed orWhereFullText($columns, $value, array $options)
|
|
* @method static mixed whereAll($columns, $operator, $value, $boolean)
|
|
* @method static mixed orWhereAll($columns, $operator, $value)
|
|
* @method static mixed whereAny($columns, $operator, $value, $boolean)
|
|
* @method static mixed orWhereAny($columns, $operator, $value)
|
|
* @method static mixed groupBy($groups)
|
|
* @method static mixed groupByRaw($sql, array $bindings)
|
|
* @method static mixed having($column, $operator, $value, $boolean)
|
|
* @method static mixed orHaving($column, $operator, $value)
|
|
* @method static mixed havingNested(Closure $callback, $boolean)
|
|
* @method static mixed addNestedHavingQuery($query, $boolean)
|
|
* @method static mixed havingNull($columns, $boolean, $not)
|
|
* @method static mixed orHavingNull($column)
|
|
* @method static mixed havingNotNull($columns, $boolean)
|
|
* @method static mixed orHavingNotNull($column)
|
|
* @method static mixed havingBetween($column, iterable $values, $boolean, $not)
|
|
* @method static mixed havingRaw($sql, array $bindings, $boolean)
|
|
* @method static mixed orHavingRaw($sql, array $bindings)
|
|
* @method static mixed orderBy($column, $direction)
|
|
* @method static mixed orderByDesc($column)
|
|
* @method static mixed latest($column)
|
|
* @method static mixed oldest($column)
|
|
* @method static mixed inRandomOrder($seed)
|
|
* @method static mixed orderByRaw($sql, $bindings)
|
|
* @method static mixed skip($value)
|
|
* @method static mixed offset($value)
|
|
* @method static mixed take($value)
|
|
* @method static mixed limit($value)
|
|
* @method static mixed groupLimit($value, $column)
|
|
* @method static mixed forPage($page, $perPage)
|
|
* @method static mixed forPageBeforeId($perPage, $lastId, $column)
|
|
* @method static mixed forPageAfterId($perPage, $lastId, $column)
|
|
* @method static mixed reorder($column, $direction)
|
|
* @method static mixed removeExistingOrdersFor($column)
|
|
* @method static mixed union($query, $all)
|
|
* @method static mixed unionAll($query)
|
|
* @method static mixed lock($value)
|
|
* @method static mixed lockForUpdate()
|
|
* @method static mixed sharedLock()
|
|
* @method static mixed beforeQuery(callable $callback)
|
|
* @method static mixed applyBeforeQueryCallbacks()
|
|
* @method static mixed afterQuery(Closure $callback)
|
|
* @method static mixed applyAfterQueryCallbacks($result)
|
|
* @method static mixed toSql()
|
|
* @method static mixed toRawSql()
|
|
* @method static mixed find($id, $columns)
|
|
* @method static mixed findOr($id, $columns, Closure $callback)
|
|
* @method static mixed value($column)
|
|
* @method static mixed rawValue(string $expression, array $bindings)
|
|
* @method static mixed soleValue($column)
|
|
* @method static mixed get($columns)
|
|
* @method static mixed runSelect()
|
|
* @method static mixed withoutGroupLimitKeys($items)
|
|
* @method static mixed paginate($perPage, $columns, $pageName, $page, $total)
|
|
* @method static mixed simplePaginate($perPage, $columns, $pageName, $page)
|
|
* @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor)
|
|
* @method static mixed ensureOrderForCursorPagination($shouldReverse)
|
|
* @method static mixed getCountForPagination($columns)
|
|
* @method static mixed runPaginationCountQuery($columns)
|
|
* @method static mixed cloneForPaginationCount()
|
|
* @method static mixed withoutSelectAliases(array $columns)
|
|
* @method static mixed cursor()
|
|
* @method static mixed enforceOrderBy()
|
|
* @method static mixed pluck($column, $key)
|
|
* @method static mixed stripTableForPluck($column)
|
|
* @method static mixed pluckFromObjectColumn($queryResult, $column, $key)
|
|
* @method static mixed pluckFromArrayColumn($queryResult, $column, $key)
|
|
* @method static mixed implode($column, $glue)
|
|
* @method static mixed exists()
|
|
* @method static mixed doesntExist()
|
|
* @method static mixed existsOr(Closure $callback)
|
|
* @method static mixed doesntExistOr(Closure $callback)
|
|
* @method static mixed count($columns)
|
|
* @method static mixed min($column)
|
|
* @method static mixed max($column)
|
|
* @method static mixed sum($column)
|
|
* @method static mixed avg($column)
|
|
* @method static mixed average($column)
|
|
* @method static mixed aggregate($function, $columns)
|
|
* @method static mixed numericAggregate($function, $columns)
|
|
* @method static mixed setAggregate($function, $columns)
|
|
* @method static mixed onceWithColumns($columns, $callback)
|
|
* @method static mixed insert(array $values)
|
|
* @method static mixed insertOrIgnore(array $values)
|
|
* @method static mixed insertGetId(array $values, $sequence)
|
|
* @method static mixed insertUsing(array $columns, $query)
|
|
* @method static mixed insertOrIgnoreUsing(array $columns, $query)
|
|
* @method static mixed update(array $values)
|
|
* @method static mixed updateFrom(array $values)
|
|
* @method static mixed updateOrInsert(array $attributes, callable|array $values)
|
|
* @method static mixed upsert(array $values, $uniqueBy, $update)
|
|
* @method static mixed increment($column, $amount, array $extra)
|
|
* @method static mixed incrementEach(array $columns, array $extra)
|
|
* @method static mixed decrement($column, $amount, array $extra)
|
|
* @method static mixed decrementEach(array $columns, array $extra)
|
|
* @method static mixed delete($id)
|
|
* @method static mixed truncate()
|
|
* @method static mixed newQuery()
|
|
* @method static mixed forSubQuery()
|
|
* @method static mixed getColumns()
|
|
* @method static mixed raw($value)
|
|
* @method static mixed getUnionBuilders()
|
|
* @method static mixed getBindings()
|
|
* @method static mixed getRawBindings()
|
|
* @method static mixed setBindings(array $bindings, $type)
|
|
* @method static mixed addBinding($value, $type)
|
|
* @method static mixed castBinding($value)
|
|
* @method static mixed mergeBindings(self $query)
|
|
* @method static mixed cleanBindings(array $bindings)
|
|
* @method static mixed flattenValue($value)
|
|
* @method static mixed defaultKeyName()
|
|
* @method static mixed getConnection()
|
|
* @method static mixed getProcessor()
|
|
* @method static mixed getGrammar()
|
|
* @method static mixed useWritePdo()
|
|
* @method static mixed isQueryable($value)
|
|
* @method static mixed clone()
|
|
* @method static mixed cloneWithout(array $properties)
|
|
* @method static mixed cloneWithoutBindings(array $except)
|
|
* @method static mixed dump($args)
|
|
* @method static mixed dumpRawSql()
|
|
* @method static mixed dd()
|
|
* @method static mixed ddRawSql()
|
|
* @method static mixed chunk($count, callable $callback)
|
|
* @method static mixed chunkMap(callable $callback, $count)
|
|
* @method static mixed each(callable $callback, $count)
|
|
* @method static mixed chunkById($count, callable $callback, $column, $alias)
|
|
* @method static mixed chunkByIdDesc($count, callable $callback, $column, $alias)
|
|
* @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending)
|
|
* @method static mixed eachById(callable $callback, $count, $column, $alias)
|
|
* @method static mixed lazy($chunkSize)
|
|
* @method static mixed lazyById($chunkSize, $column, $alias)
|
|
* @method static mixed lazyByIdDesc($chunkSize, $column, $alias)
|
|
* @method static mixed orderedLazyById($chunkSize, $column, $alias, $descending)
|
|
* @method static mixed first($columns)
|
|
* @method static mixed sole($columns)
|
|
* @method static mixed paginateUsingCursor($perPage, $columns, $cursorName, $cursor)
|
|
* @method static mixed getOriginalColumnNameForCursorPagination($builder, string $parameter)
|
|
* @method static mixed paginator($items, $total, $perPage, $currentPage, $options)
|
|
* @method static mixed simplePaginator($items, $perPage, $currentPage, $options)
|
|
* @method static mixed cursorPaginator($items, $perPage, $cursor, $options)
|
|
* @method static mixed tap($callback)
|
|
* @method static mixed when($value, callable $callback, callable $default)
|
|
* @method static mixed unless($value, callable $callback, callable $default)
|
|
* @method static mixed explain()
|
|
* @method static mixed forwardCallTo($object, $method, $parameters)
|
|
* @method static mixed forwardDecoratedCallTo($object, $method, $parameters)
|
|
* @method static mixed throwBadMethodCallException($method)
|
|
* @method static mixed macro($name, $macro)
|
|
* @method static mixed mixin($mixin, $replace)
|
|
* @method static mixed hasMacro($name)
|
|
* @method static mixed flushMacros()
|
|
* @method static mixed macroCall($method, $parameters)
|
|
* @mixin \Illuminate\Database\Query\Builder
|
|
*/
|
|
class ReferenceAr extends \App\Models\SigdModel
|
|
{
|
|
//
|
|
}
|
|
|
|
/**
|
|
* App\Models\ReferenceEf
|
|
*
|
|
* @property string|null $updated_by
|
|
* @property string|null $created_by
|
|
* @property \Illuminate\Support\Carbon|null $updated_at
|
|
* @property \Illuminate\Support\Carbon|null $created_at
|
|
* @property int $row_status
|
|
* @property int $active_status
|
|
* @property string|null $description
|
|
* @property float $value
|
|
* @property string $ef_source_code
|
|
* @property string $category
|
|
* @property string|null $tag_3
|
|
* @property string|null $tag_2
|
|
* @property string|null $tag_1
|
|
* @property string $activity_code
|
|
* @property string $id
|
|
* @property-read \App\Models\ReferenceActivity $activity
|
|
* @property-read \App\Models\ReferenceEfSource $efSource
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceEf>|ReferenceEf whereId($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceEf>|ReferenceEf whereActivityCode($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceEf>|ReferenceEf whereTag1($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceEf>|ReferenceEf whereTag2($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceEf>|ReferenceEf whereTag3($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceEf>|ReferenceEf whereCategory($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceEf>|ReferenceEf whereEfSourceCode($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceEf>|ReferenceEf whereValue($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceEf>|ReferenceEf whereDescription($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceEf>|ReferenceEf whereActiveStatus($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceEf>|ReferenceEf whereRowStatus($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceEf>|ReferenceEf whereCreatedAt($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceEf>|ReferenceEf whereUpdatedAt($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceEf>|ReferenceEf whereCreatedBy($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceEf>|ReferenceEf whereUpdatedBy($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceEf>|ReferenceEf getValue()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceEf>|ReferenceEf rowActive()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceEf>|ReferenceEf isActive()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceEf>|ReferenceEf orderByRowNum()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceEf>|ReferenceEf newModelQuery()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceEf>|ReferenceEf newQuery()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceEf>|ReferenceEf query()
|
|
* @method static mixed select($columns)
|
|
* @method static mixed selectSub($query, $as)
|
|
* @method static mixed selectRaw($expression, array $bindings)
|
|
* @method static mixed fromSub($query, $as)
|
|
* @method static mixed fromRaw($expression, $bindings)
|
|
* @method static mixed createSub($query)
|
|
* @method static mixed parseSub($query)
|
|
* @method static mixed prependDatabaseNameIfCrossDatabaseQuery($query)
|
|
* @method static mixed addSelect($column)
|
|
* @method static mixed distinct()
|
|
* @method static mixed from($table, $as)
|
|
* @method static mixed useIndex($index)
|
|
* @method static mixed forceIndex($index)
|
|
* @method static mixed ignoreIndex($index)
|
|
* @method static mixed join($table, $first, $operator, $second, $type, $where)
|
|
* @method static mixed joinWhere($table, $first, $operator, $second, $type)
|
|
* @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where)
|
|
* @method static mixed joinLateral($query, string $as, string $type)
|
|
* @method static mixed leftJoinLateral($query, string $as)
|
|
* @method static mixed leftJoin($table, $first, $operator, $second)
|
|
* @method static mixed leftJoinWhere($table, $first, $operator, $second)
|
|
* @method static mixed leftJoinSub($query, $as, $first, $operator, $second)
|
|
* @method static mixed rightJoin($table, $first, $operator, $second)
|
|
* @method static mixed rightJoinWhere($table, $first, $operator, $second)
|
|
* @method static mixed rightJoinSub($query, $as, $first, $operator, $second)
|
|
* @method static mixed crossJoin($table, $first, $operator, $second)
|
|
* @method static mixed crossJoinSub($query, $as)
|
|
* @method static mixed newJoinClause(self $parentQuery, $type, $table)
|
|
* @method static mixed newJoinLateralClause(self $parentQuery, $type, $table)
|
|
* @method static mixed mergeWheres($wheres, $bindings)
|
|
* @method static mixed where($column, $operator, $value, $boolean)
|
|
* @method static mixed addArrayOfWheres($column, $boolean, $method)
|
|
* @method static mixed prepareValueAndOperator($value, $operator, $useDefault)
|
|
* @method static mixed invalidOperatorAndValue($operator, $value)
|
|
* @method static mixed invalidOperator($operator)
|
|
* @method static mixed isBitwiseOperator($operator)
|
|
* @method static mixed orWhere($column, $operator, $value)
|
|
* @method static mixed whereNot($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereNot($column, $operator, $value)
|
|
* @method static mixed whereColumn($first, $operator, $second, $boolean)
|
|
* @method static mixed orWhereColumn($first, $operator, $second)
|
|
* @method static mixed whereRaw($sql, $bindings, $boolean)
|
|
* @method static mixed orWhereRaw($sql, $bindings)
|
|
* @method static mixed whereIn($column, $values, $boolean, $not)
|
|
* @method static mixed orWhereIn($column, $values)
|
|
* @method static mixed whereNotIn($column, $values, $boolean)
|
|
* @method static mixed orWhereNotIn($column, $values)
|
|
* @method static mixed whereIntegerInRaw($column, $values, $boolean, $not)
|
|
* @method static mixed orWhereIntegerInRaw($column, $values)
|
|
* @method static mixed whereIntegerNotInRaw($column, $values, $boolean)
|
|
* @method static mixed orWhereIntegerNotInRaw($column, $values)
|
|
* @method static mixed whereNull($columns, $boolean, $not)
|
|
* @method static mixed orWhereNull($column)
|
|
* @method static mixed whereNotNull($columns, $boolean)
|
|
* @method static mixed whereBetween($column, iterable $values, $boolean, $not)
|
|
* @method static mixed whereBetweenColumns($column, array $values, $boolean, $not)
|
|
* @method static mixed orWhereBetween($column, iterable $values)
|
|
* @method static mixed orWhereBetweenColumns($column, array $values)
|
|
* @method static mixed whereNotBetween($column, iterable $values, $boolean)
|
|
* @method static mixed whereNotBetweenColumns($column, array $values, $boolean)
|
|
* @method static mixed orWhereNotBetween($column, iterable $values)
|
|
* @method static mixed orWhereNotBetweenColumns($column, array $values)
|
|
* @method static mixed orWhereNotNull($column)
|
|
* @method static mixed whereDate($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereDate($column, $operator, $value)
|
|
* @method static mixed whereTime($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereTime($column, $operator, $value)
|
|
* @method static mixed whereDay($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereDay($column, $operator, $value)
|
|
* @method static mixed whereMonth($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereMonth($column, $operator, $value)
|
|
* @method static mixed whereYear($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereYear($column, $operator, $value)
|
|
* @method static mixed addDateBasedWhere($type, $column, $operator, $value, $boolean)
|
|
* @method static mixed whereNested(Closure $callback, $boolean)
|
|
* @method static mixed forNestedWhere()
|
|
* @method static mixed addNestedWhereQuery($query, $boolean)
|
|
* @method static mixed whereSub($column, $operator, $callback, $boolean)
|
|
* @method static mixed whereExists($callback, $boolean, $not)
|
|
* @method static mixed orWhereExists($callback, $not)
|
|
* @method static mixed whereNotExists($callback, $boolean)
|
|
* @method static mixed orWhereNotExists($callback)
|
|
* @method static mixed addWhereExistsQuery(self $query, $boolean, $not)
|
|
* @method static mixed whereRowValues($columns, $operator, $values, $boolean)
|
|
* @method static mixed orWhereRowValues($columns, $operator, $values)
|
|
* @method static mixed whereJsonContains($column, $value, $boolean, $not)
|
|
* @method static mixed orWhereJsonContains($column, $value)
|
|
* @method static mixed whereJsonDoesntContain($column, $value, $boolean)
|
|
* @method static mixed orWhereJsonDoesntContain($column, $value)
|
|
* @method static mixed whereJsonOverlaps($column, $value, $boolean, $not)
|
|
* @method static mixed orWhereJsonOverlaps($column, $value)
|
|
* @method static mixed whereJsonDoesntOverlap($column, $value, $boolean)
|
|
* @method static mixed orWhereJsonDoesntOverlap($column, $value)
|
|
* @method static mixed whereJsonContainsKey($column, $boolean, $not)
|
|
* @method static mixed orWhereJsonContainsKey($column)
|
|
* @method static mixed whereJsonDoesntContainKey($column, $boolean)
|
|
* @method static mixed orWhereJsonDoesntContainKey($column)
|
|
* @method static mixed whereJsonLength($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereJsonLength($column, $operator, $value)
|
|
* @method static mixed dynamicWhere($method, $parameters)
|
|
* @method static mixed addDynamic($segment, $connector, $parameters, $index)
|
|
* @method static mixed whereFullText($columns, $value, array $options, $boolean)
|
|
* @method static mixed orWhereFullText($columns, $value, array $options)
|
|
* @method static mixed whereAll($columns, $operator, $value, $boolean)
|
|
* @method static mixed orWhereAll($columns, $operator, $value)
|
|
* @method static mixed whereAny($columns, $operator, $value, $boolean)
|
|
* @method static mixed orWhereAny($columns, $operator, $value)
|
|
* @method static mixed groupBy($groups)
|
|
* @method static mixed groupByRaw($sql, array $bindings)
|
|
* @method static mixed having($column, $operator, $value, $boolean)
|
|
* @method static mixed orHaving($column, $operator, $value)
|
|
* @method static mixed havingNested(Closure $callback, $boolean)
|
|
* @method static mixed addNestedHavingQuery($query, $boolean)
|
|
* @method static mixed havingNull($columns, $boolean, $not)
|
|
* @method static mixed orHavingNull($column)
|
|
* @method static mixed havingNotNull($columns, $boolean)
|
|
* @method static mixed orHavingNotNull($column)
|
|
* @method static mixed havingBetween($column, iterable $values, $boolean, $not)
|
|
* @method static mixed havingRaw($sql, array $bindings, $boolean)
|
|
* @method static mixed orHavingRaw($sql, array $bindings)
|
|
* @method static mixed orderBy($column, $direction)
|
|
* @method static mixed orderByDesc($column)
|
|
* @method static mixed latest($column)
|
|
* @method static mixed oldest($column)
|
|
* @method static mixed inRandomOrder($seed)
|
|
* @method static mixed orderByRaw($sql, $bindings)
|
|
* @method static mixed skip($value)
|
|
* @method static mixed offset($value)
|
|
* @method static mixed take($value)
|
|
* @method static mixed limit($value)
|
|
* @method static mixed groupLimit($value, $column)
|
|
* @method static mixed forPage($page, $perPage)
|
|
* @method static mixed forPageBeforeId($perPage, $lastId, $column)
|
|
* @method static mixed forPageAfterId($perPage, $lastId, $column)
|
|
* @method static mixed reorder($column, $direction)
|
|
* @method static mixed removeExistingOrdersFor($column)
|
|
* @method static mixed union($query, $all)
|
|
* @method static mixed unionAll($query)
|
|
* @method static mixed lock($value)
|
|
* @method static mixed lockForUpdate()
|
|
* @method static mixed sharedLock()
|
|
* @method static mixed beforeQuery(callable $callback)
|
|
* @method static mixed applyBeforeQueryCallbacks()
|
|
* @method static mixed afterQuery(Closure $callback)
|
|
* @method static mixed applyAfterQueryCallbacks($result)
|
|
* @method static mixed toSql()
|
|
* @method static mixed toRawSql()
|
|
* @method static mixed find($id, $columns)
|
|
* @method static mixed findOr($id, $columns, Closure $callback)
|
|
* @method static mixed value($column)
|
|
* @method static mixed rawValue(string $expression, array $bindings)
|
|
* @method static mixed soleValue($column)
|
|
* @method static mixed get($columns)
|
|
* @method static mixed runSelect()
|
|
* @method static mixed withoutGroupLimitKeys($items)
|
|
* @method static mixed paginate($perPage, $columns, $pageName, $page, $total)
|
|
* @method static mixed simplePaginate($perPage, $columns, $pageName, $page)
|
|
* @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor)
|
|
* @method static mixed ensureOrderForCursorPagination($shouldReverse)
|
|
* @method static mixed getCountForPagination($columns)
|
|
* @method static mixed runPaginationCountQuery($columns)
|
|
* @method static mixed cloneForPaginationCount()
|
|
* @method static mixed withoutSelectAliases(array $columns)
|
|
* @method static mixed cursor()
|
|
* @method static mixed enforceOrderBy()
|
|
* @method static mixed pluck($column, $key)
|
|
* @method static mixed stripTableForPluck($column)
|
|
* @method static mixed pluckFromObjectColumn($queryResult, $column, $key)
|
|
* @method static mixed pluckFromArrayColumn($queryResult, $column, $key)
|
|
* @method static mixed implode($column, $glue)
|
|
* @method static mixed exists()
|
|
* @method static mixed doesntExist()
|
|
* @method static mixed existsOr(Closure $callback)
|
|
* @method static mixed doesntExistOr(Closure $callback)
|
|
* @method static mixed count($columns)
|
|
* @method static mixed min($column)
|
|
* @method static mixed max($column)
|
|
* @method static mixed sum($column)
|
|
* @method static mixed avg($column)
|
|
* @method static mixed average($column)
|
|
* @method static mixed aggregate($function, $columns)
|
|
* @method static mixed numericAggregate($function, $columns)
|
|
* @method static mixed setAggregate($function, $columns)
|
|
* @method static mixed onceWithColumns($columns, $callback)
|
|
* @method static mixed insert(array $values)
|
|
* @method static mixed insertOrIgnore(array $values)
|
|
* @method static mixed insertGetId(array $values, $sequence)
|
|
* @method static mixed insertUsing(array $columns, $query)
|
|
* @method static mixed insertOrIgnoreUsing(array $columns, $query)
|
|
* @method static mixed update(array $values)
|
|
* @method static mixed updateFrom(array $values)
|
|
* @method static mixed updateOrInsert(array $attributes, callable|array $values)
|
|
* @method static mixed upsert(array $values, $uniqueBy, $update)
|
|
* @method static mixed increment($column, $amount, array $extra)
|
|
* @method static mixed incrementEach(array $columns, array $extra)
|
|
* @method static mixed decrement($column, $amount, array $extra)
|
|
* @method static mixed decrementEach(array $columns, array $extra)
|
|
* @method static mixed delete($id)
|
|
* @method static mixed truncate()
|
|
* @method static mixed newQuery()
|
|
* @method static mixed forSubQuery()
|
|
* @method static mixed getColumns()
|
|
* @method static mixed raw($value)
|
|
* @method static mixed getUnionBuilders()
|
|
* @method static mixed getBindings()
|
|
* @method static mixed getRawBindings()
|
|
* @method static mixed setBindings(array $bindings, $type)
|
|
* @method static mixed addBinding($value, $type)
|
|
* @method static mixed castBinding($value)
|
|
* @method static mixed mergeBindings(self $query)
|
|
* @method static mixed cleanBindings(array $bindings)
|
|
* @method static mixed flattenValue($value)
|
|
* @method static mixed defaultKeyName()
|
|
* @method static mixed getConnection()
|
|
* @method static mixed getProcessor()
|
|
* @method static mixed getGrammar()
|
|
* @method static mixed useWritePdo()
|
|
* @method static mixed isQueryable($value)
|
|
* @method static mixed clone()
|
|
* @method static mixed cloneWithout(array $properties)
|
|
* @method static mixed cloneWithoutBindings(array $except)
|
|
* @method static mixed dump($args)
|
|
* @method static mixed dumpRawSql()
|
|
* @method static mixed dd()
|
|
* @method static mixed ddRawSql()
|
|
* @method static mixed chunk($count, callable $callback)
|
|
* @method static mixed chunkMap(callable $callback, $count)
|
|
* @method static mixed each(callable $callback, $count)
|
|
* @method static mixed chunkById($count, callable $callback, $column, $alias)
|
|
* @method static mixed chunkByIdDesc($count, callable $callback, $column, $alias)
|
|
* @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending)
|
|
* @method static mixed eachById(callable $callback, $count, $column, $alias)
|
|
* @method static mixed lazy($chunkSize)
|
|
* @method static mixed lazyById($chunkSize, $column, $alias)
|
|
* @method static mixed lazyByIdDesc($chunkSize, $column, $alias)
|
|
* @method static mixed orderedLazyById($chunkSize, $column, $alias, $descending)
|
|
* @method static mixed first($columns)
|
|
* @method static mixed sole($columns)
|
|
* @method static mixed paginateUsingCursor($perPage, $columns, $cursorName, $cursor)
|
|
* @method static mixed getOriginalColumnNameForCursorPagination($builder, string $parameter)
|
|
* @method static mixed paginator($items, $total, $perPage, $currentPage, $options)
|
|
* @method static mixed simplePaginator($items, $perPage, $currentPage, $options)
|
|
* @method static mixed cursorPaginator($items, $perPage, $cursor, $options)
|
|
* @method static mixed tap($callback)
|
|
* @method static mixed when($value, callable $callback, callable $default)
|
|
* @method static mixed unless($value, callable $callback, callable $default)
|
|
* @method static mixed explain()
|
|
* @method static mixed forwardCallTo($object, $method, $parameters)
|
|
* @method static mixed forwardDecoratedCallTo($object, $method, $parameters)
|
|
* @method static mixed throwBadMethodCallException($method)
|
|
* @method static mixed macro($name, $macro)
|
|
* @method static mixed mixin($mixin, $replace)
|
|
* @method static mixed hasMacro($name)
|
|
* @method static mixed flushMacros()
|
|
* @method static mixed macroCall($method, $parameters)
|
|
* @mixin \Illuminate\Database\Query\Builder
|
|
*/
|
|
class ReferenceEf extends \App\Models\SigdModel
|
|
{
|
|
//
|
|
}
|
|
|
|
/**
|
|
* App\Models\ReferenceEfSource
|
|
*
|
|
* @property string|null $updated_by
|
|
* @property string|null $created_by
|
|
* @property \Illuminate\Support\Carbon|null $updated_at
|
|
* @property \Illuminate\Support\Carbon|null $created_at
|
|
* @property int $row_status
|
|
* @property int $row_num
|
|
* @property string|null $description
|
|
* @property string $name
|
|
* @property string $code
|
|
* @property string $id
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceEfSource>|ReferenceEfSource whereId($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceEfSource>|ReferenceEfSource whereCode($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceEfSource>|ReferenceEfSource whereName($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceEfSource>|ReferenceEfSource whereDescription($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceEfSource>|ReferenceEfSource whereRowNum($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceEfSource>|ReferenceEfSource whereRowStatus($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceEfSource>|ReferenceEfSource whereCreatedAt($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceEfSource>|ReferenceEfSource whereUpdatedAt($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceEfSource>|ReferenceEfSource whereCreatedBy($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceEfSource>|ReferenceEfSource whereUpdatedBy($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceEfSource>|ReferenceEfSource rowActive()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceEfSource>|ReferenceEfSource isActive()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceEfSource>|ReferenceEfSource orderByRowNum()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceEfSource>|ReferenceEfSource newModelQuery()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceEfSource>|ReferenceEfSource newQuery()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceEfSource>|ReferenceEfSource query()
|
|
* @method static mixed select($columns)
|
|
* @method static mixed selectSub($query, $as)
|
|
* @method static mixed selectRaw($expression, array $bindings)
|
|
* @method static mixed fromSub($query, $as)
|
|
* @method static mixed fromRaw($expression, $bindings)
|
|
* @method static mixed createSub($query)
|
|
* @method static mixed parseSub($query)
|
|
* @method static mixed prependDatabaseNameIfCrossDatabaseQuery($query)
|
|
* @method static mixed addSelect($column)
|
|
* @method static mixed distinct()
|
|
* @method static mixed from($table, $as)
|
|
* @method static mixed useIndex($index)
|
|
* @method static mixed forceIndex($index)
|
|
* @method static mixed ignoreIndex($index)
|
|
* @method static mixed join($table, $first, $operator, $second, $type, $where)
|
|
* @method static mixed joinWhere($table, $first, $operator, $second, $type)
|
|
* @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where)
|
|
* @method static mixed joinLateral($query, string $as, string $type)
|
|
* @method static mixed leftJoinLateral($query, string $as)
|
|
* @method static mixed leftJoin($table, $first, $operator, $second)
|
|
* @method static mixed leftJoinWhere($table, $first, $operator, $second)
|
|
* @method static mixed leftJoinSub($query, $as, $first, $operator, $second)
|
|
* @method static mixed rightJoin($table, $first, $operator, $second)
|
|
* @method static mixed rightJoinWhere($table, $first, $operator, $second)
|
|
* @method static mixed rightJoinSub($query, $as, $first, $operator, $second)
|
|
* @method static mixed crossJoin($table, $first, $operator, $second)
|
|
* @method static mixed crossJoinSub($query, $as)
|
|
* @method static mixed newJoinClause(self $parentQuery, $type, $table)
|
|
* @method static mixed newJoinLateralClause(self $parentQuery, $type, $table)
|
|
* @method static mixed mergeWheres($wheres, $bindings)
|
|
* @method static mixed where($column, $operator, $value, $boolean)
|
|
* @method static mixed addArrayOfWheres($column, $boolean, $method)
|
|
* @method static mixed prepareValueAndOperator($value, $operator, $useDefault)
|
|
* @method static mixed invalidOperatorAndValue($operator, $value)
|
|
* @method static mixed invalidOperator($operator)
|
|
* @method static mixed isBitwiseOperator($operator)
|
|
* @method static mixed orWhere($column, $operator, $value)
|
|
* @method static mixed whereNot($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereNot($column, $operator, $value)
|
|
* @method static mixed whereColumn($first, $operator, $second, $boolean)
|
|
* @method static mixed orWhereColumn($first, $operator, $second)
|
|
* @method static mixed whereRaw($sql, $bindings, $boolean)
|
|
* @method static mixed orWhereRaw($sql, $bindings)
|
|
* @method static mixed whereIn($column, $values, $boolean, $not)
|
|
* @method static mixed orWhereIn($column, $values)
|
|
* @method static mixed whereNotIn($column, $values, $boolean)
|
|
* @method static mixed orWhereNotIn($column, $values)
|
|
* @method static mixed whereIntegerInRaw($column, $values, $boolean, $not)
|
|
* @method static mixed orWhereIntegerInRaw($column, $values)
|
|
* @method static mixed whereIntegerNotInRaw($column, $values, $boolean)
|
|
* @method static mixed orWhereIntegerNotInRaw($column, $values)
|
|
* @method static mixed whereNull($columns, $boolean, $not)
|
|
* @method static mixed orWhereNull($column)
|
|
* @method static mixed whereNotNull($columns, $boolean)
|
|
* @method static mixed whereBetween($column, iterable $values, $boolean, $not)
|
|
* @method static mixed whereBetweenColumns($column, array $values, $boolean, $not)
|
|
* @method static mixed orWhereBetween($column, iterable $values)
|
|
* @method static mixed orWhereBetweenColumns($column, array $values)
|
|
* @method static mixed whereNotBetween($column, iterable $values, $boolean)
|
|
* @method static mixed whereNotBetweenColumns($column, array $values, $boolean)
|
|
* @method static mixed orWhereNotBetween($column, iterable $values)
|
|
* @method static mixed orWhereNotBetweenColumns($column, array $values)
|
|
* @method static mixed orWhereNotNull($column)
|
|
* @method static mixed whereDate($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereDate($column, $operator, $value)
|
|
* @method static mixed whereTime($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereTime($column, $operator, $value)
|
|
* @method static mixed whereDay($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereDay($column, $operator, $value)
|
|
* @method static mixed whereMonth($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereMonth($column, $operator, $value)
|
|
* @method static mixed whereYear($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereYear($column, $operator, $value)
|
|
* @method static mixed addDateBasedWhere($type, $column, $operator, $value, $boolean)
|
|
* @method static mixed whereNested(Closure $callback, $boolean)
|
|
* @method static mixed forNestedWhere()
|
|
* @method static mixed addNestedWhereQuery($query, $boolean)
|
|
* @method static mixed whereSub($column, $operator, $callback, $boolean)
|
|
* @method static mixed whereExists($callback, $boolean, $not)
|
|
* @method static mixed orWhereExists($callback, $not)
|
|
* @method static mixed whereNotExists($callback, $boolean)
|
|
* @method static mixed orWhereNotExists($callback)
|
|
* @method static mixed addWhereExistsQuery(self $query, $boolean, $not)
|
|
* @method static mixed whereRowValues($columns, $operator, $values, $boolean)
|
|
* @method static mixed orWhereRowValues($columns, $operator, $values)
|
|
* @method static mixed whereJsonContains($column, $value, $boolean, $not)
|
|
* @method static mixed orWhereJsonContains($column, $value)
|
|
* @method static mixed whereJsonDoesntContain($column, $value, $boolean)
|
|
* @method static mixed orWhereJsonDoesntContain($column, $value)
|
|
* @method static mixed whereJsonOverlaps($column, $value, $boolean, $not)
|
|
* @method static mixed orWhereJsonOverlaps($column, $value)
|
|
* @method static mixed whereJsonDoesntOverlap($column, $value, $boolean)
|
|
* @method static mixed orWhereJsonDoesntOverlap($column, $value)
|
|
* @method static mixed whereJsonContainsKey($column, $boolean, $not)
|
|
* @method static mixed orWhereJsonContainsKey($column)
|
|
* @method static mixed whereJsonDoesntContainKey($column, $boolean)
|
|
* @method static mixed orWhereJsonDoesntContainKey($column)
|
|
* @method static mixed whereJsonLength($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereJsonLength($column, $operator, $value)
|
|
* @method static mixed dynamicWhere($method, $parameters)
|
|
* @method static mixed addDynamic($segment, $connector, $parameters, $index)
|
|
* @method static mixed whereFullText($columns, $value, array $options, $boolean)
|
|
* @method static mixed orWhereFullText($columns, $value, array $options)
|
|
* @method static mixed whereAll($columns, $operator, $value, $boolean)
|
|
* @method static mixed orWhereAll($columns, $operator, $value)
|
|
* @method static mixed whereAny($columns, $operator, $value, $boolean)
|
|
* @method static mixed orWhereAny($columns, $operator, $value)
|
|
* @method static mixed groupBy($groups)
|
|
* @method static mixed groupByRaw($sql, array $bindings)
|
|
* @method static mixed having($column, $operator, $value, $boolean)
|
|
* @method static mixed orHaving($column, $operator, $value)
|
|
* @method static mixed havingNested(Closure $callback, $boolean)
|
|
* @method static mixed addNestedHavingQuery($query, $boolean)
|
|
* @method static mixed havingNull($columns, $boolean, $not)
|
|
* @method static mixed orHavingNull($column)
|
|
* @method static mixed havingNotNull($columns, $boolean)
|
|
* @method static mixed orHavingNotNull($column)
|
|
* @method static mixed havingBetween($column, iterable $values, $boolean, $not)
|
|
* @method static mixed havingRaw($sql, array $bindings, $boolean)
|
|
* @method static mixed orHavingRaw($sql, array $bindings)
|
|
* @method static mixed orderBy($column, $direction)
|
|
* @method static mixed orderByDesc($column)
|
|
* @method static mixed latest($column)
|
|
* @method static mixed oldest($column)
|
|
* @method static mixed inRandomOrder($seed)
|
|
* @method static mixed orderByRaw($sql, $bindings)
|
|
* @method static mixed skip($value)
|
|
* @method static mixed offset($value)
|
|
* @method static mixed take($value)
|
|
* @method static mixed limit($value)
|
|
* @method static mixed groupLimit($value, $column)
|
|
* @method static mixed forPage($page, $perPage)
|
|
* @method static mixed forPageBeforeId($perPage, $lastId, $column)
|
|
* @method static mixed forPageAfterId($perPage, $lastId, $column)
|
|
* @method static mixed reorder($column, $direction)
|
|
* @method static mixed removeExistingOrdersFor($column)
|
|
* @method static mixed union($query, $all)
|
|
* @method static mixed unionAll($query)
|
|
* @method static mixed lock($value)
|
|
* @method static mixed lockForUpdate()
|
|
* @method static mixed sharedLock()
|
|
* @method static mixed beforeQuery(callable $callback)
|
|
* @method static mixed applyBeforeQueryCallbacks()
|
|
* @method static mixed afterQuery(Closure $callback)
|
|
* @method static mixed applyAfterQueryCallbacks($result)
|
|
* @method static mixed toSql()
|
|
* @method static mixed toRawSql()
|
|
* @method static mixed find($id, $columns)
|
|
* @method static mixed findOr($id, $columns, Closure $callback)
|
|
* @method static mixed value($column)
|
|
* @method static mixed rawValue(string $expression, array $bindings)
|
|
* @method static mixed soleValue($column)
|
|
* @method static mixed get($columns)
|
|
* @method static mixed runSelect()
|
|
* @method static mixed withoutGroupLimitKeys($items)
|
|
* @method static mixed paginate($perPage, $columns, $pageName, $page, $total)
|
|
* @method static mixed simplePaginate($perPage, $columns, $pageName, $page)
|
|
* @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor)
|
|
* @method static mixed ensureOrderForCursorPagination($shouldReverse)
|
|
* @method static mixed getCountForPagination($columns)
|
|
* @method static mixed runPaginationCountQuery($columns)
|
|
* @method static mixed cloneForPaginationCount()
|
|
* @method static mixed withoutSelectAliases(array $columns)
|
|
* @method static mixed cursor()
|
|
* @method static mixed enforceOrderBy()
|
|
* @method static mixed pluck($column, $key)
|
|
* @method static mixed stripTableForPluck($column)
|
|
* @method static mixed pluckFromObjectColumn($queryResult, $column, $key)
|
|
* @method static mixed pluckFromArrayColumn($queryResult, $column, $key)
|
|
* @method static mixed implode($column, $glue)
|
|
* @method static mixed exists()
|
|
* @method static mixed doesntExist()
|
|
* @method static mixed existsOr(Closure $callback)
|
|
* @method static mixed doesntExistOr(Closure $callback)
|
|
* @method static mixed count($columns)
|
|
* @method static mixed min($column)
|
|
* @method static mixed max($column)
|
|
* @method static mixed sum($column)
|
|
* @method static mixed avg($column)
|
|
* @method static mixed average($column)
|
|
* @method static mixed aggregate($function, $columns)
|
|
* @method static mixed numericAggregate($function, $columns)
|
|
* @method static mixed setAggregate($function, $columns)
|
|
* @method static mixed onceWithColumns($columns, $callback)
|
|
* @method static mixed insert(array $values)
|
|
* @method static mixed insertOrIgnore(array $values)
|
|
* @method static mixed insertGetId(array $values, $sequence)
|
|
* @method static mixed insertUsing(array $columns, $query)
|
|
* @method static mixed insertOrIgnoreUsing(array $columns, $query)
|
|
* @method static mixed update(array $values)
|
|
* @method static mixed updateFrom(array $values)
|
|
* @method static mixed updateOrInsert(array $attributes, callable|array $values)
|
|
* @method static mixed upsert(array $values, $uniqueBy, $update)
|
|
* @method static mixed increment($column, $amount, array $extra)
|
|
* @method static mixed incrementEach(array $columns, array $extra)
|
|
* @method static mixed decrement($column, $amount, array $extra)
|
|
* @method static mixed decrementEach(array $columns, array $extra)
|
|
* @method static mixed delete($id)
|
|
* @method static mixed truncate()
|
|
* @method static mixed newQuery()
|
|
* @method static mixed forSubQuery()
|
|
* @method static mixed getColumns()
|
|
* @method static mixed raw($value)
|
|
* @method static mixed getUnionBuilders()
|
|
* @method static mixed getBindings()
|
|
* @method static mixed getRawBindings()
|
|
* @method static mixed setBindings(array $bindings, $type)
|
|
* @method static mixed addBinding($value, $type)
|
|
* @method static mixed castBinding($value)
|
|
* @method static mixed mergeBindings(self $query)
|
|
* @method static mixed cleanBindings(array $bindings)
|
|
* @method static mixed flattenValue($value)
|
|
* @method static mixed defaultKeyName()
|
|
* @method static mixed getConnection()
|
|
* @method static mixed getProcessor()
|
|
* @method static mixed getGrammar()
|
|
* @method static mixed useWritePdo()
|
|
* @method static mixed isQueryable($value)
|
|
* @method static mixed clone()
|
|
* @method static mixed cloneWithout(array $properties)
|
|
* @method static mixed cloneWithoutBindings(array $except)
|
|
* @method static mixed dump($args)
|
|
* @method static mixed dumpRawSql()
|
|
* @method static mixed dd()
|
|
* @method static mixed ddRawSql()
|
|
* @method static mixed chunk($count, callable $callback)
|
|
* @method static mixed chunkMap(callable $callback, $count)
|
|
* @method static mixed each(callable $callback, $count)
|
|
* @method static mixed chunkById($count, callable $callback, $column, $alias)
|
|
* @method static mixed chunkByIdDesc($count, callable $callback, $column, $alias)
|
|
* @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending)
|
|
* @method static mixed eachById(callable $callback, $count, $column, $alias)
|
|
* @method static mixed lazy($chunkSize)
|
|
* @method static mixed lazyById($chunkSize, $column, $alias)
|
|
* @method static mixed lazyByIdDesc($chunkSize, $column, $alias)
|
|
* @method static mixed orderedLazyById($chunkSize, $column, $alias, $descending)
|
|
* @method static mixed first($columns)
|
|
* @method static mixed sole($columns)
|
|
* @method static mixed paginateUsingCursor($perPage, $columns, $cursorName, $cursor)
|
|
* @method static mixed getOriginalColumnNameForCursorPagination($builder, string $parameter)
|
|
* @method static mixed paginator($items, $total, $perPage, $currentPage, $options)
|
|
* @method static mixed simplePaginator($items, $perPage, $currentPage, $options)
|
|
* @method static mixed cursorPaginator($items, $perPage, $cursor, $options)
|
|
* @method static mixed tap($callback)
|
|
* @method static mixed when($value, callable $callback, callable $default)
|
|
* @method static mixed unless($value, callable $callback, callable $default)
|
|
* @method static mixed explain()
|
|
* @method static mixed forwardCallTo($object, $method, $parameters)
|
|
* @method static mixed forwardDecoratedCallTo($object, $method, $parameters)
|
|
* @method static mixed throwBadMethodCallException($method)
|
|
* @method static mixed macro($name, $macro)
|
|
* @method static mixed mixin($mixin, $replace)
|
|
* @method static mixed hasMacro($name)
|
|
* @method static mixed flushMacros()
|
|
* @method static mixed macroCall($method, $parameters)
|
|
* @mixin \Illuminate\Database\Query\Builder
|
|
*/
|
|
class ReferenceEfSource extends \App\Models\SigdModel
|
|
{
|
|
//
|
|
}
|
|
|
|
/**
|
|
* App\Models\ReferenceFactor
|
|
*
|
|
* @property string|null $updated_by
|
|
* @property string|null $created_by
|
|
* @property \Illuminate\Support\Carbon|null $updated_at
|
|
* @property \Illuminate\Support\Carbon|null $created_at
|
|
* @property int $row_status
|
|
* @property string|null $description
|
|
* @property int $active_status
|
|
* @property float $value
|
|
* @property string $factor_source_code
|
|
* @property string $activity_code
|
|
* @property string $type
|
|
* @property string $id
|
|
* @property-read \App\Models\ReferenceActivity $activity
|
|
* @property-read \App\Models\ReferenceFactorSource $factorSource
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceFactor>|ReferenceFactor whereId($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceFactor>|ReferenceFactor whereType($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceFactor>|ReferenceFactor whereActivityCode($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceFactor>|ReferenceFactor whereFactorSourceCode($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceFactor>|ReferenceFactor whereValue($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceFactor>|ReferenceFactor whereActiveStatus($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceFactor>|ReferenceFactor whereDescription($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceFactor>|ReferenceFactor whereRowStatus($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceFactor>|ReferenceFactor whereCreatedAt($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceFactor>|ReferenceFactor whereUpdatedAt($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceFactor>|ReferenceFactor whereCreatedBy($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceFactor>|ReferenceFactor whereUpdatedBy($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceFactor>|ReferenceFactor rowActive()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceFactor>|ReferenceFactor isActive()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceFactor>|ReferenceFactor orderByRowNum()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceFactor>|ReferenceFactor newModelQuery()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceFactor>|ReferenceFactor newQuery()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceFactor>|ReferenceFactor query()
|
|
* @method static mixed select($columns)
|
|
* @method static mixed selectSub($query, $as)
|
|
* @method static mixed selectRaw($expression, array $bindings)
|
|
* @method static mixed fromSub($query, $as)
|
|
* @method static mixed fromRaw($expression, $bindings)
|
|
* @method static mixed createSub($query)
|
|
* @method static mixed parseSub($query)
|
|
* @method static mixed prependDatabaseNameIfCrossDatabaseQuery($query)
|
|
* @method static mixed addSelect($column)
|
|
* @method static mixed distinct()
|
|
* @method static mixed from($table, $as)
|
|
* @method static mixed useIndex($index)
|
|
* @method static mixed forceIndex($index)
|
|
* @method static mixed ignoreIndex($index)
|
|
* @method static mixed join($table, $first, $operator, $second, $type, $where)
|
|
* @method static mixed joinWhere($table, $first, $operator, $second, $type)
|
|
* @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where)
|
|
* @method static mixed joinLateral($query, string $as, string $type)
|
|
* @method static mixed leftJoinLateral($query, string $as)
|
|
* @method static mixed leftJoin($table, $first, $operator, $second)
|
|
* @method static mixed leftJoinWhere($table, $first, $operator, $second)
|
|
* @method static mixed leftJoinSub($query, $as, $first, $operator, $second)
|
|
* @method static mixed rightJoin($table, $first, $operator, $second)
|
|
* @method static mixed rightJoinWhere($table, $first, $operator, $second)
|
|
* @method static mixed rightJoinSub($query, $as, $first, $operator, $second)
|
|
* @method static mixed crossJoin($table, $first, $operator, $second)
|
|
* @method static mixed crossJoinSub($query, $as)
|
|
* @method static mixed newJoinClause(self $parentQuery, $type, $table)
|
|
* @method static mixed newJoinLateralClause(self $parentQuery, $type, $table)
|
|
* @method static mixed mergeWheres($wheres, $bindings)
|
|
* @method static mixed where($column, $operator, $value, $boolean)
|
|
* @method static mixed addArrayOfWheres($column, $boolean, $method)
|
|
* @method static mixed prepareValueAndOperator($value, $operator, $useDefault)
|
|
* @method static mixed invalidOperatorAndValue($operator, $value)
|
|
* @method static mixed invalidOperator($operator)
|
|
* @method static mixed isBitwiseOperator($operator)
|
|
* @method static mixed orWhere($column, $operator, $value)
|
|
* @method static mixed whereNot($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereNot($column, $operator, $value)
|
|
* @method static mixed whereColumn($first, $operator, $second, $boolean)
|
|
* @method static mixed orWhereColumn($first, $operator, $second)
|
|
* @method static mixed whereRaw($sql, $bindings, $boolean)
|
|
* @method static mixed orWhereRaw($sql, $bindings)
|
|
* @method static mixed whereIn($column, $values, $boolean, $not)
|
|
* @method static mixed orWhereIn($column, $values)
|
|
* @method static mixed whereNotIn($column, $values, $boolean)
|
|
* @method static mixed orWhereNotIn($column, $values)
|
|
* @method static mixed whereIntegerInRaw($column, $values, $boolean, $not)
|
|
* @method static mixed orWhereIntegerInRaw($column, $values)
|
|
* @method static mixed whereIntegerNotInRaw($column, $values, $boolean)
|
|
* @method static mixed orWhereIntegerNotInRaw($column, $values)
|
|
* @method static mixed whereNull($columns, $boolean, $not)
|
|
* @method static mixed orWhereNull($column)
|
|
* @method static mixed whereNotNull($columns, $boolean)
|
|
* @method static mixed whereBetween($column, iterable $values, $boolean, $not)
|
|
* @method static mixed whereBetweenColumns($column, array $values, $boolean, $not)
|
|
* @method static mixed orWhereBetween($column, iterable $values)
|
|
* @method static mixed orWhereBetweenColumns($column, array $values)
|
|
* @method static mixed whereNotBetween($column, iterable $values, $boolean)
|
|
* @method static mixed whereNotBetweenColumns($column, array $values, $boolean)
|
|
* @method static mixed orWhereNotBetween($column, iterable $values)
|
|
* @method static mixed orWhereNotBetweenColumns($column, array $values)
|
|
* @method static mixed orWhereNotNull($column)
|
|
* @method static mixed whereDate($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereDate($column, $operator, $value)
|
|
* @method static mixed whereTime($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereTime($column, $operator, $value)
|
|
* @method static mixed whereDay($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereDay($column, $operator, $value)
|
|
* @method static mixed whereMonth($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereMonth($column, $operator, $value)
|
|
* @method static mixed whereYear($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereYear($column, $operator, $value)
|
|
* @method static mixed addDateBasedWhere($type, $column, $operator, $value, $boolean)
|
|
* @method static mixed whereNested(Closure $callback, $boolean)
|
|
* @method static mixed forNestedWhere()
|
|
* @method static mixed addNestedWhereQuery($query, $boolean)
|
|
* @method static mixed whereSub($column, $operator, $callback, $boolean)
|
|
* @method static mixed whereExists($callback, $boolean, $not)
|
|
* @method static mixed orWhereExists($callback, $not)
|
|
* @method static mixed whereNotExists($callback, $boolean)
|
|
* @method static mixed orWhereNotExists($callback)
|
|
* @method static mixed addWhereExistsQuery(self $query, $boolean, $not)
|
|
* @method static mixed whereRowValues($columns, $operator, $values, $boolean)
|
|
* @method static mixed orWhereRowValues($columns, $operator, $values)
|
|
* @method static mixed whereJsonContains($column, $value, $boolean, $not)
|
|
* @method static mixed orWhereJsonContains($column, $value)
|
|
* @method static mixed whereJsonDoesntContain($column, $value, $boolean)
|
|
* @method static mixed orWhereJsonDoesntContain($column, $value)
|
|
* @method static mixed whereJsonOverlaps($column, $value, $boolean, $not)
|
|
* @method static mixed orWhereJsonOverlaps($column, $value)
|
|
* @method static mixed whereJsonDoesntOverlap($column, $value, $boolean)
|
|
* @method static mixed orWhereJsonDoesntOverlap($column, $value)
|
|
* @method static mixed whereJsonContainsKey($column, $boolean, $not)
|
|
* @method static mixed orWhereJsonContainsKey($column)
|
|
* @method static mixed whereJsonDoesntContainKey($column, $boolean)
|
|
* @method static mixed orWhereJsonDoesntContainKey($column)
|
|
* @method static mixed whereJsonLength($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereJsonLength($column, $operator, $value)
|
|
* @method static mixed dynamicWhere($method, $parameters)
|
|
* @method static mixed addDynamic($segment, $connector, $parameters, $index)
|
|
* @method static mixed whereFullText($columns, $value, array $options, $boolean)
|
|
* @method static mixed orWhereFullText($columns, $value, array $options)
|
|
* @method static mixed whereAll($columns, $operator, $value, $boolean)
|
|
* @method static mixed orWhereAll($columns, $operator, $value)
|
|
* @method static mixed whereAny($columns, $operator, $value, $boolean)
|
|
* @method static mixed orWhereAny($columns, $operator, $value)
|
|
* @method static mixed groupBy($groups)
|
|
* @method static mixed groupByRaw($sql, array $bindings)
|
|
* @method static mixed having($column, $operator, $value, $boolean)
|
|
* @method static mixed orHaving($column, $operator, $value)
|
|
* @method static mixed havingNested(Closure $callback, $boolean)
|
|
* @method static mixed addNestedHavingQuery($query, $boolean)
|
|
* @method static mixed havingNull($columns, $boolean, $not)
|
|
* @method static mixed orHavingNull($column)
|
|
* @method static mixed havingNotNull($columns, $boolean)
|
|
* @method static mixed orHavingNotNull($column)
|
|
* @method static mixed havingBetween($column, iterable $values, $boolean, $not)
|
|
* @method static mixed havingRaw($sql, array $bindings, $boolean)
|
|
* @method static mixed orHavingRaw($sql, array $bindings)
|
|
* @method static mixed orderBy($column, $direction)
|
|
* @method static mixed orderByDesc($column)
|
|
* @method static mixed latest($column)
|
|
* @method static mixed oldest($column)
|
|
* @method static mixed inRandomOrder($seed)
|
|
* @method static mixed orderByRaw($sql, $bindings)
|
|
* @method static mixed skip($value)
|
|
* @method static mixed offset($value)
|
|
* @method static mixed take($value)
|
|
* @method static mixed limit($value)
|
|
* @method static mixed groupLimit($value, $column)
|
|
* @method static mixed forPage($page, $perPage)
|
|
* @method static mixed forPageBeforeId($perPage, $lastId, $column)
|
|
* @method static mixed forPageAfterId($perPage, $lastId, $column)
|
|
* @method static mixed reorder($column, $direction)
|
|
* @method static mixed removeExistingOrdersFor($column)
|
|
* @method static mixed union($query, $all)
|
|
* @method static mixed unionAll($query)
|
|
* @method static mixed lock($value)
|
|
* @method static mixed lockForUpdate()
|
|
* @method static mixed sharedLock()
|
|
* @method static mixed beforeQuery(callable $callback)
|
|
* @method static mixed applyBeforeQueryCallbacks()
|
|
* @method static mixed afterQuery(Closure $callback)
|
|
* @method static mixed applyAfterQueryCallbacks($result)
|
|
* @method static mixed toSql()
|
|
* @method static mixed toRawSql()
|
|
* @method static mixed find($id, $columns)
|
|
* @method static mixed findOr($id, $columns, Closure $callback)
|
|
* @method static mixed value($column)
|
|
* @method static mixed rawValue(string $expression, array $bindings)
|
|
* @method static mixed soleValue($column)
|
|
* @method static mixed get($columns)
|
|
* @method static mixed runSelect()
|
|
* @method static mixed withoutGroupLimitKeys($items)
|
|
* @method static mixed paginate($perPage, $columns, $pageName, $page, $total)
|
|
* @method static mixed simplePaginate($perPage, $columns, $pageName, $page)
|
|
* @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor)
|
|
* @method static mixed ensureOrderForCursorPagination($shouldReverse)
|
|
* @method static mixed getCountForPagination($columns)
|
|
* @method static mixed runPaginationCountQuery($columns)
|
|
* @method static mixed cloneForPaginationCount()
|
|
* @method static mixed withoutSelectAliases(array $columns)
|
|
* @method static mixed cursor()
|
|
* @method static mixed enforceOrderBy()
|
|
* @method static mixed pluck($column, $key)
|
|
* @method static mixed stripTableForPluck($column)
|
|
* @method static mixed pluckFromObjectColumn($queryResult, $column, $key)
|
|
* @method static mixed pluckFromArrayColumn($queryResult, $column, $key)
|
|
* @method static mixed implode($column, $glue)
|
|
* @method static mixed exists()
|
|
* @method static mixed doesntExist()
|
|
* @method static mixed existsOr(Closure $callback)
|
|
* @method static mixed doesntExistOr(Closure $callback)
|
|
* @method static mixed count($columns)
|
|
* @method static mixed min($column)
|
|
* @method static mixed max($column)
|
|
* @method static mixed sum($column)
|
|
* @method static mixed avg($column)
|
|
* @method static mixed average($column)
|
|
* @method static mixed aggregate($function, $columns)
|
|
* @method static mixed numericAggregate($function, $columns)
|
|
* @method static mixed setAggregate($function, $columns)
|
|
* @method static mixed onceWithColumns($columns, $callback)
|
|
* @method static mixed insert(array $values)
|
|
* @method static mixed insertOrIgnore(array $values)
|
|
* @method static mixed insertGetId(array $values, $sequence)
|
|
* @method static mixed insertUsing(array $columns, $query)
|
|
* @method static mixed insertOrIgnoreUsing(array $columns, $query)
|
|
* @method static mixed update(array $values)
|
|
* @method static mixed updateFrom(array $values)
|
|
* @method static mixed updateOrInsert(array $attributes, callable|array $values)
|
|
* @method static mixed upsert(array $values, $uniqueBy, $update)
|
|
* @method static mixed increment($column, $amount, array $extra)
|
|
* @method static mixed incrementEach(array $columns, array $extra)
|
|
* @method static mixed decrement($column, $amount, array $extra)
|
|
* @method static mixed decrementEach(array $columns, array $extra)
|
|
* @method static mixed delete($id)
|
|
* @method static mixed truncate()
|
|
* @method static mixed newQuery()
|
|
* @method static mixed forSubQuery()
|
|
* @method static mixed getColumns()
|
|
* @method static mixed raw($value)
|
|
* @method static mixed getUnionBuilders()
|
|
* @method static mixed getBindings()
|
|
* @method static mixed getRawBindings()
|
|
* @method static mixed setBindings(array $bindings, $type)
|
|
* @method static mixed addBinding($value, $type)
|
|
* @method static mixed castBinding($value)
|
|
* @method static mixed mergeBindings(self $query)
|
|
* @method static mixed cleanBindings(array $bindings)
|
|
* @method static mixed flattenValue($value)
|
|
* @method static mixed defaultKeyName()
|
|
* @method static mixed getConnection()
|
|
* @method static mixed getProcessor()
|
|
* @method static mixed getGrammar()
|
|
* @method static mixed useWritePdo()
|
|
* @method static mixed isQueryable($value)
|
|
* @method static mixed clone()
|
|
* @method static mixed cloneWithout(array $properties)
|
|
* @method static mixed cloneWithoutBindings(array $except)
|
|
* @method static mixed dump($args)
|
|
* @method static mixed dumpRawSql()
|
|
* @method static mixed dd()
|
|
* @method static mixed ddRawSql()
|
|
* @method static mixed chunk($count, callable $callback)
|
|
* @method static mixed chunkMap(callable $callback, $count)
|
|
* @method static mixed each(callable $callback, $count)
|
|
* @method static mixed chunkById($count, callable $callback, $column, $alias)
|
|
* @method static mixed chunkByIdDesc($count, callable $callback, $column, $alias)
|
|
* @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending)
|
|
* @method static mixed eachById(callable $callback, $count, $column, $alias)
|
|
* @method static mixed lazy($chunkSize)
|
|
* @method static mixed lazyById($chunkSize, $column, $alias)
|
|
* @method static mixed lazyByIdDesc($chunkSize, $column, $alias)
|
|
* @method static mixed orderedLazyById($chunkSize, $column, $alias, $descending)
|
|
* @method static mixed first($columns)
|
|
* @method static mixed sole($columns)
|
|
* @method static mixed paginateUsingCursor($perPage, $columns, $cursorName, $cursor)
|
|
* @method static mixed getOriginalColumnNameForCursorPagination($builder, string $parameter)
|
|
* @method static mixed paginator($items, $total, $perPage, $currentPage, $options)
|
|
* @method static mixed simplePaginator($items, $perPage, $currentPage, $options)
|
|
* @method static mixed cursorPaginator($items, $perPage, $cursor, $options)
|
|
* @method static mixed tap($callback)
|
|
* @method static mixed when($value, callable $callback, callable $default)
|
|
* @method static mixed unless($value, callable $callback, callable $default)
|
|
* @method static mixed explain()
|
|
* @method static mixed forwardCallTo($object, $method, $parameters)
|
|
* @method static mixed forwardDecoratedCallTo($object, $method, $parameters)
|
|
* @method static mixed throwBadMethodCallException($method)
|
|
* @method static mixed macro($name, $macro)
|
|
* @method static mixed mixin($mixin, $replace)
|
|
* @method static mixed hasMacro($name)
|
|
* @method static mixed flushMacros()
|
|
* @method static mixed macroCall($method, $parameters)
|
|
* @mixin \Illuminate\Database\Query\Builder
|
|
*/
|
|
class ReferenceFactor extends \App\Models\SigdModel
|
|
{
|
|
//
|
|
}
|
|
|
|
/**
|
|
* App\Models\ReferenceFactorSource
|
|
*
|
|
* @property string|null $updated_by
|
|
* @property string|null $created_by
|
|
* @property \Illuminate\Support\Carbon|null $updated_at
|
|
* @property \Illuminate\Support\Carbon|null $created_at
|
|
* @property int $row_status
|
|
* @property string|null $description
|
|
* @property string $name
|
|
* @property string $code
|
|
* @property string $id
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceFactorSource>|ReferenceFactorSource whereId($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceFactorSource>|ReferenceFactorSource whereCode($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceFactorSource>|ReferenceFactorSource whereName($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceFactorSource>|ReferenceFactorSource whereDescription($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceFactorSource>|ReferenceFactorSource whereRowStatus($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceFactorSource>|ReferenceFactorSource whereCreatedAt($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceFactorSource>|ReferenceFactorSource whereUpdatedAt($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceFactorSource>|ReferenceFactorSource whereCreatedBy($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceFactorSource>|ReferenceFactorSource whereUpdatedBy($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceFactorSource>|ReferenceFactorSource rowActive()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceFactorSource>|ReferenceFactorSource isActive()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceFactorSource>|ReferenceFactorSource orderByRowNum()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceFactorSource>|ReferenceFactorSource newModelQuery()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceFactorSource>|ReferenceFactorSource newQuery()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceFactorSource>|ReferenceFactorSource query()
|
|
* @method static mixed select($columns)
|
|
* @method static mixed selectSub($query, $as)
|
|
* @method static mixed selectRaw($expression, array $bindings)
|
|
* @method static mixed fromSub($query, $as)
|
|
* @method static mixed fromRaw($expression, $bindings)
|
|
* @method static mixed createSub($query)
|
|
* @method static mixed parseSub($query)
|
|
* @method static mixed prependDatabaseNameIfCrossDatabaseQuery($query)
|
|
* @method static mixed addSelect($column)
|
|
* @method static mixed distinct()
|
|
* @method static mixed from($table, $as)
|
|
* @method static mixed useIndex($index)
|
|
* @method static mixed forceIndex($index)
|
|
* @method static mixed ignoreIndex($index)
|
|
* @method static mixed join($table, $first, $operator, $second, $type, $where)
|
|
* @method static mixed joinWhere($table, $first, $operator, $second, $type)
|
|
* @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where)
|
|
* @method static mixed joinLateral($query, string $as, string $type)
|
|
* @method static mixed leftJoinLateral($query, string $as)
|
|
* @method static mixed leftJoin($table, $first, $operator, $second)
|
|
* @method static mixed leftJoinWhere($table, $first, $operator, $second)
|
|
* @method static mixed leftJoinSub($query, $as, $first, $operator, $second)
|
|
* @method static mixed rightJoin($table, $first, $operator, $second)
|
|
* @method static mixed rightJoinWhere($table, $first, $operator, $second)
|
|
* @method static mixed rightJoinSub($query, $as, $first, $operator, $second)
|
|
* @method static mixed crossJoin($table, $first, $operator, $second)
|
|
* @method static mixed crossJoinSub($query, $as)
|
|
* @method static mixed newJoinClause(self $parentQuery, $type, $table)
|
|
* @method static mixed newJoinLateralClause(self $parentQuery, $type, $table)
|
|
* @method static mixed mergeWheres($wheres, $bindings)
|
|
* @method static mixed where($column, $operator, $value, $boolean)
|
|
* @method static mixed addArrayOfWheres($column, $boolean, $method)
|
|
* @method static mixed prepareValueAndOperator($value, $operator, $useDefault)
|
|
* @method static mixed invalidOperatorAndValue($operator, $value)
|
|
* @method static mixed invalidOperator($operator)
|
|
* @method static mixed isBitwiseOperator($operator)
|
|
* @method static mixed orWhere($column, $operator, $value)
|
|
* @method static mixed whereNot($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereNot($column, $operator, $value)
|
|
* @method static mixed whereColumn($first, $operator, $second, $boolean)
|
|
* @method static mixed orWhereColumn($first, $operator, $second)
|
|
* @method static mixed whereRaw($sql, $bindings, $boolean)
|
|
* @method static mixed orWhereRaw($sql, $bindings)
|
|
* @method static mixed whereIn($column, $values, $boolean, $not)
|
|
* @method static mixed orWhereIn($column, $values)
|
|
* @method static mixed whereNotIn($column, $values, $boolean)
|
|
* @method static mixed orWhereNotIn($column, $values)
|
|
* @method static mixed whereIntegerInRaw($column, $values, $boolean, $not)
|
|
* @method static mixed orWhereIntegerInRaw($column, $values)
|
|
* @method static mixed whereIntegerNotInRaw($column, $values, $boolean)
|
|
* @method static mixed orWhereIntegerNotInRaw($column, $values)
|
|
* @method static mixed whereNull($columns, $boolean, $not)
|
|
* @method static mixed orWhereNull($column)
|
|
* @method static mixed whereNotNull($columns, $boolean)
|
|
* @method static mixed whereBetween($column, iterable $values, $boolean, $not)
|
|
* @method static mixed whereBetweenColumns($column, array $values, $boolean, $not)
|
|
* @method static mixed orWhereBetween($column, iterable $values)
|
|
* @method static mixed orWhereBetweenColumns($column, array $values)
|
|
* @method static mixed whereNotBetween($column, iterable $values, $boolean)
|
|
* @method static mixed whereNotBetweenColumns($column, array $values, $boolean)
|
|
* @method static mixed orWhereNotBetween($column, iterable $values)
|
|
* @method static mixed orWhereNotBetweenColumns($column, array $values)
|
|
* @method static mixed orWhereNotNull($column)
|
|
* @method static mixed whereDate($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereDate($column, $operator, $value)
|
|
* @method static mixed whereTime($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereTime($column, $operator, $value)
|
|
* @method static mixed whereDay($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereDay($column, $operator, $value)
|
|
* @method static mixed whereMonth($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereMonth($column, $operator, $value)
|
|
* @method static mixed whereYear($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereYear($column, $operator, $value)
|
|
* @method static mixed addDateBasedWhere($type, $column, $operator, $value, $boolean)
|
|
* @method static mixed whereNested(Closure $callback, $boolean)
|
|
* @method static mixed forNestedWhere()
|
|
* @method static mixed addNestedWhereQuery($query, $boolean)
|
|
* @method static mixed whereSub($column, $operator, $callback, $boolean)
|
|
* @method static mixed whereExists($callback, $boolean, $not)
|
|
* @method static mixed orWhereExists($callback, $not)
|
|
* @method static mixed whereNotExists($callback, $boolean)
|
|
* @method static mixed orWhereNotExists($callback)
|
|
* @method static mixed addWhereExistsQuery(self $query, $boolean, $not)
|
|
* @method static mixed whereRowValues($columns, $operator, $values, $boolean)
|
|
* @method static mixed orWhereRowValues($columns, $operator, $values)
|
|
* @method static mixed whereJsonContains($column, $value, $boolean, $not)
|
|
* @method static mixed orWhereJsonContains($column, $value)
|
|
* @method static mixed whereJsonDoesntContain($column, $value, $boolean)
|
|
* @method static mixed orWhereJsonDoesntContain($column, $value)
|
|
* @method static mixed whereJsonOverlaps($column, $value, $boolean, $not)
|
|
* @method static mixed orWhereJsonOverlaps($column, $value)
|
|
* @method static mixed whereJsonDoesntOverlap($column, $value, $boolean)
|
|
* @method static mixed orWhereJsonDoesntOverlap($column, $value)
|
|
* @method static mixed whereJsonContainsKey($column, $boolean, $not)
|
|
* @method static mixed orWhereJsonContainsKey($column)
|
|
* @method static mixed whereJsonDoesntContainKey($column, $boolean)
|
|
* @method static mixed orWhereJsonDoesntContainKey($column)
|
|
* @method static mixed whereJsonLength($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereJsonLength($column, $operator, $value)
|
|
* @method static mixed dynamicWhere($method, $parameters)
|
|
* @method static mixed addDynamic($segment, $connector, $parameters, $index)
|
|
* @method static mixed whereFullText($columns, $value, array $options, $boolean)
|
|
* @method static mixed orWhereFullText($columns, $value, array $options)
|
|
* @method static mixed whereAll($columns, $operator, $value, $boolean)
|
|
* @method static mixed orWhereAll($columns, $operator, $value)
|
|
* @method static mixed whereAny($columns, $operator, $value, $boolean)
|
|
* @method static mixed orWhereAny($columns, $operator, $value)
|
|
* @method static mixed groupBy($groups)
|
|
* @method static mixed groupByRaw($sql, array $bindings)
|
|
* @method static mixed having($column, $operator, $value, $boolean)
|
|
* @method static mixed orHaving($column, $operator, $value)
|
|
* @method static mixed havingNested(Closure $callback, $boolean)
|
|
* @method static mixed addNestedHavingQuery($query, $boolean)
|
|
* @method static mixed havingNull($columns, $boolean, $not)
|
|
* @method static mixed orHavingNull($column)
|
|
* @method static mixed havingNotNull($columns, $boolean)
|
|
* @method static mixed orHavingNotNull($column)
|
|
* @method static mixed havingBetween($column, iterable $values, $boolean, $not)
|
|
* @method static mixed havingRaw($sql, array $bindings, $boolean)
|
|
* @method static mixed orHavingRaw($sql, array $bindings)
|
|
* @method static mixed orderBy($column, $direction)
|
|
* @method static mixed orderByDesc($column)
|
|
* @method static mixed latest($column)
|
|
* @method static mixed oldest($column)
|
|
* @method static mixed inRandomOrder($seed)
|
|
* @method static mixed orderByRaw($sql, $bindings)
|
|
* @method static mixed skip($value)
|
|
* @method static mixed offset($value)
|
|
* @method static mixed take($value)
|
|
* @method static mixed limit($value)
|
|
* @method static mixed groupLimit($value, $column)
|
|
* @method static mixed forPage($page, $perPage)
|
|
* @method static mixed forPageBeforeId($perPage, $lastId, $column)
|
|
* @method static mixed forPageAfterId($perPage, $lastId, $column)
|
|
* @method static mixed reorder($column, $direction)
|
|
* @method static mixed removeExistingOrdersFor($column)
|
|
* @method static mixed union($query, $all)
|
|
* @method static mixed unionAll($query)
|
|
* @method static mixed lock($value)
|
|
* @method static mixed lockForUpdate()
|
|
* @method static mixed sharedLock()
|
|
* @method static mixed beforeQuery(callable $callback)
|
|
* @method static mixed applyBeforeQueryCallbacks()
|
|
* @method static mixed afterQuery(Closure $callback)
|
|
* @method static mixed applyAfterQueryCallbacks($result)
|
|
* @method static mixed toSql()
|
|
* @method static mixed toRawSql()
|
|
* @method static mixed find($id, $columns)
|
|
* @method static mixed findOr($id, $columns, Closure $callback)
|
|
* @method static mixed value($column)
|
|
* @method static mixed rawValue(string $expression, array $bindings)
|
|
* @method static mixed soleValue($column)
|
|
* @method static mixed get($columns)
|
|
* @method static mixed runSelect()
|
|
* @method static mixed withoutGroupLimitKeys($items)
|
|
* @method static mixed paginate($perPage, $columns, $pageName, $page, $total)
|
|
* @method static mixed simplePaginate($perPage, $columns, $pageName, $page)
|
|
* @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor)
|
|
* @method static mixed ensureOrderForCursorPagination($shouldReverse)
|
|
* @method static mixed getCountForPagination($columns)
|
|
* @method static mixed runPaginationCountQuery($columns)
|
|
* @method static mixed cloneForPaginationCount()
|
|
* @method static mixed withoutSelectAliases(array $columns)
|
|
* @method static mixed cursor()
|
|
* @method static mixed enforceOrderBy()
|
|
* @method static mixed pluck($column, $key)
|
|
* @method static mixed stripTableForPluck($column)
|
|
* @method static mixed pluckFromObjectColumn($queryResult, $column, $key)
|
|
* @method static mixed pluckFromArrayColumn($queryResult, $column, $key)
|
|
* @method static mixed implode($column, $glue)
|
|
* @method static mixed exists()
|
|
* @method static mixed doesntExist()
|
|
* @method static mixed existsOr(Closure $callback)
|
|
* @method static mixed doesntExistOr(Closure $callback)
|
|
* @method static mixed count($columns)
|
|
* @method static mixed min($column)
|
|
* @method static mixed max($column)
|
|
* @method static mixed sum($column)
|
|
* @method static mixed avg($column)
|
|
* @method static mixed average($column)
|
|
* @method static mixed aggregate($function, $columns)
|
|
* @method static mixed numericAggregate($function, $columns)
|
|
* @method static mixed setAggregate($function, $columns)
|
|
* @method static mixed onceWithColumns($columns, $callback)
|
|
* @method static mixed insert(array $values)
|
|
* @method static mixed insertOrIgnore(array $values)
|
|
* @method static mixed insertGetId(array $values, $sequence)
|
|
* @method static mixed insertUsing(array $columns, $query)
|
|
* @method static mixed insertOrIgnoreUsing(array $columns, $query)
|
|
* @method static mixed update(array $values)
|
|
* @method static mixed updateFrom(array $values)
|
|
* @method static mixed updateOrInsert(array $attributes, callable|array $values)
|
|
* @method static mixed upsert(array $values, $uniqueBy, $update)
|
|
* @method static mixed increment($column, $amount, array $extra)
|
|
* @method static mixed incrementEach(array $columns, array $extra)
|
|
* @method static mixed decrement($column, $amount, array $extra)
|
|
* @method static mixed decrementEach(array $columns, array $extra)
|
|
* @method static mixed delete($id)
|
|
* @method static mixed truncate()
|
|
* @method static mixed newQuery()
|
|
* @method static mixed forSubQuery()
|
|
* @method static mixed getColumns()
|
|
* @method static mixed raw($value)
|
|
* @method static mixed getUnionBuilders()
|
|
* @method static mixed getBindings()
|
|
* @method static mixed getRawBindings()
|
|
* @method static mixed setBindings(array $bindings, $type)
|
|
* @method static mixed addBinding($value, $type)
|
|
* @method static mixed castBinding($value)
|
|
* @method static mixed mergeBindings(self $query)
|
|
* @method static mixed cleanBindings(array $bindings)
|
|
* @method static mixed flattenValue($value)
|
|
* @method static mixed defaultKeyName()
|
|
* @method static mixed getConnection()
|
|
* @method static mixed getProcessor()
|
|
* @method static mixed getGrammar()
|
|
* @method static mixed useWritePdo()
|
|
* @method static mixed isQueryable($value)
|
|
* @method static mixed clone()
|
|
* @method static mixed cloneWithout(array $properties)
|
|
* @method static mixed cloneWithoutBindings(array $except)
|
|
* @method static mixed dump($args)
|
|
* @method static mixed dumpRawSql()
|
|
* @method static mixed dd()
|
|
* @method static mixed ddRawSql()
|
|
* @method static mixed chunk($count, callable $callback)
|
|
* @method static mixed chunkMap(callable $callback, $count)
|
|
* @method static mixed each(callable $callback, $count)
|
|
* @method static mixed chunkById($count, callable $callback, $column, $alias)
|
|
* @method static mixed chunkByIdDesc($count, callable $callback, $column, $alias)
|
|
* @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending)
|
|
* @method static mixed eachById(callable $callback, $count, $column, $alias)
|
|
* @method static mixed lazy($chunkSize)
|
|
* @method static mixed lazyById($chunkSize, $column, $alias)
|
|
* @method static mixed lazyByIdDesc($chunkSize, $column, $alias)
|
|
* @method static mixed orderedLazyById($chunkSize, $column, $alias, $descending)
|
|
* @method static mixed first($columns)
|
|
* @method static mixed sole($columns)
|
|
* @method static mixed paginateUsingCursor($perPage, $columns, $cursorName, $cursor)
|
|
* @method static mixed getOriginalColumnNameForCursorPagination($builder, string $parameter)
|
|
* @method static mixed paginator($items, $total, $perPage, $currentPage, $options)
|
|
* @method static mixed simplePaginator($items, $perPage, $currentPage, $options)
|
|
* @method static mixed cursorPaginator($items, $perPage, $cursor, $options)
|
|
* @method static mixed tap($callback)
|
|
* @method static mixed when($value, callable $callback, callable $default)
|
|
* @method static mixed unless($value, callable $callback, callable $default)
|
|
* @method static mixed explain()
|
|
* @method static mixed forwardCallTo($object, $method, $parameters)
|
|
* @method static mixed forwardDecoratedCallTo($object, $method, $parameters)
|
|
* @method static mixed throwBadMethodCallException($method)
|
|
* @method static mixed macro($name, $macro)
|
|
* @method static mixed mixin($mixin, $replace)
|
|
* @method static mixed hasMacro($name)
|
|
* @method static mixed flushMacros()
|
|
* @method static mixed macroCall($method, $parameters)
|
|
* @mixin \Illuminate\Database\Query\Builder
|
|
*/
|
|
class ReferenceFactorSource extends \App\Models\SigdModel
|
|
{
|
|
//
|
|
}
|
|
|
|
/**
|
|
* App\Models\ReferenceGhg
|
|
*
|
|
* @property string|null $updated_by
|
|
* @property string|null $created_by
|
|
* @property \Illuminate\Support\Carbon|null $updated_at
|
|
* @property \Illuminate\Support\Carbon|null $created_at
|
|
* @property int $row_status
|
|
* @property int $row_num
|
|
* @property string|null $description
|
|
* @property string $name
|
|
* @property string $code
|
|
* @property string $id
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceGhg>|ReferenceGhg whereId($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceGhg>|ReferenceGhg whereCode($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceGhg>|ReferenceGhg whereName($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceGhg>|ReferenceGhg whereDescription($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceGhg>|ReferenceGhg whereRowNum($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceGhg>|ReferenceGhg whereRowStatus($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceGhg>|ReferenceGhg whereCreatedAt($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceGhg>|ReferenceGhg whereUpdatedAt($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceGhg>|ReferenceGhg whereCreatedBy($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceGhg>|ReferenceGhg whereUpdatedBy($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceGhg>|ReferenceGhg rowActive()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceGhg>|ReferenceGhg isActive()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceGhg>|ReferenceGhg orderByRowNum()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceGhg>|ReferenceGhg newModelQuery()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceGhg>|ReferenceGhg newQuery()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceGhg>|ReferenceGhg query()
|
|
* @method static mixed select($columns)
|
|
* @method static mixed selectSub($query, $as)
|
|
* @method static mixed selectRaw($expression, array $bindings)
|
|
* @method static mixed fromSub($query, $as)
|
|
* @method static mixed fromRaw($expression, $bindings)
|
|
* @method static mixed createSub($query)
|
|
* @method static mixed parseSub($query)
|
|
* @method static mixed prependDatabaseNameIfCrossDatabaseQuery($query)
|
|
* @method static mixed addSelect($column)
|
|
* @method static mixed distinct()
|
|
* @method static mixed from($table, $as)
|
|
* @method static mixed useIndex($index)
|
|
* @method static mixed forceIndex($index)
|
|
* @method static mixed ignoreIndex($index)
|
|
* @method static mixed join($table, $first, $operator, $second, $type, $where)
|
|
* @method static mixed joinWhere($table, $first, $operator, $second, $type)
|
|
* @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where)
|
|
* @method static mixed joinLateral($query, string $as, string $type)
|
|
* @method static mixed leftJoinLateral($query, string $as)
|
|
* @method static mixed leftJoin($table, $first, $operator, $second)
|
|
* @method static mixed leftJoinWhere($table, $first, $operator, $second)
|
|
* @method static mixed leftJoinSub($query, $as, $first, $operator, $second)
|
|
* @method static mixed rightJoin($table, $first, $operator, $second)
|
|
* @method static mixed rightJoinWhere($table, $first, $operator, $second)
|
|
* @method static mixed rightJoinSub($query, $as, $first, $operator, $second)
|
|
* @method static mixed crossJoin($table, $first, $operator, $second)
|
|
* @method static mixed crossJoinSub($query, $as)
|
|
* @method static mixed newJoinClause(self $parentQuery, $type, $table)
|
|
* @method static mixed newJoinLateralClause(self $parentQuery, $type, $table)
|
|
* @method static mixed mergeWheres($wheres, $bindings)
|
|
* @method static mixed where($column, $operator, $value, $boolean)
|
|
* @method static mixed addArrayOfWheres($column, $boolean, $method)
|
|
* @method static mixed prepareValueAndOperator($value, $operator, $useDefault)
|
|
* @method static mixed invalidOperatorAndValue($operator, $value)
|
|
* @method static mixed invalidOperator($operator)
|
|
* @method static mixed isBitwiseOperator($operator)
|
|
* @method static mixed orWhere($column, $operator, $value)
|
|
* @method static mixed whereNot($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereNot($column, $operator, $value)
|
|
* @method static mixed whereColumn($first, $operator, $second, $boolean)
|
|
* @method static mixed orWhereColumn($first, $operator, $second)
|
|
* @method static mixed whereRaw($sql, $bindings, $boolean)
|
|
* @method static mixed orWhereRaw($sql, $bindings)
|
|
* @method static mixed whereIn($column, $values, $boolean, $not)
|
|
* @method static mixed orWhereIn($column, $values)
|
|
* @method static mixed whereNotIn($column, $values, $boolean)
|
|
* @method static mixed orWhereNotIn($column, $values)
|
|
* @method static mixed whereIntegerInRaw($column, $values, $boolean, $not)
|
|
* @method static mixed orWhereIntegerInRaw($column, $values)
|
|
* @method static mixed whereIntegerNotInRaw($column, $values, $boolean)
|
|
* @method static mixed orWhereIntegerNotInRaw($column, $values)
|
|
* @method static mixed whereNull($columns, $boolean, $not)
|
|
* @method static mixed orWhereNull($column)
|
|
* @method static mixed whereNotNull($columns, $boolean)
|
|
* @method static mixed whereBetween($column, iterable $values, $boolean, $not)
|
|
* @method static mixed whereBetweenColumns($column, array $values, $boolean, $not)
|
|
* @method static mixed orWhereBetween($column, iterable $values)
|
|
* @method static mixed orWhereBetweenColumns($column, array $values)
|
|
* @method static mixed whereNotBetween($column, iterable $values, $boolean)
|
|
* @method static mixed whereNotBetweenColumns($column, array $values, $boolean)
|
|
* @method static mixed orWhereNotBetween($column, iterable $values)
|
|
* @method static mixed orWhereNotBetweenColumns($column, array $values)
|
|
* @method static mixed orWhereNotNull($column)
|
|
* @method static mixed whereDate($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereDate($column, $operator, $value)
|
|
* @method static mixed whereTime($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereTime($column, $operator, $value)
|
|
* @method static mixed whereDay($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereDay($column, $operator, $value)
|
|
* @method static mixed whereMonth($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereMonth($column, $operator, $value)
|
|
* @method static mixed whereYear($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereYear($column, $operator, $value)
|
|
* @method static mixed addDateBasedWhere($type, $column, $operator, $value, $boolean)
|
|
* @method static mixed whereNested(Closure $callback, $boolean)
|
|
* @method static mixed forNestedWhere()
|
|
* @method static mixed addNestedWhereQuery($query, $boolean)
|
|
* @method static mixed whereSub($column, $operator, $callback, $boolean)
|
|
* @method static mixed whereExists($callback, $boolean, $not)
|
|
* @method static mixed orWhereExists($callback, $not)
|
|
* @method static mixed whereNotExists($callback, $boolean)
|
|
* @method static mixed orWhereNotExists($callback)
|
|
* @method static mixed addWhereExistsQuery(self $query, $boolean, $not)
|
|
* @method static mixed whereRowValues($columns, $operator, $values, $boolean)
|
|
* @method static mixed orWhereRowValues($columns, $operator, $values)
|
|
* @method static mixed whereJsonContains($column, $value, $boolean, $not)
|
|
* @method static mixed orWhereJsonContains($column, $value)
|
|
* @method static mixed whereJsonDoesntContain($column, $value, $boolean)
|
|
* @method static mixed orWhereJsonDoesntContain($column, $value)
|
|
* @method static mixed whereJsonOverlaps($column, $value, $boolean, $not)
|
|
* @method static mixed orWhereJsonOverlaps($column, $value)
|
|
* @method static mixed whereJsonDoesntOverlap($column, $value, $boolean)
|
|
* @method static mixed orWhereJsonDoesntOverlap($column, $value)
|
|
* @method static mixed whereJsonContainsKey($column, $boolean, $not)
|
|
* @method static mixed orWhereJsonContainsKey($column)
|
|
* @method static mixed whereJsonDoesntContainKey($column, $boolean)
|
|
* @method static mixed orWhereJsonDoesntContainKey($column)
|
|
* @method static mixed whereJsonLength($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereJsonLength($column, $operator, $value)
|
|
* @method static mixed dynamicWhere($method, $parameters)
|
|
* @method static mixed addDynamic($segment, $connector, $parameters, $index)
|
|
* @method static mixed whereFullText($columns, $value, array $options, $boolean)
|
|
* @method static mixed orWhereFullText($columns, $value, array $options)
|
|
* @method static mixed whereAll($columns, $operator, $value, $boolean)
|
|
* @method static mixed orWhereAll($columns, $operator, $value)
|
|
* @method static mixed whereAny($columns, $operator, $value, $boolean)
|
|
* @method static mixed orWhereAny($columns, $operator, $value)
|
|
* @method static mixed groupBy($groups)
|
|
* @method static mixed groupByRaw($sql, array $bindings)
|
|
* @method static mixed having($column, $operator, $value, $boolean)
|
|
* @method static mixed orHaving($column, $operator, $value)
|
|
* @method static mixed havingNested(Closure $callback, $boolean)
|
|
* @method static mixed addNestedHavingQuery($query, $boolean)
|
|
* @method static mixed havingNull($columns, $boolean, $not)
|
|
* @method static mixed orHavingNull($column)
|
|
* @method static mixed havingNotNull($columns, $boolean)
|
|
* @method static mixed orHavingNotNull($column)
|
|
* @method static mixed havingBetween($column, iterable $values, $boolean, $not)
|
|
* @method static mixed havingRaw($sql, array $bindings, $boolean)
|
|
* @method static mixed orHavingRaw($sql, array $bindings)
|
|
* @method static mixed orderBy($column, $direction)
|
|
* @method static mixed orderByDesc($column)
|
|
* @method static mixed latest($column)
|
|
* @method static mixed oldest($column)
|
|
* @method static mixed inRandomOrder($seed)
|
|
* @method static mixed orderByRaw($sql, $bindings)
|
|
* @method static mixed skip($value)
|
|
* @method static mixed offset($value)
|
|
* @method static mixed take($value)
|
|
* @method static mixed limit($value)
|
|
* @method static mixed groupLimit($value, $column)
|
|
* @method static mixed forPage($page, $perPage)
|
|
* @method static mixed forPageBeforeId($perPage, $lastId, $column)
|
|
* @method static mixed forPageAfterId($perPage, $lastId, $column)
|
|
* @method static mixed reorder($column, $direction)
|
|
* @method static mixed removeExistingOrdersFor($column)
|
|
* @method static mixed union($query, $all)
|
|
* @method static mixed unionAll($query)
|
|
* @method static mixed lock($value)
|
|
* @method static mixed lockForUpdate()
|
|
* @method static mixed sharedLock()
|
|
* @method static mixed beforeQuery(callable $callback)
|
|
* @method static mixed applyBeforeQueryCallbacks()
|
|
* @method static mixed afterQuery(Closure $callback)
|
|
* @method static mixed applyAfterQueryCallbacks($result)
|
|
* @method static mixed toSql()
|
|
* @method static mixed toRawSql()
|
|
* @method static mixed find($id, $columns)
|
|
* @method static mixed findOr($id, $columns, Closure $callback)
|
|
* @method static mixed value($column)
|
|
* @method static mixed rawValue(string $expression, array $bindings)
|
|
* @method static mixed soleValue($column)
|
|
* @method static mixed get($columns)
|
|
* @method static mixed runSelect()
|
|
* @method static mixed withoutGroupLimitKeys($items)
|
|
* @method static mixed paginate($perPage, $columns, $pageName, $page, $total)
|
|
* @method static mixed simplePaginate($perPage, $columns, $pageName, $page)
|
|
* @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor)
|
|
* @method static mixed ensureOrderForCursorPagination($shouldReverse)
|
|
* @method static mixed getCountForPagination($columns)
|
|
* @method static mixed runPaginationCountQuery($columns)
|
|
* @method static mixed cloneForPaginationCount()
|
|
* @method static mixed withoutSelectAliases(array $columns)
|
|
* @method static mixed cursor()
|
|
* @method static mixed enforceOrderBy()
|
|
* @method static mixed pluck($column, $key)
|
|
* @method static mixed stripTableForPluck($column)
|
|
* @method static mixed pluckFromObjectColumn($queryResult, $column, $key)
|
|
* @method static mixed pluckFromArrayColumn($queryResult, $column, $key)
|
|
* @method static mixed implode($column, $glue)
|
|
* @method static mixed exists()
|
|
* @method static mixed doesntExist()
|
|
* @method static mixed existsOr(Closure $callback)
|
|
* @method static mixed doesntExistOr(Closure $callback)
|
|
* @method static mixed count($columns)
|
|
* @method static mixed min($column)
|
|
* @method static mixed max($column)
|
|
* @method static mixed sum($column)
|
|
* @method static mixed avg($column)
|
|
* @method static mixed average($column)
|
|
* @method static mixed aggregate($function, $columns)
|
|
* @method static mixed numericAggregate($function, $columns)
|
|
* @method static mixed setAggregate($function, $columns)
|
|
* @method static mixed onceWithColumns($columns, $callback)
|
|
* @method static mixed insert(array $values)
|
|
* @method static mixed insertOrIgnore(array $values)
|
|
* @method static mixed insertGetId(array $values, $sequence)
|
|
* @method static mixed insertUsing(array $columns, $query)
|
|
* @method static mixed insertOrIgnoreUsing(array $columns, $query)
|
|
* @method static mixed update(array $values)
|
|
* @method static mixed updateFrom(array $values)
|
|
* @method static mixed updateOrInsert(array $attributes, callable|array $values)
|
|
* @method static mixed upsert(array $values, $uniqueBy, $update)
|
|
* @method static mixed increment($column, $amount, array $extra)
|
|
* @method static mixed incrementEach(array $columns, array $extra)
|
|
* @method static mixed decrement($column, $amount, array $extra)
|
|
* @method static mixed decrementEach(array $columns, array $extra)
|
|
* @method static mixed delete($id)
|
|
* @method static mixed truncate()
|
|
* @method static mixed newQuery()
|
|
* @method static mixed forSubQuery()
|
|
* @method static mixed getColumns()
|
|
* @method static mixed raw($value)
|
|
* @method static mixed getUnionBuilders()
|
|
* @method static mixed getBindings()
|
|
* @method static mixed getRawBindings()
|
|
* @method static mixed setBindings(array $bindings, $type)
|
|
* @method static mixed addBinding($value, $type)
|
|
* @method static mixed castBinding($value)
|
|
* @method static mixed mergeBindings(self $query)
|
|
* @method static mixed cleanBindings(array $bindings)
|
|
* @method static mixed flattenValue($value)
|
|
* @method static mixed defaultKeyName()
|
|
* @method static mixed getConnection()
|
|
* @method static mixed getProcessor()
|
|
* @method static mixed getGrammar()
|
|
* @method static mixed useWritePdo()
|
|
* @method static mixed isQueryable($value)
|
|
* @method static mixed clone()
|
|
* @method static mixed cloneWithout(array $properties)
|
|
* @method static mixed cloneWithoutBindings(array $except)
|
|
* @method static mixed dump($args)
|
|
* @method static mixed dumpRawSql()
|
|
* @method static mixed dd()
|
|
* @method static mixed ddRawSql()
|
|
* @method static mixed chunk($count, callable $callback)
|
|
* @method static mixed chunkMap(callable $callback, $count)
|
|
* @method static mixed each(callable $callback, $count)
|
|
* @method static mixed chunkById($count, callable $callback, $column, $alias)
|
|
* @method static mixed chunkByIdDesc($count, callable $callback, $column, $alias)
|
|
* @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending)
|
|
* @method static mixed eachById(callable $callback, $count, $column, $alias)
|
|
* @method static mixed lazy($chunkSize)
|
|
* @method static mixed lazyById($chunkSize, $column, $alias)
|
|
* @method static mixed lazyByIdDesc($chunkSize, $column, $alias)
|
|
* @method static mixed orderedLazyById($chunkSize, $column, $alias, $descending)
|
|
* @method static mixed first($columns)
|
|
* @method static mixed sole($columns)
|
|
* @method static mixed paginateUsingCursor($perPage, $columns, $cursorName, $cursor)
|
|
* @method static mixed getOriginalColumnNameForCursorPagination($builder, string $parameter)
|
|
* @method static mixed paginator($items, $total, $perPage, $currentPage, $options)
|
|
* @method static mixed simplePaginator($items, $perPage, $currentPage, $options)
|
|
* @method static mixed cursorPaginator($items, $perPage, $cursor, $options)
|
|
* @method static mixed tap($callback)
|
|
* @method static mixed when($value, callable $callback, callable $default)
|
|
* @method static mixed unless($value, callable $callback, callable $default)
|
|
* @method static mixed explain()
|
|
* @method static mixed forwardCallTo($object, $method, $parameters)
|
|
* @method static mixed forwardDecoratedCallTo($object, $method, $parameters)
|
|
* @method static mixed throwBadMethodCallException($method)
|
|
* @method static mixed macro($name, $macro)
|
|
* @method static mixed mixin($mixin, $replace)
|
|
* @method static mixed hasMacro($name)
|
|
* @method static mixed flushMacros()
|
|
* @method static mixed macroCall($method, $parameters)
|
|
* @mixin \Illuminate\Database\Query\Builder
|
|
*/
|
|
class ReferenceGhg extends \App\Models\SigdModel
|
|
{
|
|
//
|
|
}
|
|
|
|
/**
|
|
* App\Models\ReferenceGpc
|
|
*
|
|
* @property string|null $updated_by
|
|
* @property string|null $created_by
|
|
* @property \Illuminate\Support\Carbon|null $updated_at
|
|
* @property \Illuminate\Support\Carbon|null $created_at
|
|
* @property int $row_status
|
|
* @property int $row_num
|
|
* @property int|null $scope
|
|
* @property string $name
|
|
* @property string|null $notation_key
|
|
* @property string|null $ipcc_code
|
|
* @property string $gpc_code
|
|
* @property string|null $sub_sector
|
|
* @property string $sector
|
|
* @property string $id
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceGpc>|ReferenceGpc whereId($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceGpc>|ReferenceGpc whereSector($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceGpc>|ReferenceGpc whereSubSector($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceGpc>|ReferenceGpc whereGpcCode($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceGpc>|ReferenceGpc whereIpccCode($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceGpc>|ReferenceGpc whereNotationKey($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceGpc>|ReferenceGpc whereName($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceGpc>|ReferenceGpc whereScope($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceGpc>|ReferenceGpc whereRowNum($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceGpc>|ReferenceGpc whereRowStatus($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceGpc>|ReferenceGpc whereCreatedAt($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceGpc>|ReferenceGpc whereUpdatedAt($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceGpc>|ReferenceGpc whereCreatedBy($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceGpc>|ReferenceGpc whereUpdatedBy($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceGpc>|ReferenceGpc rowActive()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceGpc>|ReferenceGpc isActive()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceGpc>|ReferenceGpc orderByRowNum()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceGpc>|ReferenceGpc newModelQuery()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceGpc>|ReferenceGpc newQuery()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceGpc>|ReferenceGpc query()
|
|
* @method static mixed select($columns)
|
|
* @method static mixed selectSub($query, $as)
|
|
* @method static mixed selectRaw($expression, array $bindings)
|
|
* @method static mixed fromSub($query, $as)
|
|
* @method static mixed fromRaw($expression, $bindings)
|
|
* @method static mixed createSub($query)
|
|
* @method static mixed parseSub($query)
|
|
* @method static mixed prependDatabaseNameIfCrossDatabaseQuery($query)
|
|
* @method static mixed addSelect($column)
|
|
* @method static mixed distinct()
|
|
* @method static mixed from($table, $as)
|
|
* @method static mixed useIndex($index)
|
|
* @method static mixed forceIndex($index)
|
|
* @method static mixed ignoreIndex($index)
|
|
* @method static mixed join($table, $first, $operator, $second, $type, $where)
|
|
* @method static mixed joinWhere($table, $first, $operator, $second, $type)
|
|
* @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where)
|
|
* @method static mixed joinLateral($query, string $as, string $type)
|
|
* @method static mixed leftJoinLateral($query, string $as)
|
|
* @method static mixed leftJoin($table, $first, $operator, $second)
|
|
* @method static mixed leftJoinWhere($table, $first, $operator, $second)
|
|
* @method static mixed leftJoinSub($query, $as, $first, $operator, $second)
|
|
* @method static mixed rightJoin($table, $first, $operator, $second)
|
|
* @method static mixed rightJoinWhere($table, $first, $operator, $second)
|
|
* @method static mixed rightJoinSub($query, $as, $first, $operator, $second)
|
|
* @method static mixed crossJoin($table, $first, $operator, $second)
|
|
* @method static mixed crossJoinSub($query, $as)
|
|
* @method static mixed newJoinClause(self $parentQuery, $type, $table)
|
|
* @method static mixed newJoinLateralClause(self $parentQuery, $type, $table)
|
|
* @method static mixed mergeWheres($wheres, $bindings)
|
|
* @method static mixed where($column, $operator, $value, $boolean)
|
|
* @method static mixed addArrayOfWheres($column, $boolean, $method)
|
|
* @method static mixed prepareValueAndOperator($value, $operator, $useDefault)
|
|
* @method static mixed invalidOperatorAndValue($operator, $value)
|
|
* @method static mixed invalidOperator($operator)
|
|
* @method static mixed isBitwiseOperator($operator)
|
|
* @method static mixed orWhere($column, $operator, $value)
|
|
* @method static mixed whereNot($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereNot($column, $operator, $value)
|
|
* @method static mixed whereColumn($first, $operator, $second, $boolean)
|
|
* @method static mixed orWhereColumn($first, $operator, $second)
|
|
* @method static mixed whereRaw($sql, $bindings, $boolean)
|
|
* @method static mixed orWhereRaw($sql, $bindings)
|
|
* @method static mixed whereIn($column, $values, $boolean, $not)
|
|
* @method static mixed orWhereIn($column, $values)
|
|
* @method static mixed whereNotIn($column, $values, $boolean)
|
|
* @method static mixed orWhereNotIn($column, $values)
|
|
* @method static mixed whereIntegerInRaw($column, $values, $boolean, $not)
|
|
* @method static mixed orWhereIntegerInRaw($column, $values)
|
|
* @method static mixed whereIntegerNotInRaw($column, $values, $boolean)
|
|
* @method static mixed orWhereIntegerNotInRaw($column, $values)
|
|
* @method static mixed whereNull($columns, $boolean, $not)
|
|
* @method static mixed orWhereNull($column)
|
|
* @method static mixed whereNotNull($columns, $boolean)
|
|
* @method static mixed whereBetween($column, iterable $values, $boolean, $not)
|
|
* @method static mixed whereBetweenColumns($column, array $values, $boolean, $not)
|
|
* @method static mixed orWhereBetween($column, iterable $values)
|
|
* @method static mixed orWhereBetweenColumns($column, array $values)
|
|
* @method static mixed whereNotBetween($column, iterable $values, $boolean)
|
|
* @method static mixed whereNotBetweenColumns($column, array $values, $boolean)
|
|
* @method static mixed orWhereNotBetween($column, iterable $values)
|
|
* @method static mixed orWhereNotBetweenColumns($column, array $values)
|
|
* @method static mixed orWhereNotNull($column)
|
|
* @method static mixed whereDate($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereDate($column, $operator, $value)
|
|
* @method static mixed whereTime($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereTime($column, $operator, $value)
|
|
* @method static mixed whereDay($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereDay($column, $operator, $value)
|
|
* @method static mixed whereMonth($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereMonth($column, $operator, $value)
|
|
* @method static mixed whereYear($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereYear($column, $operator, $value)
|
|
* @method static mixed addDateBasedWhere($type, $column, $operator, $value, $boolean)
|
|
* @method static mixed whereNested(Closure $callback, $boolean)
|
|
* @method static mixed forNestedWhere()
|
|
* @method static mixed addNestedWhereQuery($query, $boolean)
|
|
* @method static mixed whereSub($column, $operator, $callback, $boolean)
|
|
* @method static mixed whereExists($callback, $boolean, $not)
|
|
* @method static mixed orWhereExists($callback, $not)
|
|
* @method static mixed whereNotExists($callback, $boolean)
|
|
* @method static mixed orWhereNotExists($callback)
|
|
* @method static mixed addWhereExistsQuery(self $query, $boolean, $not)
|
|
* @method static mixed whereRowValues($columns, $operator, $values, $boolean)
|
|
* @method static mixed orWhereRowValues($columns, $operator, $values)
|
|
* @method static mixed whereJsonContains($column, $value, $boolean, $not)
|
|
* @method static mixed orWhereJsonContains($column, $value)
|
|
* @method static mixed whereJsonDoesntContain($column, $value, $boolean)
|
|
* @method static mixed orWhereJsonDoesntContain($column, $value)
|
|
* @method static mixed whereJsonOverlaps($column, $value, $boolean, $not)
|
|
* @method static mixed orWhereJsonOverlaps($column, $value)
|
|
* @method static mixed whereJsonDoesntOverlap($column, $value, $boolean)
|
|
* @method static mixed orWhereJsonDoesntOverlap($column, $value)
|
|
* @method static mixed whereJsonContainsKey($column, $boolean, $not)
|
|
* @method static mixed orWhereJsonContainsKey($column)
|
|
* @method static mixed whereJsonDoesntContainKey($column, $boolean)
|
|
* @method static mixed orWhereJsonDoesntContainKey($column)
|
|
* @method static mixed whereJsonLength($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereJsonLength($column, $operator, $value)
|
|
* @method static mixed dynamicWhere($method, $parameters)
|
|
* @method static mixed addDynamic($segment, $connector, $parameters, $index)
|
|
* @method static mixed whereFullText($columns, $value, array $options, $boolean)
|
|
* @method static mixed orWhereFullText($columns, $value, array $options)
|
|
* @method static mixed whereAll($columns, $operator, $value, $boolean)
|
|
* @method static mixed orWhereAll($columns, $operator, $value)
|
|
* @method static mixed whereAny($columns, $operator, $value, $boolean)
|
|
* @method static mixed orWhereAny($columns, $operator, $value)
|
|
* @method static mixed groupBy($groups)
|
|
* @method static mixed groupByRaw($sql, array $bindings)
|
|
* @method static mixed having($column, $operator, $value, $boolean)
|
|
* @method static mixed orHaving($column, $operator, $value)
|
|
* @method static mixed havingNested(Closure $callback, $boolean)
|
|
* @method static mixed addNestedHavingQuery($query, $boolean)
|
|
* @method static mixed havingNull($columns, $boolean, $not)
|
|
* @method static mixed orHavingNull($column)
|
|
* @method static mixed havingNotNull($columns, $boolean)
|
|
* @method static mixed orHavingNotNull($column)
|
|
* @method static mixed havingBetween($column, iterable $values, $boolean, $not)
|
|
* @method static mixed havingRaw($sql, array $bindings, $boolean)
|
|
* @method static mixed orHavingRaw($sql, array $bindings)
|
|
* @method static mixed orderBy($column, $direction)
|
|
* @method static mixed orderByDesc($column)
|
|
* @method static mixed latest($column)
|
|
* @method static mixed oldest($column)
|
|
* @method static mixed inRandomOrder($seed)
|
|
* @method static mixed orderByRaw($sql, $bindings)
|
|
* @method static mixed skip($value)
|
|
* @method static mixed offset($value)
|
|
* @method static mixed take($value)
|
|
* @method static mixed limit($value)
|
|
* @method static mixed groupLimit($value, $column)
|
|
* @method static mixed forPage($page, $perPage)
|
|
* @method static mixed forPageBeforeId($perPage, $lastId, $column)
|
|
* @method static mixed forPageAfterId($perPage, $lastId, $column)
|
|
* @method static mixed reorder($column, $direction)
|
|
* @method static mixed removeExistingOrdersFor($column)
|
|
* @method static mixed union($query, $all)
|
|
* @method static mixed unionAll($query)
|
|
* @method static mixed lock($value)
|
|
* @method static mixed lockForUpdate()
|
|
* @method static mixed sharedLock()
|
|
* @method static mixed beforeQuery(callable $callback)
|
|
* @method static mixed applyBeforeQueryCallbacks()
|
|
* @method static mixed afterQuery(Closure $callback)
|
|
* @method static mixed applyAfterQueryCallbacks($result)
|
|
* @method static mixed toSql()
|
|
* @method static mixed toRawSql()
|
|
* @method static mixed find($id, $columns)
|
|
* @method static mixed findOr($id, $columns, Closure $callback)
|
|
* @method static mixed value($column)
|
|
* @method static mixed rawValue(string $expression, array $bindings)
|
|
* @method static mixed soleValue($column)
|
|
* @method static mixed get($columns)
|
|
* @method static mixed runSelect()
|
|
* @method static mixed withoutGroupLimitKeys($items)
|
|
* @method static mixed paginate($perPage, $columns, $pageName, $page, $total)
|
|
* @method static mixed simplePaginate($perPage, $columns, $pageName, $page)
|
|
* @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor)
|
|
* @method static mixed ensureOrderForCursorPagination($shouldReverse)
|
|
* @method static mixed getCountForPagination($columns)
|
|
* @method static mixed runPaginationCountQuery($columns)
|
|
* @method static mixed cloneForPaginationCount()
|
|
* @method static mixed withoutSelectAliases(array $columns)
|
|
* @method static mixed cursor()
|
|
* @method static mixed enforceOrderBy()
|
|
* @method static mixed pluck($column, $key)
|
|
* @method static mixed stripTableForPluck($column)
|
|
* @method static mixed pluckFromObjectColumn($queryResult, $column, $key)
|
|
* @method static mixed pluckFromArrayColumn($queryResult, $column, $key)
|
|
* @method static mixed implode($column, $glue)
|
|
* @method static mixed exists()
|
|
* @method static mixed doesntExist()
|
|
* @method static mixed existsOr(Closure $callback)
|
|
* @method static mixed doesntExistOr(Closure $callback)
|
|
* @method static mixed count($columns)
|
|
* @method static mixed min($column)
|
|
* @method static mixed max($column)
|
|
* @method static mixed sum($column)
|
|
* @method static mixed avg($column)
|
|
* @method static mixed average($column)
|
|
* @method static mixed aggregate($function, $columns)
|
|
* @method static mixed numericAggregate($function, $columns)
|
|
* @method static mixed setAggregate($function, $columns)
|
|
* @method static mixed onceWithColumns($columns, $callback)
|
|
* @method static mixed insert(array $values)
|
|
* @method static mixed insertOrIgnore(array $values)
|
|
* @method static mixed insertGetId(array $values, $sequence)
|
|
* @method static mixed insertUsing(array $columns, $query)
|
|
* @method static mixed insertOrIgnoreUsing(array $columns, $query)
|
|
* @method static mixed update(array $values)
|
|
* @method static mixed updateFrom(array $values)
|
|
* @method static mixed updateOrInsert(array $attributes, callable|array $values)
|
|
* @method static mixed upsert(array $values, $uniqueBy, $update)
|
|
* @method static mixed increment($column, $amount, array $extra)
|
|
* @method static mixed incrementEach(array $columns, array $extra)
|
|
* @method static mixed decrement($column, $amount, array $extra)
|
|
* @method static mixed decrementEach(array $columns, array $extra)
|
|
* @method static mixed delete($id)
|
|
* @method static mixed truncate()
|
|
* @method static mixed newQuery()
|
|
* @method static mixed forSubQuery()
|
|
* @method static mixed getColumns()
|
|
* @method static mixed raw($value)
|
|
* @method static mixed getUnionBuilders()
|
|
* @method static mixed getBindings()
|
|
* @method static mixed getRawBindings()
|
|
* @method static mixed setBindings(array $bindings, $type)
|
|
* @method static mixed addBinding($value, $type)
|
|
* @method static mixed castBinding($value)
|
|
* @method static mixed mergeBindings(self $query)
|
|
* @method static mixed cleanBindings(array $bindings)
|
|
* @method static mixed flattenValue($value)
|
|
* @method static mixed defaultKeyName()
|
|
* @method static mixed getConnection()
|
|
* @method static mixed getProcessor()
|
|
* @method static mixed getGrammar()
|
|
* @method static mixed useWritePdo()
|
|
* @method static mixed isQueryable($value)
|
|
* @method static mixed clone()
|
|
* @method static mixed cloneWithout(array $properties)
|
|
* @method static mixed cloneWithoutBindings(array $except)
|
|
* @method static mixed dump($args)
|
|
* @method static mixed dumpRawSql()
|
|
* @method static mixed dd()
|
|
* @method static mixed ddRawSql()
|
|
* @method static mixed chunk($count, callable $callback)
|
|
* @method static mixed chunkMap(callable $callback, $count)
|
|
* @method static mixed each(callable $callback, $count)
|
|
* @method static mixed chunkById($count, callable $callback, $column, $alias)
|
|
* @method static mixed chunkByIdDesc($count, callable $callback, $column, $alias)
|
|
* @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending)
|
|
* @method static mixed eachById(callable $callback, $count, $column, $alias)
|
|
* @method static mixed lazy($chunkSize)
|
|
* @method static mixed lazyById($chunkSize, $column, $alias)
|
|
* @method static mixed lazyByIdDesc($chunkSize, $column, $alias)
|
|
* @method static mixed orderedLazyById($chunkSize, $column, $alias, $descending)
|
|
* @method static mixed first($columns)
|
|
* @method static mixed sole($columns)
|
|
* @method static mixed paginateUsingCursor($perPage, $columns, $cursorName, $cursor)
|
|
* @method static mixed getOriginalColumnNameForCursorPagination($builder, string $parameter)
|
|
* @method static mixed paginator($items, $total, $perPage, $currentPage, $options)
|
|
* @method static mixed simplePaginator($items, $perPage, $currentPage, $options)
|
|
* @method static mixed cursorPaginator($items, $perPage, $cursor, $options)
|
|
* @method static mixed tap($callback)
|
|
* @method static mixed when($value, callable $callback, callable $default)
|
|
* @method static mixed unless($value, callable $callback, callable $default)
|
|
* @method static mixed explain()
|
|
* @method static mixed forwardCallTo($object, $method, $parameters)
|
|
* @method static mixed forwardDecoratedCallTo($object, $method, $parameters)
|
|
* @method static mixed throwBadMethodCallException($method)
|
|
* @method static mixed macro($name, $macro)
|
|
* @method static mixed mixin($mixin, $replace)
|
|
* @method static mixed hasMacro($name)
|
|
* @method static mixed flushMacros()
|
|
* @method static mixed macroCall($method, $parameters)
|
|
* @mixin \Illuminate\Database\Query\Builder
|
|
*/
|
|
class ReferenceGpc extends \App\Models\SigdModel
|
|
{
|
|
//
|
|
}
|
|
|
|
/**
|
|
* App\Models\ReferenceGwp
|
|
*
|
|
* @property string|null $updated_by
|
|
* @property string|null $created_by
|
|
* @property \Illuminate\Support\Carbon|null $updated_at
|
|
* @property \Illuminate\Support\Carbon|null $created_at
|
|
* @property int $row_status
|
|
* @property float $value
|
|
* @property string $ar_code
|
|
* @property string $ghg_code
|
|
* @property string $id
|
|
* @property-read \App\Models\ReferenceGhg $ghg
|
|
* @property-read \App\Models\ReferenceAr $ar
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceGwp>|ReferenceGwp whereId($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceGwp>|ReferenceGwp whereGhgCode($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceGwp>|ReferenceGwp whereArCode($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceGwp>|ReferenceGwp whereValue($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceGwp>|ReferenceGwp whereRowStatus($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceGwp>|ReferenceGwp whereCreatedAt($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceGwp>|ReferenceGwp whereUpdatedAt($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceGwp>|ReferenceGwp whereCreatedBy($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceGwp>|ReferenceGwp whereUpdatedBy($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceGwp>|ReferenceGwp rowActive()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceGwp>|ReferenceGwp isActive()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceGwp>|ReferenceGwp orderByRowNum()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceGwp>|ReferenceGwp newModelQuery()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceGwp>|ReferenceGwp newQuery()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceGwp>|ReferenceGwp query()
|
|
* @method static mixed select($columns)
|
|
* @method static mixed selectSub($query, $as)
|
|
* @method static mixed selectRaw($expression, array $bindings)
|
|
* @method static mixed fromSub($query, $as)
|
|
* @method static mixed fromRaw($expression, $bindings)
|
|
* @method static mixed createSub($query)
|
|
* @method static mixed parseSub($query)
|
|
* @method static mixed prependDatabaseNameIfCrossDatabaseQuery($query)
|
|
* @method static mixed addSelect($column)
|
|
* @method static mixed distinct()
|
|
* @method static mixed from($table, $as)
|
|
* @method static mixed useIndex($index)
|
|
* @method static mixed forceIndex($index)
|
|
* @method static mixed ignoreIndex($index)
|
|
* @method static mixed join($table, $first, $operator, $second, $type, $where)
|
|
* @method static mixed joinWhere($table, $first, $operator, $second, $type)
|
|
* @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where)
|
|
* @method static mixed joinLateral($query, string $as, string $type)
|
|
* @method static mixed leftJoinLateral($query, string $as)
|
|
* @method static mixed leftJoin($table, $first, $operator, $second)
|
|
* @method static mixed leftJoinWhere($table, $first, $operator, $second)
|
|
* @method static mixed leftJoinSub($query, $as, $first, $operator, $second)
|
|
* @method static mixed rightJoin($table, $first, $operator, $second)
|
|
* @method static mixed rightJoinWhere($table, $first, $operator, $second)
|
|
* @method static mixed rightJoinSub($query, $as, $first, $operator, $second)
|
|
* @method static mixed crossJoin($table, $first, $operator, $second)
|
|
* @method static mixed crossJoinSub($query, $as)
|
|
* @method static mixed newJoinClause(self $parentQuery, $type, $table)
|
|
* @method static mixed newJoinLateralClause(self $parentQuery, $type, $table)
|
|
* @method static mixed mergeWheres($wheres, $bindings)
|
|
* @method static mixed where($column, $operator, $value, $boolean)
|
|
* @method static mixed addArrayOfWheres($column, $boolean, $method)
|
|
* @method static mixed prepareValueAndOperator($value, $operator, $useDefault)
|
|
* @method static mixed invalidOperatorAndValue($operator, $value)
|
|
* @method static mixed invalidOperator($operator)
|
|
* @method static mixed isBitwiseOperator($operator)
|
|
* @method static mixed orWhere($column, $operator, $value)
|
|
* @method static mixed whereNot($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereNot($column, $operator, $value)
|
|
* @method static mixed whereColumn($first, $operator, $second, $boolean)
|
|
* @method static mixed orWhereColumn($first, $operator, $second)
|
|
* @method static mixed whereRaw($sql, $bindings, $boolean)
|
|
* @method static mixed orWhereRaw($sql, $bindings)
|
|
* @method static mixed whereIn($column, $values, $boolean, $not)
|
|
* @method static mixed orWhereIn($column, $values)
|
|
* @method static mixed whereNotIn($column, $values, $boolean)
|
|
* @method static mixed orWhereNotIn($column, $values)
|
|
* @method static mixed whereIntegerInRaw($column, $values, $boolean, $not)
|
|
* @method static mixed orWhereIntegerInRaw($column, $values)
|
|
* @method static mixed whereIntegerNotInRaw($column, $values, $boolean)
|
|
* @method static mixed orWhereIntegerNotInRaw($column, $values)
|
|
* @method static mixed whereNull($columns, $boolean, $not)
|
|
* @method static mixed orWhereNull($column)
|
|
* @method static mixed whereNotNull($columns, $boolean)
|
|
* @method static mixed whereBetween($column, iterable $values, $boolean, $not)
|
|
* @method static mixed whereBetweenColumns($column, array $values, $boolean, $not)
|
|
* @method static mixed orWhereBetween($column, iterable $values)
|
|
* @method static mixed orWhereBetweenColumns($column, array $values)
|
|
* @method static mixed whereNotBetween($column, iterable $values, $boolean)
|
|
* @method static mixed whereNotBetweenColumns($column, array $values, $boolean)
|
|
* @method static mixed orWhereNotBetween($column, iterable $values)
|
|
* @method static mixed orWhereNotBetweenColumns($column, array $values)
|
|
* @method static mixed orWhereNotNull($column)
|
|
* @method static mixed whereDate($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereDate($column, $operator, $value)
|
|
* @method static mixed whereTime($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereTime($column, $operator, $value)
|
|
* @method static mixed whereDay($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereDay($column, $operator, $value)
|
|
* @method static mixed whereMonth($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereMonth($column, $operator, $value)
|
|
* @method static mixed whereYear($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereYear($column, $operator, $value)
|
|
* @method static mixed addDateBasedWhere($type, $column, $operator, $value, $boolean)
|
|
* @method static mixed whereNested(Closure $callback, $boolean)
|
|
* @method static mixed forNestedWhere()
|
|
* @method static mixed addNestedWhereQuery($query, $boolean)
|
|
* @method static mixed whereSub($column, $operator, $callback, $boolean)
|
|
* @method static mixed whereExists($callback, $boolean, $not)
|
|
* @method static mixed orWhereExists($callback, $not)
|
|
* @method static mixed whereNotExists($callback, $boolean)
|
|
* @method static mixed orWhereNotExists($callback)
|
|
* @method static mixed addWhereExistsQuery(self $query, $boolean, $not)
|
|
* @method static mixed whereRowValues($columns, $operator, $values, $boolean)
|
|
* @method static mixed orWhereRowValues($columns, $operator, $values)
|
|
* @method static mixed whereJsonContains($column, $value, $boolean, $not)
|
|
* @method static mixed orWhereJsonContains($column, $value)
|
|
* @method static mixed whereJsonDoesntContain($column, $value, $boolean)
|
|
* @method static mixed orWhereJsonDoesntContain($column, $value)
|
|
* @method static mixed whereJsonOverlaps($column, $value, $boolean, $not)
|
|
* @method static mixed orWhereJsonOverlaps($column, $value)
|
|
* @method static mixed whereJsonDoesntOverlap($column, $value, $boolean)
|
|
* @method static mixed orWhereJsonDoesntOverlap($column, $value)
|
|
* @method static mixed whereJsonContainsKey($column, $boolean, $not)
|
|
* @method static mixed orWhereJsonContainsKey($column)
|
|
* @method static mixed whereJsonDoesntContainKey($column, $boolean)
|
|
* @method static mixed orWhereJsonDoesntContainKey($column)
|
|
* @method static mixed whereJsonLength($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereJsonLength($column, $operator, $value)
|
|
* @method static mixed dynamicWhere($method, $parameters)
|
|
* @method static mixed addDynamic($segment, $connector, $parameters, $index)
|
|
* @method static mixed whereFullText($columns, $value, array $options, $boolean)
|
|
* @method static mixed orWhereFullText($columns, $value, array $options)
|
|
* @method static mixed whereAll($columns, $operator, $value, $boolean)
|
|
* @method static mixed orWhereAll($columns, $operator, $value)
|
|
* @method static mixed whereAny($columns, $operator, $value, $boolean)
|
|
* @method static mixed orWhereAny($columns, $operator, $value)
|
|
* @method static mixed groupBy($groups)
|
|
* @method static mixed groupByRaw($sql, array $bindings)
|
|
* @method static mixed having($column, $operator, $value, $boolean)
|
|
* @method static mixed orHaving($column, $operator, $value)
|
|
* @method static mixed havingNested(Closure $callback, $boolean)
|
|
* @method static mixed addNestedHavingQuery($query, $boolean)
|
|
* @method static mixed havingNull($columns, $boolean, $not)
|
|
* @method static mixed orHavingNull($column)
|
|
* @method static mixed havingNotNull($columns, $boolean)
|
|
* @method static mixed orHavingNotNull($column)
|
|
* @method static mixed havingBetween($column, iterable $values, $boolean, $not)
|
|
* @method static mixed havingRaw($sql, array $bindings, $boolean)
|
|
* @method static mixed orHavingRaw($sql, array $bindings)
|
|
* @method static mixed orderBy($column, $direction)
|
|
* @method static mixed orderByDesc($column)
|
|
* @method static mixed latest($column)
|
|
* @method static mixed oldest($column)
|
|
* @method static mixed inRandomOrder($seed)
|
|
* @method static mixed orderByRaw($sql, $bindings)
|
|
* @method static mixed skip($value)
|
|
* @method static mixed offset($value)
|
|
* @method static mixed take($value)
|
|
* @method static mixed limit($value)
|
|
* @method static mixed groupLimit($value, $column)
|
|
* @method static mixed forPage($page, $perPage)
|
|
* @method static mixed forPageBeforeId($perPage, $lastId, $column)
|
|
* @method static mixed forPageAfterId($perPage, $lastId, $column)
|
|
* @method static mixed reorder($column, $direction)
|
|
* @method static mixed removeExistingOrdersFor($column)
|
|
* @method static mixed union($query, $all)
|
|
* @method static mixed unionAll($query)
|
|
* @method static mixed lock($value)
|
|
* @method static mixed lockForUpdate()
|
|
* @method static mixed sharedLock()
|
|
* @method static mixed beforeQuery(callable $callback)
|
|
* @method static mixed applyBeforeQueryCallbacks()
|
|
* @method static mixed afterQuery(Closure $callback)
|
|
* @method static mixed applyAfterQueryCallbacks($result)
|
|
* @method static mixed toSql()
|
|
* @method static mixed toRawSql()
|
|
* @method static mixed find($id, $columns)
|
|
* @method static mixed findOr($id, $columns, Closure $callback)
|
|
* @method static mixed value($column)
|
|
* @method static mixed rawValue(string $expression, array $bindings)
|
|
* @method static mixed soleValue($column)
|
|
* @method static mixed get($columns)
|
|
* @method static mixed runSelect()
|
|
* @method static mixed withoutGroupLimitKeys($items)
|
|
* @method static mixed paginate($perPage, $columns, $pageName, $page, $total)
|
|
* @method static mixed simplePaginate($perPage, $columns, $pageName, $page)
|
|
* @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor)
|
|
* @method static mixed ensureOrderForCursorPagination($shouldReverse)
|
|
* @method static mixed getCountForPagination($columns)
|
|
* @method static mixed runPaginationCountQuery($columns)
|
|
* @method static mixed cloneForPaginationCount()
|
|
* @method static mixed withoutSelectAliases(array $columns)
|
|
* @method static mixed cursor()
|
|
* @method static mixed enforceOrderBy()
|
|
* @method static mixed pluck($column, $key)
|
|
* @method static mixed stripTableForPluck($column)
|
|
* @method static mixed pluckFromObjectColumn($queryResult, $column, $key)
|
|
* @method static mixed pluckFromArrayColumn($queryResult, $column, $key)
|
|
* @method static mixed implode($column, $glue)
|
|
* @method static mixed exists()
|
|
* @method static mixed doesntExist()
|
|
* @method static mixed existsOr(Closure $callback)
|
|
* @method static mixed doesntExistOr(Closure $callback)
|
|
* @method static mixed count($columns)
|
|
* @method static mixed min($column)
|
|
* @method static mixed max($column)
|
|
* @method static mixed sum($column)
|
|
* @method static mixed avg($column)
|
|
* @method static mixed average($column)
|
|
* @method static mixed aggregate($function, $columns)
|
|
* @method static mixed numericAggregate($function, $columns)
|
|
* @method static mixed setAggregate($function, $columns)
|
|
* @method static mixed onceWithColumns($columns, $callback)
|
|
* @method static mixed insert(array $values)
|
|
* @method static mixed insertOrIgnore(array $values)
|
|
* @method static mixed insertGetId(array $values, $sequence)
|
|
* @method static mixed insertUsing(array $columns, $query)
|
|
* @method static mixed insertOrIgnoreUsing(array $columns, $query)
|
|
* @method static mixed update(array $values)
|
|
* @method static mixed updateFrom(array $values)
|
|
* @method static mixed updateOrInsert(array $attributes, callable|array $values)
|
|
* @method static mixed upsert(array $values, $uniqueBy, $update)
|
|
* @method static mixed increment($column, $amount, array $extra)
|
|
* @method static mixed incrementEach(array $columns, array $extra)
|
|
* @method static mixed decrement($column, $amount, array $extra)
|
|
* @method static mixed decrementEach(array $columns, array $extra)
|
|
* @method static mixed delete($id)
|
|
* @method static mixed truncate()
|
|
* @method static mixed newQuery()
|
|
* @method static mixed forSubQuery()
|
|
* @method static mixed getColumns()
|
|
* @method static mixed raw($value)
|
|
* @method static mixed getUnionBuilders()
|
|
* @method static mixed getBindings()
|
|
* @method static mixed getRawBindings()
|
|
* @method static mixed setBindings(array $bindings, $type)
|
|
* @method static mixed addBinding($value, $type)
|
|
* @method static mixed castBinding($value)
|
|
* @method static mixed mergeBindings(self $query)
|
|
* @method static mixed cleanBindings(array $bindings)
|
|
* @method static mixed flattenValue($value)
|
|
* @method static mixed defaultKeyName()
|
|
* @method static mixed getConnection()
|
|
* @method static mixed getProcessor()
|
|
* @method static mixed getGrammar()
|
|
* @method static mixed useWritePdo()
|
|
* @method static mixed isQueryable($value)
|
|
* @method static mixed clone()
|
|
* @method static mixed cloneWithout(array $properties)
|
|
* @method static mixed cloneWithoutBindings(array $except)
|
|
* @method static mixed dump($args)
|
|
* @method static mixed dumpRawSql()
|
|
* @method static mixed dd()
|
|
* @method static mixed ddRawSql()
|
|
* @method static mixed chunk($count, callable $callback)
|
|
* @method static mixed chunkMap(callable $callback, $count)
|
|
* @method static mixed each(callable $callback, $count)
|
|
* @method static mixed chunkById($count, callable $callback, $column, $alias)
|
|
* @method static mixed chunkByIdDesc($count, callable $callback, $column, $alias)
|
|
* @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending)
|
|
* @method static mixed eachById(callable $callback, $count, $column, $alias)
|
|
* @method static mixed lazy($chunkSize)
|
|
* @method static mixed lazyById($chunkSize, $column, $alias)
|
|
* @method static mixed lazyByIdDesc($chunkSize, $column, $alias)
|
|
* @method static mixed orderedLazyById($chunkSize, $column, $alias, $descending)
|
|
* @method static mixed first($columns)
|
|
* @method static mixed sole($columns)
|
|
* @method static mixed paginateUsingCursor($perPage, $columns, $cursorName, $cursor)
|
|
* @method static mixed getOriginalColumnNameForCursorPagination($builder, string $parameter)
|
|
* @method static mixed paginator($items, $total, $perPage, $currentPage, $options)
|
|
* @method static mixed simplePaginator($items, $perPage, $currentPage, $options)
|
|
* @method static mixed cursorPaginator($items, $perPage, $cursor, $options)
|
|
* @method static mixed tap($callback)
|
|
* @method static mixed when($value, callable $callback, callable $default)
|
|
* @method static mixed unless($value, callable $callback, callable $default)
|
|
* @method static mixed explain()
|
|
* @method static mixed forwardCallTo($object, $method, $parameters)
|
|
* @method static mixed forwardDecoratedCallTo($object, $method, $parameters)
|
|
* @method static mixed throwBadMethodCallException($method)
|
|
* @method static mixed macro($name, $macro)
|
|
* @method static mixed mixin($mixin, $replace)
|
|
* @method static mixed hasMacro($name)
|
|
* @method static mixed flushMacros()
|
|
* @method static mixed macroCall($method, $parameters)
|
|
* @mixin \Illuminate\Database\Query\Builder
|
|
*/
|
|
class ReferenceGwp extends \App\Models\SigdModel
|
|
{
|
|
//
|
|
}
|
|
|
|
/**
|
|
* App\Models\ReferenceSector
|
|
*
|
|
* @property string|null $updated_by
|
|
* @property string|null $created_by
|
|
* @property \Illuminate\Support\Carbon|null $updated_at
|
|
* @property \Illuminate\Support\Carbon|null $created_at
|
|
* @property int $row_status
|
|
* @property int $row_num
|
|
* @property string|null $description
|
|
* @property string $name
|
|
* @property string $code
|
|
* @property string $id
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceSector>|ReferenceSector whereId($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceSector>|ReferenceSector whereCode($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceSector>|ReferenceSector whereName($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceSector>|ReferenceSector whereDescription($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceSector>|ReferenceSector whereRowNum($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceSector>|ReferenceSector whereRowStatus($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceSector>|ReferenceSector whereCreatedAt($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceSector>|ReferenceSector whereUpdatedAt($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceSector>|ReferenceSector whereCreatedBy($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceSector>|ReferenceSector whereUpdatedBy($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceSector>|ReferenceSector rowActive()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceSector>|ReferenceSector isActive()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceSector>|ReferenceSector orderByRowNum()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceSector>|ReferenceSector newModelQuery()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceSector>|ReferenceSector newQuery()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceSector>|ReferenceSector query()
|
|
* @method static mixed select($columns)
|
|
* @method static mixed selectSub($query, $as)
|
|
* @method static mixed selectRaw($expression, array $bindings)
|
|
* @method static mixed fromSub($query, $as)
|
|
* @method static mixed fromRaw($expression, $bindings)
|
|
* @method static mixed createSub($query)
|
|
* @method static mixed parseSub($query)
|
|
* @method static mixed prependDatabaseNameIfCrossDatabaseQuery($query)
|
|
* @method static mixed addSelect($column)
|
|
* @method static mixed distinct()
|
|
* @method static mixed from($table, $as)
|
|
* @method static mixed useIndex($index)
|
|
* @method static mixed forceIndex($index)
|
|
* @method static mixed ignoreIndex($index)
|
|
* @method static mixed join($table, $first, $operator, $second, $type, $where)
|
|
* @method static mixed joinWhere($table, $first, $operator, $second, $type)
|
|
* @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where)
|
|
* @method static mixed joinLateral($query, string $as, string $type)
|
|
* @method static mixed leftJoinLateral($query, string $as)
|
|
* @method static mixed leftJoin($table, $first, $operator, $second)
|
|
* @method static mixed leftJoinWhere($table, $first, $operator, $second)
|
|
* @method static mixed leftJoinSub($query, $as, $first, $operator, $second)
|
|
* @method static mixed rightJoin($table, $first, $operator, $second)
|
|
* @method static mixed rightJoinWhere($table, $first, $operator, $second)
|
|
* @method static mixed rightJoinSub($query, $as, $first, $operator, $second)
|
|
* @method static mixed crossJoin($table, $first, $operator, $second)
|
|
* @method static mixed crossJoinSub($query, $as)
|
|
* @method static mixed newJoinClause(self $parentQuery, $type, $table)
|
|
* @method static mixed newJoinLateralClause(self $parentQuery, $type, $table)
|
|
* @method static mixed mergeWheres($wheres, $bindings)
|
|
* @method static mixed where($column, $operator, $value, $boolean)
|
|
* @method static mixed addArrayOfWheres($column, $boolean, $method)
|
|
* @method static mixed prepareValueAndOperator($value, $operator, $useDefault)
|
|
* @method static mixed invalidOperatorAndValue($operator, $value)
|
|
* @method static mixed invalidOperator($operator)
|
|
* @method static mixed isBitwiseOperator($operator)
|
|
* @method static mixed orWhere($column, $operator, $value)
|
|
* @method static mixed whereNot($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereNot($column, $operator, $value)
|
|
* @method static mixed whereColumn($first, $operator, $second, $boolean)
|
|
* @method static mixed orWhereColumn($first, $operator, $second)
|
|
* @method static mixed whereRaw($sql, $bindings, $boolean)
|
|
* @method static mixed orWhereRaw($sql, $bindings)
|
|
* @method static mixed whereIn($column, $values, $boolean, $not)
|
|
* @method static mixed orWhereIn($column, $values)
|
|
* @method static mixed whereNotIn($column, $values, $boolean)
|
|
* @method static mixed orWhereNotIn($column, $values)
|
|
* @method static mixed whereIntegerInRaw($column, $values, $boolean, $not)
|
|
* @method static mixed orWhereIntegerInRaw($column, $values)
|
|
* @method static mixed whereIntegerNotInRaw($column, $values, $boolean)
|
|
* @method static mixed orWhereIntegerNotInRaw($column, $values)
|
|
* @method static mixed whereNull($columns, $boolean, $not)
|
|
* @method static mixed orWhereNull($column)
|
|
* @method static mixed whereNotNull($columns, $boolean)
|
|
* @method static mixed whereBetween($column, iterable $values, $boolean, $not)
|
|
* @method static mixed whereBetweenColumns($column, array $values, $boolean, $not)
|
|
* @method static mixed orWhereBetween($column, iterable $values)
|
|
* @method static mixed orWhereBetweenColumns($column, array $values)
|
|
* @method static mixed whereNotBetween($column, iterable $values, $boolean)
|
|
* @method static mixed whereNotBetweenColumns($column, array $values, $boolean)
|
|
* @method static mixed orWhereNotBetween($column, iterable $values)
|
|
* @method static mixed orWhereNotBetweenColumns($column, array $values)
|
|
* @method static mixed orWhereNotNull($column)
|
|
* @method static mixed whereDate($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereDate($column, $operator, $value)
|
|
* @method static mixed whereTime($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereTime($column, $operator, $value)
|
|
* @method static mixed whereDay($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereDay($column, $operator, $value)
|
|
* @method static mixed whereMonth($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereMonth($column, $operator, $value)
|
|
* @method static mixed whereYear($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereYear($column, $operator, $value)
|
|
* @method static mixed addDateBasedWhere($type, $column, $operator, $value, $boolean)
|
|
* @method static mixed whereNested(Closure $callback, $boolean)
|
|
* @method static mixed forNestedWhere()
|
|
* @method static mixed addNestedWhereQuery($query, $boolean)
|
|
* @method static mixed whereSub($column, $operator, $callback, $boolean)
|
|
* @method static mixed whereExists($callback, $boolean, $not)
|
|
* @method static mixed orWhereExists($callback, $not)
|
|
* @method static mixed whereNotExists($callback, $boolean)
|
|
* @method static mixed orWhereNotExists($callback)
|
|
* @method static mixed addWhereExistsQuery(self $query, $boolean, $not)
|
|
* @method static mixed whereRowValues($columns, $operator, $values, $boolean)
|
|
* @method static mixed orWhereRowValues($columns, $operator, $values)
|
|
* @method static mixed whereJsonContains($column, $value, $boolean, $not)
|
|
* @method static mixed orWhereJsonContains($column, $value)
|
|
* @method static mixed whereJsonDoesntContain($column, $value, $boolean)
|
|
* @method static mixed orWhereJsonDoesntContain($column, $value)
|
|
* @method static mixed whereJsonOverlaps($column, $value, $boolean, $not)
|
|
* @method static mixed orWhereJsonOverlaps($column, $value)
|
|
* @method static mixed whereJsonDoesntOverlap($column, $value, $boolean)
|
|
* @method static mixed orWhereJsonDoesntOverlap($column, $value)
|
|
* @method static mixed whereJsonContainsKey($column, $boolean, $not)
|
|
* @method static mixed orWhereJsonContainsKey($column)
|
|
* @method static mixed whereJsonDoesntContainKey($column, $boolean)
|
|
* @method static mixed orWhereJsonDoesntContainKey($column)
|
|
* @method static mixed whereJsonLength($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereJsonLength($column, $operator, $value)
|
|
* @method static mixed dynamicWhere($method, $parameters)
|
|
* @method static mixed addDynamic($segment, $connector, $parameters, $index)
|
|
* @method static mixed whereFullText($columns, $value, array $options, $boolean)
|
|
* @method static mixed orWhereFullText($columns, $value, array $options)
|
|
* @method static mixed whereAll($columns, $operator, $value, $boolean)
|
|
* @method static mixed orWhereAll($columns, $operator, $value)
|
|
* @method static mixed whereAny($columns, $operator, $value, $boolean)
|
|
* @method static mixed orWhereAny($columns, $operator, $value)
|
|
* @method static mixed groupBy($groups)
|
|
* @method static mixed groupByRaw($sql, array $bindings)
|
|
* @method static mixed having($column, $operator, $value, $boolean)
|
|
* @method static mixed orHaving($column, $operator, $value)
|
|
* @method static mixed havingNested(Closure $callback, $boolean)
|
|
* @method static mixed addNestedHavingQuery($query, $boolean)
|
|
* @method static mixed havingNull($columns, $boolean, $not)
|
|
* @method static mixed orHavingNull($column)
|
|
* @method static mixed havingNotNull($columns, $boolean)
|
|
* @method static mixed orHavingNotNull($column)
|
|
* @method static mixed havingBetween($column, iterable $values, $boolean, $not)
|
|
* @method static mixed havingRaw($sql, array $bindings, $boolean)
|
|
* @method static mixed orHavingRaw($sql, array $bindings)
|
|
* @method static mixed orderBy($column, $direction)
|
|
* @method static mixed orderByDesc($column)
|
|
* @method static mixed latest($column)
|
|
* @method static mixed oldest($column)
|
|
* @method static mixed inRandomOrder($seed)
|
|
* @method static mixed orderByRaw($sql, $bindings)
|
|
* @method static mixed skip($value)
|
|
* @method static mixed offset($value)
|
|
* @method static mixed take($value)
|
|
* @method static mixed limit($value)
|
|
* @method static mixed groupLimit($value, $column)
|
|
* @method static mixed forPage($page, $perPage)
|
|
* @method static mixed forPageBeforeId($perPage, $lastId, $column)
|
|
* @method static mixed forPageAfterId($perPage, $lastId, $column)
|
|
* @method static mixed reorder($column, $direction)
|
|
* @method static mixed removeExistingOrdersFor($column)
|
|
* @method static mixed union($query, $all)
|
|
* @method static mixed unionAll($query)
|
|
* @method static mixed lock($value)
|
|
* @method static mixed lockForUpdate()
|
|
* @method static mixed sharedLock()
|
|
* @method static mixed beforeQuery(callable $callback)
|
|
* @method static mixed applyBeforeQueryCallbacks()
|
|
* @method static mixed afterQuery(Closure $callback)
|
|
* @method static mixed applyAfterQueryCallbacks($result)
|
|
* @method static mixed toSql()
|
|
* @method static mixed toRawSql()
|
|
* @method static mixed find($id, $columns)
|
|
* @method static mixed findOr($id, $columns, Closure $callback)
|
|
* @method static mixed value($column)
|
|
* @method static mixed rawValue(string $expression, array $bindings)
|
|
* @method static mixed soleValue($column)
|
|
* @method static mixed get($columns)
|
|
* @method static mixed runSelect()
|
|
* @method static mixed withoutGroupLimitKeys($items)
|
|
* @method static mixed paginate($perPage, $columns, $pageName, $page, $total)
|
|
* @method static mixed simplePaginate($perPage, $columns, $pageName, $page)
|
|
* @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor)
|
|
* @method static mixed ensureOrderForCursorPagination($shouldReverse)
|
|
* @method static mixed getCountForPagination($columns)
|
|
* @method static mixed runPaginationCountQuery($columns)
|
|
* @method static mixed cloneForPaginationCount()
|
|
* @method static mixed withoutSelectAliases(array $columns)
|
|
* @method static mixed cursor()
|
|
* @method static mixed enforceOrderBy()
|
|
* @method static mixed pluck($column, $key)
|
|
* @method static mixed stripTableForPluck($column)
|
|
* @method static mixed pluckFromObjectColumn($queryResult, $column, $key)
|
|
* @method static mixed pluckFromArrayColumn($queryResult, $column, $key)
|
|
* @method static mixed implode($column, $glue)
|
|
* @method static mixed exists()
|
|
* @method static mixed doesntExist()
|
|
* @method static mixed existsOr(Closure $callback)
|
|
* @method static mixed doesntExistOr(Closure $callback)
|
|
* @method static mixed count($columns)
|
|
* @method static mixed min($column)
|
|
* @method static mixed max($column)
|
|
* @method static mixed sum($column)
|
|
* @method static mixed avg($column)
|
|
* @method static mixed average($column)
|
|
* @method static mixed aggregate($function, $columns)
|
|
* @method static mixed numericAggregate($function, $columns)
|
|
* @method static mixed setAggregate($function, $columns)
|
|
* @method static mixed onceWithColumns($columns, $callback)
|
|
* @method static mixed insert(array $values)
|
|
* @method static mixed insertOrIgnore(array $values)
|
|
* @method static mixed insertGetId(array $values, $sequence)
|
|
* @method static mixed insertUsing(array $columns, $query)
|
|
* @method static mixed insertOrIgnoreUsing(array $columns, $query)
|
|
* @method static mixed update(array $values)
|
|
* @method static mixed updateFrom(array $values)
|
|
* @method static mixed updateOrInsert(array $attributes, callable|array $values)
|
|
* @method static mixed upsert(array $values, $uniqueBy, $update)
|
|
* @method static mixed increment($column, $amount, array $extra)
|
|
* @method static mixed incrementEach(array $columns, array $extra)
|
|
* @method static mixed decrement($column, $amount, array $extra)
|
|
* @method static mixed decrementEach(array $columns, array $extra)
|
|
* @method static mixed delete($id)
|
|
* @method static mixed truncate()
|
|
* @method static mixed newQuery()
|
|
* @method static mixed forSubQuery()
|
|
* @method static mixed getColumns()
|
|
* @method static mixed raw($value)
|
|
* @method static mixed getUnionBuilders()
|
|
* @method static mixed getBindings()
|
|
* @method static mixed getRawBindings()
|
|
* @method static mixed setBindings(array $bindings, $type)
|
|
* @method static mixed addBinding($value, $type)
|
|
* @method static mixed castBinding($value)
|
|
* @method static mixed mergeBindings(self $query)
|
|
* @method static mixed cleanBindings(array $bindings)
|
|
* @method static mixed flattenValue($value)
|
|
* @method static mixed defaultKeyName()
|
|
* @method static mixed getConnection()
|
|
* @method static mixed getProcessor()
|
|
* @method static mixed getGrammar()
|
|
* @method static mixed useWritePdo()
|
|
* @method static mixed isQueryable($value)
|
|
* @method static mixed clone()
|
|
* @method static mixed cloneWithout(array $properties)
|
|
* @method static mixed cloneWithoutBindings(array $except)
|
|
* @method static mixed dump($args)
|
|
* @method static mixed dumpRawSql()
|
|
* @method static mixed dd()
|
|
* @method static mixed ddRawSql()
|
|
* @method static mixed chunk($count, callable $callback)
|
|
* @method static mixed chunkMap(callable $callback, $count)
|
|
* @method static mixed each(callable $callback, $count)
|
|
* @method static mixed chunkById($count, callable $callback, $column, $alias)
|
|
* @method static mixed chunkByIdDesc($count, callable $callback, $column, $alias)
|
|
* @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending)
|
|
* @method static mixed eachById(callable $callback, $count, $column, $alias)
|
|
* @method static mixed lazy($chunkSize)
|
|
* @method static mixed lazyById($chunkSize, $column, $alias)
|
|
* @method static mixed lazyByIdDesc($chunkSize, $column, $alias)
|
|
* @method static mixed orderedLazyById($chunkSize, $column, $alias, $descending)
|
|
* @method static mixed first($columns)
|
|
* @method static mixed sole($columns)
|
|
* @method static mixed paginateUsingCursor($perPage, $columns, $cursorName, $cursor)
|
|
* @method static mixed getOriginalColumnNameForCursorPagination($builder, string $parameter)
|
|
* @method static mixed paginator($items, $total, $perPage, $currentPage, $options)
|
|
* @method static mixed simplePaginator($items, $perPage, $currentPage, $options)
|
|
* @method static mixed cursorPaginator($items, $perPage, $cursor, $options)
|
|
* @method static mixed tap($callback)
|
|
* @method static mixed when($value, callable $callback, callable $default)
|
|
* @method static mixed unless($value, callable $callback, callable $default)
|
|
* @method static mixed explain()
|
|
* @method static mixed forwardCallTo($object, $method, $parameters)
|
|
* @method static mixed forwardDecoratedCallTo($object, $method, $parameters)
|
|
* @method static mixed throwBadMethodCallException($method)
|
|
* @method static mixed macro($name, $macro)
|
|
* @method static mixed mixin($mixin, $replace)
|
|
* @method static mixed hasMacro($name)
|
|
* @method static mixed flushMacros()
|
|
* @method static mixed macroCall($method, $parameters)
|
|
* @mixin \Illuminate\Database\Query\Builder
|
|
*/
|
|
class ReferenceSector extends \App\Models\SigdModel
|
|
{
|
|
//
|
|
}
|
|
|
|
/**
|
|
* App\Models\ReferenceSubSector
|
|
*
|
|
* @property string|null $updated_by
|
|
* @property string|null $created_by
|
|
* @property \Illuminate\Support\Carbon|null $updated_at
|
|
* @property \Illuminate\Support\Carbon|null $created_at
|
|
* @property int $row_status
|
|
* @property int $row_num
|
|
* @property string|null $description
|
|
* @property string $name
|
|
* @property string $code
|
|
* @property string $sector_code
|
|
* @property string $id
|
|
* @property-read \App\Models\ReferenceSector $sector
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceSubSector>|ReferenceSubSector whereId($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceSubSector>|ReferenceSubSector whereSectorCode($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceSubSector>|ReferenceSubSector whereCode($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceSubSector>|ReferenceSubSector whereName($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceSubSector>|ReferenceSubSector whereDescription($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceSubSector>|ReferenceSubSector whereRowNum($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceSubSector>|ReferenceSubSector whereRowStatus($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceSubSector>|ReferenceSubSector whereCreatedAt($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceSubSector>|ReferenceSubSector whereUpdatedAt($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceSubSector>|ReferenceSubSector whereCreatedBy($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceSubSector>|ReferenceSubSector whereUpdatedBy($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceSubSector>|ReferenceSubSector rowActive()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceSubSector>|ReferenceSubSector isActive()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceSubSector>|ReferenceSubSector orderByRowNum()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceSubSector>|ReferenceSubSector newModelQuery()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceSubSector>|ReferenceSubSector newQuery()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceSubSector>|ReferenceSubSector query()
|
|
* @method static mixed select($columns)
|
|
* @method static mixed selectSub($query, $as)
|
|
* @method static mixed selectRaw($expression, array $bindings)
|
|
* @method static mixed fromSub($query, $as)
|
|
* @method static mixed fromRaw($expression, $bindings)
|
|
* @method static mixed createSub($query)
|
|
* @method static mixed parseSub($query)
|
|
* @method static mixed prependDatabaseNameIfCrossDatabaseQuery($query)
|
|
* @method static mixed addSelect($column)
|
|
* @method static mixed distinct()
|
|
* @method static mixed from($table, $as)
|
|
* @method static mixed useIndex($index)
|
|
* @method static mixed forceIndex($index)
|
|
* @method static mixed ignoreIndex($index)
|
|
* @method static mixed join($table, $first, $operator, $second, $type, $where)
|
|
* @method static mixed joinWhere($table, $first, $operator, $second, $type)
|
|
* @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where)
|
|
* @method static mixed joinLateral($query, string $as, string $type)
|
|
* @method static mixed leftJoinLateral($query, string $as)
|
|
* @method static mixed leftJoin($table, $first, $operator, $second)
|
|
* @method static mixed leftJoinWhere($table, $first, $operator, $second)
|
|
* @method static mixed leftJoinSub($query, $as, $first, $operator, $second)
|
|
* @method static mixed rightJoin($table, $first, $operator, $second)
|
|
* @method static mixed rightJoinWhere($table, $first, $operator, $second)
|
|
* @method static mixed rightJoinSub($query, $as, $first, $operator, $second)
|
|
* @method static mixed crossJoin($table, $first, $operator, $second)
|
|
* @method static mixed crossJoinSub($query, $as)
|
|
* @method static mixed newJoinClause(self $parentQuery, $type, $table)
|
|
* @method static mixed newJoinLateralClause(self $parentQuery, $type, $table)
|
|
* @method static mixed mergeWheres($wheres, $bindings)
|
|
* @method static mixed where($column, $operator, $value, $boolean)
|
|
* @method static mixed addArrayOfWheres($column, $boolean, $method)
|
|
* @method static mixed prepareValueAndOperator($value, $operator, $useDefault)
|
|
* @method static mixed invalidOperatorAndValue($operator, $value)
|
|
* @method static mixed invalidOperator($operator)
|
|
* @method static mixed isBitwiseOperator($operator)
|
|
* @method static mixed orWhere($column, $operator, $value)
|
|
* @method static mixed whereNot($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereNot($column, $operator, $value)
|
|
* @method static mixed whereColumn($first, $operator, $second, $boolean)
|
|
* @method static mixed orWhereColumn($first, $operator, $second)
|
|
* @method static mixed whereRaw($sql, $bindings, $boolean)
|
|
* @method static mixed orWhereRaw($sql, $bindings)
|
|
* @method static mixed whereIn($column, $values, $boolean, $not)
|
|
* @method static mixed orWhereIn($column, $values)
|
|
* @method static mixed whereNotIn($column, $values, $boolean)
|
|
* @method static mixed orWhereNotIn($column, $values)
|
|
* @method static mixed whereIntegerInRaw($column, $values, $boolean, $not)
|
|
* @method static mixed orWhereIntegerInRaw($column, $values)
|
|
* @method static mixed whereIntegerNotInRaw($column, $values, $boolean)
|
|
* @method static mixed orWhereIntegerNotInRaw($column, $values)
|
|
* @method static mixed whereNull($columns, $boolean, $not)
|
|
* @method static mixed orWhereNull($column)
|
|
* @method static mixed whereNotNull($columns, $boolean)
|
|
* @method static mixed whereBetween($column, iterable $values, $boolean, $not)
|
|
* @method static mixed whereBetweenColumns($column, array $values, $boolean, $not)
|
|
* @method static mixed orWhereBetween($column, iterable $values)
|
|
* @method static mixed orWhereBetweenColumns($column, array $values)
|
|
* @method static mixed whereNotBetween($column, iterable $values, $boolean)
|
|
* @method static mixed whereNotBetweenColumns($column, array $values, $boolean)
|
|
* @method static mixed orWhereNotBetween($column, iterable $values)
|
|
* @method static mixed orWhereNotBetweenColumns($column, array $values)
|
|
* @method static mixed orWhereNotNull($column)
|
|
* @method static mixed whereDate($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereDate($column, $operator, $value)
|
|
* @method static mixed whereTime($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereTime($column, $operator, $value)
|
|
* @method static mixed whereDay($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereDay($column, $operator, $value)
|
|
* @method static mixed whereMonth($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereMonth($column, $operator, $value)
|
|
* @method static mixed whereYear($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereYear($column, $operator, $value)
|
|
* @method static mixed addDateBasedWhere($type, $column, $operator, $value, $boolean)
|
|
* @method static mixed whereNested(Closure $callback, $boolean)
|
|
* @method static mixed forNestedWhere()
|
|
* @method static mixed addNestedWhereQuery($query, $boolean)
|
|
* @method static mixed whereSub($column, $operator, $callback, $boolean)
|
|
* @method static mixed whereExists($callback, $boolean, $not)
|
|
* @method static mixed orWhereExists($callback, $not)
|
|
* @method static mixed whereNotExists($callback, $boolean)
|
|
* @method static mixed orWhereNotExists($callback)
|
|
* @method static mixed addWhereExistsQuery(self $query, $boolean, $not)
|
|
* @method static mixed whereRowValues($columns, $operator, $values, $boolean)
|
|
* @method static mixed orWhereRowValues($columns, $operator, $values)
|
|
* @method static mixed whereJsonContains($column, $value, $boolean, $not)
|
|
* @method static mixed orWhereJsonContains($column, $value)
|
|
* @method static mixed whereJsonDoesntContain($column, $value, $boolean)
|
|
* @method static mixed orWhereJsonDoesntContain($column, $value)
|
|
* @method static mixed whereJsonOverlaps($column, $value, $boolean, $not)
|
|
* @method static mixed orWhereJsonOverlaps($column, $value)
|
|
* @method static mixed whereJsonDoesntOverlap($column, $value, $boolean)
|
|
* @method static mixed orWhereJsonDoesntOverlap($column, $value)
|
|
* @method static mixed whereJsonContainsKey($column, $boolean, $not)
|
|
* @method static mixed orWhereJsonContainsKey($column)
|
|
* @method static mixed whereJsonDoesntContainKey($column, $boolean)
|
|
* @method static mixed orWhereJsonDoesntContainKey($column)
|
|
* @method static mixed whereJsonLength($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereJsonLength($column, $operator, $value)
|
|
* @method static mixed dynamicWhere($method, $parameters)
|
|
* @method static mixed addDynamic($segment, $connector, $parameters, $index)
|
|
* @method static mixed whereFullText($columns, $value, array $options, $boolean)
|
|
* @method static mixed orWhereFullText($columns, $value, array $options)
|
|
* @method static mixed whereAll($columns, $operator, $value, $boolean)
|
|
* @method static mixed orWhereAll($columns, $operator, $value)
|
|
* @method static mixed whereAny($columns, $operator, $value, $boolean)
|
|
* @method static mixed orWhereAny($columns, $operator, $value)
|
|
* @method static mixed groupBy($groups)
|
|
* @method static mixed groupByRaw($sql, array $bindings)
|
|
* @method static mixed having($column, $operator, $value, $boolean)
|
|
* @method static mixed orHaving($column, $operator, $value)
|
|
* @method static mixed havingNested(Closure $callback, $boolean)
|
|
* @method static mixed addNestedHavingQuery($query, $boolean)
|
|
* @method static mixed havingNull($columns, $boolean, $not)
|
|
* @method static mixed orHavingNull($column)
|
|
* @method static mixed havingNotNull($columns, $boolean)
|
|
* @method static mixed orHavingNotNull($column)
|
|
* @method static mixed havingBetween($column, iterable $values, $boolean, $not)
|
|
* @method static mixed havingRaw($sql, array $bindings, $boolean)
|
|
* @method static mixed orHavingRaw($sql, array $bindings)
|
|
* @method static mixed orderBy($column, $direction)
|
|
* @method static mixed orderByDesc($column)
|
|
* @method static mixed latest($column)
|
|
* @method static mixed oldest($column)
|
|
* @method static mixed inRandomOrder($seed)
|
|
* @method static mixed orderByRaw($sql, $bindings)
|
|
* @method static mixed skip($value)
|
|
* @method static mixed offset($value)
|
|
* @method static mixed take($value)
|
|
* @method static mixed limit($value)
|
|
* @method static mixed groupLimit($value, $column)
|
|
* @method static mixed forPage($page, $perPage)
|
|
* @method static mixed forPageBeforeId($perPage, $lastId, $column)
|
|
* @method static mixed forPageAfterId($perPage, $lastId, $column)
|
|
* @method static mixed reorder($column, $direction)
|
|
* @method static mixed removeExistingOrdersFor($column)
|
|
* @method static mixed union($query, $all)
|
|
* @method static mixed unionAll($query)
|
|
* @method static mixed lock($value)
|
|
* @method static mixed lockForUpdate()
|
|
* @method static mixed sharedLock()
|
|
* @method static mixed beforeQuery(callable $callback)
|
|
* @method static mixed applyBeforeQueryCallbacks()
|
|
* @method static mixed afterQuery(Closure $callback)
|
|
* @method static mixed applyAfterQueryCallbacks($result)
|
|
* @method static mixed toSql()
|
|
* @method static mixed toRawSql()
|
|
* @method static mixed find($id, $columns)
|
|
* @method static mixed findOr($id, $columns, Closure $callback)
|
|
* @method static mixed value($column)
|
|
* @method static mixed rawValue(string $expression, array $bindings)
|
|
* @method static mixed soleValue($column)
|
|
* @method static mixed get($columns)
|
|
* @method static mixed runSelect()
|
|
* @method static mixed withoutGroupLimitKeys($items)
|
|
* @method static mixed paginate($perPage, $columns, $pageName, $page, $total)
|
|
* @method static mixed simplePaginate($perPage, $columns, $pageName, $page)
|
|
* @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor)
|
|
* @method static mixed ensureOrderForCursorPagination($shouldReverse)
|
|
* @method static mixed getCountForPagination($columns)
|
|
* @method static mixed runPaginationCountQuery($columns)
|
|
* @method static mixed cloneForPaginationCount()
|
|
* @method static mixed withoutSelectAliases(array $columns)
|
|
* @method static mixed cursor()
|
|
* @method static mixed enforceOrderBy()
|
|
* @method static mixed pluck($column, $key)
|
|
* @method static mixed stripTableForPluck($column)
|
|
* @method static mixed pluckFromObjectColumn($queryResult, $column, $key)
|
|
* @method static mixed pluckFromArrayColumn($queryResult, $column, $key)
|
|
* @method static mixed implode($column, $glue)
|
|
* @method static mixed exists()
|
|
* @method static mixed doesntExist()
|
|
* @method static mixed existsOr(Closure $callback)
|
|
* @method static mixed doesntExistOr(Closure $callback)
|
|
* @method static mixed count($columns)
|
|
* @method static mixed min($column)
|
|
* @method static mixed max($column)
|
|
* @method static mixed sum($column)
|
|
* @method static mixed avg($column)
|
|
* @method static mixed average($column)
|
|
* @method static mixed aggregate($function, $columns)
|
|
* @method static mixed numericAggregate($function, $columns)
|
|
* @method static mixed setAggregate($function, $columns)
|
|
* @method static mixed onceWithColumns($columns, $callback)
|
|
* @method static mixed insert(array $values)
|
|
* @method static mixed insertOrIgnore(array $values)
|
|
* @method static mixed insertGetId(array $values, $sequence)
|
|
* @method static mixed insertUsing(array $columns, $query)
|
|
* @method static mixed insertOrIgnoreUsing(array $columns, $query)
|
|
* @method static mixed update(array $values)
|
|
* @method static mixed updateFrom(array $values)
|
|
* @method static mixed updateOrInsert(array $attributes, callable|array $values)
|
|
* @method static mixed upsert(array $values, $uniqueBy, $update)
|
|
* @method static mixed increment($column, $amount, array $extra)
|
|
* @method static mixed incrementEach(array $columns, array $extra)
|
|
* @method static mixed decrement($column, $amount, array $extra)
|
|
* @method static mixed decrementEach(array $columns, array $extra)
|
|
* @method static mixed delete($id)
|
|
* @method static mixed truncate()
|
|
* @method static mixed newQuery()
|
|
* @method static mixed forSubQuery()
|
|
* @method static mixed getColumns()
|
|
* @method static mixed raw($value)
|
|
* @method static mixed getUnionBuilders()
|
|
* @method static mixed getBindings()
|
|
* @method static mixed getRawBindings()
|
|
* @method static mixed setBindings(array $bindings, $type)
|
|
* @method static mixed addBinding($value, $type)
|
|
* @method static mixed castBinding($value)
|
|
* @method static mixed mergeBindings(self $query)
|
|
* @method static mixed cleanBindings(array $bindings)
|
|
* @method static mixed flattenValue($value)
|
|
* @method static mixed defaultKeyName()
|
|
* @method static mixed getConnection()
|
|
* @method static mixed getProcessor()
|
|
* @method static mixed getGrammar()
|
|
* @method static mixed useWritePdo()
|
|
* @method static mixed isQueryable($value)
|
|
* @method static mixed clone()
|
|
* @method static mixed cloneWithout(array $properties)
|
|
* @method static mixed cloneWithoutBindings(array $except)
|
|
* @method static mixed dump($args)
|
|
* @method static mixed dumpRawSql()
|
|
* @method static mixed dd()
|
|
* @method static mixed ddRawSql()
|
|
* @method static mixed chunk($count, callable $callback)
|
|
* @method static mixed chunkMap(callable $callback, $count)
|
|
* @method static mixed each(callable $callback, $count)
|
|
* @method static mixed chunkById($count, callable $callback, $column, $alias)
|
|
* @method static mixed chunkByIdDesc($count, callable $callback, $column, $alias)
|
|
* @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending)
|
|
* @method static mixed eachById(callable $callback, $count, $column, $alias)
|
|
* @method static mixed lazy($chunkSize)
|
|
* @method static mixed lazyById($chunkSize, $column, $alias)
|
|
* @method static mixed lazyByIdDesc($chunkSize, $column, $alias)
|
|
* @method static mixed orderedLazyById($chunkSize, $column, $alias, $descending)
|
|
* @method static mixed first($columns)
|
|
* @method static mixed sole($columns)
|
|
* @method static mixed paginateUsingCursor($perPage, $columns, $cursorName, $cursor)
|
|
* @method static mixed getOriginalColumnNameForCursorPagination($builder, string $parameter)
|
|
* @method static mixed paginator($items, $total, $perPage, $currentPage, $options)
|
|
* @method static mixed simplePaginator($items, $perPage, $currentPage, $options)
|
|
* @method static mixed cursorPaginator($items, $perPage, $cursor, $options)
|
|
* @method static mixed tap($callback)
|
|
* @method static mixed when($value, callable $callback, callable $default)
|
|
* @method static mixed unless($value, callable $callback, callable $default)
|
|
* @method static mixed explain()
|
|
* @method static mixed forwardCallTo($object, $method, $parameters)
|
|
* @method static mixed forwardDecoratedCallTo($object, $method, $parameters)
|
|
* @method static mixed throwBadMethodCallException($method)
|
|
* @method static mixed macro($name, $macro)
|
|
* @method static mixed mixin($mixin, $replace)
|
|
* @method static mixed hasMacro($name)
|
|
* @method static mixed flushMacros()
|
|
* @method static mixed macroCall($method, $parameters)
|
|
* @mixin \Illuminate\Database\Query\Builder
|
|
*/
|
|
class ReferenceSubSector extends \App\Models\SigdModel
|
|
{
|
|
//
|
|
}
|
|
|
|
/**
|
|
* App\Models\ReferenceUnit
|
|
*
|
|
* @property string|null $updated_by
|
|
* @property string|null $created_by
|
|
* @property \Illuminate\Support\Carbon|null $updated_at
|
|
* @property \Illuminate\Support\Carbon|null $created_at
|
|
* @property int $row_status
|
|
* @property int $row_num
|
|
* @property string|null $description
|
|
* @property string $name
|
|
* @property string $code
|
|
* @property string $category
|
|
* @property string $id
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceUnit>|ReferenceUnit whereId($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceUnit>|ReferenceUnit whereCategory($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceUnit>|ReferenceUnit whereCode($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceUnit>|ReferenceUnit whereName($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceUnit>|ReferenceUnit whereDescription($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceUnit>|ReferenceUnit whereRowNum($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceUnit>|ReferenceUnit whereRowStatus($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceUnit>|ReferenceUnit whereCreatedAt($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceUnit>|ReferenceUnit whereUpdatedAt($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceUnit>|ReferenceUnit whereCreatedBy($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceUnit>|ReferenceUnit whereUpdatedBy($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceUnit>|ReferenceUnit rowActive()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceUnit>|ReferenceUnit isActive()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceUnit>|ReferenceUnit orderByRowNum()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceUnit>|ReferenceUnit newModelQuery()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceUnit>|ReferenceUnit newQuery()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceUnit>|ReferenceUnit query()
|
|
* @method static mixed select($columns)
|
|
* @method static mixed selectSub($query, $as)
|
|
* @method static mixed selectRaw($expression, array $bindings)
|
|
* @method static mixed fromSub($query, $as)
|
|
* @method static mixed fromRaw($expression, $bindings)
|
|
* @method static mixed createSub($query)
|
|
* @method static mixed parseSub($query)
|
|
* @method static mixed prependDatabaseNameIfCrossDatabaseQuery($query)
|
|
* @method static mixed addSelect($column)
|
|
* @method static mixed distinct()
|
|
* @method static mixed from($table, $as)
|
|
* @method static mixed useIndex($index)
|
|
* @method static mixed forceIndex($index)
|
|
* @method static mixed ignoreIndex($index)
|
|
* @method static mixed join($table, $first, $operator, $second, $type, $where)
|
|
* @method static mixed joinWhere($table, $first, $operator, $second, $type)
|
|
* @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where)
|
|
* @method static mixed joinLateral($query, string $as, string $type)
|
|
* @method static mixed leftJoinLateral($query, string $as)
|
|
* @method static mixed leftJoin($table, $first, $operator, $second)
|
|
* @method static mixed leftJoinWhere($table, $first, $operator, $second)
|
|
* @method static mixed leftJoinSub($query, $as, $first, $operator, $second)
|
|
* @method static mixed rightJoin($table, $first, $operator, $second)
|
|
* @method static mixed rightJoinWhere($table, $first, $operator, $second)
|
|
* @method static mixed rightJoinSub($query, $as, $first, $operator, $second)
|
|
* @method static mixed crossJoin($table, $first, $operator, $second)
|
|
* @method static mixed crossJoinSub($query, $as)
|
|
* @method static mixed newJoinClause(self $parentQuery, $type, $table)
|
|
* @method static mixed newJoinLateralClause(self $parentQuery, $type, $table)
|
|
* @method static mixed mergeWheres($wheres, $bindings)
|
|
* @method static mixed where($column, $operator, $value, $boolean)
|
|
* @method static mixed addArrayOfWheres($column, $boolean, $method)
|
|
* @method static mixed prepareValueAndOperator($value, $operator, $useDefault)
|
|
* @method static mixed invalidOperatorAndValue($operator, $value)
|
|
* @method static mixed invalidOperator($operator)
|
|
* @method static mixed isBitwiseOperator($operator)
|
|
* @method static mixed orWhere($column, $operator, $value)
|
|
* @method static mixed whereNot($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereNot($column, $operator, $value)
|
|
* @method static mixed whereColumn($first, $operator, $second, $boolean)
|
|
* @method static mixed orWhereColumn($first, $operator, $second)
|
|
* @method static mixed whereRaw($sql, $bindings, $boolean)
|
|
* @method static mixed orWhereRaw($sql, $bindings)
|
|
* @method static mixed whereIn($column, $values, $boolean, $not)
|
|
* @method static mixed orWhereIn($column, $values)
|
|
* @method static mixed whereNotIn($column, $values, $boolean)
|
|
* @method static mixed orWhereNotIn($column, $values)
|
|
* @method static mixed whereIntegerInRaw($column, $values, $boolean, $not)
|
|
* @method static mixed orWhereIntegerInRaw($column, $values)
|
|
* @method static mixed whereIntegerNotInRaw($column, $values, $boolean)
|
|
* @method static mixed orWhereIntegerNotInRaw($column, $values)
|
|
* @method static mixed whereNull($columns, $boolean, $not)
|
|
* @method static mixed orWhereNull($column)
|
|
* @method static mixed whereNotNull($columns, $boolean)
|
|
* @method static mixed whereBetween($column, iterable $values, $boolean, $not)
|
|
* @method static mixed whereBetweenColumns($column, array $values, $boolean, $not)
|
|
* @method static mixed orWhereBetween($column, iterable $values)
|
|
* @method static mixed orWhereBetweenColumns($column, array $values)
|
|
* @method static mixed whereNotBetween($column, iterable $values, $boolean)
|
|
* @method static mixed whereNotBetweenColumns($column, array $values, $boolean)
|
|
* @method static mixed orWhereNotBetween($column, iterable $values)
|
|
* @method static mixed orWhereNotBetweenColumns($column, array $values)
|
|
* @method static mixed orWhereNotNull($column)
|
|
* @method static mixed whereDate($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereDate($column, $operator, $value)
|
|
* @method static mixed whereTime($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereTime($column, $operator, $value)
|
|
* @method static mixed whereDay($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereDay($column, $operator, $value)
|
|
* @method static mixed whereMonth($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereMonth($column, $operator, $value)
|
|
* @method static mixed whereYear($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereYear($column, $operator, $value)
|
|
* @method static mixed addDateBasedWhere($type, $column, $operator, $value, $boolean)
|
|
* @method static mixed whereNested(Closure $callback, $boolean)
|
|
* @method static mixed forNestedWhere()
|
|
* @method static mixed addNestedWhereQuery($query, $boolean)
|
|
* @method static mixed whereSub($column, $operator, $callback, $boolean)
|
|
* @method static mixed whereExists($callback, $boolean, $not)
|
|
* @method static mixed orWhereExists($callback, $not)
|
|
* @method static mixed whereNotExists($callback, $boolean)
|
|
* @method static mixed orWhereNotExists($callback)
|
|
* @method static mixed addWhereExistsQuery(self $query, $boolean, $not)
|
|
* @method static mixed whereRowValues($columns, $operator, $values, $boolean)
|
|
* @method static mixed orWhereRowValues($columns, $operator, $values)
|
|
* @method static mixed whereJsonContains($column, $value, $boolean, $not)
|
|
* @method static mixed orWhereJsonContains($column, $value)
|
|
* @method static mixed whereJsonDoesntContain($column, $value, $boolean)
|
|
* @method static mixed orWhereJsonDoesntContain($column, $value)
|
|
* @method static mixed whereJsonOverlaps($column, $value, $boolean, $not)
|
|
* @method static mixed orWhereJsonOverlaps($column, $value)
|
|
* @method static mixed whereJsonDoesntOverlap($column, $value, $boolean)
|
|
* @method static mixed orWhereJsonDoesntOverlap($column, $value)
|
|
* @method static mixed whereJsonContainsKey($column, $boolean, $not)
|
|
* @method static mixed orWhereJsonContainsKey($column)
|
|
* @method static mixed whereJsonDoesntContainKey($column, $boolean)
|
|
* @method static mixed orWhereJsonDoesntContainKey($column)
|
|
* @method static mixed whereJsonLength($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereJsonLength($column, $operator, $value)
|
|
* @method static mixed dynamicWhere($method, $parameters)
|
|
* @method static mixed addDynamic($segment, $connector, $parameters, $index)
|
|
* @method static mixed whereFullText($columns, $value, array $options, $boolean)
|
|
* @method static mixed orWhereFullText($columns, $value, array $options)
|
|
* @method static mixed whereAll($columns, $operator, $value, $boolean)
|
|
* @method static mixed orWhereAll($columns, $operator, $value)
|
|
* @method static mixed whereAny($columns, $operator, $value, $boolean)
|
|
* @method static mixed orWhereAny($columns, $operator, $value)
|
|
* @method static mixed groupBy($groups)
|
|
* @method static mixed groupByRaw($sql, array $bindings)
|
|
* @method static mixed having($column, $operator, $value, $boolean)
|
|
* @method static mixed orHaving($column, $operator, $value)
|
|
* @method static mixed havingNested(Closure $callback, $boolean)
|
|
* @method static mixed addNestedHavingQuery($query, $boolean)
|
|
* @method static mixed havingNull($columns, $boolean, $not)
|
|
* @method static mixed orHavingNull($column)
|
|
* @method static mixed havingNotNull($columns, $boolean)
|
|
* @method static mixed orHavingNotNull($column)
|
|
* @method static mixed havingBetween($column, iterable $values, $boolean, $not)
|
|
* @method static mixed havingRaw($sql, array $bindings, $boolean)
|
|
* @method static mixed orHavingRaw($sql, array $bindings)
|
|
* @method static mixed orderBy($column, $direction)
|
|
* @method static mixed orderByDesc($column)
|
|
* @method static mixed latest($column)
|
|
* @method static mixed oldest($column)
|
|
* @method static mixed inRandomOrder($seed)
|
|
* @method static mixed orderByRaw($sql, $bindings)
|
|
* @method static mixed skip($value)
|
|
* @method static mixed offset($value)
|
|
* @method static mixed take($value)
|
|
* @method static mixed limit($value)
|
|
* @method static mixed groupLimit($value, $column)
|
|
* @method static mixed forPage($page, $perPage)
|
|
* @method static mixed forPageBeforeId($perPage, $lastId, $column)
|
|
* @method static mixed forPageAfterId($perPage, $lastId, $column)
|
|
* @method static mixed reorder($column, $direction)
|
|
* @method static mixed removeExistingOrdersFor($column)
|
|
* @method static mixed union($query, $all)
|
|
* @method static mixed unionAll($query)
|
|
* @method static mixed lock($value)
|
|
* @method static mixed lockForUpdate()
|
|
* @method static mixed sharedLock()
|
|
* @method static mixed beforeQuery(callable $callback)
|
|
* @method static mixed applyBeforeQueryCallbacks()
|
|
* @method static mixed afterQuery(Closure $callback)
|
|
* @method static mixed applyAfterQueryCallbacks($result)
|
|
* @method static mixed toSql()
|
|
* @method static mixed toRawSql()
|
|
* @method static mixed find($id, $columns)
|
|
* @method static mixed findOr($id, $columns, Closure $callback)
|
|
* @method static mixed value($column)
|
|
* @method static mixed rawValue(string $expression, array $bindings)
|
|
* @method static mixed soleValue($column)
|
|
* @method static mixed get($columns)
|
|
* @method static mixed runSelect()
|
|
* @method static mixed withoutGroupLimitKeys($items)
|
|
* @method static mixed paginate($perPage, $columns, $pageName, $page, $total)
|
|
* @method static mixed simplePaginate($perPage, $columns, $pageName, $page)
|
|
* @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor)
|
|
* @method static mixed ensureOrderForCursorPagination($shouldReverse)
|
|
* @method static mixed getCountForPagination($columns)
|
|
* @method static mixed runPaginationCountQuery($columns)
|
|
* @method static mixed cloneForPaginationCount()
|
|
* @method static mixed withoutSelectAliases(array $columns)
|
|
* @method static mixed cursor()
|
|
* @method static mixed enforceOrderBy()
|
|
* @method static mixed pluck($column, $key)
|
|
* @method static mixed stripTableForPluck($column)
|
|
* @method static mixed pluckFromObjectColumn($queryResult, $column, $key)
|
|
* @method static mixed pluckFromArrayColumn($queryResult, $column, $key)
|
|
* @method static mixed implode($column, $glue)
|
|
* @method static mixed exists()
|
|
* @method static mixed doesntExist()
|
|
* @method static mixed existsOr(Closure $callback)
|
|
* @method static mixed doesntExistOr(Closure $callback)
|
|
* @method static mixed count($columns)
|
|
* @method static mixed min($column)
|
|
* @method static mixed max($column)
|
|
* @method static mixed sum($column)
|
|
* @method static mixed avg($column)
|
|
* @method static mixed average($column)
|
|
* @method static mixed aggregate($function, $columns)
|
|
* @method static mixed numericAggregate($function, $columns)
|
|
* @method static mixed setAggregate($function, $columns)
|
|
* @method static mixed onceWithColumns($columns, $callback)
|
|
* @method static mixed insert(array $values)
|
|
* @method static mixed insertOrIgnore(array $values)
|
|
* @method static mixed insertGetId(array $values, $sequence)
|
|
* @method static mixed insertUsing(array $columns, $query)
|
|
* @method static mixed insertOrIgnoreUsing(array $columns, $query)
|
|
* @method static mixed update(array $values)
|
|
* @method static mixed updateFrom(array $values)
|
|
* @method static mixed updateOrInsert(array $attributes, callable|array $values)
|
|
* @method static mixed upsert(array $values, $uniqueBy, $update)
|
|
* @method static mixed increment($column, $amount, array $extra)
|
|
* @method static mixed incrementEach(array $columns, array $extra)
|
|
* @method static mixed decrement($column, $amount, array $extra)
|
|
* @method static mixed decrementEach(array $columns, array $extra)
|
|
* @method static mixed delete($id)
|
|
* @method static mixed truncate()
|
|
* @method static mixed newQuery()
|
|
* @method static mixed forSubQuery()
|
|
* @method static mixed getColumns()
|
|
* @method static mixed raw($value)
|
|
* @method static mixed getUnionBuilders()
|
|
* @method static mixed getBindings()
|
|
* @method static mixed getRawBindings()
|
|
* @method static mixed setBindings(array $bindings, $type)
|
|
* @method static mixed addBinding($value, $type)
|
|
* @method static mixed castBinding($value)
|
|
* @method static mixed mergeBindings(self $query)
|
|
* @method static mixed cleanBindings(array $bindings)
|
|
* @method static mixed flattenValue($value)
|
|
* @method static mixed defaultKeyName()
|
|
* @method static mixed getConnection()
|
|
* @method static mixed getProcessor()
|
|
* @method static mixed getGrammar()
|
|
* @method static mixed useWritePdo()
|
|
* @method static mixed isQueryable($value)
|
|
* @method static mixed clone()
|
|
* @method static mixed cloneWithout(array $properties)
|
|
* @method static mixed cloneWithoutBindings(array $except)
|
|
* @method static mixed dump($args)
|
|
* @method static mixed dumpRawSql()
|
|
* @method static mixed dd()
|
|
* @method static mixed ddRawSql()
|
|
* @method static mixed chunk($count, callable $callback)
|
|
* @method static mixed chunkMap(callable $callback, $count)
|
|
* @method static mixed each(callable $callback, $count)
|
|
* @method static mixed chunkById($count, callable $callback, $column, $alias)
|
|
* @method static mixed chunkByIdDesc($count, callable $callback, $column, $alias)
|
|
* @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending)
|
|
* @method static mixed eachById(callable $callback, $count, $column, $alias)
|
|
* @method static mixed lazy($chunkSize)
|
|
* @method static mixed lazyById($chunkSize, $column, $alias)
|
|
* @method static mixed lazyByIdDesc($chunkSize, $column, $alias)
|
|
* @method static mixed orderedLazyById($chunkSize, $column, $alias, $descending)
|
|
* @method static mixed first($columns)
|
|
* @method static mixed sole($columns)
|
|
* @method static mixed paginateUsingCursor($perPage, $columns, $cursorName, $cursor)
|
|
* @method static mixed getOriginalColumnNameForCursorPagination($builder, string $parameter)
|
|
* @method static mixed paginator($items, $total, $perPage, $currentPage, $options)
|
|
* @method static mixed simplePaginator($items, $perPage, $currentPage, $options)
|
|
* @method static mixed cursorPaginator($items, $perPage, $cursor, $options)
|
|
* @method static mixed tap($callback)
|
|
* @method static mixed when($value, callable $callback, callable $default)
|
|
* @method static mixed unless($value, callable $callback, callable $default)
|
|
* @method static mixed explain()
|
|
* @method static mixed forwardCallTo($object, $method, $parameters)
|
|
* @method static mixed forwardDecoratedCallTo($object, $method, $parameters)
|
|
* @method static mixed throwBadMethodCallException($method)
|
|
* @method static mixed macro($name, $macro)
|
|
* @method static mixed mixin($mixin, $replace)
|
|
* @method static mixed hasMacro($name)
|
|
* @method static mixed flushMacros()
|
|
* @method static mixed macroCall($method, $parameters)
|
|
* @mixin \Illuminate\Database\Query\Builder
|
|
*/
|
|
class ReferenceUnit extends \App\Models\SigdModel
|
|
{
|
|
//
|
|
}
|
|
|
|
/**
|
|
* App\Models\ReferenceUnitConversion
|
|
*
|
|
* @property string|null $updated_by
|
|
* @property string|null $created_by
|
|
* @property \Illuminate\Support\Carbon|null $updated_at
|
|
* @property \Illuminate\Support\Carbon|null $created_at
|
|
* @property int $row_status
|
|
* @property float $value
|
|
* @property string $to_unit_code
|
|
* @property string $from_unit_code
|
|
* @property string $category
|
|
* @property string $id
|
|
* @property-read \App\Models\ReferenceUnit $fromUnit
|
|
* @property-read \App\Models\ReferenceUnit $toUnit
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceUnitConversion>|ReferenceUnitConversion whereId($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceUnitConversion>|ReferenceUnitConversion whereCategory($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceUnitConversion>|ReferenceUnitConversion whereFromUnitCode($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceUnitConversion>|ReferenceUnitConversion whereToUnitCode($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceUnitConversion>|ReferenceUnitConversion whereValue($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceUnitConversion>|ReferenceUnitConversion whereRowStatus($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceUnitConversion>|ReferenceUnitConversion whereCreatedAt($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceUnitConversion>|ReferenceUnitConversion whereUpdatedAt($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceUnitConversion>|ReferenceUnitConversion whereCreatedBy($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceUnitConversion>|ReferenceUnitConversion whereUpdatedBy($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceUnitConversion>|ReferenceUnitConversion rowActive()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceUnitConversion>|ReferenceUnitConversion isActive()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceUnitConversion>|ReferenceUnitConversion orderByRowNum()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceUnitConversion>|ReferenceUnitConversion newModelQuery()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceUnitConversion>|ReferenceUnitConversion newQuery()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceUnitConversion>|ReferenceUnitConversion query()
|
|
* @method static mixed select($columns)
|
|
* @method static mixed selectSub($query, $as)
|
|
* @method static mixed selectRaw($expression, array $bindings)
|
|
* @method static mixed fromSub($query, $as)
|
|
* @method static mixed fromRaw($expression, $bindings)
|
|
* @method static mixed createSub($query)
|
|
* @method static mixed parseSub($query)
|
|
* @method static mixed prependDatabaseNameIfCrossDatabaseQuery($query)
|
|
* @method static mixed addSelect($column)
|
|
* @method static mixed distinct()
|
|
* @method static mixed from($table, $as)
|
|
* @method static mixed useIndex($index)
|
|
* @method static mixed forceIndex($index)
|
|
* @method static mixed ignoreIndex($index)
|
|
* @method static mixed join($table, $first, $operator, $second, $type, $where)
|
|
* @method static mixed joinWhere($table, $first, $operator, $second, $type)
|
|
* @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where)
|
|
* @method static mixed joinLateral($query, string $as, string $type)
|
|
* @method static mixed leftJoinLateral($query, string $as)
|
|
* @method static mixed leftJoin($table, $first, $operator, $second)
|
|
* @method static mixed leftJoinWhere($table, $first, $operator, $second)
|
|
* @method static mixed leftJoinSub($query, $as, $first, $operator, $second)
|
|
* @method static mixed rightJoin($table, $first, $operator, $second)
|
|
* @method static mixed rightJoinWhere($table, $first, $operator, $second)
|
|
* @method static mixed rightJoinSub($query, $as, $first, $operator, $second)
|
|
* @method static mixed crossJoin($table, $first, $operator, $second)
|
|
* @method static mixed crossJoinSub($query, $as)
|
|
* @method static mixed newJoinClause(self $parentQuery, $type, $table)
|
|
* @method static mixed newJoinLateralClause(self $parentQuery, $type, $table)
|
|
* @method static mixed mergeWheres($wheres, $bindings)
|
|
* @method static mixed where($column, $operator, $value, $boolean)
|
|
* @method static mixed addArrayOfWheres($column, $boolean, $method)
|
|
* @method static mixed prepareValueAndOperator($value, $operator, $useDefault)
|
|
* @method static mixed invalidOperatorAndValue($operator, $value)
|
|
* @method static mixed invalidOperator($operator)
|
|
* @method static mixed isBitwiseOperator($operator)
|
|
* @method static mixed orWhere($column, $operator, $value)
|
|
* @method static mixed whereNot($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereNot($column, $operator, $value)
|
|
* @method static mixed whereColumn($first, $operator, $second, $boolean)
|
|
* @method static mixed orWhereColumn($first, $operator, $second)
|
|
* @method static mixed whereRaw($sql, $bindings, $boolean)
|
|
* @method static mixed orWhereRaw($sql, $bindings)
|
|
* @method static mixed whereIn($column, $values, $boolean, $not)
|
|
* @method static mixed orWhereIn($column, $values)
|
|
* @method static mixed whereNotIn($column, $values, $boolean)
|
|
* @method static mixed orWhereNotIn($column, $values)
|
|
* @method static mixed whereIntegerInRaw($column, $values, $boolean, $not)
|
|
* @method static mixed orWhereIntegerInRaw($column, $values)
|
|
* @method static mixed whereIntegerNotInRaw($column, $values, $boolean)
|
|
* @method static mixed orWhereIntegerNotInRaw($column, $values)
|
|
* @method static mixed whereNull($columns, $boolean, $not)
|
|
* @method static mixed orWhereNull($column)
|
|
* @method static mixed whereNotNull($columns, $boolean)
|
|
* @method static mixed whereBetween($column, iterable $values, $boolean, $not)
|
|
* @method static mixed whereBetweenColumns($column, array $values, $boolean, $not)
|
|
* @method static mixed orWhereBetween($column, iterable $values)
|
|
* @method static mixed orWhereBetweenColumns($column, array $values)
|
|
* @method static mixed whereNotBetween($column, iterable $values, $boolean)
|
|
* @method static mixed whereNotBetweenColumns($column, array $values, $boolean)
|
|
* @method static mixed orWhereNotBetween($column, iterable $values)
|
|
* @method static mixed orWhereNotBetweenColumns($column, array $values)
|
|
* @method static mixed orWhereNotNull($column)
|
|
* @method static mixed whereDate($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereDate($column, $operator, $value)
|
|
* @method static mixed whereTime($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereTime($column, $operator, $value)
|
|
* @method static mixed whereDay($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereDay($column, $operator, $value)
|
|
* @method static mixed whereMonth($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereMonth($column, $operator, $value)
|
|
* @method static mixed whereYear($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereYear($column, $operator, $value)
|
|
* @method static mixed addDateBasedWhere($type, $column, $operator, $value, $boolean)
|
|
* @method static mixed whereNested(Closure $callback, $boolean)
|
|
* @method static mixed forNestedWhere()
|
|
* @method static mixed addNestedWhereQuery($query, $boolean)
|
|
* @method static mixed whereSub($column, $operator, $callback, $boolean)
|
|
* @method static mixed whereExists($callback, $boolean, $not)
|
|
* @method static mixed orWhereExists($callback, $not)
|
|
* @method static mixed whereNotExists($callback, $boolean)
|
|
* @method static mixed orWhereNotExists($callback)
|
|
* @method static mixed addWhereExistsQuery(self $query, $boolean, $not)
|
|
* @method static mixed whereRowValues($columns, $operator, $values, $boolean)
|
|
* @method static mixed orWhereRowValues($columns, $operator, $values)
|
|
* @method static mixed whereJsonContains($column, $value, $boolean, $not)
|
|
* @method static mixed orWhereJsonContains($column, $value)
|
|
* @method static mixed whereJsonDoesntContain($column, $value, $boolean)
|
|
* @method static mixed orWhereJsonDoesntContain($column, $value)
|
|
* @method static mixed whereJsonOverlaps($column, $value, $boolean, $not)
|
|
* @method static mixed orWhereJsonOverlaps($column, $value)
|
|
* @method static mixed whereJsonDoesntOverlap($column, $value, $boolean)
|
|
* @method static mixed orWhereJsonDoesntOverlap($column, $value)
|
|
* @method static mixed whereJsonContainsKey($column, $boolean, $not)
|
|
* @method static mixed orWhereJsonContainsKey($column)
|
|
* @method static mixed whereJsonDoesntContainKey($column, $boolean)
|
|
* @method static mixed orWhereJsonDoesntContainKey($column)
|
|
* @method static mixed whereJsonLength($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereJsonLength($column, $operator, $value)
|
|
* @method static mixed dynamicWhere($method, $parameters)
|
|
* @method static mixed addDynamic($segment, $connector, $parameters, $index)
|
|
* @method static mixed whereFullText($columns, $value, array $options, $boolean)
|
|
* @method static mixed orWhereFullText($columns, $value, array $options)
|
|
* @method static mixed whereAll($columns, $operator, $value, $boolean)
|
|
* @method static mixed orWhereAll($columns, $operator, $value)
|
|
* @method static mixed whereAny($columns, $operator, $value, $boolean)
|
|
* @method static mixed orWhereAny($columns, $operator, $value)
|
|
* @method static mixed groupBy($groups)
|
|
* @method static mixed groupByRaw($sql, array $bindings)
|
|
* @method static mixed having($column, $operator, $value, $boolean)
|
|
* @method static mixed orHaving($column, $operator, $value)
|
|
* @method static mixed havingNested(Closure $callback, $boolean)
|
|
* @method static mixed addNestedHavingQuery($query, $boolean)
|
|
* @method static mixed havingNull($columns, $boolean, $not)
|
|
* @method static mixed orHavingNull($column)
|
|
* @method static mixed havingNotNull($columns, $boolean)
|
|
* @method static mixed orHavingNotNull($column)
|
|
* @method static mixed havingBetween($column, iterable $values, $boolean, $not)
|
|
* @method static mixed havingRaw($sql, array $bindings, $boolean)
|
|
* @method static mixed orHavingRaw($sql, array $bindings)
|
|
* @method static mixed orderBy($column, $direction)
|
|
* @method static mixed orderByDesc($column)
|
|
* @method static mixed latest($column)
|
|
* @method static mixed oldest($column)
|
|
* @method static mixed inRandomOrder($seed)
|
|
* @method static mixed orderByRaw($sql, $bindings)
|
|
* @method static mixed skip($value)
|
|
* @method static mixed offset($value)
|
|
* @method static mixed take($value)
|
|
* @method static mixed limit($value)
|
|
* @method static mixed groupLimit($value, $column)
|
|
* @method static mixed forPage($page, $perPage)
|
|
* @method static mixed forPageBeforeId($perPage, $lastId, $column)
|
|
* @method static mixed forPageAfterId($perPage, $lastId, $column)
|
|
* @method static mixed reorder($column, $direction)
|
|
* @method static mixed removeExistingOrdersFor($column)
|
|
* @method static mixed union($query, $all)
|
|
* @method static mixed unionAll($query)
|
|
* @method static mixed lock($value)
|
|
* @method static mixed lockForUpdate()
|
|
* @method static mixed sharedLock()
|
|
* @method static mixed beforeQuery(callable $callback)
|
|
* @method static mixed applyBeforeQueryCallbacks()
|
|
* @method static mixed afterQuery(Closure $callback)
|
|
* @method static mixed applyAfterQueryCallbacks($result)
|
|
* @method static mixed toSql()
|
|
* @method static mixed toRawSql()
|
|
* @method static mixed find($id, $columns)
|
|
* @method static mixed findOr($id, $columns, Closure $callback)
|
|
* @method static mixed value($column)
|
|
* @method static mixed rawValue(string $expression, array $bindings)
|
|
* @method static mixed soleValue($column)
|
|
* @method static mixed get($columns)
|
|
* @method static mixed runSelect()
|
|
* @method static mixed withoutGroupLimitKeys($items)
|
|
* @method static mixed paginate($perPage, $columns, $pageName, $page, $total)
|
|
* @method static mixed simplePaginate($perPage, $columns, $pageName, $page)
|
|
* @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor)
|
|
* @method static mixed ensureOrderForCursorPagination($shouldReverse)
|
|
* @method static mixed getCountForPagination($columns)
|
|
* @method static mixed runPaginationCountQuery($columns)
|
|
* @method static mixed cloneForPaginationCount()
|
|
* @method static mixed withoutSelectAliases(array $columns)
|
|
* @method static mixed cursor()
|
|
* @method static mixed enforceOrderBy()
|
|
* @method static mixed pluck($column, $key)
|
|
* @method static mixed stripTableForPluck($column)
|
|
* @method static mixed pluckFromObjectColumn($queryResult, $column, $key)
|
|
* @method static mixed pluckFromArrayColumn($queryResult, $column, $key)
|
|
* @method static mixed implode($column, $glue)
|
|
* @method static mixed exists()
|
|
* @method static mixed doesntExist()
|
|
* @method static mixed existsOr(Closure $callback)
|
|
* @method static mixed doesntExistOr(Closure $callback)
|
|
* @method static mixed count($columns)
|
|
* @method static mixed min($column)
|
|
* @method static mixed max($column)
|
|
* @method static mixed sum($column)
|
|
* @method static mixed avg($column)
|
|
* @method static mixed average($column)
|
|
* @method static mixed aggregate($function, $columns)
|
|
* @method static mixed numericAggregate($function, $columns)
|
|
* @method static mixed setAggregate($function, $columns)
|
|
* @method static mixed onceWithColumns($columns, $callback)
|
|
* @method static mixed insert(array $values)
|
|
* @method static mixed insertOrIgnore(array $values)
|
|
* @method static mixed insertGetId(array $values, $sequence)
|
|
* @method static mixed insertUsing(array $columns, $query)
|
|
* @method static mixed insertOrIgnoreUsing(array $columns, $query)
|
|
* @method static mixed update(array $values)
|
|
* @method static mixed updateFrom(array $values)
|
|
* @method static mixed updateOrInsert(array $attributes, callable|array $values)
|
|
* @method static mixed upsert(array $values, $uniqueBy, $update)
|
|
* @method static mixed increment($column, $amount, array $extra)
|
|
* @method static mixed incrementEach(array $columns, array $extra)
|
|
* @method static mixed decrement($column, $amount, array $extra)
|
|
* @method static mixed decrementEach(array $columns, array $extra)
|
|
* @method static mixed delete($id)
|
|
* @method static mixed truncate()
|
|
* @method static mixed newQuery()
|
|
* @method static mixed forSubQuery()
|
|
* @method static mixed getColumns()
|
|
* @method static mixed raw($value)
|
|
* @method static mixed getUnionBuilders()
|
|
* @method static mixed getBindings()
|
|
* @method static mixed getRawBindings()
|
|
* @method static mixed setBindings(array $bindings, $type)
|
|
* @method static mixed addBinding($value, $type)
|
|
* @method static mixed castBinding($value)
|
|
* @method static mixed mergeBindings(self $query)
|
|
* @method static mixed cleanBindings(array $bindings)
|
|
* @method static mixed flattenValue($value)
|
|
* @method static mixed defaultKeyName()
|
|
* @method static mixed getConnection()
|
|
* @method static mixed getProcessor()
|
|
* @method static mixed getGrammar()
|
|
* @method static mixed useWritePdo()
|
|
* @method static mixed isQueryable($value)
|
|
* @method static mixed clone()
|
|
* @method static mixed cloneWithout(array $properties)
|
|
* @method static mixed cloneWithoutBindings(array $except)
|
|
* @method static mixed dump($args)
|
|
* @method static mixed dumpRawSql()
|
|
* @method static mixed dd()
|
|
* @method static mixed ddRawSql()
|
|
* @method static mixed chunk($count, callable $callback)
|
|
* @method static mixed chunkMap(callable $callback, $count)
|
|
* @method static mixed each(callable $callback, $count)
|
|
* @method static mixed chunkById($count, callable $callback, $column, $alias)
|
|
* @method static mixed chunkByIdDesc($count, callable $callback, $column, $alias)
|
|
* @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending)
|
|
* @method static mixed eachById(callable $callback, $count, $column, $alias)
|
|
* @method static mixed lazy($chunkSize)
|
|
* @method static mixed lazyById($chunkSize, $column, $alias)
|
|
* @method static mixed lazyByIdDesc($chunkSize, $column, $alias)
|
|
* @method static mixed orderedLazyById($chunkSize, $column, $alias, $descending)
|
|
* @method static mixed first($columns)
|
|
* @method static mixed sole($columns)
|
|
* @method static mixed paginateUsingCursor($perPage, $columns, $cursorName, $cursor)
|
|
* @method static mixed getOriginalColumnNameForCursorPagination($builder, string $parameter)
|
|
* @method static mixed paginator($items, $total, $perPage, $currentPage, $options)
|
|
* @method static mixed simplePaginator($items, $perPage, $currentPage, $options)
|
|
* @method static mixed cursorPaginator($items, $perPage, $cursor, $options)
|
|
* @method static mixed tap($callback)
|
|
* @method static mixed when($value, callable $callback, callable $default)
|
|
* @method static mixed unless($value, callable $callback, callable $default)
|
|
* @method static mixed explain()
|
|
* @method static mixed forwardCallTo($object, $method, $parameters)
|
|
* @method static mixed forwardDecoratedCallTo($object, $method, $parameters)
|
|
* @method static mixed throwBadMethodCallException($method)
|
|
* @method static mixed macro($name, $macro)
|
|
* @method static mixed mixin($mixin, $replace)
|
|
* @method static mixed hasMacro($name)
|
|
* @method static mixed flushMacros()
|
|
* @method static mixed macroCall($method, $parameters)
|
|
* @mixin \Illuminate\Database\Query\Builder
|
|
*/
|
|
class ReferenceUnitConversion extends \App\Models\SigdModel
|
|
{
|
|
//
|
|
}
|
|
|
|
/**
|
|
* App\Models\ReferenceWs
|
|
*
|
|
* @property string|null $updated_by
|
|
* @property string|null $created_by
|
|
* @property \Illuminate\Support\Carbon|null $updated_at
|
|
* @property \Illuminate\Support\Carbon|null $created_at
|
|
* @property int $row_status
|
|
* @property int $row_num
|
|
* @property string|null $model
|
|
* @property string|null $parent_ws_code
|
|
* @property int|null $ws_header
|
|
* @property string $ws_title
|
|
* @property string $ws_code
|
|
* @property string|null $code
|
|
* @property string $sector
|
|
* @property string $id
|
|
* @property-read \App\Models\ReferenceWs $parent
|
|
* @property-read \Illuminate\Database\Eloquent\Collection<int, \App\Models\ReferenceWs> $children
|
|
* @property-read int|null $children_count
|
|
* @property-read \App\Models\SettingForm $form
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceWs>|ReferenceWs whereId($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceWs>|ReferenceWs whereSector($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceWs>|ReferenceWs whereCode($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceWs>|ReferenceWs whereWsCode($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceWs>|ReferenceWs whereWsTitle($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceWs>|ReferenceWs whereWsHeader($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceWs>|ReferenceWs whereParentWsCode($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceWs>|ReferenceWs whereModel($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceWs>|ReferenceWs whereRowNum($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceWs>|ReferenceWs whereRowStatus($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceWs>|ReferenceWs whereCreatedAt($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceWs>|ReferenceWs whereUpdatedAt($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceWs>|ReferenceWs whereCreatedBy($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceWs>|ReferenceWs whereUpdatedBy($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceWs>|ReferenceWs isMain()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceWs>|ReferenceWs isSub()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceWs>|ReferenceWs rowActive()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceWs>|ReferenceWs isActive()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceWs>|ReferenceWs orderByRowNum()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceWs>|ReferenceWs newModelQuery()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceWs>|ReferenceWs newQuery()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<ReferenceWs>|ReferenceWs query()
|
|
* @method static mixed select($columns)
|
|
* @method static mixed selectSub($query, $as)
|
|
* @method static mixed selectRaw($expression, array $bindings)
|
|
* @method static mixed fromSub($query, $as)
|
|
* @method static mixed fromRaw($expression, $bindings)
|
|
* @method static mixed createSub($query)
|
|
* @method static mixed parseSub($query)
|
|
* @method static mixed prependDatabaseNameIfCrossDatabaseQuery($query)
|
|
* @method static mixed addSelect($column)
|
|
* @method static mixed distinct()
|
|
* @method static mixed from($table, $as)
|
|
* @method static mixed useIndex($index)
|
|
* @method static mixed forceIndex($index)
|
|
* @method static mixed ignoreIndex($index)
|
|
* @method static mixed join($table, $first, $operator, $second, $type, $where)
|
|
* @method static mixed joinWhere($table, $first, $operator, $second, $type)
|
|
* @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where)
|
|
* @method static mixed joinLateral($query, string $as, string $type)
|
|
* @method static mixed leftJoinLateral($query, string $as)
|
|
* @method static mixed leftJoin($table, $first, $operator, $second)
|
|
* @method static mixed leftJoinWhere($table, $first, $operator, $second)
|
|
* @method static mixed leftJoinSub($query, $as, $first, $operator, $second)
|
|
* @method static mixed rightJoin($table, $first, $operator, $second)
|
|
* @method static mixed rightJoinWhere($table, $first, $operator, $second)
|
|
* @method static mixed rightJoinSub($query, $as, $first, $operator, $second)
|
|
* @method static mixed crossJoin($table, $first, $operator, $second)
|
|
* @method static mixed crossJoinSub($query, $as)
|
|
* @method static mixed newJoinClause(self $parentQuery, $type, $table)
|
|
* @method static mixed newJoinLateralClause(self $parentQuery, $type, $table)
|
|
* @method static mixed mergeWheres($wheres, $bindings)
|
|
* @method static mixed where($column, $operator, $value, $boolean)
|
|
* @method static mixed addArrayOfWheres($column, $boolean, $method)
|
|
* @method static mixed prepareValueAndOperator($value, $operator, $useDefault)
|
|
* @method static mixed invalidOperatorAndValue($operator, $value)
|
|
* @method static mixed invalidOperator($operator)
|
|
* @method static mixed isBitwiseOperator($operator)
|
|
* @method static mixed orWhere($column, $operator, $value)
|
|
* @method static mixed whereNot($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereNot($column, $operator, $value)
|
|
* @method static mixed whereColumn($first, $operator, $second, $boolean)
|
|
* @method static mixed orWhereColumn($first, $operator, $second)
|
|
* @method static mixed whereRaw($sql, $bindings, $boolean)
|
|
* @method static mixed orWhereRaw($sql, $bindings)
|
|
* @method static mixed whereIn($column, $values, $boolean, $not)
|
|
* @method static mixed orWhereIn($column, $values)
|
|
* @method static mixed whereNotIn($column, $values, $boolean)
|
|
* @method static mixed orWhereNotIn($column, $values)
|
|
* @method static mixed whereIntegerInRaw($column, $values, $boolean, $not)
|
|
* @method static mixed orWhereIntegerInRaw($column, $values)
|
|
* @method static mixed whereIntegerNotInRaw($column, $values, $boolean)
|
|
* @method static mixed orWhereIntegerNotInRaw($column, $values)
|
|
* @method static mixed whereNull($columns, $boolean, $not)
|
|
* @method static mixed orWhereNull($column)
|
|
* @method static mixed whereNotNull($columns, $boolean)
|
|
* @method static mixed whereBetween($column, iterable $values, $boolean, $not)
|
|
* @method static mixed whereBetweenColumns($column, array $values, $boolean, $not)
|
|
* @method static mixed orWhereBetween($column, iterable $values)
|
|
* @method static mixed orWhereBetweenColumns($column, array $values)
|
|
* @method static mixed whereNotBetween($column, iterable $values, $boolean)
|
|
* @method static mixed whereNotBetweenColumns($column, array $values, $boolean)
|
|
* @method static mixed orWhereNotBetween($column, iterable $values)
|
|
* @method static mixed orWhereNotBetweenColumns($column, array $values)
|
|
* @method static mixed orWhereNotNull($column)
|
|
* @method static mixed whereDate($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereDate($column, $operator, $value)
|
|
* @method static mixed whereTime($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereTime($column, $operator, $value)
|
|
* @method static mixed whereDay($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereDay($column, $operator, $value)
|
|
* @method static mixed whereMonth($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereMonth($column, $operator, $value)
|
|
* @method static mixed whereYear($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereYear($column, $operator, $value)
|
|
* @method static mixed addDateBasedWhere($type, $column, $operator, $value, $boolean)
|
|
* @method static mixed whereNested(Closure $callback, $boolean)
|
|
* @method static mixed forNestedWhere()
|
|
* @method static mixed addNestedWhereQuery($query, $boolean)
|
|
* @method static mixed whereSub($column, $operator, $callback, $boolean)
|
|
* @method static mixed whereExists($callback, $boolean, $not)
|
|
* @method static mixed orWhereExists($callback, $not)
|
|
* @method static mixed whereNotExists($callback, $boolean)
|
|
* @method static mixed orWhereNotExists($callback)
|
|
* @method static mixed addWhereExistsQuery(self $query, $boolean, $not)
|
|
* @method static mixed whereRowValues($columns, $operator, $values, $boolean)
|
|
* @method static mixed orWhereRowValues($columns, $operator, $values)
|
|
* @method static mixed whereJsonContains($column, $value, $boolean, $not)
|
|
* @method static mixed orWhereJsonContains($column, $value)
|
|
* @method static mixed whereJsonDoesntContain($column, $value, $boolean)
|
|
* @method static mixed orWhereJsonDoesntContain($column, $value)
|
|
* @method static mixed whereJsonOverlaps($column, $value, $boolean, $not)
|
|
* @method static mixed orWhereJsonOverlaps($column, $value)
|
|
* @method static mixed whereJsonDoesntOverlap($column, $value, $boolean)
|
|
* @method static mixed orWhereJsonDoesntOverlap($column, $value)
|
|
* @method static mixed whereJsonContainsKey($column, $boolean, $not)
|
|
* @method static mixed orWhereJsonContainsKey($column)
|
|
* @method static mixed whereJsonDoesntContainKey($column, $boolean)
|
|
* @method static mixed orWhereJsonDoesntContainKey($column)
|
|
* @method static mixed whereJsonLength($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereJsonLength($column, $operator, $value)
|
|
* @method static mixed dynamicWhere($method, $parameters)
|
|
* @method static mixed addDynamic($segment, $connector, $parameters, $index)
|
|
* @method static mixed whereFullText($columns, $value, array $options, $boolean)
|
|
* @method static mixed orWhereFullText($columns, $value, array $options)
|
|
* @method static mixed whereAll($columns, $operator, $value, $boolean)
|
|
* @method static mixed orWhereAll($columns, $operator, $value)
|
|
* @method static mixed whereAny($columns, $operator, $value, $boolean)
|
|
* @method static mixed orWhereAny($columns, $operator, $value)
|
|
* @method static mixed groupBy($groups)
|
|
* @method static mixed groupByRaw($sql, array $bindings)
|
|
* @method static mixed having($column, $operator, $value, $boolean)
|
|
* @method static mixed orHaving($column, $operator, $value)
|
|
* @method static mixed havingNested(Closure $callback, $boolean)
|
|
* @method static mixed addNestedHavingQuery($query, $boolean)
|
|
* @method static mixed havingNull($columns, $boolean, $not)
|
|
* @method static mixed orHavingNull($column)
|
|
* @method static mixed havingNotNull($columns, $boolean)
|
|
* @method static mixed orHavingNotNull($column)
|
|
* @method static mixed havingBetween($column, iterable $values, $boolean, $not)
|
|
* @method static mixed havingRaw($sql, array $bindings, $boolean)
|
|
* @method static mixed orHavingRaw($sql, array $bindings)
|
|
* @method static mixed orderBy($column, $direction)
|
|
* @method static mixed orderByDesc($column)
|
|
* @method static mixed latest($column)
|
|
* @method static mixed oldest($column)
|
|
* @method static mixed inRandomOrder($seed)
|
|
* @method static mixed orderByRaw($sql, $bindings)
|
|
* @method static mixed skip($value)
|
|
* @method static mixed offset($value)
|
|
* @method static mixed take($value)
|
|
* @method static mixed limit($value)
|
|
* @method static mixed groupLimit($value, $column)
|
|
* @method static mixed forPage($page, $perPage)
|
|
* @method static mixed forPageBeforeId($perPage, $lastId, $column)
|
|
* @method static mixed forPageAfterId($perPage, $lastId, $column)
|
|
* @method static mixed reorder($column, $direction)
|
|
* @method static mixed removeExistingOrdersFor($column)
|
|
* @method static mixed union($query, $all)
|
|
* @method static mixed unionAll($query)
|
|
* @method static mixed lock($value)
|
|
* @method static mixed lockForUpdate()
|
|
* @method static mixed sharedLock()
|
|
* @method static mixed beforeQuery(callable $callback)
|
|
* @method static mixed applyBeforeQueryCallbacks()
|
|
* @method static mixed afterQuery(Closure $callback)
|
|
* @method static mixed applyAfterQueryCallbacks($result)
|
|
* @method static mixed toSql()
|
|
* @method static mixed toRawSql()
|
|
* @method static mixed find($id, $columns)
|
|
* @method static mixed findOr($id, $columns, Closure $callback)
|
|
* @method static mixed value($column)
|
|
* @method static mixed rawValue(string $expression, array $bindings)
|
|
* @method static mixed soleValue($column)
|
|
* @method static mixed get($columns)
|
|
* @method static mixed runSelect()
|
|
* @method static mixed withoutGroupLimitKeys($items)
|
|
* @method static mixed paginate($perPage, $columns, $pageName, $page, $total)
|
|
* @method static mixed simplePaginate($perPage, $columns, $pageName, $page)
|
|
* @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor)
|
|
* @method static mixed ensureOrderForCursorPagination($shouldReverse)
|
|
* @method static mixed getCountForPagination($columns)
|
|
* @method static mixed runPaginationCountQuery($columns)
|
|
* @method static mixed cloneForPaginationCount()
|
|
* @method static mixed withoutSelectAliases(array $columns)
|
|
* @method static mixed cursor()
|
|
* @method static mixed enforceOrderBy()
|
|
* @method static mixed pluck($column, $key)
|
|
* @method static mixed stripTableForPluck($column)
|
|
* @method static mixed pluckFromObjectColumn($queryResult, $column, $key)
|
|
* @method static mixed pluckFromArrayColumn($queryResult, $column, $key)
|
|
* @method static mixed implode($column, $glue)
|
|
* @method static mixed exists()
|
|
* @method static mixed doesntExist()
|
|
* @method static mixed existsOr(Closure $callback)
|
|
* @method static mixed doesntExistOr(Closure $callback)
|
|
* @method static mixed count($columns)
|
|
* @method static mixed min($column)
|
|
* @method static mixed max($column)
|
|
* @method static mixed sum($column)
|
|
* @method static mixed avg($column)
|
|
* @method static mixed average($column)
|
|
* @method static mixed aggregate($function, $columns)
|
|
* @method static mixed numericAggregate($function, $columns)
|
|
* @method static mixed setAggregate($function, $columns)
|
|
* @method static mixed onceWithColumns($columns, $callback)
|
|
* @method static mixed insert(array $values)
|
|
* @method static mixed insertOrIgnore(array $values)
|
|
* @method static mixed insertGetId(array $values, $sequence)
|
|
* @method static mixed insertUsing(array $columns, $query)
|
|
* @method static mixed insertOrIgnoreUsing(array $columns, $query)
|
|
* @method static mixed update(array $values)
|
|
* @method static mixed updateFrom(array $values)
|
|
* @method static mixed updateOrInsert(array $attributes, callable|array $values)
|
|
* @method static mixed upsert(array $values, $uniqueBy, $update)
|
|
* @method static mixed increment($column, $amount, array $extra)
|
|
* @method static mixed incrementEach(array $columns, array $extra)
|
|
* @method static mixed decrement($column, $amount, array $extra)
|
|
* @method static mixed decrementEach(array $columns, array $extra)
|
|
* @method static mixed delete($id)
|
|
* @method static mixed truncate()
|
|
* @method static mixed newQuery()
|
|
* @method static mixed forSubQuery()
|
|
* @method static mixed getColumns()
|
|
* @method static mixed raw($value)
|
|
* @method static mixed getUnionBuilders()
|
|
* @method static mixed getBindings()
|
|
* @method static mixed getRawBindings()
|
|
* @method static mixed setBindings(array $bindings, $type)
|
|
* @method static mixed addBinding($value, $type)
|
|
* @method static mixed castBinding($value)
|
|
* @method static mixed mergeBindings(self $query)
|
|
* @method static mixed cleanBindings(array $bindings)
|
|
* @method static mixed flattenValue($value)
|
|
* @method static mixed defaultKeyName()
|
|
* @method static mixed getConnection()
|
|
* @method static mixed getProcessor()
|
|
* @method static mixed getGrammar()
|
|
* @method static mixed useWritePdo()
|
|
* @method static mixed isQueryable($value)
|
|
* @method static mixed clone()
|
|
* @method static mixed cloneWithout(array $properties)
|
|
* @method static mixed cloneWithoutBindings(array $except)
|
|
* @method static mixed dump($args)
|
|
* @method static mixed dumpRawSql()
|
|
* @method static mixed dd()
|
|
* @method static mixed ddRawSql()
|
|
* @method static mixed chunk($count, callable $callback)
|
|
* @method static mixed chunkMap(callable $callback, $count)
|
|
* @method static mixed each(callable $callback, $count)
|
|
* @method static mixed chunkById($count, callable $callback, $column, $alias)
|
|
* @method static mixed chunkByIdDesc($count, callable $callback, $column, $alias)
|
|
* @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending)
|
|
* @method static mixed eachById(callable $callback, $count, $column, $alias)
|
|
* @method static mixed lazy($chunkSize)
|
|
* @method static mixed lazyById($chunkSize, $column, $alias)
|
|
* @method static mixed lazyByIdDesc($chunkSize, $column, $alias)
|
|
* @method static mixed orderedLazyById($chunkSize, $column, $alias, $descending)
|
|
* @method static mixed first($columns)
|
|
* @method static mixed sole($columns)
|
|
* @method static mixed paginateUsingCursor($perPage, $columns, $cursorName, $cursor)
|
|
* @method static mixed getOriginalColumnNameForCursorPagination($builder, string $parameter)
|
|
* @method static mixed paginator($items, $total, $perPage, $currentPage, $options)
|
|
* @method static mixed simplePaginator($items, $perPage, $currentPage, $options)
|
|
* @method static mixed cursorPaginator($items, $perPage, $cursor, $options)
|
|
* @method static mixed tap($callback)
|
|
* @method static mixed when($value, callable $callback, callable $default)
|
|
* @method static mixed unless($value, callable $callback, callable $default)
|
|
* @method static mixed explain()
|
|
* @method static mixed forwardCallTo($object, $method, $parameters)
|
|
* @method static mixed forwardDecoratedCallTo($object, $method, $parameters)
|
|
* @method static mixed throwBadMethodCallException($method)
|
|
* @method static mixed macro($name, $macro)
|
|
* @method static mixed mixin($mixin, $replace)
|
|
* @method static mixed hasMacro($name)
|
|
* @method static mixed flushMacros()
|
|
* @method static mixed macroCall($method, $parameters)
|
|
* @mixin \Illuminate\Database\Query\Builder
|
|
*/
|
|
class ReferenceWs extends \App\Models\SigdModel
|
|
{
|
|
//
|
|
}
|
|
|
|
/**
|
|
* App\Models\SettingForm
|
|
*
|
|
* @property string|null $updated_by
|
|
* @property string|null $created_by
|
|
* @property \Illuminate\Support\Carbon|null $updated_at
|
|
* @property \Illuminate\Support\Carbon|null $created_at
|
|
* @property int $row_status
|
|
* @property int $active_status
|
|
* @property int $row_num
|
|
* @property string|null $description
|
|
* @property string $name
|
|
* @property string $code
|
|
* @property string $sector
|
|
* @property string $id
|
|
* @method static \Illuminate\Database\Eloquent\Builder<SettingForm>|SettingForm whereId($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<SettingForm>|SettingForm whereSector($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<SettingForm>|SettingForm whereCode($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<SettingForm>|SettingForm whereName($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<SettingForm>|SettingForm whereDescription($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<SettingForm>|SettingForm whereRowNum($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<SettingForm>|SettingForm whereActiveStatus($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<SettingForm>|SettingForm whereRowStatus($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<SettingForm>|SettingForm whereCreatedAt($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<SettingForm>|SettingForm whereUpdatedAt($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<SettingForm>|SettingForm whereCreatedBy($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<SettingForm>|SettingForm whereUpdatedBy($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<SettingForm>|SettingForm rowActive()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<SettingForm>|SettingForm isActive()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<SettingForm>|SettingForm orderByRowNum()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<SettingForm>|SettingForm newModelQuery()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<SettingForm>|SettingForm newQuery()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<SettingForm>|SettingForm query()
|
|
* @method static mixed select($columns)
|
|
* @method static mixed selectSub($query, $as)
|
|
* @method static mixed selectRaw($expression, array $bindings)
|
|
* @method static mixed fromSub($query, $as)
|
|
* @method static mixed fromRaw($expression, $bindings)
|
|
* @method static mixed createSub($query)
|
|
* @method static mixed parseSub($query)
|
|
* @method static mixed prependDatabaseNameIfCrossDatabaseQuery($query)
|
|
* @method static mixed addSelect($column)
|
|
* @method static mixed distinct()
|
|
* @method static mixed from($table, $as)
|
|
* @method static mixed useIndex($index)
|
|
* @method static mixed forceIndex($index)
|
|
* @method static mixed ignoreIndex($index)
|
|
* @method static mixed join($table, $first, $operator, $second, $type, $where)
|
|
* @method static mixed joinWhere($table, $first, $operator, $second, $type)
|
|
* @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where)
|
|
* @method static mixed joinLateral($query, string $as, string $type)
|
|
* @method static mixed leftJoinLateral($query, string $as)
|
|
* @method static mixed leftJoin($table, $first, $operator, $second)
|
|
* @method static mixed leftJoinWhere($table, $first, $operator, $second)
|
|
* @method static mixed leftJoinSub($query, $as, $first, $operator, $second)
|
|
* @method static mixed rightJoin($table, $first, $operator, $second)
|
|
* @method static mixed rightJoinWhere($table, $first, $operator, $second)
|
|
* @method static mixed rightJoinSub($query, $as, $first, $operator, $second)
|
|
* @method static mixed crossJoin($table, $first, $operator, $second)
|
|
* @method static mixed crossJoinSub($query, $as)
|
|
* @method static mixed newJoinClause(self $parentQuery, $type, $table)
|
|
* @method static mixed newJoinLateralClause(self $parentQuery, $type, $table)
|
|
* @method static mixed mergeWheres($wheres, $bindings)
|
|
* @method static mixed where($column, $operator, $value, $boolean)
|
|
* @method static mixed addArrayOfWheres($column, $boolean, $method)
|
|
* @method static mixed prepareValueAndOperator($value, $operator, $useDefault)
|
|
* @method static mixed invalidOperatorAndValue($operator, $value)
|
|
* @method static mixed invalidOperator($operator)
|
|
* @method static mixed isBitwiseOperator($operator)
|
|
* @method static mixed orWhere($column, $operator, $value)
|
|
* @method static mixed whereNot($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereNot($column, $operator, $value)
|
|
* @method static mixed whereColumn($first, $operator, $second, $boolean)
|
|
* @method static mixed orWhereColumn($first, $operator, $second)
|
|
* @method static mixed whereRaw($sql, $bindings, $boolean)
|
|
* @method static mixed orWhereRaw($sql, $bindings)
|
|
* @method static mixed whereIn($column, $values, $boolean, $not)
|
|
* @method static mixed orWhereIn($column, $values)
|
|
* @method static mixed whereNotIn($column, $values, $boolean)
|
|
* @method static mixed orWhereNotIn($column, $values)
|
|
* @method static mixed whereIntegerInRaw($column, $values, $boolean, $not)
|
|
* @method static mixed orWhereIntegerInRaw($column, $values)
|
|
* @method static mixed whereIntegerNotInRaw($column, $values, $boolean)
|
|
* @method static mixed orWhereIntegerNotInRaw($column, $values)
|
|
* @method static mixed whereNull($columns, $boolean, $not)
|
|
* @method static mixed orWhereNull($column)
|
|
* @method static mixed whereNotNull($columns, $boolean)
|
|
* @method static mixed whereBetween($column, iterable $values, $boolean, $not)
|
|
* @method static mixed whereBetweenColumns($column, array $values, $boolean, $not)
|
|
* @method static mixed orWhereBetween($column, iterable $values)
|
|
* @method static mixed orWhereBetweenColumns($column, array $values)
|
|
* @method static mixed whereNotBetween($column, iterable $values, $boolean)
|
|
* @method static mixed whereNotBetweenColumns($column, array $values, $boolean)
|
|
* @method static mixed orWhereNotBetween($column, iterable $values)
|
|
* @method static mixed orWhereNotBetweenColumns($column, array $values)
|
|
* @method static mixed orWhereNotNull($column)
|
|
* @method static mixed whereDate($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereDate($column, $operator, $value)
|
|
* @method static mixed whereTime($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereTime($column, $operator, $value)
|
|
* @method static mixed whereDay($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereDay($column, $operator, $value)
|
|
* @method static mixed whereMonth($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereMonth($column, $operator, $value)
|
|
* @method static mixed whereYear($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereYear($column, $operator, $value)
|
|
* @method static mixed addDateBasedWhere($type, $column, $operator, $value, $boolean)
|
|
* @method static mixed whereNested(Closure $callback, $boolean)
|
|
* @method static mixed forNestedWhere()
|
|
* @method static mixed addNestedWhereQuery($query, $boolean)
|
|
* @method static mixed whereSub($column, $operator, $callback, $boolean)
|
|
* @method static mixed whereExists($callback, $boolean, $not)
|
|
* @method static mixed orWhereExists($callback, $not)
|
|
* @method static mixed whereNotExists($callback, $boolean)
|
|
* @method static mixed orWhereNotExists($callback)
|
|
* @method static mixed addWhereExistsQuery(self $query, $boolean, $not)
|
|
* @method static mixed whereRowValues($columns, $operator, $values, $boolean)
|
|
* @method static mixed orWhereRowValues($columns, $operator, $values)
|
|
* @method static mixed whereJsonContains($column, $value, $boolean, $not)
|
|
* @method static mixed orWhereJsonContains($column, $value)
|
|
* @method static mixed whereJsonDoesntContain($column, $value, $boolean)
|
|
* @method static mixed orWhereJsonDoesntContain($column, $value)
|
|
* @method static mixed whereJsonOverlaps($column, $value, $boolean, $not)
|
|
* @method static mixed orWhereJsonOverlaps($column, $value)
|
|
* @method static mixed whereJsonDoesntOverlap($column, $value, $boolean)
|
|
* @method static mixed orWhereJsonDoesntOverlap($column, $value)
|
|
* @method static mixed whereJsonContainsKey($column, $boolean, $not)
|
|
* @method static mixed orWhereJsonContainsKey($column)
|
|
* @method static mixed whereJsonDoesntContainKey($column, $boolean)
|
|
* @method static mixed orWhereJsonDoesntContainKey($column)
|
|
* @method static mixed whereJsonLength($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereJsonLength($column, $operator, $value)
|
|
* @method static mixed dynamicWhere($method, $parameters)
|
|
* @method static mixed addDynamic($segment, $connector, $parameters, $index)
|
|
* @method static mixed whereFullText($columns, $value, array $options, $boolean)
|
|
* @method static mixed orWhereFullText($columns, $value, array $options)
|
|
* @method static mixed whereAll($columns, $operator, $value, $boolean)
|
|
* @method static mixed orWhereAll($columns, $operator, $value)
|
|
* @method static mixed whereAny($columns, $operator, $value, $boolean)
|
|
* @method static mixed orWhereAny($columns, $operator, $value)
|
|
* @method static mixed groupBy($groups)
|
|
* @method static mixed groupByRaw($sql, array $bindings)
|
|
* @method static mixed having($column, $operator, $value, $boolean)
|
|
* @method static mixed orHaving($column, $operator, $value)
|
|
* @method static mixed havingNested(Closure $callback, $boolean)
|
|
* @method static mixed addNestedHavingQuery($query, $boolean)
|
|
* @method static mixed havingNull($columns, $boolean, $not)
|
|
* @method static mixed orHavingNull($column)
|
|
* @method static mixed havingNotNull($columns, $boolean)
|
|
* @method static mixed orHavingNotNull($column)
|
|
* @method static mixed havingBetween($column, iterable $values, $boolean, $not)
|
|
* @method static mixed havingRaw($sql, array $bindings, $boolean)
|
|
* @method static mixed orHavingRaw($sql, array $bindings)
|
|
* @method static mixed orderBy($column, $direction)
|
|
* @method static mixed orderByDesc($column)
|
|
* @method static mixed latest($column)
|
|
* @method static mixed oldest($column)
|
|
* @method static mixed inRandomOrder($seed)
|
|
* @method static mixed orderByRaw($sql, $bindings)
|
|
* @method static mixed skip($value)
|
|
* @method static mixed offset($value)
|
|
* @method static mixed take($value)
|
|
* @method static mixed limit($value)
|
|
* @method static mixed groupLimit($value, $column)
|
|
* @method static mixed forPage($page, $perPage)
|
|
* @method static mixed forPageBeforeId($perPage, $lastId, $column)
|
|
* @method static mixed forPageAfterId($perPage, $lastId, $column)
|
|
* @method static mixed reorder($column, $direction)
|
|
* @method static mixed removeExistingOrdersFor($column)
|
|
* @method static mixed union($query, $all)
|
|
* @method static mixed unionAll($query)
|
|
* @method static mixed lock($value)
|
|
* @method static mixed lockForUpdate()
|
|
* @method static mixed sharedLock()
|
|
* @method static mixed beforeQuery(callable $callback)
|
|
* @method static mixed applyBeforeQueryCallbacks()
|
|
* @method static mixed afterQuery(Closure $callback)
|
|
* @method static mixed applyAfterQueryCallbacks($result)
|
|
* @method static mixed toSql()
|
|
* @method static mixed toRawSql()
|
|
* @method static mixed find($id, $columns)
|
|
* @method static mixed findOr($id, $columns, Closure $callback)
|
|
* @method static mixed value($column)
|
|
* @method static mixed rawValue(string $expression, array $bindings)
|
|
* @method static mixed soleValue($column)
|
|
* @method static mixed get($columns)
|
|
* @method static mixed runSelect()
|
|
* @method static mixed withoutGroupLimitKeys($items)
|
|
* @method static mixed paginate($perPage, $columns, $pageName, $page, $total)
|
|
* @method static mixed simplePaginate($perPage, $columns, $pageName, $page)
|
|
* @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor)
|
|
* @method static mixed ensureOrderForCursorPagination($shouldReverse)
|
|
* @method static mixed getCountForPagination($columns)
|
|
* @method static mixed runPaginationCountQuery($columns)
|
|
* @method static mixed cloneForPaginationCount()
|
|
* @method static mixed withoutSelectAliases(array $columns)
|
|
* @method static mixed cursor()
|
|
* @method static mixed enforceOrderBy()
|
|
* @method static mixed pluck($column, $key)
|
|
* @method static mixed stripTableForPluck($column)
|
|
* @method static mixed pluckFromObjectColumn($queryResult, $column, $key)
|
|
* @method static mixed pluckFromArrayColumn($queryResult, $column, $key)
|
|
* @method static mixed implode($column, $glue)
|
|
* @method static mixed exists()
|
|
* @method static mixed doesntExist()
|
|
* @method static mixed existsOr(Closure $callback)
|
|
* @method static mixed doesntExistOr(Closure $callback)
|
|
* @method static mixed count($columns)
|
|
* @method static mixed min($column)
|
|
* @method static mixed max($column)
|
|
* @method static mixed sum($column)
|
|
* @method static mixed avg($column)
|
|
* @method static mixed average($column)
|
|
* @method static mixed aggregate($function, $columns)
|
|
* @method static mixed numericAggregate($function, $columns)
|
|
* @method static mixed setAggregate($function, $columns)
|
|
* @method static mixed onceWithColumns($columns, $callback)
|
|
* @method static mixed insert(array $values)
|
|
* @method static mixed insertOrIgnore(array $values)
|
|
* @method static mixed insertGetId(array $values, $sequence)
|
|
* @method static mixed insertUsing(array $columns, $query)
|
|
* @method static mixed insertOrIgnoreUsing(array $columns, $query)
|
|
* @method static mixed update(array $values)
|
|
* @method static mixed updateFrom(array $values)
|
|
* @method static mixed updateOrInsert(array $attributes, callable|array $values)
|
|
* @method static mixed upsert(array $values, $uniqueBy, $update)
|
|
* @method static mixed increment($column, $amount, array $extra)
|
|
* @method static mixed incrementEach(array $columns, array $extra)
|
|
* @method static mixed decrement($column, $amount, array $extra)
|
|
* @method static mixed decrementEach(array $columns, array $extra)
|
|
* @method static mixed delete($id)
|
|
* @method static mixed truncate()
|
|
* @method static mixed newQuery()
|
|
* @method static mixed forSubQuery()
|
|
* @method static mixed getColumns()
|
|
* @method static mixed raw($value)
|
|
* @method static mixed getUnionBuilders()
|
|
* @method static mixed getBindings()
|
|
* @method static mixed getRawBindings()
|
|
* @method static mixed setBindings(array $bindings, $type)
|
|
* @method static mixed addBinding($value, $type)
|
|
* @method static mixed castBinding($value)
|
|
* @method static mixed mergeBindings(self $query)
|
|
* @method static mixed cleanBindings(array $bindings)
|
|
* @method static mixed flattenValue($value)
|
|
* @method static mixed defaultKeyName()
|
|
* @method static mixed getConnection()
|
|
* @method static mixed getProcessor()
|
|
* @method static mixed getGrammar()
|
|
* @method static mixed useWritePdo()
|
|
* @method static mixed isQueryable($value)
|
|
* @method static mixed clone()
|
|
* @method static mixed cloneWithout(array $properties)
|
|
* @method static mixed cloneWithoutBindings(array $except)
|
|
* @method static mixed dump($args)
|
|
* @method static mixed dumpRawSql()
|
|
* @method static mixed dd()
|
|
* @method static mixed ddRawSql()
|
|
* @method static mixed chunk($count, callable $callback)
|
|
* @method static mixed chunkMap(callable $callback, $count)
|
|
* @method static mixed each(callable $callback, $count)
|
|
* @method static mixed chunkById($count, callable $callback, $column, $alias)
|
|
* @method static mixed chunkByIdDesc($count, callable $callback, $column, $alias)
|
|
* @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending)
|
|
* @method static mixed eachById(callable $callback, $count, $column, $alias)
|
|
* @method static mixed lazy($chunkSize)
|
|
* @method static mixed lazyById($chunkSize, $column, $alias)
|
|
* @method static mixed lazyByIdDesc($chunkSize, $column, $alias)
|
|
* @method static mixed orderedLazyById($chunkSize, $column, $alias, $descending)
|
|
* @method static mixed first($columns)
|
|
* @method static mixed sole($columns)
|
|
* @method static mixed paginateUsingCursor($perPage, $columns, $cursorName, $cursor)
|
|
* @method static mixed getOriginalColumnNameForCursorPagination($builder, string $parameter)
|
|
* @method static mixed paginator($items, $total, $perPage, $currentPage, $options)
|
|
* @method static mixed simplePaginator($items, $perPage, $currentPage, $options)
|
|
* @method static mixed cursorPaginator($items, $perPage, $cursor, $options)
|
|
* @method static mixed tap($callback)
|
|
* @method static mixed when($value, callable $callback, callable $default)
|
|
* @method static mixed unless($value, callable $callback, callable $default)
|
|
* @method static mixed explain()
|
|
* @method static mixed forwardCallTo($object, $method, $parameters)
|
|
* @method static mixed forwardDecoratedCallTo($object, $method, $parameters)
|
|
* @method static mixed throwBadMethodCallException($method)
|
|
* @method static mixed macro($name, $macro)
|
|
* @method static mixed mixin($mixin, $replace)
|
|
* @method static mixed hasMacro($name)
|
|
* @method static mixed flushMacros()
|
|
* @method static mixed macroCall($method, $parameters)
|
|
* @mixin \Illuminate\Database\Query\Builder
|
|
*/
|
|
class SettingForm extends \App\Models\SigdModel
|
|
{
|
|
//
|
|
}
|
|
|
|
/**
|
|
* App\Models\SettingFormDetail
|
|
*
|
|
* @property string|null $unit_code_default
|
|
* @property string|null $updated_by
|
|
* @property string|null $created_by
|
|
* @property \Illuminate\Support\Carbon|null $updated_at
|
|
* @property \Illuminate\Support\Carbon|null $created_at
|
|
* @property int $row_status
|
|
* @property int $row_num
|
|
* @property string $unit_code
|
|
* @property string $unit_category
|
|
* @property string $input_type
|
|
* @property string $activity_code
|
|
* @property string $form_code
|
|
* @property string $id
|
|
* @property-read \App\Models\SettingForm $form
|
|
* @property-read \App\Models\ReferenceActivity $activity
|
|
* @property-read \App\Models\ReferenceUnit $unit
|
|
* @method static \Illuminate\Database\Eloquent\Builder<SettingFormDetail>|SettingFormDetail whereId($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<SettingFormDetail>|SettingFormDetail whereFormCode($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<SettingFormDetail>|SettingFormDetail whereActivityCode($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<SettingFormDetail>|SettingFormDetail whereInputType($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<SettingFormDetail>|SettingFormDetail whereUnitCategory($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<SettingFormDetail>|SettingFormDetail whereUnitCode($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<SettingFormDetail>|SettingFormDetail whereRowNum($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<SettingFormDetail>|SettingFormDetail whereRowStatus($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<SettingFormDetail>|SettingFormDetail whereCreatedAt($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<SettingFormDetail>|SettingFormDetail whereUpdatedAt($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<SettingFormDetail>|SettingFormDetail whereCreatedBy($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<SettingFormDetail>|SettingFormDetail whereUpdatedBy($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<SettingFormDetail>|SettingFormDetail whereUnitCodeDefault($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<SettingFormDetail>|SettingFormDetail rowActive()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<SettingFormDetail>|SettingFormDetail isActive()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<SettingFormDetail>|SettingFormDetail orderByRowNum()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<SettingFormDetail>|SettingFormDetail newModelQuery()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<SettingFormDetail>|SettingFormDetail newQuery()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<SettingFormDetail>|SettingFormDetail query()
|
|
* @method static mixed select($columns)
|
|
* @method static mixed selectSub($query, $as)
|
|
* @method static mixed selectRaw($expression, array $bindings)
|
|
* @method static mixed fromSub($query, $as)
|
|
* @method static mixed fromRaw($expression, $bindings)
|
|
* @method static mixed createSub($query)
|
|
* @method static mixed parseSub($query)
|
|
* @method static mixed prependDatabaseNameIfCrossDatabaseQuery($query)
|
|
* @method static mixed addSelect($column)
|
|
* @method static mixed distinct()
|
|
* @method static mixed from($table, $as)
|
|
* @method static mixed useIndex($index)
|
|
* @method static mixed forceIndex($index)
|
|
* @method static mixed ignoreIndex($index)
|
|
* @method static mixed join($table, $first, $operator, $second, $type, $where)
|
|
* @method static mixed joinWhere($table, $first, $operator, $second, $type)
|
|
* @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where)
|
|
* @method static mixed joinLateral($query, string $as, string $type)
|
|
* @method static mixed leftJoinLateral($query, string $as)
|
|
* @method static mixed leftJoin($table, $first, $operator, $second)
|
|
* @method static mixed leftJoinWhere($table, $first, $operator, $second)
|
|
* @method static mixed leftJoinSub($query, $as, $first, $operator, $second)
|
|
* @method static mixed rightJoin($table, $first, $operator, $second)
|
|
* @method static mixed rightJoinWhere($table, $first, $operator, $second)
|
|
* @method static mixed rightJoinSub($query, $as, $first, $operator, $second)
|
|
* @method static mixed crossJoin($table, $first, $operator, $second)
|
|
* @method static mixed crossJoinSub($query, $as)
|
|
* @method static mixed newJoinClause(self $parentQuery, $type, $table)
|
|
* @method static mixed newJoinLateralClause(self $parentQuery, $type, $table)
|
|
* @method static mixed mergeWheres($wheres, $bindings)
|
|
* @method static mixed where($column, $operator, $value, $boolean)
|
|
* @method static mixed addArrayOfWheres($column, $boolean, $method)
|
|
* @method static mixed prepareValueAndOperator($value, $operator, $useDefault)
|
|
* @method static mixed invalidOperatorAndValue($operator, $value)
|
|
* @method static mixed invalidOperator($operator)
|
|
* @method static mixed isBitwiseOperator($operator)
|
|
* @method static mixed orWhere($column, $operator, $value)
|
|
* @method static mixed whereNot($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereNot($column, $operator, $value)
|
|
* @method static mixed whereColumn($first, $operator, $second, $boolean)
|
|
* @method static mixed orWhereColumn($first, $operator, $second)
|
|
* @method static mixed whereRaw($sql, $bindings, $boolean)
|
|
* @method static mixed orWhereRaw($sql, $bindings)
|
|
* @method static mixed whereIn($column, $values, $boolean, $not)
|
|
* @method static mixed orWhereIn($column, $values)
|
|
* @method static mixed whereNotIn($column, $values, $boolean)
|
|
* @method static mixed orWhereNotIn($column, $values)
|
|
* @method static mixed whereIntegerInRaw($column, $values, $boolean, $not)
|
|
* @method static mixed orWhereIntegerInRaw($column, $values)
|
|
* @method static mixed whereIntegerNotInRaw($column, $values, $boolean)
|
|
* @method static mixed orWhereIntegerNotInRaw($column, $values)
|
|
* @method static mixed whereNull($columns, $boolean, $not)
|
|
* @method static mixed orWhereNull($column)
|
|
* @method static mixed whereNotNull($columns, $boolean)
|
|
* @method static mixed whereBetween($column, iterable $values, $boolean, $not)
|
|
* @method static mixed whereBetweenColumns($column, array $values, $boolean, $not)
|
|
* @method static mixed orWhereBetween($column, iterable $values)
|
|
* @method static mixed orWhereBetweenColumns($column, array $values)
|
|
* @method static mixed whereNotBetween($column, iterable $values, $boolean)
|
|
* @method static mixed whereNotBetweenColumns($column, array $values, $boolean)
|
|
* @method static mixed orWhereNotBetween($column, iterable $values)
|
|
* @method static mixed orWhereNotBetweenColumns($column, array $values)
|
|
* @method static mixed orWhereNotNull($column)
|
|
* @method static mixed whereDate($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereDate($column, $operator, $value)
|
|
* @method static mixed whereTime($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereTime($column, $operator, $value)
|
|
* @method static mixed whereDay($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereDay($column, $operator, $value)
|
|
* @method static mixed whereMonth($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereMonth($column, $operator, $value)
|
|
* @method static mixed whereYear($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereYear($column, $operator, $value)
|
|
* @method static mixed addDateBasedWhere($type, $column, $operator, $value, $boolean)
|
|
* @method static mixed whereNested(Closure $callback, $boolean)
|
|
* @method static mixed forNestedWhere()
|
|
* @method static mixed addNestedWhereQuery($query, $boolean)
|
|
* @method static mixed whereSub($column, $operator, $callback, $boolean)
|
|
* @method static mixed whereExists($callback, $boolean, $not)
|
|
* @method static mixed orWhereExists($callback, $not)
|
|
* @method static mixed whereNotExists($callback, $boolean)
|
|
* @method static mixed orWhereNotExists($callback)
|
|
* @method static mixed addWhereExistsQuery(self $query, $boolean, $not)
|
|
* @method static mixed whereRowValues($columns, $operator, $values, $boolean)
|
|
* @method static mixed orWhereRowValues($columns, $operator, $values)
|
|
* @method static mixed whereJsonContains($column, $value, $boolean, $not)
|
|
* @method static mixed orWhereJsonContains($column, $value)
|
|
* @method static mixed whereJsonDoesntContain($column, $value, $boolean)
|
|
* @method static mixed orWhereJsonDoesntContain($column, $value)
|
|
* @method static mixed whereJsonOverlaps($column, $value, $boolean, $not)
|
|
* @method static mixed orWhereJsonOverlaps($column, $value)
|
|
* @method static mixed whereJsonDoesntOverlap($column, $value, $boolean)
|
|
* @method static mixed orWhereJsonDoesntOverlap($column, $value)
|
|
* @method static mixed whereJsonContainsKey($column, $boolean, $not)
|
|
* @method static mixed orWhereJsonContainsKey($column)
|
|
* @method static mixed whereJsonDoesntContainKey($column, $boolean)
|
|
* @method static mixed orWhereJsonDoesntContainKey($column)
|
|
* @method static mixed whereJsonLength($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereJsonLength($column, $operator, $value)
|
|
* @method static mixed dynamicWhere($method, $parameters)
|
|
* @method static mixed addDynamic($segment, $connector, $parameters, $index)
|
|
* @method static mixed whereFullText($columns, $value, array $options, $boolean)
|
|
* @method static mixed orWhereFullText($columns, $value, array $options)
|
|
* @method static mixed whereAll($columns, $operator, $value, $boolean)
|
|
* @method static mixed orWhereAll($columns, $operator, $value)
|
|
* @method static mixed whereAny($columns, $operator, $value, $boolean)
|
|
* @method static mixed orWhereAny($columns, $operator, $value)
|
|
* @method static mixed groupBy($groups)
|
|
* @method static mixed groupByRaw($sql, array $bindings)
|
|
* @method static mixed having($column, $operator, $value, $boolean)
|
|
* @method static mixed orHaving($column, $operator, $value)
|
|
* @method static mixed havingNested(Closure $callback, $boolean)
|
|
* @method static mixed addNestedHavingQuery($query, $boolean)
|
|
* @method static mixed havingNull($columns, $boolean, $not)
|
|
* @method static mixed orHavingNull($column)
|
|
* @method static mixed havingNotNull($columns, $boolean)
|
|
* @method static mixed orHavingNotNull($column)
|
|
* @method static mixed havingBetween($column, iterable $values, $boolean, $not)
|
|
* @method static mixed havingRaw($sql, array $bindings, $boolean)
|
|
* @method static mixed orHavingRaw($sql, array $bindings)
|
|
* @method static mixed orderBy($column, $direction)
|
|
* @method static mixed orderByDesc($column)
|
|
* @method static mixed latest($column)
|
|
* @method static mixed oldest($column)
|
|
* @method static mixed inRandomOrder($seed)
|
|
* @method static mixed orderByRaw($sql, $bindings)
|
|
* @method static mixed skip($value)
|
|
* @method static mixed offset($value)
|
|
* @method static mixed take($value)
|
|
* @method static mixed limit($value)
|
|
* @method static mixed groupLimit($value, $column)
|
|
* @method static mixed forPage($page, $perPage)
|
|
* @method static mixed forPageBeforeId($perPage, $lastId, $column)
|
|
* @method static mixed forPageAfterId($perPage, $lastId, $column)
|
|
* @method static mixed reorder($column, $direction)
|
|
* @method static mixed removeExistingOrdersFor($column)
|
|
* @method static mixed union($query, $all)
|
|
* @method static mixed unionAll($query)
|
|
* @method static mixed lock($value)
|
|
* @method static mixed lockForUpdate()
|
|
* @method static mixed sharedLock()
|
|
* @method static mixed beforeQuery(callable $callback)
|
|
* @method static mixed applyBeforeQueryCallbacks()
|
|
* @method static mixed afterQuery(Closure $callback)
|
|
* @method static mixed applyAfterQueryCallbacks($result)
|
|
* @method static mixed toSql()
|
|
* @method static mixed toRawSql()
|
|
* @method static mixed find($id, $columns)
|
|
* @method static mixed findOr($id, $columns, Closure $callback)
|
|
* @method static mixed value($column)
|
|
* @method static mixed rawValue(string $expression, array $bindings)
|
|
* @method static mixed soleValue($column)
|
|
* @method static mixed get($columns)
|
|
* @method static mixed runSelect()
|
|
* @method static mixed withoutGroupLimitKeys($items)
|
|
* @method static mixed paginate($perPage, $columns, $pageName, $page, $total)
|
|
* @method static mixed simplePaginate($perPage, $columns, $pageName, $page)
|
|
* @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor)
|
|
* @method static mixed ensureOrderForCursorPagination($shouldReverse)
|
|
* @method static mixed getCountForPagination($columns)
|
|
* @method static mixed runPaginationCountQuery($columns)
|
|
* @method static mixed cloneForPaginationCount()
|
|
* @method static mixed withoutSelectAliases(array $columns)
|
|
* @method static mixed cursor()
|
|
* @method static mixed enforceOrderBy()
|
|
* @method static mixed pluck($column, $key)
|
|
* @method static mixed stripTableForPluck($column)
|
|
* @method static mixed pluckFromObjectColumn($queryResult, $column, $key)
|
|
* @method static mixed pluckFromArrayColumn($queryResult, $column, $key)
|
|
* @method static mixed implode($column, $glue)
|
|
* @method static mixed exists()
|
|
* @method static mixed doesntExist()
|
|
* @method static mixed existsOr(Closure $callback)
|
|
* @method static mixed doesntExistOr(Closure $callback)
|
|
* @method static mixed count($columns)
|
|
* @method static mixed min($column)
|
|
* @method static mixed max($column)
|
|
* @method static mixed sum($column)
|
|
* @method static mixed avg($column)
|
|
* @method static mixed average($column)
|
|
* @method static mixed aggregate($function, $columns)
|
|
* @method static mixed numericAggregate($function, $columns)
|
|
* @method static mixed setAggregate($function, $columns)
|
|
* @method static mixed onceWithColumns($columns, $callback)
|
|
* @method static mixed insert(array $values)
|
|
* @method static mixed insertOrIgnore(array $values)
|
|
* @method static mixed insertGetId(array $values, $sequence)
|
|
* @method static mixed insertUsing(array $columns, $query)
|
|
* @method static mixed insertOrIgnoreUsing(array $columns, $query)
|
|
* @method static mixed update(array $values)
|
|
* @method static mixed updateFrom(array $values)
|
|
* @method static mixed updateOrInsert(array $attributes, callable|array $values)
|
|
* @method static mixed upsert(array $values, $uniqueBy, $update)
|
|
* @method static mixed increment($column, $amount, array $extra)
|
|
* @method static mixed incrementEach(array $columns, array $extra)
|
|
* @method static mixed decrement($column, $amount, array $extra)
|
|
* @method static mixed decrementEach(array $columns, array $extra)
|
|
* @method static mixed delete($id)
|
|
* @method static mixed truncate()
|
|
* @method static mixed newQuery()
|
|
* @method static mixed forSubQuery()
|
|
* @method static mixed getColumns()
|
|
* @method static mixed raw($value)
|
|
* @method static mixed getUnionBuilders()
|
|
* @method static mixed getBindings()
|
|
* @method static mixed getRawBindings()
|
|
* @method static mixed setBindings(array $bindings, $type)
|
|
* @method static mixed addBinding($value, $type)
|
|
* @method static mixed castBinding($value)
|
|
* @method static mixed mergeBindings(self $query)
|
|
* @method static mixed cleanBindings(array $bindings)
|
|
* @method static mixed flattenValue($value)
|
|
* @method static mixed defaultKeyName()
|
|
* @method static mixed getConnection()
|
|
* @method static mixed getProcessor()
|
|
* @method static mixed getGrammar()
|
|
* @method static mixed useWritePdo()
|
|
* @method static mixed isQueryable($value)
|
|
* @method static mixed clone()
|
|
* @method static mixed cloneWithout(array $properties)
|
|
* @method static mixed cloneWithoutBindings(array $except)
|
|
* @method static mixed dump($args)
|
|
* @method static mixed dumpRawSql()
|
|
* @method static mixed dd()
|
|
* @method static mixed ddRawSql()
|
|
* @method static mixed chunk($count, callable $callback)
|
|
* @method static mixed chunkMap(callable $callback, $count)
|
|
* @method static mixed each(callable $callback, $count)
|
|
* @method static mixed chunkById($count, callable $callback, $column, $alias)
|
|
* @method static mixed chunkByIdDesc($count, callable $callback, $column, $alias)
|
|
* @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending)
|
|
* @method static mixed eachById(callable $callback, $count, $column, $alias)
|
|
* @method static mixed lazy($chunkSize)
|
|
* @method static mixed lazyById($chunkSize, $column, $alias)
|
|
* @method static mixed lazyByIdDesc($chunkSize, $column, $alias)
|
|
* @method static mixed orderedLazyById($chunkSize, $column, $alias, $descending)
|
|
* @method static mixed first($columns)
|
|
* @method static mixed sole($columns)
|
|
* @method static mixed paginateUsingCursor($perPage, $columns, $cursorName, $cursor)
|
|
* @method static mixed getOriginalColumnNameForCursorPagination($builder, string $parameter)
|
|
* @method static mixed paginator($items, $total, $perPage, $currentPage, $options)
|
|
* @method static mixed simplePaginator($items, $perPage, $currentPage, $options)
|
|
* @method static mixed cursorPaginator($items, $perPage, $cursor, $options)
|
|
* @method static mixed tap($callback)
|
|
* @method static mixed when($value, callable $callback, callable $default)
|
|
* @method static mixed unless($value, callable $callback, callable $default)
|
|
* @method static mixed explain()
|
|
* @method static mixed forwardCallTo($object, $method, $parameters)
|
|
* @method static mixed forwardDecoratedCallTo($object, $method, $parameters)
|
|
* @method static mixed throwBadMethodCallException($method)
|
|
* @method static mixed macro($name, $macro)
|
|
* @method static mixed mixin($mixin, $replace)
|
|
* @method static mixed hasMacro($name)
|
|
* @method static mixed flushMacros()
|
|
* @method static mixed macroCall($method, $parameters)
|
|
* @mixin \Illuminate\Database\Query\Builder
|
|
*/
|
|
class SettingFormDetail extends \App\Models\SigdModel
|
|
{
|
|
//
|
|
}
|
|
|
|
/**
|
|
* App\Models\SumberDataMitigasi
|
|
*
|
|
* @property string|null $updated_by
|
|
* @property string|null $created_by
|
|
* @property \Illuminate\Support\Carbon|null $updated_at
|
|
* @property \Illuminate\Support\Carbon|null $created_at
|
|
* @property string|null $link_sumber_reference
|
|
* @property int|null $tahun_sumber_reference
|
|
* @property string|null $judul_sumber_reference
|
|
* @property string $kegiatan_mitigasi_id
|
|
* @property int $id
|
|
* @property-read \App\Models\KegiatanMitigasi $kegiatanMitigasi
|
|
* @method static \Illuminate\Database\Eloquent\Builder<SumberDataMitigasi>|SumberDataMitigasi whereId($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<SumberDataMitigasi>|SumberDataMitigasi whereKegiatanMitigasiId($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<SumberDataMitigasi>|SumberDataMitigasi whereJudulSumberReference($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<SumberDataMitigasi>|SumberDataMitigasi whereTahunSumberReference($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<SumberDataMitigasi>|SumberDataMitigasi whereLinkSumberReference($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<SumberDataMitigasi>|SumberDataMitigasi whereCreatedAt($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<SumberDataMitigasi>|SumberDataMitigasi whereUpdatedAt($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<SumberDataMitigasi>|SumberDataMitigasi whereCreatedBy($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<SumberDataMitigasi>|SumberDataMitigasi whereUpdatedBy($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<SumberDataMitigasi>|SumberDataMitigasi newModelQuery()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<SumberDataMitigasi>|SumberDataMitigasi newQuery()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<SumberDataMitigasi>|SumberDataMitigasi query()
|
|
* @method static mixed select($columns)
|
|
* @method static mixed selectSub($query, $as)
|
|
* @method static mixed selectRaw($expression, array $bindings)
|
|
* @method static mixed fromSub($query, $as)
|
|
* @method static mixed fromRaw($expression, $bindings)
|
|
* @method static mixed createSub($query)
|
|
* @method static mixed parseSub($query)
|
|
* @method static mixed prependDatabaseNameIfCrossDatabaseQuery($query)
|
|
* @method static mixed addSelect($column)
|
|
* @method static mixed distinct()
|
|
* @method static mixed from($table, $as)
|
|
* @method static mixed useIndex($index)
|
|
* @method static mixed forceIndex($index)
|
|
* @method static mixed ignoreIndex($index)
|
|
* @method static mixed join($table, $first, $operator, $second, $type, $where)
|
|
* @method static mixed joinWhere($table, $first, $operator, $second, $type)
|
|
* @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where)
|
|
* @method static mixed joinLateral($query, string $as, string $type)
|
|
* @method static mixed leftJoinLateral($query, string $as)
|
|
* @method static mixed leftJoin($table, $first, $operator, $second)
|
|
* @method static mixed leftJoinWhere($table, $first, $operator, $second)
|
|
* @method static mixed leftJoinSub($query, $as, $first, $operator, $second)
|
|
* @method static mixed rightJoin($table, $first, $operator, $second)
|
|
* @method static mixed rightJoinWhere($table, $first, $operator, $second)
|
|
* @method static mixed rightJoinSub($query, $as, $first, $operator, $second)
|
|
* @method static mixed crossJoin($table, $first, $operator, $second)
|
|
* @method static mixed crossJoinSub($query, $as)
|
|
* @method static mixed newJoinClause(self $parentQuery, $type, $table)
|
|
* @method static mixed newJoinLateralClause(self $parentQuery, $type, $table)
|
|
* @method static mixed mergeWheres($wheres, $bindings)
|
|
* @method static mixed where($column, $operator, $value, $boolean)
|
|
* @method static mixed addArrayOfWheres($column, $boolean, $method)
|
|
* @method static mixed prepareValueAndOperator($value, $operator, $useDefault)
|
|
* @method static mixed invalidOperatorAndValue($operator, $value)
|
|
* @method static mixed invalidOperator($operator)
|
|
* @method static mixed isBitwiseOperator($operator)
|
|
* @method static mixed orWhere($column, $operator, $value)
|
|
* @method static mixed whereNot($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereNot($column, $operator, $value)
|
|
* @method static mixed whereColumn($first, $operator, $second, $boolean)
|
|
* @method static mixed orWhereColumn($first, $operator, $second)
|
|
* @method static mixed whereRaw($sql, $bindings, $boolean)
|
|
* @method static mixed orWhereRaw($sql, $bindings)
|
|
* @method static mixed whereIn($column, $values, $boolean, $not)
|
|
* @method static mixed orWhereIn($column, $values)
|
|
* @method static mixed whereNotIn($column, $values, $boolean)
|
|
* @method static mixed orWhereNotIn($column, $values)
|
|
* @method static mixed whereIntegerInRaw($column, $values, $boolean, $not)
|
|
* @method static mixed orWhereIntegerInRaw($column, $values)
|
|
* @method static mixed whereIntegerNotInRaw($column, $values, $boolean)
|
|
* @method static mixed orWhereIntegerNotInRaw($column, $values)
|
|
* @method static mixed whereNull($columns, $boolean, $not)
|
|
* @method static mixed orWhereNull($column)
|
|
* @method static mixed whereNotNull($columns, $boolean)
|
|
* @method static mixed whereBetween($column, iterable $values, $boolean, $not)
|
|
* @method static mixed whereBetweenColumns($column, array $values, $boolean, $not)
|
|
* @method static mixed orWhereBetween($column, iterable $values)
|
|
* @method static mixed orWhereBetweenColumns($column, array $values)
|
|
* @method static mixed whereNotBetween($column, iterable $values, $boolean)
|
|
* @method static mixed whereNotBetweenColumns($column, array $values, $boolean)
|
|
* @method static mixed orWhereNotBetween($column, iterable $values)
|
|
* @method static mixed orWhereNotBetweenColumns($column, array $values)
|
|
* @method static mixed orWhereNotNull($column)
|
|
* @method static mixed whereDate($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereDate($column, $operator, $value)
|
|
* @method static mixed whereTime($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereTime($column, $operator, $value)
|
|
* @method static mixed whereDay($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereDay($column, $operator, $value)
|
|
* @method static mixed whereMonth($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereMonth($column, $operator, $value)
|
|
* @method static mixed whereYear($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereYear($column, $operator, $value)
|
|
* @method static mixed addDateBasedWhere($type, $column, $operator, $value, $boolean)
|
|
* @method static mixed whereNested(Closure $callback, $boolean)
|
|
* @method static mixed forNestedWhere()
|
|
* @method static mixed addNestedWhereQuery($query, $boolean)
|
|
* @method static mixed whereSub($column, $operator, $callback, $boolean)
|
|
* @method static mixed whereExists($callback, $boolean, $not)
|
|
* @method static mixed orWhereExists($callback, $not)
|
|
* @method static mixed whereNotExists($callback, $boolean)
|
|
* @method static mixed orWhereNotExists($callback)
|
|
* @method static mixed addWhereExistsQuery(self $query, $boolean, $not)
|
|
* @method static mixed whereRowValues($columns, $operator, $values, $boolean)
|
|
* @method static mixed orWhereRowValues($columns, $operator, $values)
|
|
* @method static mixed whereJsonContains($column, $value, $boolean, $not)
|
|
* @method static mixed orWhereJsonContains($column, $value)
|
|
* @method static mixed whereJsonDoesntContain($column, $value, $boolean)
|
|
* @method static mixed orWhereJsonDoesntContain($column, $value)
|
|
* @method static mixed whereJsonOverlaps($column, $value, $boolean, $not)
|
|
* @method static mixed orWhereJsonOverlaps($column, $value)
|
|
* @method static mixed whereJsonDoesntOverlap($column, $value, $boolean)
|
|
* @method static mixed orWhereJsonDoesntOverlap($column, $value)
|
|
* @method static mixed whereJsonContainsKey($column, $boolean, $not)
|
|
* @method static mixed orWhereJsonContainsKey($column)
|
|
* @method static mixed whereJsonDoesntContainKey($column, $boolean)
|
|
* @method static mixed orWhereJsonDoesntContainKey($column)
|
|
* @method static mixed whereJsonLength($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereJsonLength($column, $operator, $value)
|
|
* @method static mixed dynamicWhere($method, $parameters)
|
|
* @method static mixed addDynamic($segment, $connector, $parameters, $index)
|
|
* @method static mixed whereFullText($columns, $value, array $options, $boolean)
|
|
* @method static mixed orWhereFullText($columns, $value, array $options)
|
|
* @method static mixed whereAll($columns, $operator, $value, $boolean)
|
|
* @method static mixed orWhereAll($columns, $operator, $value)
|
|
* @method static mixed whereAny($columns, $operator, $value, $boolean)
|
|
* @method static mixed orWhereAny($columns, $operator, $value)
|
|
* @method static mixed groupBy($groups)
|
|
* @method static mixed groupByRaw($sql, array $bindings)
|
|
* @method static mixed having($column, $operator, $value, $boolean)
|
|
* @method static mixed orHaving($column, $operator, $value)
|
|
* @method static mixed havingNested(Closure $callback, $boolean)
|
|
* @method static mixed addNestedHavingQuery($query, $boolean)
|
|
* @method static mixed havingNull($columns, $boolean, $not)
|
|
* @method static mixed orHavingNull($column)
|
|
* @method static mixed havingNotNull($columns, $boolean)
|
|
* @method static mixed orHavingNotNull($column)
|
|
* @method static mixed havingBetween($column, iterable $values, $boolean, $not)
|
|
* @method static mixed havingRaw($sql, array $bindings, $boolean)
|
|
* @method static mixed orHavingRaw($sql, array $bindings)
|
|
* @method static mixed orderBy($column, $direction)
|
|
* @method static mixed orderByDesc($column)
|
|
* @method static mixed latest($column)
|
|
* @method static mixed oldest($column)
|
|
* @method static mixed inRandomOrder($seed)
|
|
* @method static mixed orderByRaw($sql, $bindings)
|
|
* @method static mixed skip($value)
|
|
* @method static mixed offset($value)
|
|
* @method static mixed take($value)
|
|
* @method static mixed limit($value)
|
|
* @method static mixed groupLimit($value, $column)
|
|
* @method static mixed forPage($page, $perPage)
|
|
* @method static mixed forPageBeforeId($perPage, $lastId, $column)
|
|
* @method static mixed forPageAfterId($perPage, $lastId, $column)
|
|
* @method static mixed reorder($column, $direction)
|
|
* @method static mixed removeExistingOrdersFor($column)
|
|
* @method static mixed union($query, $all)
|
|
* @method static mixed unionAll($query)
|
|
* @method static mixed lock($value)
|
|
* @method static mixed lockForUpdate()
|
|
* @method static mixed sharedLock()
|
|
* @method static mixed beforeQuery(callable $callback)
|
|
* @method static mixed applyBeforeQueryCallbacks()
|
|
* @method static mixed afterQuery(Closure $callback)
|
|
* @method static mixed applyAfterQueryCallbacks($result)
|
|
* @method static mixed toSql()
|
|
* @method static mixed toRawSql()
|
|
* @method static mixed find($id, $columns)
|
|
* @method static mixed findOr($id, $columns, Closure $callback)
|
|
* @method static mixed value($column)
|
|
* @method static mixed rawValue(string $expression, array $bindings)
|
|
* @method static mixed soleValue($column)
|
|
* @method static mixed get($columns)
|
|
* @method static mixed runSelect()
|
|
* @method static mixed withoutGroupLimitKeys($items)
|
|
* @method static mixed paginate($perPage, $columns, $pageName, $page, $total)
|
|
* @method static mixed simplePaginate($perPage, $columns, $pageName, $page)
|
|
* @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor)
|
|
* @method static mixed ensureOrderForCursorPagination($shouldReverse)
|
|
* @method static mixed getCountForPagination($columns)
|
|
* @method static mixed runPaginationCountQuery($columns)
|
|
* @method static mixed cloneForPaginationCount()
|
|
* @method static mixed withoutSelectAliases(array $columns)
|
|
* @method static mixed cursor()
|
|
* @method static mixed enforceOrderBy()
|
|
* @method static mixed pluck($column, $key)
|
|
* @method static mixed stripTableForPluck($column)
|
|
* @method static mixed pluckFromObjectColumn($queryResult, $column, $key)
|
|
* @method static mixed pluckFromArrayColumn($queryResult, $column, $key)
|
|
* @method static mixed implode($column, $glue)
|
|
* @method static mixed exists()
|
|
* @method static mixed doesntExist()
|
|
* @method static mixed existsOr(Closure $callback)
|
|
* @method static mixed doesntExistOr(Closure $callback)
|
|
* @method static mixed count($columns)
|
|
* @method static mixed min($column)
|
|
* @method static mixed max($column)
|
|
* @method static mixed sum($column)
|
|
* @method static mixed avg($column)
|
|
* @method static mixed average($column)
|
|
* @method static mixed aggregate($function, $columns)
|
|
* @method static mixed numericAggregate($function, $columns)
|
|
* @method static mixed setAggregate($function, $columns)
|
|
* @method static mixed onceWithColumns($columns, $callback)
|
|
* @method static mixed insert(array $values)
|
|
* @method static mixed insertOrIgnore(array $values)
|
|
* @method static mixed insertGetId(array $values, $sequence)
|
|
* @method static mixed insertUsing(array $columns, $query)
|
|
* @method static mixed insertOrIgnoreUsing(array $columns, $query)
|
|
* @method static mixed update(array $values)
|
|
* @method static mixed updateFrom(array $values)
|
|
* @method static mixed updateOrInsert(array $attributes, callable|array $values)
|
|
* @method static mixed upsert(array $values, $uniqueBy, $update)
|
|
* @method static mixed increment($column, $amount, array $extra)
|
|
* @method static mixed incrementEach(array $columns, array $extra)
|
|
* @method static mixed decrement($column, $amount, array $extra)
|
|
* @method static mixed decrementEach(array $columns, array $extra)
|
|
* @method static mixed delete($id)
|
|
* @method static mixed truncate()
|
|
* @method static mixed newQuery()
|
|
* @method static mixed forSubQuery()
|
|
* @method static mixed getColumns()
|
|
* @method static mixed raw($value)
|
|
* @method static mixed getUnionBuilders()
|
|
* @method static mixed getBindings()
|
|
* @method static mixed getRawBindings()
|
|
* @method static mixed setBindings(array $bindings, $type)
|
|
* @method static mixed addBinding($value, $type)
|
|
* @method static mixed castBinding($value)
|
|
* @method static mixed mergeBindings(self $query)
|
|
* @method static mixed cleanBindings(array $bindings)
|
|
* @method static mixed flattenValue($value)
|
|
* @method static mixed defaultKeyName()
|
|
* @method static mixed getConnection()
|
|
* @method static mixed getProcessor()
|
|
* @method static mixed getGrammar()
|
|
* @method static mixed useWritePdo()
|
|
* @method static mixed isQueryable($value)
|
|
* @method static mixed clone()
|
|
* @method static mixed cloneWithout(array $properties)
|
|
* @method static mixed cloneWithoutBindings(array $except)
|
|
* @method static mixed dump($args)
|
|
* @method static mixed dumpRawSql()
|
|
* @method static mixed dd()
|
|
* @method static mixed ddRawSql()
|
|
* @method static mixed chunk($count, callable $callback)
|
|
* @method static mixed chunkMap(callable $callback, $count)
|
|
* @method static mixed each(callable $callback, $count)
|
|
* @method static mixed chunkById($count, callable $callback, $column, $alias)
|
|
* @method static mixed chunkByIdDesc($count, callable $callback, $column, $alias)
|
|
* @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending)
|
|
* @method static mixed eachById(callable $callback, $count, $column, $alias)
|
|
* @method static mixed lazy($chunkSize)
|
|
* @method static mixed lazyById($chunkSize, $column, $alias)
|
|
* @method static mixed lazyByIdDesc($chunkSize, $column, $alias)
|
|
* @method static mixed orderedLazyById($chunkSize, $column, $alias, $descending)
|
|
* @method static mixed first($columns)
|
|
* @method static mixed sole($columns)
|
|
* @method static mixed paginateUsingCursor($perPage, $columns, $cursorName, $cursor)
|
|
* @method static mixed getOriginalColumnNameForCursorPagination($builder, string $parameter)
|
|
* @method static mixed paginator($items, $total, $perPage, $currentPage, $options)
|
|
* @method static mixed simplePaginator($items, $perPage, $currentPage, $options)
|
|
* @method static mixed cursorPaginator($items, $perPage, $cursor, $options)
|
|
* @method static mixed tap($callback)
|
|
* @method static mixed when($value, callable $callback, callable $default)
|
|
* @method static mixed unless($value, callable $callback, callable $default)
|
|
* @method static mixed explain()
|
|
* @method static mixed forwardCallTo($object, $method, $parameters)
|
|
* @method static mixed forwardDecoratedCallTo($object, $method, $parameters)
|
|
* @method static mixed throwBadMethodCallException($method)
|
|
* @method static mixed macro($name, $macro)
|
|
* @method static mixed mixin($mixin, $replace)
|
|
* @method static mixed hasMacro($name)
|
|
* @method static mixed flushMacros()
|
|
* @method static mixed macroCall($method, $parameters)
|
|
* @mixin \Illuminate\Database\Query\Builder
|
|
*/
|
|
class SumberDataMitigasi extends \Illuminate\Database\Eloquent\Model
|
|
{
|
|
//
|
|
}
|
|
|
|
/**
|
|
* App\Models\User
|
|
*
|
|
* @property int $active_status
|
|
* @property string|null $agency_id
|
|
* @property \Illuminate\Support\Carbon|null $updated_at
|
|
* @property \Illuminate\Support\Carbon|null $created_at
|
|
* @property int $user_group_id
|
|
* @property string|null $remember_token
|
|
* @property string $password
|
|
* @property \Illuminate\Support\Carbon|null $email_verified_at
|
|
* @property string $email
|
|
* @property string $name
|
|
* @property int $id
|
|
* @property-read \App\Models\UserGroup $userGroup
|
|
* @property-read \App\Models\Agency $agency
|
|
* @property-read \Illuminate\Database\Eloquent\Collection<int, \Illuminate\Notifications\DatabaseNotification> $notifications
|
|
* @property-read int|null $notifications_count
|
|
* @method static \Illuminate\Database\Eloquent\Builder<User>|User whereId($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<User>|User whereName($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<User>|User whereEmail($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<User>|User whereEmailVerifiedAt($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<User>|User wherePassword($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<User>|User whereRememberToken($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<User>|User whereUserGroupId($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<User>|User whereCreatedAt($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<User>|User whereUpdatedAt($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<User>|User whereAgencyId($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<User>|User whereActiveStatus($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<User>|User newModelQuery()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<User>|User newQuery()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<User>|User query()
|
|
* @method static mixed select($columns)
|
|
* @method static mixed selectSub($query, $as)
|
|
* @method static mixed selectRaw($expression, array $bindings)
|
|
* @method static mixed fromSub($query, $as)
|
|
* @method static mixed fromRaw($expression, $bindings)
|
|
* @method static mixed createSub($query)
|
|
* @method static mixed parseSub($query)
|
|
* @method static mixed prependDatabaseNameIfCrossDatabaseQuery($query)
|
|
* @method static mixed addSelect($column)
|
|
* @method static mixed distinct()
|
|
* @method static mixed from($table, $as)
|
|
* @method static mixed useIndex($index)
|
|
* @method static mixed forceIndex($index)
|
|
* @method static mixed ignoreIndex($index)
|
|
* @method static mixed join($table, $first, $operator, $second, $type, $where)
|
|
* @method static mixed joinWhere($table, $first, $operator, $second, $type)
|
|
* @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where)
|
|
* @method static mixed joinLateral($query, string $as, string $type)
|
|
* @method static mixed leftJoinLateral($query, string $as)
|
|
* @method static mixed leftJoin($table, $first, $operator, $second)
|
|
* @method static mixed leftJoinWhere($table, $first, $operator, $second)
|
|
* @method static mixed leftJoinSub($query, $as, $first, $operator, $second)
|
|
* @method static mixed rightJoin($table, $first, $operator, $second)
|
|
* @method static mixed rightJoinWhere($table, $first, $operator, $second)
|
|
* @method static mixed rightJoinSub($query, $as, $first, $operator, $second)
|
|
* @method static mixed crossJoin($table, $first, $operator, $second)
|
|
* @method static mixed crossJoinSub($query, $as)
|
|
* @method static mixed newJoinClause(self $parentQuery, $type, $table)
|
|
* @method static mixed newJoinLateralClause(self $parentQuery, $type, $table)
|
|
* @method static mixed mergeWheres($wheres, $bindings)
|
|
* @method static mixed where($column, $operator, $value, $boolean)
|
|
* @method static mixed addArrayOfWheres($column, $boolean, $method)
|
|
* @method static mixed prepareValueAndOperator($value, $operator, $useDefault)
|
|
* @method static mixed invalidOperatorAndValue($operator, $value)
|
|
* @method static mixed invalidOperator($operator)
|
|
* @method static mixed isBitwiseOperator($operator)
|
|
* @method static mixed orWhere($column, $operator, $value)
|
|
* @method static mixed whereNot($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereNot($column, $operator, $value)
|
|
* @method static mixed whereColumn($first, $operator, $second, $boolean)
|
|
* @method static mixed orWhereColumn($first, $operator, $second)
|
|
* @method static mixed whereRaw($sql, $bindings, $boolean)
|
|
* @method static mixed orWhereRaw($sql, $bindings)
|
|
* @method static mixed whereIn($column, $values, $boolean, $not)
|
|
* @method static mixed orWhereIn($column, $values)
|
|
* @method static mixed whereNotIn($column, $values, $boolean)
|
|
* @method static mixed orWhereNotIn($column, $values)
|
|
* @method static mixed whereIntegerInRaw($column, $values, $boolean, $not)
|
|
* @method static mixed orWhereIntegerInRaw($column, $values)
|
|
* @method static mixed whereIntegerNotInRaw($column, $values, $boolean)
|
|
* @method static mixed orWhereIntegerNotInRaw($column, $values)
|
|
* @method static mixed whereNull($columns, $boolean, $not)
|
|
* @method static mixed orWhereNull($column)
|
|
* @method static mixed whereNotNull($columns, $boolean)
|
|
* @method static mixed whereBetween($column, iterable $values, $boolean, $not)
|
|
* @method static mixed whereBetweenColumns($column, array $values, $boolean, $not)
|
|
* @method static mixed orWhereBetween($column, iterable $values)
|
|
* @method static mixed orWhereBetweenColumns($column, array $values)
|
|
* @method static mixed whereNotBetween($column, iterable $values, $boolean)
|
|
* @method static mixed whereNotBetweenColumns($column, array $values, $boolean)
|
|
* @method static mixed orWhereNotBetween($column, iterable $values)
|
|
* @method static mixed orWhereNotBetweenColumns($column, array $values)
|
|
* @method static mixed orWhereNotNull($column)
|
|
* @method static mixed whereDate($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereDate($column, $operator, $value)
|
|
* @method static mixed whereTime($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereTime($column, $operator, $value)
|
|
* @method static mixed whereDay($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereDay($column, $operator, $value)
|
|
* @method static mixed whereMonth($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereMonth($column, $operator, $value)
|
|
* @method static mixed whereYear($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereYear($column, $operator, $value)
|
|
* @method static mixed addDateBasedWhere($type, $column, $operator, $value, $boolean)
|
|
* @method static mixed whereNested(Closure $callback, $boolean)
|
|
* @method static mixed forNestedWhere()
|
|
* @method static mixed addNestedWhereQuery($query, $boolean)
|
|
* @method static mixed whereSub($column, $operator, $callback, $boolean)
|
|
* @method static mixed whereExists($callback, $boolean, $not)
|
|
* @method static mixed orWhereExists($callback, $not)
|
|
* @method static mixed whereNotExists($callback, $boolean)
|
|
* @method static mixed orWhereNotExists($callback)
|
|
* @method static mixed addWhereExistsQuery(self $query, $boolean, $not)
|
|
* @method static mixed whereRowValues($columns, $operator, $values, $boolean)
|
|
* @method static mixed orWhereRowValues($columns, $operator, $values)
|
|
* @method static mixed whereJsonContains($column, $value, $boolean, $not)
|
|
* @method static mixed orWhereJsonContains($column, $value)
|
|
* @method static mixed whereJsonDoesntContain($column, $value, $boolean)
|
|
* @method static mixed orWhereJsonDoesntContain($column, $value)
|
|
* @method static mixed whereJsonOverlaps($column, $value, $boolean, $not)
|
|
* @method static mixed orWhereJsonOverlaps($column, $value)
|
|
* @method static mixed whereJsonDoesntOverlap($column, $value, $boolean)
|
|
* @method static mixed orWhereJsonDoesntOverlap($column, $value)
|
|
* @method static mixed whereJsonContainsKey($column, $boolean, $not)
|
|
* @method static mixed orWhereJsonContainsKey($column)
|
|
* @method static mixed whereJsonDoesntContainKey($column, $boolean)
|
|
* @method static mixed orWhereJsonDoesntContainKey($column)
|
|
* @method static mixed whereJsonLength($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereJsonLength($column, $operator, $value)
|
|
* @method static mixed dynamicWhere($method, $parameters)
|
|
* @method static mixed addDynamic($segment, $connector, $parameters, $index)
|
|
* @method static mixed whereFullText($columns, $value, array $options, $boolean)
|
|
* @method static mixed orWhereFullText($columns, $value, array $options)
|
|
* @method static mixed whereAll($columns, $operator, $value, $boolean)
|
|
* @method static mixed orWhereAll($columns, $operator, $value)
|
|
* @method static mixed whereAny($columns, $operator, $value, $boolean)
|
|
* @method static mixed orWhereAny($columns, $operator, $value)
|
|
* @method static mixed groupBy($groups)
|
|
* @method static mixed groupByRaw($sql, array $bindings)
|
|
* @method static mixed having($column, $operator, $value, $boolean)
|
|
* @method static mixed orHaving($column, $operator, $value)
|
|
* @method static mixed havingNested(Closure $callback, $boolean)
|
|
* @method static mixed addNestedHavingQuery($query, $boolean)
|
|
* @method static mixed havingNull($columns, $boolean, $not)
|
|
* @method static mixed orHavingNull($column)
|
|
* @method static mixed havingNotNull($columns, $boolean)
|
|
* @method static mixed orHavingNotNull($column)
|
|
* @method static mixed havingBetween($column, iterable $values, $boolean, $not)
|
|
* @method static mixed havingRaw($sql, array $bindings, $boolean)
|
|
* @method static mixed orHavingRaw($sql, array $bindings)
|
|
* @method static mixed orderBy($column, $direction)
|
|
* @method static mixed orderByDesc($column)
|
|
* @method static mixed latest($column)
|
|
* @method static mixed oldest($column)
|
|
* @method static mixed inRandomOrder($seed)
|
|
* @method static mixed orderByRaw($sql, $bindings)
|
|
* @method static mixed skip($value)
|
|
* @method static mixed offset($value)
|
|
* @method static mixed take($value)
|
|
* @method static mixed limit($value)
|
|
* @method static mixed groupLimit($value, $column)
|
|
* @method static mixed forPage($page, $perPage)
|
|
* @method static mixed forPageBeforeId($perPage, $lastId, $column)
|
|
* @method static mixed forPageAfterId($perPage, $lastId, $column)
|
|
* @method static mixed reorder($column, $direction)
|
|
* @method static mixed removeExistingOrdersFor($column)
|
|
* @method static mixed union($query, $all)
|
|
* @method static mixed unionAll($query)
|
|
* @method static mixed lock($value)
|
|
* @method static mixed lockForUpdate()
|
|
* @method static mixed sharedLock()
|
|
* @method static mixed beforeQuery(callable $callback)
|
|
* @method static mixed applyBeforeQueryCallbacks()
|
|
* @method static mixed afterQuery(Closure $callback)
|
|
* @method static mixed applyAfterQueryCallbacks($result)
|
|
* @method static mixed toSql()
|
|
* @method static mixed toRawSql()
|
|
* @method static mixed find($id, $columns)
|
|
* @method static mixed findOr($id, $columns, Closure $callback)
|
|
* @method static mixed value($column)
|
|
* @method static mixed rawValue(string $expression, array $bindings)
|
|
* @method static mixed soleValue($column)
|
|
* @method static mixed get($columns)
|
|
* @method static mixed runSelect()
|
|
* @method static mixed withoutGroupLimitKeys($items)
|
|
* @method static mixed paginate($perPage, $columns, $pageName, $page, $total)
|
|
* @method static mixed simplePaginate($perPage, $columns, $pageName, $page)
|
|
* @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor)
|
|
* @method static mixed ensureOrderForCursorPagination($shouldReverse)
|
|
* @method static mixed getCountForPagination($columns)
|
|
* @method static mixed runPaginationCountQuery($columns)
|
|
* @method static mixed cloneForPaginationCount()
|
|
* @method static mixed withoutSelectAliases(array $columns)
|
|
* @method static mixed cursor()
|
|
* @method static mixed enforceOrderBy()
|
|
* @method static mixed pluck($column, $key)
|
|
* @method static mixed stripTableForPluck($column)
|
|
* @method static mixed pluckFromObjectColumn($queryResult, $column, $key)
|
|
* @method static mixed pluckFromArrayColumn($queryResult, $column, $key)
|
|
* @method static mixed implode($column, $glue)
|
|
* @method static mixed exists()
|
|
* @method static mixed doesntExist()
|
|
* @method static mixed existsOr(Closure $callback)
|
|
* @method static mixed doesntExistOr(Closure $callback)
|
|
* @method static mixed count($columns)
|
|
* @method static mixed min($column)
|
|
* @method static mixed max($column)
|
|
* @method static mixed sum($column)
|
|
* @method static mixed avg($column)
|
|
* @method static mixed average($column)
|
|
* @method static mixed aggregate($function, $columns)
|
|
* @method static mixed numericAggregate($function, $columns)
|
|
* @method static mixed setAggregate($function, $columns)
|
|
* @method static mixed onceWithColumns($columns, $callback)
|
|
* @method static mixed insert(array $values)
|
|
* @method static mixed insertOrIgnore(array $values)
|
|
* @method static mixed insertGetId(array $values, $sequence)
|
|
* @method static mixed insertUsing(array $columns, $query)
|
|
* @method static mixed insertOrIgnoreUsing(array $columns, $query)
|
|
* @method static mixed update(array $values)
|
|
* @method static mixed updateFrom(array $values)
|
|
* @method static mixed updateOrInsert(array $attributes, callable|array $values)
|
|
* @method static mixed upsert(array $values, $uniqueBy, $update)
|
|
* @method static mixed increment($column, $amount, array $extra)
|
|
* @method static mixed incrementEach(array $columns, array $extra)
|
|
* @method static mixed decrement($column, $amount, array $extra)
|
|
* @method static mixed decrementEach(array $columns, array $extra)
|
|
* @method static mixed delete($id)
|
|
* @method static mixed truncate()
|
|
* @method static mixed newQuery()
|
|
* @method static mixed forSubQuery()
|
|
* @method static mixed getColumns()
|
|
* @method static mixed raw($value)
|
|
* @method static mixed getUnionBuilders()
|
|
* @method static mixed getBindings()
|
|
* @method static mixed getRawBindings()
|
|
* @method static mixed setBindings(array $bindings, $type)
|
|
* @method static mixed addBinding($value, $type)
|
|
* @method static mixed castBinding($value)
|
|
* @method static mixed mergeBindings(self $query)
|
|
* @method static mixed cleanBindings(array $bindings)
|
|
* @method static mixed flattenValue($value)
|
|
* @method static mixed defaultKeyName()
|
|
* @method static mixed getConnection()
|
|
* @method static mixed getProcessor()
|
|
* @method static mixed getGrammar()
|
|
* @method static mixed useWritePdo()
|
|
* @method static mixed isQueryable($value)
|
|
* @method static mixed clone()
|
|
* @method static mixed cloneWithout(array $properties)
|
|
* @method static mixed cloneWithoutBindings(array $except)
|
|
* @method static mixed dump($args)
|
|
* @method static mixed dumpRawSql()
|
|
* @method static mixed dd()
|
|
* @method static mixed ddRawSql()
|
|
* @method static mixed chunk($count, callable $callback)
|
|
* @method static mixed chunkMap(callable $callback, $count)
|
|
* @method static mixed each(callable $callback, $count)
|
|
* @method static mixed chunkById($count, callable $callback, $column, $alias)
|
|
* @method static mixed chunkByIdDesc($count, callable $callback, $column, $alias)
|
|
* @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending)
|
|
* @method static mixed eachById(callable $callback, $count, $column, $alias)
|
|
* @method static mixed lazy($chunkSize)
|
|
* @method static mixed lazyById($chunkSize, $column, $alias)
|
|
* @method static mixed lazyByIdDesc($chunkSize, $column, $alias)
|
|
* @method static mixed orderedLazyById($chunkSize, $column, $alias, $descending)
|
|
* @method static mixed first($columns)
|
|
* @method static mixed sole($columns)
|
|
* @method static mixed paginateUsingCursor($perPage, $columns, $cursorName, $cursor)
|
|
* @method static mixed getOriginalColumnNameForCursorPagination($builder, string $parameter)
|
|
* @method static mixed paginator($items, $total, $perPage, $currentPage, $options)
|
|
* @method static mixed simplePaginator($items, $perPage, $currentPage, $options)
|
|
* @method static mixed cursorPaginator($items, $perPage, $cursor, $options)
|
|
* @method static mixed tap($callback)
|
|
* @method static mixed when($value, callable $callback, callable $default)
|
|
* @method static mixed unless($value, callable $callback, callable $default)
|
|
* @method static mixed explain()
|
|
* @method static mixed forwardCallTo($object, $method, $parameters)
|
|
* @method static mixed forwardDecoratedCallTo($object, $method, $parameters)
|
|
* @method static mixed throwBadMethodCallException($method)
|
|
* @method static mixed macro($name, $macro)
|
|
* @method static mixed mixin($mixin, $replace)
|
|
* @method static mixed hasMacro($name)
|
|
* @method static mixed flushMacros()
|
|
* @method static mixed macroCall($method, $parameters)
|
|
* @mixin \Illuminate\Database\Query\Builder
|
|
*/
|
|
class User extends \Illuminate\Foundation\Auth\User
|
|
{
|
|
//
|
|
}
|
|
|
|
/**
|
|
* App\Models\UserGroup
|
|
*
|
|
* @property \Illuminate\Support\Carbon|null $updated_at
|
|
* @property \Illuminate\Support\Carbon|null $created_at
|
|
* @property string $name
|
|
* @property int $id
|
|
* @property-read \Illuminate\Database\Eloquent\Collection<int, \App\Models\User> $users
|
|
* @property-read int|null $users_count
|
|
* @property-read \Illuminate\Database\Eloquent\Collection<int, \App\Models\Permission> $permissions
|
|
* @property-read int|null $permissions_count
|
|
* @method static \Illuminate\Database\Eloquent\Builder<UserGroup>|UserGroup whereId($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<UserGroup>|UserGroup whereName($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<UserGroup>|UserGroup whereCreatedAt($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<UserGroup>|UserGroup whereUpdatedAt($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<UserGroup>|UserGroup newModelQuery()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<UserGroup>|UserGroup newQuery()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<UserGroup>|UserGroup query()
|
|
* @method static mixed select($columns)
|
|
* @method static mixed selectSub($query, $as)
|
|
* @method static mixed selectRaw($expression, array $bindings)
|
|
* @method static mixed fromSub($query, $as)
|
|
* @method static mixed fromRaw($expression, $bindings)
|
|
* @method static mixed createSub($query)
|
|
* @method static mixed parseSub($query)
|
|
* @method static mixed prependDatabaseNameIfCrossDatabaseQuery($query)
|
|
* @method static mixed addSelect($column)
|
|
* @method static mixed distinct()
|
|
* @method static mixed from($table, $as)
|
|
* @method static mixed useIndex($index)
|
|
* @method static mixed forceIndex($index)
|
|
* @method static mixed ignoreIndex($index)
|
|
* @method static mixed join($table, $first, $operator, $second, $type, $where)
|
|
* @method static mixed joinWhere($table, $first, $operator, $second, $type)
|
|
* @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where)
|
|
* @method static mixed joinLateral($query, string $as, string $type)
|
|
* @method static mixed leftJoinLateral($query, string $as)
|
|
* @method static mixed leftJoin($table, $first, $operator, $second)
|
|
* @method static mixed leftJoinWhere($table, $first, $operator, $second)
|
|
* @method static mixed leftJoinSub($query, $as, $first, $operator, $second)
|
|
* @method static mixed rightJoin($table, $first, $operator, $second)
|
|
* @method static mixed rightJoinWhere($table, $first, $operator, $second)
|
|
* @method static mixed rightJoinSub($query, $as, $first, $operator, $second)
|
|
* @method static mixed crossJoin($table, $first, $operator, $second)
|
|
* @method static mixed crossJoinSub($query, $as)
|
|
* @method static mixed newJoinClause(self $parentQuery, $type, $table)
|
|
* @method static mixed newJoinLateralClause(self $parentQuery, $type, $table)
|
|
* @method static mixed mergeWheres($wheres, $bindings)
|
|
* @method static mixed where($column, $operator, $value, $boolean)
|
|
* @method static mixed addArrayOfWheres($column, $boolean, $method)
|
|
* @method static mixed prepareValueAndOperator($value, $operator, $useDefault)
|
|
* @method static mixed invalidOperatorAndValue($operator, $value)
|
|
* @method static mixed invalidOperator($operator)
|
|
* @method static mixed isBitwiseOperator($operator)
|
|
* @method static mixed orWhere($column, $operator, $value)
|
|
* @method static mixed whereNot($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereNot($column, $operator, $value)
|
|
* @method static mixed whereColumn($first, $operator, $second, $boolean)
|
|
* @method static mixed orWhereColumn($first, $operator, $second)
|
|
* @method static mixed whereRaw($sql, $bindings, $boolean)
|
|
* @method static mixed orWhereRaw($sql, $bindings)
|
|
* @method static mixed whereIn($column, $values, $boolean, $not)
|
|
* @method static mixed orWhereIn($column, $values)
|
|
* @method static mixed whereNotIn($column, $values, $boolean)
|
|
* @method static mixed orWhereNotIn($column, $values)
|
|
* @method static mixed whereIntegerInRaw($column, $values, $boolean, $not)
|
|
* @method static mixed orWhereIntegerInRaw($column, $values)
|
|
* @method static mixed whereIntegerNotInRaw($column, $values, $boolean)
|
|
* @method static mixed orWhereIntegerNotInRaw($column, $values)
|
|
* @method static mixed whereNull($columns, $boolean, $not)
|
|
* @method static mixed orWhereNull($column)
|
|
* @method static mixed whereNotNull($columns, $boolean)
|
|
* @method static mixed whereBetween($column, iterable $values, $boolean, $not)
|
|
* @method static mixed whereBetweenColumns($column, array $values, $boolean, $not)
|
|
* @method static mixed orWhereBetween($column, iterable $values)
|
|
* @method static mixed orWhereBetweenColumns($column, array $values)
|
|
* @method static mixed whereNotBetween($column, iterable $values, $boolean)
|
|
* @method static mixed whereNotBetweenColumns($column, array $values, $boolean)
|
|
* @method static mixed orWhereNotBetween($column, iterable $values)
|
|
* @method static mixed orWhereNotBetweenColumns($column, array $values)
|
|
* @method static mixed orWhereNotNull($column)
|
|
* @method static mixed whereDate($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereDate($column, $operator, $value)
|
|
* @method static mixed whereTime($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereTime($column, $operator, $value)
|
|
* @method static mixed whereDay($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereDay($column, $operator, $value)
|
|
* @method static mixed whereMonth($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereMonth($column, $operator, $value)
|
|
* @method static mixed whereYear($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereYear($column, $operator, $value)
|
|
* @method static mixed addDateBasedWhere($type, $column, $operator, $value, $boolean)
|
|
* @method static mixed whereNested(Closure $callback, $boolean)
|
|
* @method static mixed forNestedWhere()
|
|
* @method static mixed addNestedWhereQuery($query, $boolean)
|
|
* @method static mixed whereSub($column, $operator, $callback, $boolean)
|
|
* @method static mixed whereExists($callback, $boolean, $not)
|
|
* @method static mixed orWhereExists($callback, $not)
|
|
* @method static mixed whereNotExists($callback, $boolean)
|
|
* @method static mixed orWhereNotExists($callback)
|
|
* @method static mixed addWhereExistsQuery(self $query, $boolean, $not)
|
|
* @method static mixed whereRowValues($columns, $operator, $values, $boolean)
|
|
* @method static mixed orWhereRowValues($columns, $operator, $values)
|
|
* @method static mixed whereJsonContains($column, $value, $boolean, $not)
|
|
* @method static mixed orWhereJsonContains($column, $value)
|
|
* @method static mixed whereJsonDoesntContain($column, $value, $boolean)
|
|
* @method static mixed orWhereJsonDoesntContain($column, $value)
|
|
* @method static mixed whereJsonOverlaps($column, $value, $boolean, $not)
|
|
* @method static mixed orWhereJsonOverlaps($column, $value)
|
|
* @method static mixed whereJsonDoesntOverlap($column, $value, $boolean)
|
|
* @method static mixed orWhereJsonDoesntOverlap($column, $value)
|
|
* @method static mixed whereJsonContainsKey($column, $boolean, $not)
|
|
* @method static mixed orWhereJsonContainsKey($column)
|
|
* @method static mixed whereJsonDoesntContainKey($column, $boolean)
|
|
* @method static mixed orWhereJsonDoesntContainKey($column)
|
|
* @method static mixed whereJsonLength($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereJsonLength($column, $operator, $value)
|
|
* @method static mixed dynamicWhere($method, $parameters)
|
|
* @method static mixed addDynamic($segment, $connector, $parameters, $index)
|
|
* @method static mixed whereFullText($columns, $value, array $options, $boolean)
|
|
* @method static mixed orWhereFullText($columns, $value, array $options)
|
|
* @method static mixed whereAll($columns, $operator, $value, $boolean)
|
|
* @method static mixed orWhereAll($columns, $operator, $value)
|
|
* @method static mixed whereAny($columns, $operator, $value, $boolean)
|
|
* @method static mixed orWhereAny($columns, $operator, $value)
|
|
* @method static mixed groupBy($groups)
|
|
* @method static mixed groupByRaw($sql, array $bindings)
|
|
* @method static mixed having($column, $operator, $value, $boolean)
|
|
* @method static mixed orHaving($column, $operator, $value)
|
|
* @method static mixed havingNested(Closure $callback, $boolean)
|
|
* @method static mixed addNestedHavingQuery($query, $boolean)
|
|
* @method static mixed havingNull($columns, $boolean, $not)
|
|
* @method static mixed orHavingNull($column)
|
|
* @method static mixed havingNotNull($columns, $boolean)
|
|
* @method static mixed orHavingNotNull($column)
|
|
* @method static mixed havingBetween($column, iterable $values, $boolean, $not)
|
|
* @method static mixed havingRaw($sql, array $bindings, $boolean)
|
|
* @method static mixed orHavingRaw($sql, array $bindings)
|
|
* @method static mixed orderBy($column, $direction)
|
|
* @method static mixed orderByDesc($column)
|
|
* @method static mixed latest($column)
|
|
* @method static mixed oldest($column)
|
|
* @method static mixed inRandomOrder($seed)
|
|
* @method static mixed orderByRaw($sql, $bindings)
|
|
* @method static mixed skip($value)
|
|
* @method static mixed offset($value)
|
|
* @method static mixed take($value)
|
|
* @method static mixed limit($value)
|
|
* @method static mixed groupLimit($value, $column)
|
|
* @method static mixed forPage($page, $perPage)
|
|
* @method static mixed forPageBeforeId($perPage, $lastId, $column)
|
|
* @method static mixed forPageAfterId($perPage, $lastId, $column)
|
|
* @method static mixed reorder($column, $direction)
|
|
* @method static mixed removeExistingOrdersFor($column)
|
|
* @method static mixed union($query, $all)
|
|
* @method static mixed unionAll($query)
|
|
* @method static mixed lock($value)
|
|
* @method static mixed lockForUpdate()
|
|
* @method static mixed sharedLock()
|
|
* @method static mixed beforeQuery(callable $callback)
|
|
* @method static mixed applyBeforeQueryCallbacks()
|
|
* @method static mixed afterQuery(Closure $callback)
|
|
* @method static mixed applyAfterQueryCallbacks($result)
|
|
* @method static mixed toSql()
|
|
* @method static mixed toRawSql()
|
|
* @method static mixed find($id, $columns)
|
|
* @method static mixed findOr($id, $columns, Closure $callback)
|
|
* @method static mixed value($column)
|
|
* @method static mixed rawValue(string $expression, array $bindings)
|
|
* @method static mixed soleValue($column)
|
|
* @method static mixed get($columns)
|
|
* @method static mixed runSelect()
|
|
* @method static mixed withoutGroupLimitKeys($items)
|
|
* @method static mixed paginate($perPage, $columns, $pageName, $page, $total)
|
|
* @method static mixed simplePaginate($perPage, $columns, $pageName, $page)
|
|
* @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor)
|
|
* @method static mixed ensureOrderForCursorPagination($shouldReverse)
|
|
* @method static mixed getCountForPagination($columns)
|
|
* @method static mixed runPaginationCountQuery($columns)
|
|
* @method static mixed cloneForPaginationCount()
|
|
* @method static mixed withoutSelectAliases(array $columns)
|
|
* @method static mixed cursor()
|
|
* @method static mixed enforceOrderBy()
|
|
* @method static mixed pluck($column, $key)
|
|
* @method static mixed stripTableForPluck($column)
|
|
* @method static mixed pluckFromObjectColumn($queryResult, $column, $key)
|
|
* @method static mixed pluckFromArrayColumn($queryResult, $column, $key)
|
|
* @method static mixed implode($column, $glue)
|
|
* @method static mixed exists()
|
|
* @method static mixed doesntExist()
|
|
* @method static mixed existsOr(Closure $callback)
|
|
* @method static mixed doesntExistOr(Closure $callback)
|
|
* @method static mixed count($columns)
|
|
* @method static mixed min($column)
|
|
* @method static mixed max($column)
|
|
* @method static mixed sum($column)
|
|
* @method static mixed avg($column)
|
|
* @method static mixed average($column)
|
|
* @method static mixed aggregate($function, $columns)
|
|
* @method static mixed numericAggregate($function, $columns)
|
|
* @method static mixed setAggregate($function, $columns)
|
|
* @method static mixed onceWithColumns($columns, $callback)
|
|
* @method static mixed insert(array $values)
|
|
* @method static mixed insertOrIgnore(array $values)
|
|
* @method static mixed insertGetId(array $values, $sequence)
|
|
* @method static mixed insertUsing(array $columns, $query)
|
|
* @method static mixed insertOrIgnoreUsing(array $columns, $query)
|
|
* @method static mixed update(array $values)
|
|
* @method static mixed updateFrom(array $values)
|
|
* @method static mixed updateOrInsert(array $attributes, callable|array $values)
|
|
* @method static mixed upsert(array $values, $uniqueBy, $update)
|
|
* @method static mixed increment($column, $amount, array $extra)
|
|
* @method static mixed incrementEach(array $columns, array $extra)
|
|
* @method static mixed decrement($column, $amount, array $extra)
|
|
* @method static mixed decrementEach(array $columns, array $extra)
|
|
* @method static mixed delete($id)
|
|
* @method static mixed truncate()
|
|
* @method static mixed newQuery()
|
|
* @method static mixed forSubQuery()
|
|
* @method static mixed getColumns()
|
|
* @method static mixed raw($value)
|
|
* @method static mixed getUnionBuilders()
|
|
* @method static mixed getBindings()
|
|
* @method static mixed getRawBindings()
|
|
* @method static mixed setBindings(array $bindings, $type)
|
|
* @method static mixed addBinding($value, $type)
|
|
* @method static mixed castBinding($value)
|
|
* @method static mixed mergeBindings(self $query)
|
|
* @method static mixed cleanBindings(array $bindings)
|
|
* @method static mixed flattenValue($value)
|
|
* @method static mixed defaultKeyName()
|
|
* @method static mixed getConnection()
|
|
* @method static mixed getProcessor()
|
|
* @method static mixed getGrammar()
|
|
* @method static mixed useWritePdo()
|
|
* @method static mixed isQueryable($value)
|
|
* @method static mixed clone()
|
|
* @method static mixed cloneWithout(array $properties)
|
|
* @method static mixed cloneWithoutBindings(array $except)
|
|
* @method static mixed dump($args)
|
|
* @method static mixed dumpRawSql()
|
|
* @method static mixed dd()
|
|
* @method static mixed ddRawSql()
|
|
* @method static mixed chunk($count, callable $callback)
|
|
* @method static mixed chunkMap(callable $callback, $count)
|
|
* @method static mixed each(callable $callback, $count)
|
|
* @method static mixed chunkById($count, callable $callback, $column, $alias)
|
|
* @method static mixed chunkByIdDesc($count, callable $callback, $column, $alias)
|
|
* @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending)
|
|
* @method static mixed eachById(callable $callback, $count, $column, $alias)
|
|
* @method static mixed lazy($chunkSize)
|
|
* @method static mixed lazyById($chunkSize, $column, $alias)
|
|
* @method static mixed lazyByIdDesc($chunkSize, $column, $alias)
|
|
* @method static mixed orderedLazyById($chunkSize, $column, $alias, $descending)
|
|
* @method static mixed first($columns)
|
|
* @method static mixed sole($columns)
|
|
* @method static mixed paginateUsingCursor($perPage, $columns, $cursorName, $cursor)
|
|
* @method static mixed getOriginalColumnNameForCursorPagination($builder, string $parameter)
|
|
* @method static mixed paginator($items, $total, $perPage, $currentPage, $options)
|
|
* @method static mixed simplePaginator($items, $perPage, $currentPage, $options)
|
|
* @method static mixed cursorPaginator($items, $perPage, $cursor, $options)
|
|
* @method static mixed tap($callback)
|
|
* @method static mixed when($value, callable $callback, callable $default)
|
|
* @method static mixed unless($value, callable $callback, callable $default)
|
|
* @method static mixed explain()
|
|
* @method static mixed forwardCallTo($object, $method, $parameters)
|
|
* @method static mixed forwardDecoratedCallTo($object, $method, $parameters)
|
|
* @method static mixed throwBadMethodCallException($method)
|
|
* @method static mixed macro($name, $macro)
|
|
* @method static mixed mixin($mixin, $replace)
|
|
* @method static mixed hasMacro($name)
|
|
* @method static mixed flushMacros()
|
|
* @method static mixed macroCall($method, $parameters)
|
|
* @mixin \Illuminate\Database\Query\Builder
|
|
*/
|
|
class UserGroup extends \Illuminate\Database\Eloquent\Model
|
|
{
|
|
//
|
|
}
|
|
|
|
/**
|
|
* App\Models\Waste4A
|
|
*
|
|
* @property string|null $updated_by
|
|
* @property string|null $created_by
|
|
* @property \Illuminate\Support\Carbon|null $updated_at
|
|
* @property \Illuminate\Support\Carbon|null $created_at
|
|
* @property int $row_status
|
|
* @property int $row_num
|
|
* @property float $ch4
|
|
* @property float $ch4_recovery
|
|
* @property float $total
|
|
* @property float $tekstil
|
|
* @property float $kayu
|
|
* @property float $taman
|
|
* @property float $nappies
|
|
* @property float $kertas
|
|
* @property float $sisa_makanan
|
|
* @property string $activity_year
|
|
* @property string $inventory_year
|
|
* @property string $id
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4A>|Waste4A whereId($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4A>|Waste4A whereInventoryYear($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4A>|Waste4A whereActivityYear($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4A>|Waste4A whereSisaMakanan($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4A>|Waste4A whereKertas($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4A>|Waste4A whereNappies($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4A>|Waste4A whereTaman($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4A>|Waste4A whereKayu($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4A>|Waste4A whereTekstil($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4A>|Waste4A whereTotal($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4A>|Waste4A whereCh4Recovery($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4A>|Waste4A whereCh4($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4A>|Waste4A whereRowNum($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4A>|Waste4A whereRowStatus($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4A>|Waste4A whereCreatedAt($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4A>|Waste4A whereUpdatedAt($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4A>|Waste4A whereCreatedBy($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4A>|Waste4A whereUpdatedBy($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4A>|Waste4A rowActive()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4A>|Waste4A isActive()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4A>|Waste4A orderByRowNum()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4A>|Waste4A newModelQuery()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4A>|Waste4A newQuery()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4A>|Waste4A query()
|
|
* @method static mixed select($columns)
|
|
* @method static mixed selectSub($query, $as)
|
|
* @method static mixed selectRaw($expression, array $bindings)
|
|
* @method static mixed fromSub($query, $as)
|
|
* @method static mixed fromRaw($expression, $bindings)
|
|
* @method static mixed createSub($query)
|
|
* @method static mixed parseSub($query)
|
|
* @method static mixed prependDatabaseNameIfCrossDatabaseQuery($query)
|
|
* @method static mixed addSelect($column)
|
|
* @method static mixed distinct()
|
|
* @method static mixed from($table, $as)
|
|
* @method static mixed useIndex($index)
|
|
* @method static mixed forceIndex($index)
|
|
* @method static mixed ignoreIndex($index)
|
|
* @method static mixed join($table, $first, $operator, $second, $type, $where)
|
|
* @method static mixed joinWhere($table, $first, $operator, $second, $type)
|
|
* @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where)
|
|
* @method static mixed joinLateral($query, string $as, string $type)
|
|
* @method static mixed leftJoinLateral($query, string $as)
|
|
* @method static mixed leftJoin($table, $first, $operator, $second)
|
|
* @method static mixed leftJoinWhere($table, $first, $operator, $second)
|
|
* @method static mixed leftJoinSub($query, $as, $first, $operator, $second)
|
|
* @method static mixed rightJoin($table, $first, $operator, $second)
|
|
* @method static mixed rightJoinWhere($table, $first, $operator, $second)
|
|
* @method static mixed rightJoinSub($query, $as, $first, $operator, $second)
|
|
* @method static mixed crossJoin($table, $first, $operator, $second)
|
|
* @method static mixed crossJoinSub($query, $as)
|
|
* @method static mixed newJoinClause(self $parentQuery, $type, $table)
|
|
* @method static mixed newJoinLateralClause(self $parentQuery, $type, $table)
|
|
* @method static mixed mergeWheres($wheres, $bindings)
|
|
* @method static mixed where($column, $operator, $value, $boolean)
|
|
* @method static mixed addArrayOfWheres($column, $boolean, $method)
|
|
* @method static mixed prepareValueAndOperator($value, $operator, $useDefault)
|
|
* @method static mixed invalidOperatorAndValue($operator, $value)
|
|
* @method static mixed invalidOperator($operator)
|
|
* @method static mixed isBitwiseOperator($operator)
|
|
* @method static mixed orWhere($column, $operator, $value)
|
|
* @method static mixed whereNot($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereNot($column, $operator, $value)
|
|
* @method static mixed whereColumn($first, $operator, $second, $boolean)
|
|
* @method static mixed orWhereColumn($first, $operator, $second)
|
|
* @method static mixed whereRaw($sql, $bindings, $boolean)
|
|
* @method static mixed orWhereRaw($sql, $bindings)
|
|
* @method static mixed whereIn($column, $values, $boolean, $not)
|
|
* @method static mixed orWhereIn($column, $values)
|
|
* @method static mixed whereNotIn($column, $values, $boolean)
|
|
* @method static mixed orWhereNotIn($column, $values)
|
|
* @method static mixed whereIntegerInRaw($column, $values, $boolean, $not)
|
|
* @method static mixed orWhereIntegerInRaw($column, $values)
|
|
* @method static mixed whereIntegerNotInRaw($column, $values, $boolean)
|
|
* @method static mixed orWhereIntegerNotInRaw($column, $values)
|
|
* @method static mixed whereNull($columns, $boolean, $not)
|
|
* @method static mixed orWhereNull($column)
|
|
* @method static mixed whereNotNull($columns, $boolean)
|
|
* @method static mixed whereBetween($column, iterable $values, $boolean, $not)
|
|
* @method static mixed whereBetweenColumns($column, array $values, $boolean, $not)
|
|
* @method static mixed orWhereBetween($column, iterable $values)
|
|
* @method static mixed orWhereBetweenColumns($column, array $values)
|
|
* @method static mixed whereNotBetween($column, iterable $values, $boolean)
|
|
* @method static mixed whereNotBetweenColumns($column, array $values, $boolean)
|
|
* @method static mixed orWhereNotBetween($column, iterable $values)
|
|
* @method static mixed orWhereNotBetweenColumns($column, array $values)
|
|
* @method static mixed orWhereNotNull($column)
|
|
* @method static mixed whereDate($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereDate($column, $operator, $value)
|
|
* @method static mixed whereTime($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereTime($column, $operator, $value)
|
|
* @method static mixed whereDay($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereDay($column, $operator, $value)
|
|
* @method static mixed whereMonth($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereMonth($column, $operator, $value)
|
|
* @method static mixed whereYear($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereYear($column, $operator, $value)
|
|
* @method static mixed addDateBasedWhere($type, $column, $operator, $value, $boolean)
|
|
* @method static mixed whereNested(Closure $callback, $boolean)
|
|
* @method static mixed forNestedWhere()
|
|
* @method static mixed addNestedWhereQuery($query, $boolean)
|
|
* @method static mixed whereSub($column, $operator, $callback, $boolean)
|
|
* @method static mixed whereExists($callback, $boolean, $not)
|
|
* @method static mixed orWhereExists($callback, $not)
|
|
* @method static mixed whereNotExists($callback, $boolean)
|
|
* @method static mixed orWhereNotExists($callback)
|
|
* @method static mixed addWhereExistsQuery(self $query, $boolean, $not)
|
|
* @method static mixed whereRowValues($columns, $operator, $values, $boolean)
|
|
* @method static mixed orWhereRowValues($columns, $operator, $values)
|
|
* @method static mixed whereJsonContains($column, $value, $boolean, $not)
|
|
* @method static mixed orWhereJsonContains($column, $value)
|
|
* @method static mixed whereJsonDoesntContain($column, $value, $boolean)
|
|
* @method static mixed orWhereJsonDoesntContain($column, $value)
|
|
* @method static mixed whereJsonOverlaps($column, $value, $boolean, $not)
|
|
* @method static mixed orWhereJsonOverlaps($column, $value)
|
|
* @method static mixed whereJsonDoesntOverlap($column, $value, $boolean)
|
|
* @method static mixed orWhereJsonDoesntOverlap($column, $value)
|
|
* @method static mixed whereJsonContainsKey($column, $boolean, $not)
|
|
* @method static mixed orWhereJsonContainsKey($column)
|
|
* @method static mixed whereJsonDoesntContainKey($column, $boolean)
|
|
* @method static mixed orWhereJsonDoesntContainKey($column)
|
|
* @method static mixed whereJsonLength($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereJsonLength($column, $operator, $value)
|
|
* @method static mixed dynamicWhere($method, $parameters)
|
|
* @method static mixed addDynamic($segment, $connector, $parameters, $index)
|
|
* @method static mixed whereFullText($columns, $value, array $options, $boolean)
|
|
* @method static mixed orWhereFullText($columns, $value, array $options)
|
|
* @method static mixed whereAll($columns, $operator, $value, $boolean)
|
|
* @method static mixed orWhereAll($columns, $operator, $value)
|
|
* @method static mixed whereAny($columns, $operator, $value, $boolean)
|
|
* @method static mixed orWhereAny($columns, $operator, $value)
|
|
* @method static mixed groupBy($groups)
|
|
* @method static mixed groupByRaw($sql, array $bindings)
|
|
* @method static mixed having($column, $operator, $value, $boolean)
|
|
* @method static mixed orHaving($column, $operator, $value)
|
|
* @method static mixed havingNested(Closure $callback, $boolean)
|
|
* @method static mixed addNestedHavingQuery($query, $boolean)
|
|
* @method static mixed havingNull($columns, $boolean, $not)
|
|
* @method static mixed orHavingNull($column)
|
|
* @method static mixed havingNotNull($columns, $boolean)
|
|
* @method static mixed orHavingNotNull($column)
|
|
* @method static mixed havingBetween($column, iterable $values, $boolean, $not)
|
|
* @method static mixed havingRaw($sql, array $bindings, $boolean)
|
|
* @method static mixed orHavingRaw($sql, array $bindings)
|
|
* @method static mixed orderBy($column, $direction)
|
|
* @method static mixed orderByDesc($column)
|
|
* @method static mixed latest($column)
|
|
* @method static mixed oldest($column)
|
|
* @method static mixed inRandomOrder($seed)
|
|
* @method static mixed orderByRaw($sql, $bindings)
|
|
* @method static mixed skip($value)
|
|
* @method static mixed offset($value)
|
|
* @method static mixed take($value)
|
|
* @method static mixed limit($value)
|
|
* @method static mixed groupLimit($value, $column)
|
|
* @method static mixed forPage($page, $perPage)
|
|
* @method static mixed forPageBeforeId($perPage, $lastId, $column)
|
|
* @method static mixed forPageAfterId($perPage, $lastId, $column)
|
|
* @method static mixed reorder($column, $direction)
|
|
* @method static mixed removeExistingOrdersFor($column)
|
|
* @method static mixed union($query, $all)
|
|
* @method static mixed unionAll($query)
|
|
* @method static mixed lock($value)
|
|
* @method static mixed lockForUpdate()
|
|
* @method static mixed sharedLock()
|
|
* @method static mixed beforeQuery(callable $callback)
|
|
* @method static mixed applyBeforeQueryCallbacks()
|
|
* @method static mixed afterQuery(Closure $callback)
|
|
* @method static mixed applyAfterQueryCallbacks($result)
|
|
* @method static mixed toSql()
|
|
* @method static mixed toRawSql()
|
|
* @method static mixed find($id, $columns)
|
|
* @method static mixed findOr($id, $columns, Closure $callback)
|
|
* @method static mixed value($column)
|
|
* @method static mixed rawValue(string $expression, array $bindings)
|
|
* @method static mixed soleValue($column)
|
|
* @method static mixed get($columns)
|
|
* @method static mixed runSelect()
|
|
* @method static mixed withoutGroupLimitKeys($items)
|
|
* @method static mixed paginate($perPage, $columns, $pageName, $page, $total)
|
|
* @method static mixed simplePaginate($perPage, $columns, $pageName, $page)
|
|
* @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor)
|
|
* @method static mixed ensureOrderForCursorPagination($shouldReverse)
|
|
* @method static mixed getCountForPagination($columns)
|
|
* @method static mixed runPaginationCountQuery($columns)
|
|
* @method static mixed cloneForPaginationCount()
|
|
* @method static mixed withoutSelectAliases(array $columns)
|
|
* @method static mixed cursor()
|
|
* @method static mixed enforceOrderBy()
|
|
* @method static mixed pluck($column, $key)
|
|
* @method static mixed stripTableForPluck($column)
|
|
* @method static mixed pluckFromObjectColumn($queryResult, $column, $key)
|
|
* @method static mixed pluckFromArrayColumn($queryResult, $column, $key)
|
|
* @method static mixed implode($column, $glue)
|
|
* @method static mixed exists()
|
|
* @method static mixed doesntExist()
|
|
* @method static mixed existsOr(Closure $callback)
|
|
* @method static mixed doesntExistOr(Closure $callback)
|
|
* @method static mixed count($columns)
|
|
* @method static mixed min($column)
|
|
* @method static mixed max($column)
|
|
* @method static mixed sum($column)
|
|
* @method static mixed avg($column)
|
|
* @method static mixed average($column)
|
|
* @method static mixed aggregate($function, $columns)
|
|
* @method static mixed numericAggregate($function, $columns)
|
|
* @method static mixed setAggregate($function, $columns)
|
|
* @method static mixed onceWithColumns($columns, $callback)
|
|
* @method static mixed insert(array $values)
|
|
* @method static mixed insertOrIgnore(array $values)
|
|
* @method static mixed insertGetId(array $values, $sequence)
|
|
* @method static mixed insertUsing(array $columns, $query)
|
|
* @method static mixed insertOrIgnoreUsing(array $columns, $query)
|
|
* @method static mixed update(array $values)
|
|
* @method static mixed updateFrom(array $values)
|
|
* @method static mixed updateOrInsert(array $attributes, callable|array $values)
|
|
* @method static mixed upsert(array $values, $uniqueBy, $update)
|
|
* @method static mixed increment($column, $amount, array $extra)
|
|
* @method static mixed incrementEach(array $columns, array $extra)
|
|
* @method static mixed decrement($column, $amount, array $extra)
|
|
* @method static mixed decrementEach(array $columns, array $extra)
|
|
* @method static mixed delete($id)
|
|
* @method static mixed truncate()
|
|
* @method static mixed newQuery()
|
|
* @method static mixed forSubQuery()
|
|
* @method static mixed getColumns()
|
|
* @method static mixed raw($value)
|
|
* @method static mixed getUnionBuilders()
|
|
* @method static mixed getBindings()
|
|
* @method static mixed getRawBindings()
|
|
* @method static mixed setBindings(array $bindings, $type)
|
|
* @method static mixed addBinding($value, $type)
|
|
* @method static mixed castBinding($value)
|
|
* @method static mixed mergeBindings(self $query)
|
|
* @method static mixed cleanBindings(array $bindings)
|
|
* @method static mixed flattenValue($value)
|
|
* @method static mixed defaultKeyName()
|
|
* @method static mixed getConnection()
|
|
* @method static mixed getProcessor()
|
|
* @method static mixed getGrammar()
|
|
* @method static mixed useWritePdo()
|
|
* @method static mixed isQueryable($value)
|
|
* @method static mixed clone()
|
|
* @method static mixed cloneWithout(array $properties)
|
|
* @method static mixed cloneWithoutBindings(array $except)
|
|
* @method static mixed dump($args)
|
|
* @method static mixed dumpRawSql()
|
|
* @method static mixed dd()
|
|
* @method static mixed ddRawSql()
|
|
* @method static mixed chunk($count, callable $callback)
|
|
* @method static mixed chunkMap(callable $callback, $count)
|
|
* @method static mixed each(callable $callback, $count)
|
|
* @method static mixed chunkById($count, callable $callback, $column, $alias)
|
|
* @method static mixed chunkByIdDesc($count, callable $callback, $column, $alias)
|
|
* @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending)
|
|
* @method static mixed eachById(callable $callback, $count, $column, $alias)
|
|
* @method static mixed lazy($chunkSize)
|
|
* @method static mixed lazyById($chunkSize, $column, $alias)
|
|
* @method static mixed lazyByIdDesc($chunkSize, $column, $alias)
|
|
* @method static mixed orderedLazyById($chunkSize, $column, $alias, $descending)
|
|
* @method static mixed first($columns)
|
|
* @method static mixed sole($columns)
|
|
* @method static mixed paginateUsingCursor($perPage, $columns, $cursorName, $cursor)
|
|
* @method static mixed getOriginalColumnNameForCursorPagination($builder, string $parameter)
|
|
* @method static mixed paginator($items, $total, $perPage, $currentPage, $options)
|
|
* @method static mixed simplePaginator($items, $perPage, $currentPage, $options)
|
|
* @method static mixed cursorPaginator($items, $perPage, $cursor, $options)
|
|
* @method static mixed tap($callback)
|
|
* @method static mixed when($value, callable $callback, callable $default)
|
|
* @method static mixed unless($value, callable $callback, callable $default)
|
|
* @method static mixed explain()
|
|
* @method static mixed forwardCallTo($object, $method, $parameters)
|
|
* @method static mixed forwardDecoratedCallTo($object, $method, $parameters)
|
|
* @method static mixed throwBadMethodCallException($method)
|
|
* @method static mixed macro($name, $macro)
|
|
* @method static mixed mixin($mixin, $replace)
|
|
* @method static mixed hasMacro($name)
|
|
* @method static mixed flushMacros()
|
|
* @method static mixed macroCall($method, $parameters)
|
|
* @mixin \Illuminate\Database\Query\Builder
|
|
*/
|
|
class Waste4A extends \App\Models\SigdModel
|
|
{
|
|
//
|
|
}
|
|
|
|
/**
|
|
* App\Models\Waste4AMethane
|
|
*
|
|
* @property string|null $updated_by
|
|
* @property string|null $created_by
|
|
* @property \Illuminate\Support\Carbon|null $updated_at
|
|
* @property \Illuminate\Support\Carbon|null $created_at
|
|
* @property int $row_status
|
|
* @property int $row_num
|
|
* @property float $ch4
|
|
* @property float $ddocm_decomposed_2
|
|
* @property float $ddocm_accumulated_prev
|
|
* @property float $ddocm_accumulated
|
|
* @property float $ddocm_decomposed_1
|
|
* @property float $ddocm_unreacted
|
|
* @property float $ddocm_deposited
|
|
* @property float $ef_mcf
|
|
* @property float $ef_f
|
|
* @property float $ef_exp2
|
|
* @property float $ef_exp1
|
|
* @property float $ef_docf
|
|
* @property float $ef_doc
|
|
* @property float $dry_matter
|
|
* @property float $amount
|
|
* @property string $activity_code
|
|
* @property string $activity_year
|
|
* @property string $inventory_year
|
|
* @property string $id
|
|
* @property-read \App\Models\ReferenceActivity $activity
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4AMethane>|Waste4AMethane whereId($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4AMethane>|Waste4AMethane whereInventoryYear($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4AMethane>|Waste4AMethane whereActivityYear($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4AMethane>|Waste4AMethane whereActivityCode($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4AMethane>|Waste4AMethane whereAmount($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4AMethane>|Waste4AMethane whereDryMatter($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4AMethane>|Waste4AMethane whereEfDoc($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4AMethane>|Waste4AMethane whereEfDocf($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4AMethane>|Waste4AMethane whereEfExp1($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4AMethane>|Waste4AMethane whereEfExp2($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4AMethane>|Waste4AMethane whereEfF($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4AMethane>|Waste4AMethane whereEfMcf($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4AMethane>|Waste4AMethane whereDdocmDeposited($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4AMethane>|Waste4AMethane whereDdocmUnreacted($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4AMethane>|Waste4AMethane whereDdocmDecomposed1($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4AMethane>|Waste4AMethane whereDdocmAccumulated($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4AMethane>|Waste4AMethane whereDdocmAccumulatedPrev($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4AMethane>|Waste4AMethane whereDdocmDecomposed2($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4AMethane>|Waste4AMethane whereCh4($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4AMethane>|Waste4AMethane whereRowNum($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4AMethane>|Waste4AMethane whereRowStatus($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4AMethane>|Waste4AMethane whereCreatedAt($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4AMethane>|Waste4AMethane whereUpdatedAt($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4AMethane>|Waste4AMethane whereCreatedBy($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4AMethane>|Waste4AMethane whereUpdatedBy($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4AMethane>|Waste4AMethane rowActive()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4AMethane>|Waste4AMethane isActive()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4AMethane>|Waste4AMethane orderByRowNum()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4AMethane>|Waste4AMethane newModelQuery()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4AMethane>|Waste4AMethane newQuery()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4AMethane>|Waste4AMethane query()
|
|
* @method static mixed select($columns)
|
|
* @method static mixed selectSub($query, $as)
|
|
* @method static mixed selectRaw($expression, array $bindings)
|
|
* @method static mixed fromSub($query, $as)
|
|
* @method static mixed fromRaw($expression, $bindings)
|
|
* @method static mixed createSub($query)
|
|
* @method static mixed parseSub($query)
|
|
* @method static mixed prependDatabaseNameIfCrossDatabaseQuery($query)
|
|
* @method static mixed addSelect($column)
|
|
* @method static mixed distinct()
|
|
* @method static mixed from($table, $as)
|
|
* @method static mixed useIndex($index)
|
|
* @method static mixed forceIndex($index)
|
|
* @method static mixed ignoreIndex($index)
|
|
* @method static mixed join($table, $first, $operator, $second, $type, $where)
|
|
* @method static mixed joinWhere($table, $first, $operator, $second, $type)
|
|
* @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where)
|
|
* @method static mixed joinLateral($query, string $as, string $type)
|
|
* @method static mixed leftJoinLateral($query, string $as)
|
|
* @method static mixed leftJoin($table, $first, $operator, $second)
|
|
* @method static mixed leftJoinWhere($table, $first, $operator, $second)
|
|
* @method static mixed leftJoinSub($query, $as, $first, $operator, $second)
|
|
* @method static mixed rightJoin($table, $first, $operator, $second)
|
|
* @method static mixed rightJoinWhere($table, $first, $operator, $second)
|
|
* @method static mixed rightJoinSub($query, $as, $first, $operator, $second)
|
|
* @method static mixed crossJoin($table, $first, $operator, $second)
|
|
* @method static mixed crossJoinSub($query, $as)
|
|
* @method static mixed newJoinClause(self $parentQuery, $type, $table)
|
|
* @method static mixed newJoinLateralClause(self $parentQuery, $type, $table)
|
|
* @method static mixed mergeWheres($wheres, $bindings)
|
|
* @method static mixed where($column, $operator, $value, $boolean)
|
|
* @method static mixed addArrayOfWheres($column, $boolean, $method)
|
|
* @method static mixed prepareValueAndOperator($value, $operator, $useDefault)
|
|
* @method static mixed invalidOperatorAndValue($operator, $value)
|
|
* @method static mixed invalidOperator($operator)
|
|
* @method static mixed isBitwiseOperator($operator)
|
|
* @method static mixed orWhere($column, $operator, $value)
|
|
* @method static mixed whereNot($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereNot($column, $operator, $value)
|
|
* @method static mixed whereColumn($first, $operator, $second, $boolean)
|
|
* @method static mixed orWhereColumn($first, $operator, $second)
|
|
* @method static mixed whereRaw($sql, $bindings, $boolean)
|
|
* @method static mixed orWhereRaw($sql, $bindings)
|
|
* @method static mixed whereIn($column, $values, $boolean, $not)
|
|
* @method static mixed orWhereIn($column, $values)
|
|
* @method static mixed whereNotIn($column, $values, $boolean)
|
|
* @method static mixed orWhereNotIn($column, $values)
|
|
* @method static mixed whereIntegerInRaw($column, $values, $boolean, $not)
|
|
* @method static mixed orWhereIntegerInRaw($column, $values)
|
|
* @method static mixed whereIntegerNotInRaw($column, $values, $boolean)
|
|
* @method static mixed orWhereIntegerNotInRaw($column, $values)
|
|
* @method static mixed whereNull($columns, $boolean, $not)
|
|
* @method static mixed orWhereNull($column)
|
|
* @method static mixed whereNotNull($columns, $boolean)
|
|
* @method static mixed whereBetween($column, iterable $values, $boolean, $not)
|
|
* @method static mixed whereBetweenColumns($column, array $values, $boolean, $not)
|
|
* @method static mixed orWhereBetween($column, iterable $values)
|
|
* @method static mixed orWhereBetweenColumns($column, array $values)
|
|
* @method static mixed whereNotBetween($column, iterable $values, $boolean)
|
|
* @method static mixed whereNotBetweenColumns($column, array $values, $boolean)
|
|
* @method static mixed orWhereNotBetween($column, iterable $values)
|
|
* @method static mixed orWhereNotBetweenColumns($column, array $values)
|
|
* @method static mixed orWhereNotNull($column)
|
|
* @method static mixed whereDate($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereDate($column, $operator, $value)
|
|
* @method static mixed whereTime($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereTime($column, $operator, $value)
|
|
* @method static mixed whereDay($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereDay($column, $operator, $value)
|
|
* @method static mixed whereMonth($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereMonth($column, $operator, $value)
|
|
* @method static mixed whereYear($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereYear($column, $operator, $value)
|
|
* @method static mixed addDateBasedWhere($type, $column, $operator, $value, $boolean)
|
|
* @method static mixed whereNested(Closure $callback, $boolean)
|
|
* @method static mixed forNestedWhere()
|
|
* @method static mixed addNestedWhereQuery($query, $boolean)
|
|
* @method static mixed whereSub($column, $operator, $callback, $boolean)
|
|
* @method static mixed whereExists($callback, $boolean, $not)
|
|
* @method static mixed orWhereExists($callback, $not)
|
|
* @method static mixed whereNotExists($callback, $boolean)
|
|
* @method static mixed orWhereNotExists($callback)
|
|
* @method static mixed addWhereExistsQuery(self $query, $boolean, $not)
|
|
* @method static mixed whereRowValues($columns, $operator, $values, $boolean)
|
|
* @method static mixed orWhereRowValues($columns, $operator, $values)
|
|
* @method static mixed whereJsonContains($column, $value, $boolean, $not)
|
|
* @method static mixed orWhereJsonContains($column, $value)
|
|
* @method static mixed whereJsonDoesntContain($column, $value, $boolean)
|
|
* @method static mixed orWhereJsonDoesntContain($column, $value)
|
|
* @method static mixed whereJsonOverlaps($column, $value, $boolean, $not)
|
|
* @method static mixed orWhereJsonOverlaps($column, $value)
|
|
* @method static mixed whereJsonDoesntOverlap($column, $value, $boolean)
|
|
* @method static mixed orWhereJsonDoesntOverlap($column, $value)
|
|
* @method static mixed whereJsonContainsKey($column, $boolean, $not)
|
|
* @method static mixed orWhereJsonContainsKey($column)
|
|
* @method static mixed whereJsonDoesntContainKey($column, $boolean)
|
|
* @method static mixed orWhereJsonDoesntContainKey($column)
|
|
* @method static mixed whereJsonLength($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereJsonLength($column, $operator, $value)
|
|
* @method static mixed dynamicWhere($method, $parameters)
|
|
* @method static mixed addDynamic($segment, $connector, $parameters, $index)
|
|
* @method static mixed whereFullText($columns, $value, array $options, $boolean)
|
|
* @method static mixed orWhereFullText($columns, $value, array $options)
|
|
* @method static mixed whereAll($columns, $operator, $value, $boolean)
|
|
* @method static mixed orWhereAll($columns, $operator, $value)
|
|
* @method static mixed whereAny($columns, $operator, $value, $boolean)
|
|
* @method static mixed orWhereAny($columns, $operator, $value)
|
|
* @method static mixed groupBy($groups)
|
|
* @method static mixed groupByRaw($sql, array $bindings)
|
|
* @method static mixed having($column, $operator, $value, $boolean)
|
|
* @method static mixed orHaving($column, $operator, $value)
|
|
* @method static mixed havingNested(Closure $callback, $boolean)
|
|
* @method static mixed addNestedHavingQuery($query, $boolean)
|
|
* @method static mixed havingNull($columns, $boolean, $not)
|
|
* @method static mixed orHavingNull($column)
|
|
* @method static mixed havingNotNull($columns, $boolean)
|
|
* @method static mixed orHavingNotNull($column)
|
|
* @method static mixed havingBetween($column, iterable $values, $boolean, $not)
|
|
* @method static mixed havingRaw($sql, array $bindings, $boolean)
|
|
* @method static mixed orHavingRaw($sql, array $bindings)
|
|
* @method static mixed orderBy($column, $direction)
|
|
* @method static mixed orderByDesc($column)
|
|
* @method static mixed latest($column)
|
|
* @method static mixed oldest($column)
|
|
* @method static mixed inRandomOrder($seed)
|
|
* @method static mixed orderByRaw($sql, $bindings)
|
|
* @method static mixed skip($value)
|
|
* @method static mixed offset($value)
|
|
* @method static mixed take($value)
|
|
* @method static mixed limit($value)
|
|
* @method static mixed groupLimit($value, $column)
|
|
* @method static mixed forPage($page, $perPage)
|
|
* @method static mixed forPageBeforeId($perPage, $lastId, $column)
|
|
* @method static mixed forPageAfterId($perPage, $lastId, $column)
|
|
* @method static mixed reorder($column, $direction)
|
|
* @method static mixed removeExistingOrdersFor($column)
|
|
* @method static mixed union($query, $all)
|
|
* @method static mixed unionAll($query)
|
|
* @method static mixed lock($value)
|
|
* @method static mixed lockForUpdate()
|
|
* @method static mixed sharedLock()
|
|
* @method static mixed beforeQuery(callable $callback)
|
|
* @method static mixed applyBeforeQueryCallbacks()
|
|
* @method static mixed afterQuery(Closure $callback)
|
|
* @method static mixed applyAfterQueryCallbacks($result)
|
|
* @method static mixed toSql()
|
|
* @method static mixed toRawSql()
|
|
* @method static mixed find($id, $columns)
|
|
* @method static mixed findOr($id, $columns, Closure $callback)
|
|
* @method static mixed value($column)
|
|
* @method static mixed rawValue(string $expression, array $bindings)
|
|
* @method static mixed soleValue($column)
|
|
* @method static mixed get($columns)
|
|
* @method static mixed runSelect()
|
|
* @method static mixed withoutGroupLimitKeys($items)
|
|
* @method static mixed paginate($perPage, $columns, $pageName, $page, $total)
|
|
* @method static mixed simplePaginate($perPage, $columns, $pageName, $page)
|
|
* @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor)
|
|
* @method static mixed ensureOrderForCursorPagination($shouldReverse)
|
|
* @method static mixed getCountForPagination($columns)
|
|
* @method static mixed runPaginationCountQuery($columns)
|
|
* @method static mixed cloneForPaginationCount()
|
|
* @method static mixed withoutSelectAliases(array $columns)
|
|
* @method static mixed cursor()
|
|
* @method static mixed enforceOrderBy()
|
|
* @method static mixed pluck($column, $key)
|
|
* @method static mixed stripTableForPluck($column)
|
|
* @method static mixed pluckFromObjectColumn($queryResult, $column, $key)
|
|
* @method static mixed pluckFromArrayColumn($queryResult, $column, $key)
|
|
* @method static mixed implode($column, $glue)
|
|
* @method static mixed exists()
|
|
* @method static mixed doesntExist()
|
|
* @method static mixed existsOr(Closure $callback)
|
|
* @method static mixed doesntExistOr(Closure $callback)
|
|
* @method static mixed count($columns)
|
|
* @method static mixed min($column)
|
|
* @method static mixed max($column)
|
|
* @method static mixed sum($column)
|
|
* @method static mixed avg($column)
|
|
* @method static mixed average($column)
|
|
* @method static mixed aggregate($function, $columns)
|
|
* @method static mixed numericAggregate($function, $columns)
|
|
* @method static mixed setAggregate($function, $columns)
|
|
* @method static mixed onceWithColumns($columns, $callback)
|
|
* @method static mixed insert(array $values)
|
|
* @method static mixed insertOrIgnore(array $values)
|
|
* @method static mixed insertGetId(array $values, $sequence)
|
|
* @method static mixed insertUsing(array $columns, $query)
|
|
* @method static mixed insertOrIgnoreUsing(array $columns, $query)
|
|
* @method static mixed update(array $values)
|
|
* @method static mixed updateFrom(array $values)
|
|
* @method static mixed updateOrInsert(array $attributes, callable|array $values)
|
|
* @method static mixed upsert(array $values, $uniqueBy, $update)
|
|
* @method static mixed increment($column, $amount, array $extra)
|
|
* @method static mixed incrementEach(array $columns, array $extra)
|
|
* @method static mixed decrement($column, $amount, array $extra)
|
|
* @method static mixed decrementEach(array $columns, array $extra)
|
|
* @method static mixed delete($id)
|
|
* @method static mixed truncate()
|
|
* @method static mixed newQuery()
|
|
* @method static mixed forSubQuery()
|
|
* @method static mixed getColumns()
|
|
* @method static mixed raw($value)
|
|
* @method static mixed getUnionBuilders()
|
|
* @method static mixed getBindings()
|
|
* @method static mixed getRawBindings()
|
|
* @method static mixed setBindings(array $bindings, $type)
|
|
* @method static mixed addBinding($value, $type)
|
|
* @method static mixed castBinding($value)
|
|
* @method static mixed mergeBindings(self $query)
|
|
* @method static mixed cleanBindings(array $bindings)
|
|
* @method static mixed flattenValue($value)
|
|
* @method static mixed defaultKeyName()
|
|
* @method static mixed getConnection()
|
|
* @method static mixed getProcessor()
|
|
* @method static mixed getGrammar()
|
|
* @method static mixed useWritePdo()
|
|
* @method static mixed isQueryable($value)
|
|
* @method static mixed clone()
|
|
* @method static mixed cloneWithout(array $properties)
|
|
* @method static mixed cloneWithoutBindings(array $except)
|
|
* @method static mixed dump($args)
|
|
* @method static mixed dumpRawSql()
|
|
* @method static mixed dd()
|
|
* @method static mixed ddRawSql()
|
|
* @method static mixed chunk($count, callable $callback)
|
|
* @method static mixed chunkMap(callable $callback, $count)
|
|
* @method static mixed each(callable $callback, $count)
|
|
* @method static mixed chunkById($count, callable $callback, $column, $alias)
|
|
* @method static mixed chunkByIdDesc($count, callable $callback, $column, $alias)
|
|
* @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending)
|
|
* @method static mixed eachById(callable $callback, $count, $column, $alias)
|
|
* @method static mixed lazy($chunkSize)
|
|
* @method static mixed lazyById($chunkSize, $column, $alias)
|
|
* @method static mixed lazyByIdDesc($chunkSize, $column, $alias)
|
|
* @method static mixed orderedLazyById($chunkSize, $column, $alias, $descending)
|
|
* @method static mixed first($columns)
|
|
* @method static mixed sole($columns)
|
|
* @method static mixed paginateUsingCursor($perPage, $columns, $cursorName, $cursor)
|
|
* @method static mixed getOriginalColumnNameForCursorPagination($builder, string $parameter)
|
|
* @method static mixed paginator($items, $total, $perPage, $currentPage, $options)
|
|
* @method static mixed simplePaginator($items, $perPage, $currentPage, $options)
|
|
* @method static mixed cursorPaginator($items, $perPage, $cursor, $options)
|
|
* @method static mixed tap($callback)
|
|
* @method static mixed when($value, callable $callback, callable $default)
|
|
* @method static mixed unless($value, callable $callback, callable $default)
|
|
* @method static mixed explain()
|
|
* @method static mixed forwardCallTo($object, $method, $parameters)
|
|
* @method static mixed forwardDecoratedCallTo($object, $method, $parameters)
|
|
* @method static mixed throwBadMethodCallException($method)
|
|
* @method static mixed macro($name, $macro)
|
|
* @method static mixed mixin($mixin, $replace)
|
|
* @method static mixed hasMacro($name)
|
|
* @method static mixed flushMacros()
|
|
* @method static mixed macroCall($method, $parameters)
|
|
* @mixin \Illuminate\Database\Query\Builder
|
|
*/
|
|
class Waste4AMethane extends \App\Models\SigdModel
|
|
{
|
|
//
|
|
}
|
|
|
|
/**
|
|
* App\Models\Waste4APre
|
|
*
|
|
* @property string|null $updated_by
|
|
* @property string|null $created_by
|
|
* @property \Illuminate\Support\Carbon|null $updated_at
|
|
* @property \Illuminate\Support\Carbon|null $created_at
|
|
* @property int $row_status
|
|
* @property int $row_num
|
|
* @property float $anorganik_lainnya
|
|
* @property float $kaca
|
|
* @property float $logam
|
|
* @property float $plastik
|
|
* @property float $karet_kulit
|
|
* @property float $tekstil
|
|
* @property float $kayu
|
|
* @property float $taman
|
|
* @property float $nappies
|
|
* @property float $kertas
|
|
* @property float $sisa_makanan
|
|
* @property float $total_waste
|
|
* @property float $value
|
|
* @property string $activity
|
|
* @property string $activity_year
|
|
* @property string $inventory_year
|
|
* @property string $id
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4APre>|Waste4APre whereId($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4APre>|Waste4APre whereInventoryYear($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4APre>|Waste4APre whereActivityYear($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4APre>|Waste4APre whereActivity($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4APre>|Waste4APre whereValue($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4APre>|Waste4APre whereTotalWaste($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4APre>|Waste4APre whereSisaMakanan($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4APre>|Waste4APre whereKertas($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4APre>|Waste4APre whereNappies($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4APre>|Waste4APre whereTaman($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4APre>|Waste4APre whereKayu($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4APre>|Waste4APre whereTekstil($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4APre>|Waste4APre whereKaretKulit($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4APre>|Waste4APre wherePlastik($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4APre>|Waste4APre whereLogam($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4APre>|Waste4APre whereKaca($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4APre>|Waste4APre whereAnorganikLainnya($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4APre>|Waste4APre whereRowNum($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4APre>|Waste4APre whereRowStatus($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4APre>|Waste4APre whereCreatedAt($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4APre>|Waste4APre whereUpdatedAt($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4APre>|Waste4APre whereCreatedBy($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4APre>|Waste4APre whereUpdatedBy($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4APre>|Waste4APre rowActive()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4APre>|Waste4APre isActive()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4APre>|Waste4APre orderByRowNum()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4APre>|Waste4APre newModelQuery()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4APre>|Waste4APre newQuery()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4APre>|Waste4APre query()
|
|
* @method static mixed select($columns)
|
|
* @method static mixed selectSub($query, $as)
|
|
* @method static mixed selectRaw($expression, array $bindings)
|
|
* @method static mixed fromSub($query, $as)
|
|
* @method static mixed fromRaw($expression, $bindings)
|
|
* @method static mixed createSub($query)
|
|
* @method static mixed parseSub($query)
|
|
* @method static mixed prependDatabaseNameIfCrossDatabaseQuery($query)
|
|
* @method static mixed addSelect($column)
|
|
* @method static mixed distinct()
|
|
* @method static mixed from($table, $as)
|
|
* @method static mixed useIndex($index)
|
|
* @method static mixed forceIndex($index)
|
|
* @method static mixed ignoreIndex($index)
|
|
* @method static mixed join($table, $first, $operator, $second, $type, $where)
|
|
* @method static mixed joinWhere($table, $first, $operator, $second, $type)
|
|
* @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where)
|
|
* @method static mixed joinLateral($query, string $as, string $type)
|
|
* @method static mixed leftJoinLateral($query, string $as)
|
|
* @method static mixed leftJoin($table, $first, $operator, $second)
|
|
* @method static mixed leftJoinWhere($table, $first, $operator, $second)
|
|
* @method static mixed leftJoinSub($query, $as, $first, $operator, $second)
|
|
* @method static mixed rightJoin($table, $first, $operator, $second)
|
|
* @method static mixed rightJoinWhere($table, $first, $operator, $second)
|
|
* @method static mixed rightJoinSub($query, $as, $first, $operator, $second)
|
|
* @method static mixed crossJoin($table, $first, $operator, $second)
|
|
* @method static mixed crossJoinSub($query, $as)
|
|
* @method static mixed newJoinClause(self $parentQuery, $type, $table)
|
|
* @method static mixed newJoinLateralClause(self $parentQuery, $type, $table)
|
|
* @method static mixed mergeWheres($wheres, $bindings)
|
|
* @method static mixed where($column, $operator, $value, $boolean)
|
|
* @method static mixed addArrayOfWheres($column, $boolean, $method)
|
|
* @method static mixed prepareValueAndOperator($value, $operator, $useDefault)
|
|
* @method static mixed invalidOperatorAndValue($operator, $value)
|
|
* @method static mixed invalidOperator($operator)
|
|
* @method static mixed isBitwiseOperator($operator)
|
|
* @method static mixed orWhere($column, $operator, $value)
|
|
* @method static mixed whereNot($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereNot($column, $operator, $value)
|
|
* @method static mixed whereColumn($first, $operator, $second, $boolean)
|
|
* @method static mixed orWhereColumn($first, $operator, $second)
|
|
* @method static mixed whereRaw($sql, $bindings, $boolean)
|
|
* @method static mixed orWhereRaw($sql, $bindings)
|
|
* @method static mixed whereIn($column, $values, $boolean, $not)
|
|
* @method static mixed orWhereIn($column, $values)
|
|
* @method static mixed whereNotIn($column, $values, $boolean)
|
|
* @method static mixed orWhereNotIn($column, $values)
|
|
* @method static mixed whereIntegerInRaw($column, $values, $boolean, $not)
|
|
* @method static mixed orWhereIntegerInRaw($column, $values)
|
|
* @method static mixed whereIntegerNotInRaw($column, $values, $boolean)
|
|
* @method static mixed orWhereIntegerNotInRaw($column, $values)
|
|
* @method static mixed whereNull($columns, $boolean, $not)
|
|
* @method static mixed orWhereNull($column)
|
|
* @method static mixed whereNotNull($columns, $boolean)
|
|
* @method static mixed whereBetween($column, iterable $values, $boolean, $not)
|
|
* @method static mixed whereBetweenColumns($column, array $values, $boolean, $not)
|
|
* @method static mixed orWhereBetween($column, iterable $values)
|
|
* @method static mixed orWhereBetweenColumns($column, array $values)
|
|
* @method static mixed whereNotBetween($column, iterable $values, $boolean)
|
|
* @method static mixed whereNotBetweenColumns($column, array $values, $boolean)
|
|
* @method static mixed orWhereNotBetween($column, iterable $values)
|
|
* @method static mixed orWhereNotBetweenColumns($column, array $values)
|
|
* @method static mixed orWhereNotNull($column)
|
|
* @method static mixed whereDate($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereDate($column, $operator, $value)
|
|
* @method static mixed whereTime($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereTime($column, $operator, $value)
|
|
* @method static mixed whereDay($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereDay($column, $operator, $value)
|
|
* @method static mixed whereMonth($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereMonth($column, $operator, $value)
|
|
* @method static mixed whereYear($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereYear($column, $operator, $value)
|
|
* @method static mixed addDateBasedWhere($type, $column, $operator, $value, $boolean)
|
|
* @method static mixed whereNested(Closure $callback, $boolean)
|
|
* @method static mixed forNestedWhere()
|
|
* @method static mixed addNestedWhereQuery($query, $boolean)
|
|
* @method static mixed whereSub($column, $operator, $callback, $boolean)
|
|
* @method static mixed whereExists($callback, $boolean, $not)
|
|
* @method static mixed orWhereExists($callback, $not)
|
|
* @method static mixed whereNotExists($callback, $boolean)
|
|
* @method static mixed orWhereNotExists($callback)
|
|
* @method static mixed addWhereExistsQuery(self $query, $boolean, $not)
|
|
* @method static mixed whereRowValues($columns, $operator, $values, $boolean)
|
|
* @method static mixed orWhereRowValues($columns, $operator, $values)
|
|
* @method static mixed whereJsonContains($column, $value, $boolean, $not)
|
|
* @method static mixed orWhereJsonContains($column, $value)
|
|
* @method static mixed whereJsonDoesntContain($column, $value, $boolean)
|
|
* @method static mixed orWhereJsonDoesntContain($column, $value)
|
|
* @method static mixed whereJsonOverlaps($column, $value, $boolean, $not)
|
|
* @method static mixed orWhereJsonOverlaps($column, $value)
|
|
* @method static mixed whereJsonDoesntOverlap($column, $value, $boolean)
|
|
* @method static mixed orWhereJsonDoesntOverlap($column, $value)
|
|
* @method static mixed whereJsonContainsKey($column, $boolean, $not)
|
|
* @method static mixed orWhereJsonContainsKey($column)
|
|
* @method static mixed whereJsonDoesntContainKey($column, $boolean)
|
|
* @method static mixed orWhereJsonDoesntContainKey($column)
|
|
* @method static mixed whereJsonLength($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereJsonLength($column, $operator, $value)
|
|
* @method static mixed dynamicWhere($method, $parameters)
|
|
* @method static mixed addDynamic($segment, $connector, $parameters, $index)
|
|
* @method static mixed whereFullText($columns, $value, array $options, $boolean)
|
|
* @method static mixed orWhereFullText($columns, $value, array $options)
|
|
* @method static mixed whereAll($columns, $operator, $value, $boolean)
|
|
* @method static mixed orWhereAll($columns, $operator, $value)
|
|
* @method static mixed whereAny($columns, $operator, $value, $boolean)
|
|
* @method static mixed orWhereAny($columns, $operator, $value)
|
|
* @method static mixed groupBy($groups)
|
|
* @method static mixed groupByRaw($sql, array $bindings)
|
|
* @method static mixed having($column, $operator, $value, $boolean)
|
|
* @method static mixed orHaving($column, $operator, $value)
|
|
* @method static mixed havingNested(Closure $callback, $boolean)
|
|
* @method static mixed addNestedHavingQuery($query, $boolean)
|
|
* @method static mixed havingNull($columns, $boolean, $not)
|
|
* @method static mixed orHavingNull($column)
|
|
* @method static mixed havingNotNull($columns, $boolean)
|
|
* @method static mixed orHavingNotNull($column)
|
|
* @method static mixed havingBetween($column, iterable $values, $boolean, $not)
|
|
* @method static mixed havingRaw($sql, array $bindings, $boolean)
|
|
* @method static mixed orHavingRaw($sql, array $bindings)
|
|
* @method static mixed orderBy($column, $direction)
|
|
* @method static mixed orderByDesc($column)
|
|
* @method static mixed latest($column)
|
|
* @method static mixed oldest($column)
|
|
* @method static mixed inRandomOrder($seed)
|
|
* @method static mixed orderByRaw($sql, $bindings)
|
|
* @method static mixed skip($value)
|
|
* @method static mixed offset($value)
|
|
* @method static mixed take($value)
|
|
* @method static mixed limit($value)
|
|
* @method static mixed groupLimit($value, $column)
|
|
* @method static mixed forPage($page, $perPage)
|
|
* @method static mixed forPageBeforeId($perPage, $lastId, $column)
|
|
* @method static mixed forPageAfterId($perPage, $lastId, $column)
|
|
* @method static mixed reorder($column, $direction)
|
|
* @method static mixed removeExistingOrdersFor($column)
|
|
* @method static mixed union($query, $all)
|
|
* @method static mixed unionAll($query)
|
|
* @method static mixed lock($value)
|
|
* @method static mixed lockForUpdate()
|
|
* @method static mixed sharedLock()
|
|
* @method static mixed beforeQuery(callable $callback)
|
|
* @method static mixed applyBeforeQueryCallbacks()
|
|
* @method static mixed afterQuery(Closure $callback)
|
|
* @method static mixed applyAfterQueryCallbacks($result)
|
|
* @method static mixed toSql()
|
|
* @method static mixed toRawSql()
|
|
* @method static mixed find($id, $columns)
|
|
* @method static mixed findOr($id, $columns, Closure $callback)
|
|
* @method static mixed value($column)
|
|
* @method static mixed rawValue(string $expression, array $bindings)
|
|
* @method static mixed soleValue($column)
|
|
* @method static mixed get($columns)
|
|
* @method static mixed runSelect()
|
|
* @method static mixed withoutGroupLimitKeys($items)
|
|
* @method static mixed paginate($perPage, $columns, $pageName, $page, $total)
|
|
* @method static mixed simplePaginate($perPage, $columns, $pageName, $page)
|
|
* @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor)
|
|
* @method static mixed ensureOrderForCursorPagination($shouldReverse)
|
|
* @method static mixed getCountForPagination($columns)
|
|
* @method static mixed runPaginationCountQuery($columns)
|
|
* @method static mixed cloneForPaginationCount()
|
|
* @method static mixed withoutSelectAliases(array $columns)
|
|
* @method static mixed cursor()
|
|
* @method static mixed enforceOrderBy()
|
|
* @method static mixed pluck($column, $key)
|
|
* @method static mixed stripTableForPluck($column)
|
|
* @method static mixed pluckFromObjectColumn($queryResult, $column, $key)
|
|
* @method static mixed pluckFromArrayColumn($queryResult, $column, $key)
|
|
* @method static mixed implode($column, $glue)
|
|
* @method static mixed exists()
|
|
* @method static mixed doesntExist()
|
|
* @method static mixed existsOr(Closure $callback)
|
|
* @method static mixed doesntExistOr(Closure $callback)
|
|
* @method static mixed count($columns)
|
|
* @method static mixed min($column)
|
|
* @method static mixed max($column)
|
|
* @method static mixed sum($column)
|
|
* @method static mixed avg($column)
|
|
* @method static mixed average($column)
|
|
* @method static mixed aggregate($function, $columns)
|
|
* @method static mixed numericAggregate($function, $columns)
|
|
* @method static mixed setAggregate($function, $columns)
|
|
* @method static mixed onceWithColumns($columns, $callback)
|
|
* @method static mixed insert(array $values)
|
|
* @method static mixed insertOrIgnore(array $values)
|
|
* @method static mixed insertGetId(array $values, $sequence)
|
|
* @method static mixed insertUsing(array $columns, $query)
|
|
* @method static mixed insertOrIgnoreUsing(array $columns, $query)
|
|
* @method static mixed update(array $values)
|
|
* @method static mixed updateFrom(array $values)
|
|
* @method static mixed updateOrInsert(array $attributes, callable|array $values)
|
|
* @method static mixed upsert(array $values, $uniqueBy, $update)
|
|
* @method static mixed increment($column, $amount, array $extra)
|
|
* @method static mixed incrementEach(array $columns, array $extra)
|
|
* @method static mixed decrement($column, $amount, array $extra)
|
|
* @method static mixed decrementEach(array $columns, array $extra)
|
|
* @method static mixed delete($id)
|
|
* @method static mixed truncate()
|
|
* @method static mixed newQuery()
|
|
* @method static mixed forSubQuery()
|
|
* @method static mixed getColumns()
|
|
* @method static mixed raw($value)
|
|
* @method static mixed getUnionBuilders()
|
|
* @method static mixed getBindings()
|
|
* @method static mixed getRawBindings()
|
|
* @method static mixed setBindings(array $bindings, $type)
|
|
* @method static mixed addBinding($value, $type)
|
|
* @method static mixed castBinding($value)
|
|
* @method static mixed mergeBindings(self $query)
|
|
* @method static mixed cleanBindings(array $bindings)
|
|
* @method static mixed flattenValue($value)
|
|
* @method static mixed defaultKeyName()
|
|
* @method static mixed getConnection()
|
|
* @method static mixed getProcessor()
|
|
* @method static mixed getGrammar()
|
|
* @method static mixed useWritePdo()
|
|
* @method static mixed isQueryable($value)
|
|
* @method static mixed clone()
|
|
* @method static mixed cloneWithout(array $properties)
|
|
* @method static mixed cloneWithoutBindings(array $except)
|
|
* @method static mixed dump($args)
|
|
* @method static mixed dumpRawSql()
|
|
* @method static mixed dd()
|
|
* @method static mixed ddRawSql()
|
|
* @method static mixed chunk($count, callable $callback)
|
|
* @method static mixed chunkMap(callable $callback, $count)
|
|
* @method static mixed each(callable $callback, $count)
|
|
* @method static mixed chunkById($count, callable $callback, $column, $alias)
|
|
* @method static mixed chunkByIdDesc($count, callable $callback, $column, $alias)
|
|
* @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending)
|
|
* @method static mixed eachById(callable $callback, $count, $column, $alias)
|
|
* @method static mixed lazy($chunkSize)
|
|
* @method static mixed lazyById($chunkSize, $column, $alias)
|
|
* @method static mixed lazyByIdDesc($chunkSize, $column, $alias)
|
|
* @method static mixed orderedLazyById($chunkSize, $column, $alias, $descending)
|
|
* @method static mixed first($columns)
|
|
* @method static mixed sole($columns)
|
|
* @method static mixed paginateUsingCursor($perPage, $columns, $cursorName, $cursor)
|
|
* @method static mixed getOriginalColumnNameForCursorPagination($builder, string $parameter)
|
|
* @method static mixed paginator($items, $total, $perPage, $currentPage, $options)
|
|
* @method static mixed simplePaginator($items, $perPage, $currentPage, $options)
|
|
* @method static mixed cursorPaginator($items, $perPage, $cursor, $options)
|
|
* @method static mixed tap($callback)
|
|
* @method static mixed when($value, callable $callback, callable $default)
|
|
* @method static mixed unless($value, callable $callback, callable $default)
|
|
* @method static mixed explain()
|
|
* @method static mixed forwardCallTo($object, $method, $parameters)
|
|
* @method static mixed forwardDecoratedCallTo($object, $method, $parameters)
|
|
* @method static mixed throwBadMethodCallException($method)
|
|
* @method static mixed macro($name, $macro)
|
|
* @method static mixed mixin($mixin, $replace)
|
|
* @method static mixed hasMacro($name)
|
|
* @method static mixed flushMacros()
|
|
* @method static mixed macroCall($method, $parameters)
|
|
* @mixin \Illuminate\Database\Query\Builder
|
|
*/
|
|
class Waste4APre extends \App\Models\SigdModel
|
|
{
|
|
//
|
|
}
|
|
|
|
/**
|
|
* App\Models\Waste4B1
|
|
*
|
|
* @property string|null $updated_by
|
|
* @property string|null $created_by
|
|
* @property \Illuminate\Support\Carbon|null $updated_at
|
|
* @property \Illuminate\Support\Carbon|null $created_at
|
|
* @property int $row_status
|
|
* @property int $row_num
|
|
* @property float $ch4_final
|
|
* @property float $ch4_recovery
|
|
* @property float $ch4
|
|
* @property float $ef
|
|
* @property float $num_waste
|
|
* @property float $kompos
|
|
* @property float $value
|
|
* @property string $category
|
|
* @property string $activity_code
|
|
* @property string $activity_year
|
|
* @property string $inventory_year
|
|
* @property string $id
|
|
* @property-read \App\Models\ReferenceActivity $activity
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4B1>|Waste4B1 whereId($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4B1>|Waste4B1 whereInventoryYear($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4B1>|Waste4B1 whereActivityYear($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4B1>|Waste4B1 whereActivityCode($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4B1>|Waste4B1 whereCategory($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4B1>|Waste4B1 whereValue($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4B1>|Waste4B1 whereKompos($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4B1>|Waste4B1 whereNumWaste($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4B1>|Waste4B1 whereEf($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4B1>|Waste4B1 whereCh4($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4B1>|Waste4B1 whereCh4Recovery($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4B1>|Waste4B1 whereCh4Final($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4B1>|Waste4B1 whereRowNum($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4B1>|Waste4B1 whereRowStatus($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4B1>|Waste4B1 whereCreatedAt($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4B1>|Waste4B1 whereUpdatedAt($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4B1>|Waste4B1 whereCreatedBy($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4B1>|Waste4B1 whereUpdatedBy($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4B1>|Waste4B1 rowActive()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4B1>|Waste4B1 isActive()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4B1>|Waste4B1 orderByRowNum()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4B1>|Waste4B1 newModelQuery()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4B1>|Waste4B1 newQuery()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4B1>|Waste4B1 query()
|
|
* @method static mixed select($columns)
|
|
* @method static mixed selectSub($query, $as)
|
|
* @method static mixed selectRaw($expression, array $bindings)
|
|
* @method static mixed fromSub($query, $as)
|
|
* @method static mixed fromRaw($expression, $bindings)
|
|
* @method static mixed createSub($query)
|
|
* @method static mixed parseSub($query)
|
|
* @method static mixed prependDatabaseNameIfCrossDatabaseQuery($query)
|
|
* @method static mixed addSelect($column)
|
|
* @method static mixed distinct()
|
|
* @method static mixed from($table, $as)
|
|
* @method static mixed useIndex($index)
|
|
* @method static mixed forceIndex($index)
|
|
* @method static mixed ignoreIndex($index)
|
|
* @method static mixed join($table, $first, $operator, $second, $type, $where)
|
|
* @method static mixed joinWhere($table, $first, $operator, $second, $type)
|
|
* @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where)
|
|
* @method static mixed joinLateral($query, string $as, string $type)
|
|
* @method static mixed leftJoinLateral($query, string $as)
|
|
* @method static mixed leftJoin($table, $first, $operator, $second)
|
|
* @method static mixed leftJoinWhere($table, $first, $operator, $second)
|
|
* @method static mixed leftJoinSub($query, $as, $first, $operator, $second)
|
|
* @method static mixed rightJoin($table, $first, $operator, $second)
|
|
* @method static mixed rightJoinWhere($table, $first, $operator, $second)
|
|
* @method static mixed rightJoinSub($query, $as, $first, $operator, $second)
|
|
* @method static mixed crossJoin($table, $first, $operator, $second)
|
|
* @method static mixed crossJoinSub($query, $as)
|
|
* @method static mixed newJoinClause(self $parentQuery, $type, $table)
|
|
* @method static mixed newJoinLateralClause(self $parentQuery, $type, $table)
|
|
* @method static mixed mergeWheres($wheres, $bindings)
|
|
* @method static mixed where($column, $operator, $value, $boolean)
|
|
* @method static mixed addArrayOfWheres($column, $boolean, $method)
|
|
* @method static mixed prepareValueAndOperator($value, $operator, $useDefault)
|
|
* @method static mixed invalidOperatorAndValue($operator, $value)
|
|
* @method static mixed invalidOperator($operator)
|
|
* @method static mixed isBitwiseOperator($operator)
|
|
* @method static mixed orWhere($column, $operator, $value)
|
|
* @method static mixed whereNot($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereNot($column, $operator, $value)
|
|
* @method static mixed whereColumn($first, $operator, $second, $boolean)
|
|
* @method static mixed orWhereColumn($first, $operator, $second)
|
|
* @method static mixed whereRaw($sql, $bindings, $boolean)
|
|
* @method static mixed orWhereRaw($sql, $bindings)
|
|
* @method static mixed whereIn($column, $values, $boolean, $not)
|
|
* @method static mixed orWhereIn($column, $values)
|
|
* @method static mixed whereNotIn($column, $values, $boolean)
|
|
* @method static mixed orWhereNotIn($column, $values)
|
|
* @method static mixed whereIntegerInRaw($column, $values, $boolean, $not)
|
|
* @method static mixed orWhereIntegerInRaw($column, $values)
|
|
* @method static mixed whereIntegerNotInRaw($column, $values, $boolean)
|
|
* @method static mixed orWhereIntegerNotInRaw($column, $values)
|
|
* @method static mixed whereNull($columns, $boolean, $not)
|
|
* @method static mixed orWhereNull($column)
|
|
* @method static mixed whereNotNull($columns, $boolean)
|
|
* @method static mixed whereBetween($column, iterable $values, $boolean, $not)
|
|
* @method static mixed whereBetweenColumns($column, array $values, $boolean, $not)
|
|
* @method static mixed orWhereBetween($column, iterable $values)
|
|
* @method static mixed orWhereBetweenColumns($column, array $values)
|
|
* @method static mixed whereNotBetween($column, iterable $values, $boolean)
|
|
* @method static mixed whereNotBetweenColumns($column, array $values, $boolean)
|
|
* @method static mixed orWhereNotBetween($column, iterable $values)
|
|
* @method static mixed orWhereNotBetweenColumns($column, array $values)
|
|
* @method static mixed orWhereNotNull($column)
|
|
* @method static mixed whereDate($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereDate($column, $operator, $value)
|
|
* @method static mixed whereTime($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereTime($column, $operator, $value)
|
|
* @method static mixed whereDay($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereDay($column, $operator, $value)
|
|
* @method static mixed whereMonth($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereMonth($column, $operator, $value)
|
|
* @method static mixed whereYear($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereYear($column, $operator, $value)
|
|
* @method static mixed addDateBasedWhere($type, $column, $operator, $value, $boolean)
|
|
* @method static mixed whereNested(Closure $callback, $boolean)
|
|
* @method static mixed forNestedWhere()
|
|
* @method static mixed addNestedWhereQuery($query, $boolean)
|
|
* @method static mixed whereSub($column, $operator, $callback, $boolean)
|
|
* @method static mixed whereExists($callback, $boolean, $not)
|
|
* @method static mixed orWhereExists($callback, $not)
|
|
* @method static mixed whereNotExists($callback, $boolean)
|
|
* @method static mixed orWhereNotExists($callback)
|
|
* @method static mixed addWhereExistsQuery(self $query, $boolean, $not)
|
|
* @method static mixed whereRowValues($columns, $operator, $values, $boolean)
|
|
* @method static mixed orWhereRowValues($columns, $operator, $values)
|
|
* @method static mixed whereJsonContains($column, $value, $boolean, $not)
|
|
* @method static mixed orWhereJsonContains($column, $value)
|
|
* @method static mixed whereJsonDoesntContain($column, $value, $boolean)
|
|
* @method static mixed orWhereJsonDoesntContain($column, $value)
|
|
* @method static mixed whereJsonOverlaps($column, $value, $boolean, $not)
|
|
* @method static mixed orWhereJsonOverlaps($column, $value)
|
|
* @method static mixed whereJsonDoesntOverlap($column, $value, $boolean)
|
|
* @method static mixed orWhereJsonDoesntOverlap($column, $value)
|
|
* @method static mixed whereJsonContainsKey($column, $boolean, $not)
|
|
* @method static mixed orWhereJsonContainsKey($column)
|
|
* @method static mixed whereJsonDoesntContainKey($column, $boolean)
|
|
* @method static mixed orWhereJsonDoesntContainKey($column)
|
|
* @method static mixed whereJsonLength($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereJsonLength($column, $operator, $value)
|
|
* @method static mixed dynamicWhere($method, $parameters)
|
|
* @method static mixed addDynamic($segment, $connector, $parameters, $index)
|
|
* @method static mixed whereFullText($columns, $value, array $options, $boolean)
|
|
* @method static mixed orWhereFullText($columns, $value, array $options)
|
|
* @method static mixed whereAll($columns, $operator, $value, $boolean)
|
|
* @method static mixed orWhereAll($columns, $operator, $value)
|
|
* @method static mixed whereAny($columns, $operator, $value, $boolean)
|
|
* @method static mixed orWhereAny($columns, $operator, $value)
|
|
* @method static mixed groupBy($groups)
|
|
* @method static mixed groupByRaw($sql, array $bindings)
|
|
* @method static mixed having($column, $operator, $value, $boolean)
|
|
* @method static mixed orHaving($column, $operator, $value)
|
|
* @method static mixed havingNested(Closure $callback, $boolean)
|
|
* @method static mixed addNestedHavingQuery($query, $boolean)
|
|
* @method static mixed havingNull($columns, $boolean, $not)
|
|
* @method static mixed orHavingNull($column)
|
|
* @method static mixed havingNotNull($columns, $boolean)
|
|
* @method static mixed orHavingNotNull($column)
|
|
* @method static mixed havingBetween($column, iterable $values, $boolean, $not)
|
|
* @method static mixed havingRaw($sql, array $bindings, $boolean)
|
|
* @method static mixed orHavingRaw($sql, array $bindings)
|
|
* @method static mixed orderBy($column, $direction)
|
|
* @method static mixed orderByDesc($column)
|
|
* @method static mixed latest($column)
|
|
* @method static mixed oldest($column)
|
|
* @method static mixed inRandomOrder($seed)
|
|
* @method static mixed orderByRaw($sql, $bindings)
|
|
* @method static mixed skip($value)
|
|
* @method static mixed offset($value)
|
|
* @method static mixed take($value)
|
|
* @method static mixed limit($value)
|
|
* @method static mixed groupLimit($value, $column)
|
|
* @method static mixed forPage($page, $perPage)
|
|
* @method static mixed forPageBeforeId($perPage, $lastId, $column)
|
|
* @method static mixed forPageAfterId($perPage, $lastId, $column)
|
|
* @method static mixed reorder($column, $direction)
|
|
* @method static mixed removeExistingOrdersFor($column)
|
|
* @method static mixed union($query, $all)
|
|
* @method static mixed unionAll($query)
|
|
* @method static mixed lock($value)
|
|
* @method static mixed lockForUpdate()
|
|
* @method static mixed sharedLock()
|
|
* @method static mixed beforeQuery(callable $callback)
|
|
* @method static mixed applyBeforeQueryCallbacks()
|
|
* @method static mixed afterQuery(Closure $callback)
|
|
* @method static mixed applyAfterQueryCallbacks($result)
|
|
* @method static mixed toSql()
|
|
* @method static mixed toRawSql()
|
|
* @method static mixed find($id, $columns)
|
|
* @method static mixed findOr($id, $columns, Closure $callback)
|
|
* @method static mixed value($column)
|
|
* @method static mixed rawValue(string $expression, array $bindings)
|
|
* @method static mixed soleValue($column)
|
|
* @method static mixed get($columns)
|
|
* @method static mixed runSelect()
|
|
* @method static mixed withoutGroupLimitKeys($items)
|
|
* @method static mixed paginate($perPage, $columns, $pageName, $page, $total)
|
|
* @method static mixed simplePaginate($perPage, $columns, $pageName, $page)
|
|
* @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor)
|
|
* @method static mixed ensureOrderForCursorPagination($shouldReverse)
|
|
* @method static mixed getCountForPagination($columns)
|
|
* @method static mixed runPaginationCountQuery($columns)
|
|
* @method static mixed cloneForPaginationCount()
|
|
* @method static mixed withoutSelectAliases(array $columns)
|
|
* @method static mixed cursor()
|
|
* @method static mixed enforceOrderBy()
|
|
* @method static mixed pluck($column, $key)
|
|
* @method static mixed stripTableForPluck($column)
|
|
* @method static mixed pluckFromObjectColumn($queryResult, $column, $key)
|
|
* @method static mixed pluckFromArrayColumn($queryResult, $column, $key)
|
|
* @method static mixed implode($column, $glue)
|
|
* @method static mixed exists()
|
|
* @method static mixed doesntExist()
|
|
* @method static mixed existsOr(Closure $callback)
|
|
* @method static mixed doesntExistOr(Closure $callback)
|
|
* @method static mixed count($columns)
|
|
* @method static mixed min($column)
|
|
* @method static mixed max($column)
|
|
* @method static mixed sum($column)
|
|
* @method static mixed avg($column)
|
|
* @method static mixed average($column)
|
|
* @method static mixed aggregate($function, $columns)
|
|
* @method static mixed numericAggregate($function, $columns)
|
|
* @method static mixed setAggregate($function, $columns)
|
|
* @method static mixed onceWithColumns($columns, $callback)
|
|
* @method static mixed insert(array $values)
|
|
* @method static mixed insertOrIgnore(array $values)
|
|
* @method static mixed insertGetId(array $values, $sequence)
|
|
* @method static mixed insertUsing(array $columns, $query)
|
|
* @method static mixed insertOrIgnoreUsing(array $columns, $query)
|
|
* @method static mixed update(array $values)
|
|
* @method static mixed updateFrom(array $values)
|
|
* @method static mixed updateOrInsert(array $attributes, callable|array $values)
|
|
* @method static mixed upsert(array $values, $uniqueBy, $update)
|
|
* @method static mixed increment($column, $amount, array $extra)
|
|
* @method static mixed incrementEach(array $columns, array $extra)
|
|
* @method static mixed decrement($column, $amount, array $extra)
|
|
* @method static mixed decrementEach(array $columns, array $extra)
|
|
* @method static mixed delete($id)
|
|
* @method static mixed truncate()
|
|
* @method static mixed newQuery()
|
|
* @method static mixed forSubQuery()
|
|
* @method static mixed getColumns()
|
|
* @method static mixed raw($value)
|
|
* @method static mixed getUnionBuilders()
|
|
* @method static mixed getBindings()
|
|
* @method static mixed getRawBindings()
|
|
* @method static mixed setBindings(array $bindings, $type)
|
|
* @method static mixed addBinding($value, $type)
|
|
* @method static mixed castBinding($value)
|
|
* @method static mixed mergeBindings(self $query)
|
|
* @method static mixed cleanBindings(array $bindings)
|
|
* @method static mixed flattenValue($value)
|
|
* @method static mixed defaultKeyName()
|
|
* @method static mixed getConnection()
|
|
* @method static mixed getProcessor()
|
|
* @method static mixed getGrammar()
|
|
* @method static mixed useWritePdo()
|
|
* @method static mixed isQueryable($value)
|
|
* @method static mixed clone()
|
|
* @method static mixed cloneWithout(array $properties)
|
|
* @method static mixed cloneWithoutBindings(array $except)
|
|
* @method static mixed dump($args)
|
|
* @method static mixed dumpRawSql()
|
|
* @method static mixed dd()
|
|
* @method static mixed ddRawSql()
|
|
* @method static mixed chunk($count, callable $callback)
|
|
* @method static mixed chunkMap(callable $callback, $count)
|
|
* @method static mixed each(callable $callback, $count)
|
|
* @method static mixed chunkById($count, callable $callback, $column, $alias)
|
|
* @method static mixed chunkByIdDesc($count, callable $callback, $column, $alias)
|
|
* @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending)
|
|
* @method static mixed eachById(callable $callback, $count, $column, $alias)
|
|
* @method static mixed lazy($chunkSize)
|
|
* @method static mixed lazyById($chunkSize, $column, $alias)
|
|
* @method static mixed lazyByIdDesc($chunkSize, $column, $alias)
|
|
* @method static mixed orderedLazyById($chunkSize, $column, $alias, $descending)
|
|
* @method static mixed first($columns)
|
|
* @method static mixed sole($columns)
|
|
* @method static mixed paginateUsingCursor($perPage, $columns, $cursorName, $cursor)
|
|
* @method static mixed getOriginalColumnNameForCursorPagination($builder, string $parameter)
|
|
* @method static mixed paginator($items, $total, $perPage, $currentPage, $options)
|
|
* @method static mixed simplePaginator($items, $perPage, $currentPage, $options)
|
|
* @method static mixed cursorPaginator($items, $perPage, $cursor, $options)
|
|
* @method static mixed tap($callback)
|
|
* @method static mixed when($value, callable $callback, callable $default)
|
|
* @method static mixed unless($value, callable $callback, callable $default)
|
|
* @method static mixed explain()
|
|
* @method static mixed forwardCallTo($object, $method, $parameters)
|
|
* @method static mixed forwardDecoratedCallTo($object, $method, $parameters)
|
|
* @method static mixed throwBadMethodCallException($method)
|
|
* @method static mixed macro($name, $macro)
|
|
* @method static mixed mixin($mixin, $replace)
|
|
* @method static mixed hasMacro($name)
|
|
* @method static mixed flushMacros()
|
|
* @method static mixed macroCall($method, $parameters)
|
|
* @mixin \Illuminate\Database\Query\Builder
|
|
*/
|
|
class Waste4B1 extends \App\Models\SigdModel
|
|
{
|
|
//
|
|
}
|
|
|
|
/**
|
|
* App\Models\Waste4B2
|
|
*
|
|
* @property string|null $updated_by
|
|
* @property string|null $created_by
|
|
* @property \Illuminate\Support\Carbon|null $updated_at
|
|
* @property \Illuminate\Support\Carbon|null $created_at
|
|
* @property int $row_status
|
|
* @property int $row_num
|
|
* @property float $n2o
|
|
* @property float $ef
|
|
* @property float $num_waste
|
|
* @property float $kompos
|
|
* @property float $value
|
|
* @property string $category
|
|
* @property string $activity_code
|
|
* @property string $activity_year
|
|
* @property string $inventory_year
|
|
* @property string $id
|
|
* @property-read \App\Models\ReferenceActivity $activity
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4B2>|Waste4B2 whereId($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4B2>|Waste4B2 whereInventoryYear($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4B2>|Waste4B2 whereActivityYear($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4B2>|Waste4B2 whereActivityCode($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4B2>|Waste4B2 whereCategory($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4B2>|Waste4B2 whereValue($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4B2>|Waste4B2 whereKompos($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4B2>|Waste4B2 whereNumWaste($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4B2>|Waste4B2 whereEf($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4B2>|Waste4B2 whereN2O($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4B2>|Waste4B2 whereRowNum($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4B2>|Waste4B2 whereRowStatus($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4B2>|Waste4B2 whereCreatedAt($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4B2>|Waste4B2 whereUpdatedAt($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4B2>|Waste4B2 whereCreatedBy($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4B2>|Waste4B2 whereUpdatedBy($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4B2>|Waste4B2 rowActive()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4B2>|Waste4B2 isActive()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4B2>|Waste4B2 orderByRowNum()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4B2>|Waste4B2 newModelQuery()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4B2>|Waste4B2 newQuery()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4B2>|Waste4B2 query()
|
|
* @method static mixed select($columns)
|
|
* @method static mixed selectSub($query, $as)
|
|
* @method static mixed selectRaw($expression, array $bindings)
|
|
* @method static mixed fromSub($query, $as)
|
|
* @method static mixed fromRaw($expression, $bindings)
|
|
* @method static mixed createSub($query)
|
|
* @method static mixed parseSub($query)
|
|
* @method static mixed prependDatabaseNameIfCrossDatabaseQuery($query)
|
|
* @method static mixed addSelect($column)
|
|
* @method static mixed distinct()
|
|
* @method static mixed from($table, $as)
|
|
* @method static mixed useIndex($index)
|
|
* @method static mixed forceIndex($index)
|
|
* @method static mixed ignoreIndex($index)
|
|
* @method static mixed join($table, $first, $operator, $second, $type, $where)
|
|
* @method static mixed joinWhere($table, $first, $operator, $second, $type)
|
|
* @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where)
|
|
* @method static mixed joinLateral($query, string $as, string $type)
|
|
* @method static mixed leftJoinLateral($query, string $as)
|
|
* @method static mixed leftJoin($table, $first, $operator, $second)
|
|
* @method static mixed leftJoinWhere($table, $first, $operator, $second)
|
|
* @method static mixed leftJoinSub($query, $as, $first, $operator, $second)
|
|
* @method static mixed rightJoin($table, $first, $operator, $second)
|
|
* @method static mixed rightJoinWhere($table, $first, $operator, $second)
|
|
* @method static mixed rightJoinSub($query, $as, $first, $operator, $second)
|
|
* @method static mixed crossJoin($table, $first, $operator, $second)
|
|
* @method static mixed crossJoinSub($query, $as)
|
|
* @method static mixed newJoinClause(self $parentQuery, $type, $table)
|
|
* @method static mixed newJoinLateralClause(self $parentQuery, $type, $table)
|
|
* @method static mixed mergeWheres($wheres, $bindings)
|
|
* @method static mixed where($column, $operator, $value, $boolean)
|
|
* @method static mixed addArrayOfWheres($column, $boolean, $method)
|
|
* @method static mixed prepareValueAndOperator($value, $operator, $useDefault)
|
|
* @method static mixed invalidOperatorAndValue($operator, $value)
|
|
* @method static mixed invalidOperator($operator)
|
|
* @method static mixed isBitwiseOperator($operator)
|
|
* @method static mixed orWhere($column, $operator, $value)
|
|
* @method static mixed whereNot($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereNot($column, $operator, $value)
|
|
* @method static mixed whereColumn($first, $operator, $second, $boolean)
|
|
* @method static mixed orWhereColumn($first, $operator, $second)
|
|
* @method static mixed whereRaw($sql, $bindings, $boolean)
|
|
* @method static mixed orWhereRaw($sql, $bindings)
|
|
* @method static mixed whereIn($column, $values, $boolean, $not)
|
|
* @method static mixed orWhereIn($column, $values)
|
|
* @method static mixed whereNotIn($column, $values, $boolean)
|
|
* @method static mixed orWhereNotIn($column, $values)
|
|
* @method static mixed whereIntegerInRaw($column, $values, $boolean, $not)
|
|
* @method static mixed orWhereIntegerInRaw($column, $values)
|
|
* @method static mixed whereIntegerNotInRaw($column, $values, $boolean)
|
|
* @method static mixed orWhereIntegerNotInRaw($column, $values)
|
|
* @method static mixed whereNull($columns, $boolean, $not)
|
|
* @method static mixed orWhereNull($column)
|
|
* @method static mixed whereNotNull($columns, $boolean)
|
|
* @method static mixed whereBetween($column, iterable $values, $boolean, $not)
|
|
* @method static mixed whereBetweenColumns($column, array $values, $boolean, $not)
|
|
* @method static mixed orWhereBetween($column, iterable $values)
|
|
* @method static mixed orWhereBetweenColumns($column, array $values)
|
|
* @method static mixed whereNotBetween($column, iterable $values, $boolean)
|
|
* @method static mixed whereNotBetweenColumns($column, array $values, $boolean)
|
|
* @method static mixed orWhereNotBetween($column, iterable $values)
|
|
* @method static mixed orWhereNotBetweenColumns($column, array $values)
|
|
* @method static mixed orWhereNotNull($column)
|
|
* @method static mixed whereDate($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereDate($column, $operator, $value)
|
|
* @method static mixed whereTime($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereTime($column, $operator, $value)
|
|
* @method static mixed whereDay($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereDay($column, $operator, $value)
|
|
* @method static mixed whereMonth($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereMonth($column, $operator, $value)
|
|
* @method static mixed whereYear($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereYear($column, $operator, $value)
|
|
* @method static mixed addDateBasedWhere($type, $column, $operator, $value, $boolean)
|
|
* @method static mixed whereNested(Closure $callback, $boolean)
|
|
* @method static mixed forNestedWhere()
|
|
* @method static mixed addNestedWhereQuery($query, $boolean)
|
|
* @method static mixed whereSub($column, $operator, $callback, $boolean)
|
|
* @method static mixed whereExists($callback, $boolean, $not)
|
|
* @method static mixed orWhereExists($callback, $not)
|
|
* @method static mixed whereNotExists($callback, $boolean)
|
|
* @method static mixed orWhereNotExists($callback)
|
|
* @method static mixed addWhereExistsQuery(self $query, $boolean, $not)
|
|
* @method static mixed whereRowValues($columns, $operator, $values, $boolean)
|
|
* @method static mixed orWhereRowValues($columns, $operator, $values)
|
|
* @method static mixed whereJsonContains($column, $value, $boolean, $not)
|
|
* @method static mixed orWhereJsonContains($column, $value)
|
|
* @method static mixed whereJsonDoesntContain($column, $value, $boolean)
|
|
* @method static mixed orWhereJsonDoesntContain($column, $value)
|
|
* @method static mixed whereJsonOverlaps($column, $value, $boolean, $not)
|
|
* @method static mixed orWhereJsonOverlaps($column, $value)
|
|
* @method static mixed whereJsonDoesntOverlap($column, $value, $boolean)
|
|
* @method static mixed orWhereJsonDoesntOverlap($column, $value)
|
|
* @method static mixed whereJsonContainsKey($column, $boolean, $not)
|
|
* @method static mixed orWhereJsonContainsKey($column)
|
|
* @method static mixed whereJsonDoesntContainKey($column, $boolean)
|
|
* @method static mixed orWhereJsonDoesntContainKey($column)
|
|
* @method static mixed whereJsonLength($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereJsonLength($column, $operator, $value)
|
|
* @method static mixed dynamicWhere($method, $parameters)
|
|
* @method static mixed addDynamic($segment, $connector, $parameters, $index)
|
|
* @method static mixed whereFullText($columns, $value, array $options, $boolean)
|
|
* @method static mixed orWhereFullText($columns, $value, array $options)
|
|
* @method static mixed whereAll($columns, $operator, $value, $boolean)
|
|
* @method static mixed orWhereAll($columns, $operator, $value)
|
|
* @method static mixed whereAny($columns, $operator, $value, $boolean)
|
|
* @method static mixed orWhereAny($columns, $operator, $value)
|
|
* @method static mixed groupBy($groups)
|
|
* @method static mixed groupByRaw($sql, array $bindings)
|
|
* @method static mixed having($column, $operator, $value, $boolean)
|
|
* @method static mixed orHaving($column, $operator, $value)
|
|
* @method static mixed havingNested(Closure $callback, $boolean)
|
|
* @method static mixed addNestedHavingQuery($query, $boolean)
|
|
* @method static mixed havingNull($columns, $boolean, $not)
|
|
* @method static mixed orHavingNull($column)
|
|
* @method static mixed havingNotNull($columns, $boolean)
|
|
* @method static mixed orHavingNotNull($column)
|
|
* @method static mixed havingBetween($column, iterable $values, $boolean, $not)
|
|
* @method static mixed havingRaw($sql, array $bindings, $boolean)
|
|
* @method static mixed orHavingRaw($sql, array $bindings)
|
|
* @method static mixed orderBy($column, $direction)
|
|
* @method static mixed orderByDesc($column)
|
|
* @method static mixed latest($column)
|
|
* @method static mixed oldest($column)
|
|
* @method static mixed inRandomOrder($seed)
|
|
* @method static mixed orderByRaw($sql, $bindings)
|
|
* @method static mixed skip($value)
|
|
* @method static mixed offset($value)
|
|
* @method static mixed take($value)
|
|
* @method static mixed limit($value)
|
|
* @method static mixed groupLimit($value, $column)
|
|
* @method static mixed forPage($page, $perPage)
|
|
* @method static mixed forPageBeforeId($perPage, $lastId, $column)
|
|
* @method static mixed forPageAfterId($perPage, $lastId, $column)
|
|
* @method static mixed reorder($column, $direction)
|
|
* @method static mixed removeExistingOrdersFor($column)
|
|
* @method static mixed union($query, $all)
|
|
* @method static mixed unionAll($query)
|
|
* @method static mixed lock($value)
|
|
* @method static mixed lockForUpdate()
|
|
* @method static mixed sharedLock()
|
|
* @method static mixed beforeQuery(callable $callback)
|
|
* @method static mixed applyBeforeQueryCallbacks()
|
|
* @method static mixed afterQuery(Closure $callback)
|
|
* @method static mixed applyAfterQueryCallbacks($result)
|
|
* @method static mixed toSql()
|
|
* @method static mixed toRawSql()
|
|
* @method static mixed find($id, $columns)
|
|
* @method static mixed findOr($id, $columns, Closure $callback)
|
|
* @method static mixed value($column)
|
|
* @method static mixed rawValue(string $expression, array $bindings)
|
|
* @method static mixed soleValue($column)
|
|
* @method static mixed get($columns)
|
|
* @method static mixed runSelect()
|
|
* @method static mixed withoutGroupLimitKeys($items)
|
|
* @method static mixed paginate($perPage, $columns, $pageName, $page, $total)
|
|
* @method static mixed simplePaginate($perPage, $columns, $pageName, $page)
|
|
* @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor)
|
|
* @method static mixed ensureOrderForCursorPagination($shouldReverse)
|
|
* @method static mixed getCountForPagination($columns)
|
|
* @method static mixed runPaginationCountQuery($columns)
|
|
* @method static mixed cloneForPaginationCount()
|
|
* @method static mixed withoutSelectAliases(array $columns)
|
|
* @method static mixed cursor()
|
|
* @method static mixed enforceOrderBy()
|
|
* @method static mixed pluck($column, $key)
|
|
* @method static mixed stripTableForPluck($column)
|
|
* @method static mixed pluckFromObjectColumn($queryResult, $column, $key)
|
|
* @method static mixed pluckFromArrayColumn($queryResult, $column, $key)
|
|
* @method static mixed implode($column, $glue)
|
|
* @method static mixed exists()
|
|
* @method static mixed doesntExist()
|
|
* @method static mixed existsOr(Closure $callback)
|
|
* @method static mixed doesntExistOr(Closure $callback)
|
|
* @method static mixed count($columns)
|
|
* @method static mixed min($column)
|
|
* @method static mixed max($column)
|
|
* @method static mixed sum($column)
|
|
* @method static mixed avg($column)
|
|
* @method static mixed average($column)
|
|
* @method static mixed aggregate($function, $columns)
|
|
* @method static mixed numericAggregate($function, $columns)
|
|
* @method static mixed setAggregate($function, $columns)
|
|
* @method static mixed onceWithColumns($columns, $callback)
|
|
* @method static mixed insert(array $values)
|
|
* @method static mixed insertOrIgnore(array $values)
|
|
* @method static mixed insertGetId(array $values, $sequence)
|
|
* @method static mixed insertUsing(array $columns, $query)
|
|
* @method static mixed insertOrIgnoreUsing(array $columns, $query)
|
|
* @method static mixed update(array $values)
|
|
* @method static mixed updateFrom(array $values)
|
|
* @method static mixed updateOrInsert(array $attributes, callable|array $values)
|
|
* @method static mixed upsert(array $values, $uniqueBy, $update)
|
|
* @method static mixed increment($column, $amount, array $extra)
|
|
* @method static mixed incrementEach(array $columns, array $extra)
|
|
* @method static mixed decrement($column, $amount, array $extra)
|
|
* @method static mixed decrementEach(array $columns, array $extra)
|
|
* @method static mixed delete($id)
|
|
* @method static mixed truncate()
|
|
* @method static mixed newQuery()
|
|
* @method static mixed forSubQuery()
|
|
* @method static mixed getColumns()
|
|
* @method static mixed raw($value)
|
|
* @method static mixed getUnionBuilders()
|
|
* @method static mixed getBindings()
|
|
* @method static mixed getRawBindings()
|
|
* @method static mixed setBindings(array $bindings, $type)
|
|
* @method static mixed addBinding($value, $type)
|
|
* @method static mixed castBinding($value)
|
|
* @method static mixed mergeBindings(self $query)
|
|
* @method static mixed cleanBindings(array $bindings)
|
|
* @method static mixed flattenValue($value)
|
|
* @method static mixed defaultKeyName()
|
|
* @method static mixed getConnection()
|
|
* @method static mixed getProcessor()
|
|
* @method static mixed getGrammar()
|
|
* @method static mixed useWritePdo()
|
|
* @method static mixed isQueryable($value)
|
|
* @method static mixed clone()
|
|
* @method static mixed cloneWithout(array $properties)
|
|
* @method static mixed cloneWithoutBindings(array $except)
|
|
* @method static mixed dump($args)
|
|
* @method static mixed dumpRawSql()
|
|
* @method static mixed dd()
|
|
* @method static mixed ddRawSql()
|
|
* @method static mixed chunk($count, callable $callback)
|
|
* @method static mixed chunkMap(callable $callback, $count)
|
|
* @method static mixed each(callable $callback, $count)
|
|
* @method static mixed chunkById($count, callable $callback, $column, $alias)
|
|
* @method static mixed chunkByIdDesc($count, callable $callback, $column, $alias)
|
|
* @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending)
|
|
* @method static mixed eachById(callable $callback, $count, $column, $alias)
|
|
* @method static mixed lazy($chunkSize)
|
|
* @method static mixed lazyById($chunkSize, $column, $alias)
|
|
* @method static mixed lazyByIdDesc($chunkSize, $column, $alias)
|
|
* @method static mixed orderedLazyById($chunkSize, $column, $alias, $descending)
|
|
* @method static mixed first($columns)
|
|
* @method static mixed sole($columns)
|
|
* @method static mixed paginateUsingCursor($perPage, $columns, $cursorName, $cursor)
|
|
* @method static mixed getOriginalColumnNameForCursorPagination($builder, string $parameter)
|
|
* @method static mixed paginator($items, $total, $perPage, $currentPage, $options)
|
|
* @method static mixed simplePaginator($items, $perPage, $currentPage, $options)
|
|
* @method static mixed cursorPaginator($items, $perPage, $cursor, $options)
|
|
* @method static mixed tap($callback)
|
|
* @method static mixed when($value, callable $callback, callable $default)
|
|
* @method static mixed unless($value, callable $callback, callable $default)
|
|
* @method static mixed explain()
|
|
* @method static mixed forwardCallTo($object, $method, $parameters)
|
|
* @method static mixed forwardDecoratedCallTo($object, $method, $parameters)
|
|
* @method static mixed throwBadMethodCallException($method)
|
|
* @method static mixed macro($name, $macro)
|
|
* @method static mixed mixin($mixin, $replace)
|
|
* @method static mixed hasMacro($name)
|
|
* @method static mixed flushMacros()
|
|
* @method static mixed macroCall($method, $parameters)
|
|
* @mixin \Illuminate\Database\Query\Builder
|
|
*/
|
|
class Waste4B2 extends \App\Models\SigdModel
|
|
{
|
|
//
|
|
}
|
|
|
|
/**
|
|
* App\Models\Waste4C1
|
|
*
|
|
* @property string|null $updated_by
|
|
* @property string|null $created_by
|
|
* @property \Illuminate\Support\Carbon|null $updated_at
|
|
* @property \Illuminate\Support\Carbon|null $created_at
|
|
* @property int $row_status
|
|
* @property int $row_num
|
|
* @property float $msw_b
|
|
* @property float $ef_b_frac
|
|
* @property float $msw_p
|
|
* @property float $fraction
|
|
* @property float $population
|
|
* @property string $category
|
|
* @property string $activity_year
|
|
* @property string $inventory_year
|
|
* @property string $id
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4C1>|Waste4C1 whereId($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4C1>|Waste4C1 whereInventoryYear($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4C1>|Waste4C1 whereActivityYear($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4C1>|Waste4C1 whereCategory($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4C1>|Waste4C1 wherePopulation($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4C1>|Waste4C1 whereFraction($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4C1>|Waste4C1 whereMswP($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4C1>|Waste4C1 whereEfBFrac($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4C1>|Waste4C1 whereMswB($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4C1>|Waste4C1 whereRowNum($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4C1>|Waste4C1 whereRowStatus($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4C1>|Waste4C1 whereCreatedAt($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4C1>|Waste4C1 whereUpdatedAt($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4C1>|Waste4C1 whereCreatedBy($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4C1>|Waste4C1 whereUpdatedBy($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4C1>|Waste4C1 rowActive()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4C1>|Waste4C1 isActive()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4C1>|Waste4C1 orderByRowNum()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4C1>|Waste4C1 newModelQuery()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4C1>|Waste4C1 newQuery()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4C1>|Waste4C1 query()
|
|
* @method static mixed select($columns)
|
|
* @method static mixed selectSub($query, $as)
|
|
* @method static mixed selectRaw($expression, array $bindings)
|
|
* @method static mixed fromSub($query, $as)
|
|
* @method static mixed fromRaw($expression, $bindings)
|
|
* @method static mixed createSub($query)
|
|
* @method static mixed parseSub($query)
|
|
* @method static mixed prependDatabaseNameIfCrossDatabaseQuery($query)
|
|
* @method static mixed addSelect($column)
|
|
* @method static mixed distinct()
|
|
* @method static mixed from($table, $as)
|
|
* @method static mixed useIndex($index)
|
|
* @method static mixed forceIndex($index)
|
|
* @method static mixed ignoreIndex($index)
|
|
* @method static mixed join($table, $first, $operator, $second, $type, $where)
|
|
* @method static mixed joinWhere($table, $first, $operator, $second, $type)
|
|
* @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where)
|
|
* @method static mixed joinLateral($query, string $as, string $type)
|
|
* @method static mixed leftJoinLateral($query, string $as)
|
|
* @method static mixed leftJoin($table, $first, $operator, $second)
|
|
* @method static mixed leftJoinWhere($table, $first, $operator, $second)
|
|
* @method static mixed leftJoinSub($query, $as, $first, $operator, $second)
|
|
* @method static mixed rightJoin($table, $first, $operator, $second)
|
|
* @method static mixed rightJoinWhere($table, $first, $operator, $second)
|
|
* @method static mixed rightJoinSub($query, $as, $first, $operator, $second)
|
|
* @method static mixed crossJoin($table, $first, $operator, $second)
|
|
* @method static mixed crossJoinSub($query, $as)
|
|
* @method static mixed newJoinClause(self $parentQuery, $type, $table)
|
|
* @method static mixed newJoinLateralClause(self $parentQuery, $type, $table)
|
|
* @method static mixed mergeWheres($wheres, $bindings)
|
|
* @method static mixed where($column, $operator, $value, $boolean)
|
|
* @method static mixed addArrayOfWheres($column, $boolean, $method)
|
|
* @method static mixed prepareValueAndOperator($value, $operator, $useDefault)
|
|
* @method static mixed invalidOperatorAndValue($operator, $value)
|
|
* @method static mixed invalidOperator($operator)
|
|
* @method static mixed isBitwiseOperator($operator)
|
|
* @method static mixed orWhere($column, $operator, $value)
|
|
* @method static mixed whereNot($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereNot($column, $operator, $value)
|
|
* @method static mixed whereColumn($first, $operator, $second, $boolean)
|
|
* @method static mixed orWhereColumn($first, $operator, $second)
|
|
* @method static mixed whereRaw($sql, $bindings, $boolean)
|
|
* @method static mixed orWhereRaw($sql, $bindings)
|
|
* @method static mixed whereIn($column, $values, $boolean, $not)
|
|
* @method static mixed orWhereIn($column, $values)
|
|
* @method static mixed whereNotIn($column, $values, $boolean)
|
|
* @method static mixed orWhereNotIn($column, $values)
|
|
* @method static mixed whereIntegerInRaw($column, $values, $boolean, $not)
|
|
* @method static mixed orWhereIntegerInRaw($column, $values)
|
|
* @method static mixed whereIntegerNotInRaw($column, $values, $boolean)
|
|
* @method static mixed orWhereIntegerNotInRaw($column, $values)
|
|
* @method static mixed whereNull($columns, $boolean, $not)
|
|
* @method static mixed orWhereNull($column)
|
|
* @method static mixed whereNotNull($columns, $boolean)
|
|
* @method static mixed whereBetween($column, iterable $values, $boolean, $not)
|
|
* @method static mixed whereBetweenColumns($column, array $values, $boolean, $not)
|
|
* @method static mixed orWhereBetween($column, iterable $values)
|
|
* @method static mixed orWhereBetweenColumns($column, array $values)
|
|
* @method static mixed whereNotBetween($column, iterable $values, $boolean)
|
|
* @method static mixed whereNotBetweenColumns($column, array $values, $boolean)
|
|
* @method static mixed orWhereNotBetween($column, iterable $values)
|
|
* @method static mixed orWhereNotBetweenColumns($column, array $values)
|
|
* @method static mixed orWhereNotNull($column)
|
|
* @method static mixed whereDate($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereDate($column, $operator, $value)
|
|
* @method static mixed whereTime($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereTime($column, $operator, $value)
|
|
* @method static mixed whereDay($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereDay($column, $operator, $value)
|
|
* @method static mixed whereMonth($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereMonth($column, $operator, $value)
|
|
* @method static mixed whereYear($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereYear($column, $operator, $value)
|
|
* @method static mixed addDateBasedWhere($type, $column, $operator, $value, $boolean)
|
|
* @method static mixed whereNested(Closure $callback, $boolean)
|
|
* @method static mixed forNestedWhere()
|
|
* @method static mixed addNestedWhereQuery($query, $boolean)
|
|
* @method static mixed whereSub($column, $operator, $callback, $boolean)
|
|
* @method static mixed whereExists($callback, $boolean, $not)
|
|
* @method static mixed orWhereExists($callback, $not)
|
|
* @method static mixed whereNotExists($callback, $boolean)
|
|
* @method static mixed orWhereNotExists($callback)
|
|
* @method static mixed addWhereExistsQuery(self $query, $boolean, $not)
|
|
* @method static mixed whereRowValues($columns, $operator, $values, $boolean)
|
|
* @method static mixed orWhereRowValues($columns, $operator, $values)
|
|
* @method static mixed whereJsonContains($column, $value, $boolean, $not)
|
|
* @method static mixed orWhereJsonContains($column, $value)
|
|
* @method static mixed whereJsonDoesntContain($column, $value, $boolean)
|
|
* @method static mixed orWhereJsonDoesntContain($column, $value)
|
|
* @method static mixed whereJsonOverlaps($column, $value, $boolean, $not)
|
|
* @method static mixed orWhereJsonOverlaps($column, $value)
|
|
* @method static mixed whereJsonDoesntOverlap($column, $value, $boolean)
|
|
* @method static mixed orWhereJsonDoesntOverlap($column, $value)
|
|
* @method static mixed whereJsonContainsKey($column, $boolean, $not)
|
|
* @method static mixed orWhereJsonContainsKey($column)
|
|
* @method static mixed whereJsonDoesntContainKey($column, $boolean)
|
|
* @method static mixed orWhereJsonDoesntContainKey($column)
|
|
* @method static mixed whereJsonLength($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereJsonLength($column, $operator, $value)
|
|
* @method static mixed dynamicWhere($method, $parameters)
|
|
* @method static mixed addDynamic($segment, $connector, $parameters, $index)
|
|
* @method static mixed whereFullText($columns, $value, array $options, $boolean)
|
|
* @method static mixed orWhereFullText($columns, $value, array $options)
|
|
* @method static mixed whereAll($columns, $operator, $value, $boolean)
|
|
* @method static mixed orWhereAll($columns, $operator, $value)
|
|
* @method static mixed whereAny($columns, $operator, $value, $boolean)
|
|
* @method static mixed orWhereAny($columns, $operator, $value)
|
|
* @method static mixed groupBy($groups)
|
|
* @method static mixed groupByRaw($sql, array $bindings)
|
|
* @method static mixed having($column, $operator, $value, $boolean)
|
|
* @method static mixed orHaving($column, $operator, $value)
|
|
* @method static mixed havingNested(Closure $callback, $boolean)
|
|
* @method static mixed addNestedHavingQuery($query, $boolean)
|
|
* @method static mixed havingNull($columns, $boolean, $not)
|
|
* @method static mixed orHavingNull($column)
|
|
* @method static mixed havingNotNull($columns, $boolean)
|
|
* @method static mixed orHavingNotNull($column)
|
|
* @method static mixed havingBetween($column, iterable $values, $boolean, $not)
|
|
* @method static mixed havingRaw($sql, array $bindings, $boolean)
|
|
* @method static mixed orHavingRaw($sql, array $bindings)
|
|
* @method static mixed orderBy($column, $direction)
|
|
* @method static mixed orderByDesc($column)
|
|
* @method static mixed latest($column)
|
|
* @method static mixed oldest($column)
|
|
* @method static mixed inRandomOrder($seed)
|
|
* @method static mixed orderByRaw($sql, $bindings)
|
|
* @method static mixed skip($value)
|
|
* @method static mixed offset($value)
|
|
* @method static mixed take($value)
|
|
* @method static mixed limit($value)
|
|
* @method static mixed groupLimit($value, $column)
|
|
* @method static mixed forPage($page, $perPage)
|
|
* @method static mixed forPageBeforeId($perPage, $lastId, $column)
|
|
* @method static mixed forPageAfterId($perPage, $lastId, $column)
|
|
* @method static mixed reorder($column, $direction)
|
|
* @method static mixed removeExistingOrdersFor($column)
|
|
* @method static mixed union($query, $all)
|
|
* @method static mixed unionAll($query)
|
|
* @method static mixed lock($value)
|
|
* @method static mixed lockForUpdate()
|
|
* @method static mixed sharedLock()
|
|
* @method static mixed beforeQuery(callable $callback)
|
|
* @method static mixed applyBeforeQueryCallbacks()
|
|
* @method static mixed afterQuery(Closure $callback)
|
|
* @method static mixed applyAfterQueryCallbacks($result)
|
|
* @method static mixed toSql()
|
|
* @method static mixed toRawSql()
|
|
* @method static mixed find($id, $columns)
|
|
* @method static mixed findOr($id, $columns, Closure $callback)
|
|
* @method static mixed value($column)
|
|
* @method static mixed rawValue(string $expression, array $bindings)
|
|
* @method static mixed soleValue($column)
|
|
* @method static mixed get($columns)
|
|
* @method static mixed runSelect()
|
|
* @method static mixed withoutGroupLimitKeys($items)
|
|
* @method static mixed paginate($perPage, $columns, $pageName, $page, $total)
|
|
* @method static mixed simplePaginate($perPage, $columns, $pageName, $page)
|
|
* @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor)
|
|
* @method static mixed ensureOrderForCursorPagination($shouldReverse)
|
|
* @method static mixed getCountForPagination($columns)
|
|
* @method static mixed runPaginationCountQuery($columns)
|
|
* @method static mixed cloneForPaginationCount()
|
|
* @method static mixed withoutSelectAliases(array $columns)
|
|
* @method static mixed cursor()
|
|
* @method static mixed enforceOrderBy()
|
|
* @method static mixed pluck($column, $key)
|
|
* @method static mixed stripTableForPluck($column)
|
|
* @method static mixed pluckFromObjectColumn($queryResult, $column, $key)
|
|
* @method static mixed pluckFromArrayColumn($queryResult, $column, $key)
|
|
* @method static mixed implode($column, $glue)
|
|
* @method static mixed exists()
|
|
* @method static mixed doesntExist()
|
|
* @method static mixed existsOr(Closure $callback)
|
|
* @method static mixed doesntExistOr(Closure $callback)
|
|
* @method static mixed count($columns)
|
|
* @method static mixed min($column)
|
|
* @method static mixed max($column)
|
|
* @method static mixed sum($column)
|
|
* @method static mixed avg($column)
|
|
* @method static mixed average($column)
|
|
* @method static mixed aggregate($function, $columns)
|
|
* @method static mixed numericAggregate($function, $columns)
|
|
* @method static mixed setAggregate($function, $columns)
|
|
* @method static mixed onceWithColumns($columns, $callback)
|
|
* @method static mixed insert(array $values)
|
|
* @method static mixed insertOrIgnore(array $values)
|
|
* @method static mixed insertGetId(array $values, $sequence)
|
|
* @method static mixed insertUsing(array $columns, $query)
|
|
* @method static mixed insertOrIgnoreUsing(array $columns, $query)
|
|
* @method static mixed update(array $values)
|
|
* @method static mixed updateFrom(array $values)
|
|
* @method static mixed updateOrInsert(array $attributes, callable|array $values)
|
|
* @method static mixed upsert(array $values, $uniqueBy, $update)
|
|
* @method static mixed increment($column, $amount, array $extra)
|
|
* @method static mixed incrementEach(array $columns, array $extra)
|
|
* @method static mixed decrement($column, $amount, array $extra)
|
|
* @method static mixed decrementEach(array $columns, array $extra)
|
|
* @method static mixed delete($id)
|
|
* @method static mixed truncate()
|
|
* @method static mixed newQuery()
|
|
* @method static mixed forSubQuery()
|
|
* @method static mixed getColumns()
|
|
* @method static mixed raw($value)
|
|
* @method static mixed getUnionBuilders()
|
|
* @method static mixed getBindings()
|
|
* @method static mixed getRawBindings()
|
|
* @method static mixed setBindings(array $bindings, $type)
|
|
* @method static mixed addBinding($value, $type)
|
|
* @method static mixed castBinding($value)
|
|
* @method static mixed mergeBindings(self $query)
|
|
* @method static mixed cleanBindings(array $bindings)
|
|
* @method static mixed flattenValue($value)
|
|
* @method static mixed defaultKeyName()
|
|
* @method static mixed getConnection()
|
|
* @method static mixed getProcessor()
|
|
* @method static mixed getGrammar()
|
|
* @method static mixed useWritePdo()
|
|
* @method static mixed isQueryable($value)
|
|
* @method static mixed clone()
|
|
* @method static mixed cloneWithout(array $properties)
|
|
* @method static mixed cloneWithoutBindings(array $except)
|
|
* @method static mixed dump($args)
|
|
* @method static mixed dumpRawSql()
|
|
* @method static mixed dd()
|
|
* @method static mixed ddRawSql()
|
|
* @method static mixed chunk($count, callable $callback)
|
|
* @method static mixed chunkMap(callable $callback, $count)
|
|
* @method static mixed each(callable $callback, $count)
|
|
* @method static mixed chunkById($count, callable $callback, $column, $alias)
|
|
* @method static mixed chunkByIdDesc($count, callable $callback, $column, $alias)
|
|
* @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending)
|
|
* @method static mixed eachById(callable $callback, $count, $column, $alias)
|
|
* @method static mixed lazy($chunkSize)
|
|
* @method static mixed lazyById($chunkSize, $column, $alias)
|
|
* @method static mixed lazyByIdDesc($chunkSize, $column, $alias)
|
|
* @method static mixed orderedLazyById($chunkSize, $column, $alias, $descending)
|
|
* @method static mixed first($columns)
|
|
* @method static mixed sole($columns)
|
|
* @method static mixed paginateUsingCursor($perPage, $columns, $cursorName, $cursor)
|
|
* @method static mixed getOriginalColumnNameForCursorPagination($builder, string $parameter)
|
|
* @method static mixed paginator($items, $total, $perPage, $currentPage, $options)
|
|
* @method static mixed simplePaginator($items, $perPage, $currentPage, $options)
|
|
* @method static mixed cursorPaginator($items, $perPage, $cursor, $options)
|
|
* @method static mixed tap($callback)
|
|
* @method static mixed when($value, callable $callback, callable $default)
|
|
* @method static mixed unless($value, callable $callback, callable $default)
|
|
* @method static mixed explain()
|
|
* @method static mixed forwardCallTo($object, $method, $parameters)
|
|
* @method static mixed forwardDecoratedCallTo($object, $method, $parameters)
|
|
* @method static mixed throwBadMethodCallException($method)
|
|
* @method static mixed macro($name, $macro)
|
|
* @method static mixed mixin($mixin, $replace)
|
|
* @method static mixed hasMacro($name)
|
|
* @method static mixed flushMacros()
|
|
* @method static mixed macroCall($method, $parameters)
|
|
* @mixin \Illuminate\Database\Query\Builder
|
|
*/
|
|
class Waste4C1 extends \App\Models\SigdModel
|
|
{
|
|
//
|
|
}
|
|
|
|
/**
|
|
* App\Models\Waste4C2a
|
|
*
|
|
* @property string|null $updated_by
|
|
* @property string|null $created_by
|
|
* @property \Illuminate\Support\Carbon|null $updated_at
|
|
* @property \Illuminate\Support\Carbon|null $created_at
|
|
* @property int $row_status
|
|
* @property int $row_num
|
|
* @property float $co2
|
|
* @property float $ef_cf
|
|
* @property float $ef_oxidation_f
|
|
* @property float $ef_fossil_carbon_f
|
|
* @property float $ef_carbon_f
|
|
* @property float $dry_matter
|
|
* @property float $open_burned
|
|
* @property float $msw_b
|
|
* @property float $composition
|
|
* @property string $activity_code
|
|
* @property string $category
|
|
* @property string $activity_year
|
|
* @property string $inventory_year
|
|
* @property string $id
|
|
* @property-read \App\Models\ReferenceActivity $activity
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4C2a>|Waste4C2a whereId($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4C2a>|Waste4C2a whereInventoryYear($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4C2a>|Waste4C2a whereActivityYear($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4C2a>|Waste4C2a whereCategory($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4C2a>|Waste4C2a whereActivityCode($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4C2a>|Waste4C2a whereComposition($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4C2a>|Waste4C2a whereMswB($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4C2a>|Waste4C2a whereOpenBurned($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4C2a>|Waste4C2a whereDryMatter($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4C2a>|Waste4C2a whereEfCarbonF($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4C2a>|Waste4C2a whereEfFossilCarbonF($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4C2a>|Waste4C2a whereEfOxidationF($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4C2a>|Waste4C2a whereEfCf($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4C2a>|Waste4C2a whereCo2($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4C2a>|Waste4C2a whereRowNum($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4C2a>|Waste4C2a whereRowStatus($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4C2a>|Waste4C2a whereCreatedAt($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4C2a>|Waste4C2a whereUpdatedAt($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4C2a>|Waste4C2a whereCreatedBy($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4C2a>|Waste4C2a whereUpdatedBy($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4C2a>|Waste4C2a rowActive()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4C2a>|Waste4C2a isActive()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4C2a>|Waste4C2a orderByRowNum()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4C2a>|Waste4C2a newModelQuery()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4C2a>|Waste4C2a newQuery()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4C2a>|Waste4C2a query()
|
|
* @method static mixed select($columns)
|
|
* @method static mixed selectSub($query, $as)
|
|
* @method static mixed selectRaw($expression, array $bindings)
|
|
* @method static mixed fromSub($query, $as)
|
|
* @method static mixed fromRaw($expression, $bindings)
|
|
* @method static mixed createSub($query)
|
|
* @method static mixed parseSub($query)
|
|
* @method static mixed prependDatabaseNameIfCrossDatabaseQuery($query)
|
|
* @method static mixed addSelect($column)
|
|
* @method static mixed distinct()
|
|
* @method static mixed from($table, $as)
|
|
* @method static mixed useIndex($index)
|
|
* @method static mixed forceIndex($index)
|
|
* @method static mixed ignoreIndex($index)
|
|
* @method static mixed join($table, $first, $operator, $second, $type, $where)
|
|
* @method static mixed joinWhere($table, $first, $operator, $second, $type)
|
|
* @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where)
|
|
* @method static mixed joinLateral($query, string $as, string $type)
|
|
* @method static mixed leftJoinLateral($query, string $as)
|
|
* @method static mixed leftJoin($table, $first, $operator, $second)
|
|
* @method static mixed leftJoinWhere($table, $first, $operator, $second)
|
|
* @method static mixed leftJoinSub($query, $as, $first, $operator, $second)
|
|
* @method static mixed rightJoin($table, $first, $operator, $second)
|
|
* @method static mixed rightJoinWhere($table, $first, $operator, $second)
|
|
* @method static mixed rightJoinSub($query, $as, $first, $operator, $second)
|
|
* @method static mixed crossJoin($table, $first, $operator, $second)
|
|
* @method static mixed crossJoinSub($query, $as)
|
|
* @method static mixed newJoinClause(self $parentQuery, $type, $table)
|
|
* @method static mixed newJoinLateralClause(self $parentQuery, $type, $table)
|
|
* @method static mixed mergeWheres($wheres, $bindings)
|
|
* @method static mixed where($column, $operator, $value, $boolean)
|
|
* @method static mixed addArrayOfWheres($column, $boolean, $method)
|
|
* @method static mixed prepareValueAndOperator($value, $operator, $useDefault)
|
|
* @method static mixed invalidOperatorAndValue($operator, $value)
|
|
* @method static mixed invalidOperator($operator)
|
|
* @method static mixed isBitwiseOperator($operator)
|
|
* @method static mixed orWhere($column, $operator, $value)
|
|
* @method static mixed whereNot($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereNot($column, $operator, $value)
|
|
* @method static mixed whereColumn($first, $operator, $second, $boolean)
|
|
* @method static mixed orWhereColumn($first, $operator, $second)
|
|
* @method static mixed whereRaw($sql, $bindings, $boolean)
|
|
* @method static mixed orWhereRaw($sql, $bindings)
|
|
* @method static mixed whereIn($column, $values, $boolean, $not)
|
|
* @method static mixed orWhereIn($column, $values)
|
|
* @method static mixed whereNotIn($column, $values, $boolean)
|
|
* @method static mixed orWhereNotIn($column, $values)
|
|
* @method static mixed whereIntegerInRaw($column, $values, $boolean, $not)
|
|
* @method static mixed orWhereIntegerInRaw($column, $values)
|
|
* @method static mixed whereIntegerNotInRaw($column, $values, $boolean)
|
|
* @method static mixed orWhereIntegerNotInRaw($column, $values)
|
|
* @method static mixed whereNull($columns, $boolean, $not)
|
|
* @method static mixed orWhereNull($column)
|
|
* @method static mixed whereNotNull($columns, $boolean)
|
|
* @method static mixed whereBetween($column, iterable $values, $boolean, $not)
|
|
* @method static mixed whereBetweenColumns($column, array $values, $boolean, $not)
|
|
* @method static mixed orWhereBetween($column, iterable $values)
|
|
* @method static mixed orWhereBetweenColumns($column, array $values)
|
|
* @method static mixed whereNotBetween($column, iterable $values, $boolean)
|
|
* @method static mixed whereNotBetweenColumns($column, array $values, $boolean)
|
|
* @method static mixed orWhereNotBetween($column, iterable $values)
|
|
* @method static mixed orWhereNotBetweenColumns($column, array $values)
|
|
* @method static mixed orWhereNotNull($column)
|
|
* @method static mixed whereDate($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereDate($column, $operator, $value)
|
|
* @method static mixed whereTime($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereTime($column, $operator, $value)
|
|
* @method static mixed whereDay($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereDay($column, $operator, $value)
|
|
* @method static mixed whereMonth($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereMonth($column, $operator, $value)
|
|
* @method static mixed whereYear($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereYear($column, $operator, $value)
|
|
* @method static mixed addDateBasedWhere($type, $column, $operator, $value, $boolean)
|
|
* @method static mixed whereNested(Closure $callback, $boolean)
|
|
* @method static mixed forNestedWhere()
|
|
* @method static mixed addNestedWhereQuery($query, $boolean)
|
|
* @method static mixed whereSub($column, $operator, $callback, $boolean)
|
|
* @method static mixed whereExists($callback, $boolean, $not)
|
|
* @method static mixed orWhereExists($callback, $not)
|
|
* @method static mixed whereNotExists($callback, $boolean)
|
|
* @method static mixed orWhereNotExists($callback)
|
|
* @method static mixed addWhereExistsQuery(self $query, $boolean, $not)
|
|
* @method static mixed whereRowValues($columns, $operator, $values, $boolean)
|
|
* @method static mixed orWhereRowValues($columns, $operator, $values)
|
|
* @method static mixed whereJsonContains($column, $value, $boolean, $not)
|
|
* @method static mixed orWhereJsonContains($column, $value)
|
|
* @method static mixed whereJsonDoesntContain($column, $value, $boolean)
|
|
* @method static mixed orWhereJsonDoesntContain($column, $value)
|
|
* @method static mixed whereJsonOverlaps($column, $value, $boolean, $not)
|
|
* @method static mixed orWhereJsonOverlaps($column, $value)
|
|
* @method static mixed whereJsonDoesntOverlap($column, $value, $boolean)
|
|
* @method static mixed orWhereJsonDoesntOverlap($column, $value)
|
|
* @method static mixed whereJsonContainsKey($column, $boolean, $not)
|
|
* @method static mixed orWhereJsonContainsKey($column)
|
|
* @method static mixed whereJsonDoesntContainKey($column, $boolean)
|
|
* @method static mixed orWhereJsonDoesntContainKey($column)
|
|
* @method static mixed whereJsonLength($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereJsonLength($column, $operator, $value)
|
|
* @method static mixed dynamicWhere($method, $parameters)
|
|
* @method static mixed addDynamic($segment, $connector, $parameters, $index)
|
|
* @method static mixed whereFullText($columns, $value, array $options, $boolean)
|
|
* @method static mixed orWhereFullText($columns, $value, array $options)
|
|
* @method static mixed whereAll($columns, $operator, $value, $boolean)
|
|
* @method static mixed orWhereAll($columns, $operator, $value)
|
|
* @method static mixed whereAny($columns, $operator, $value, $boolean)
|
|
* @method static mixed orWhereAny($columns, $operator, $value)
|
|
* @method static mixed groupBy($groups)
|
|
* @method static mixed groupByRaw($sql, array $bindings)
|
|
* @method static mixed having($column, $operator, $value, $boolean)
|
|
* @method static mixed orHaving($column, $operator, $value)
|
|
* @method static mixed havingNested(Closure $callback, $boolean)
|
|
* @method static mixed addNestedHavingQuery($query, $boolean)
|
|
* @method static mixed havingNull($columns, $boolean, $not)
|
|
* @method static mixed orHavingNull($column)
|
|
* @method static mixed havingNotNull($columns, $boolean)
|
|
* @method static mixed orHavingNotNull($column)
|
|
* @method static mixed havingBetween($column, iterable $values, $boolean, $not)
|
|
* @method static mixed havingRaw($sql, array $bindings, $boolean)
|
|
* @method static mixed orHavingRaw($sql, array $bindings)
|
|
* @method static mixed orderBy($column, $direction)
|
|
* @method static mixed orderByDesc($column)
|
|
* @method static mixed latest($column)
|
|
* @method static mixed oldest($column)
|
|
* @method static mixed inRandomOrder($seed)
|
|
* @method static mixed orderByRaw($sql, $bindings)
|
|
* @method static mixed skip($value)
|
|
* @method static mixed offset($value)
|
|
* @method static mixed take($value)
|
|
* @method static mixed limit($value)
|
|
* @method static mixed groupLimit($value, $column)
|
|
* @method static mixed forPage($page, $perPage)
|
|
* @method static mixed forPageBeforeId($perPage, $lastId, $column)
|
|
* @method static mixed forPageAfterId($perPage, $lastId, $column)
|
|
* @method static mixed reorder($column, $direction)
|
|
* @method static mixed removeExistingOrdersFor($column)
|
|
* @method static mixed union($query, $all)
|
|
* @method static mixed unionAll($query)
|
|
* @method static mixed lock($value)
|
|
* @method static mixed lockForUpdate()
|
|
* @method static mixed sharedLock()
|
|
* @method static mixed beforeQuery(callable $callback)
|
|
* @method static mixed applyBeforeQueryCallbacks()
|
|
* @method static mixed afterQuery(Closure $callback)
|
|
* @method static mixed applyAfterQueryCallbacks($result)
|
|
* @method static mixed toSql()
|
|
* @method static mixed toRawSql()
|
|
* @method static mixed find($id, $columns)
|
|
* @method static mixed findOr($id, $columns, Closure $callback)
|
|
* @method static mixed value($column)
|
|
* @method static mixed rawValue(string $expression, array $bindings)
|
|
* @method static mixed soleValue($column)
|
|
* @method static mixed get($columns)
|
|
* @method static mixed runSelect()
|
|
* @method static mixed withoutGroupLimitKeys($items)
|
|
* @method static mixed paginate($perPage, $columns, $pageName, $page, $total)
|
|
* @method static mixed simplePaginate($perPage, $columns, $pageName, $page)
|
|
* @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor)
|
|
* @method static mixed ensureOrderForCursorPagination($shouldReverse)
|
|
* @method static mixed getCountForPagination($columns)
|
|
* @method static mixed runPaginationCountQuery($columns)
|
|
* @method static mixed cloneForPaginationCount()
|
|
* @method static mixed withoutSelectAliases(array $columns)
|
|
* @method static mixed cursor()
|
|
* @method static mixed enforceOrderBy()
|
|
* @method static mixed pluck($column, $key)
|
|
* @method static mixed stripTableForPluck($column)
|
|
* @method static mixed pluckFromObjectColumn($queryResult, $column, $key)
|
|
* @method static mixed pluckFromArrayColumn($queryResult, $column, $key)
|
|
* @method static mixed implode($column, $glue)
|
|
* @method static mixed exists()
|
|
* @method static mixed doesntExist()
|
|
* @method static mixed existsOr(Closure $callback)
|
|
* @method static mixed doesntExistOr(Closure $callback)
|
|
* @method static mixed count($columns)
|
|
* @method static mixed min($column)
|
|
* @method static mixed max($column)
|
|
* @method static mixed sum($column)
|
|
* @method static mixed avg($column)
|
|
* @method static mixed average($column)
|
|
* @method static mixed aggregate($function, $columns)
|
|
* @method static mixed numericAggregate($function, $columns)
|
|
* @method static mixed setAggregate($function, $columns)
|
|
* @method static mixed onceWithColumns($columns, $callback)
|
|
* @method static mixed insert(array $values)
|
|
* @method static mixed insertOrIgnore(array $values)
|
|
* @method static mixed insertGetId(array $values, $sequence)
|
|
* @method static mixed insertUsing(array $columns, $query)
|
|
* @method static mixed insertOrIgnoreUsing(array $columns, $query)
|
|
* @method static mixed update(array $values)
|
|
* @method static mixed updateFrom(array $values)
|
|
* @method static mixed updateOrInsert(array $attributes, callable|array $values)
|
|
* @method static mixed upsert(array $values, $uniqueBy, $update)
|
|
* @method static mixed increment($column, $amount, array $extra)
|
|
* @method static mixed incrementEach(array $columns, array $extra)
|
|
* @method static mixed decrement($column, $amount, array $extra)
|
|
* @method static mixed decrementEach(array $columns, array $extra)
|
|
* @method static mixed delete($id)
|
|
* @method static mixed truncate()
|
|
* @method static mixed newQuery()
|
|
* @method static mixed forSubQuery()
|
|
* @method static mixed getColumns()
|
|
* @method static mixed raw($value)
|
|
* @method static mixed getUnionBuilders()
|
|
* @method static mixed getBindings()
|
|
* @method static mixed getRawBindings()
|
|
* @method static mixed setBindings(array $bindings, $type)
|
|
* @method static mixed addBinding($value, $type)
|
|
* @method static mixed castBinding($value)
|
|
* @method static mixed mergeBindings(self $query)
|
|
* @method static mixed cleanBindings(array $bindings)
|
|
* @method static mixed flattenValue($value)
|
|
* @method static mixed defaultKeyName()
|
|
* @method static mixed getConnection()
|
|
* @method static mixed getProcessor()
|
|
* @method static mixed getGrammar()
|
|
* @method static mixed useWritePdo()
|
|
* @method static mixed isQueryable($value)
|
|
* @method static mixed clone()
|
|
* @method static mixed cloneWithout(array $properties)
|
|
* @method static mixed cloneWithoutBindings(array $except)
|
|
* @method static mixed dump($args)
|
|
* @method static mixed dumpRawSql()
|
|
* @method static mixed dd()
|
|
* @method static mixed ddRawSql()
|
|
* @method static mixed chunk($count, callable $callback)
|
|
* @method static mixed chunkMap(callable $callback, $count)
|
|
* @method static mixed each(callable $callback, $count)
|
|
* @method static mixed chunkById($count, callable $callback, $column, $alias)
|
|
* @method static mixed chunkByIdDesc($count, callable $callback, $column, $alias)
|
|
* @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending)
|
|
* @method static mixed eachById(callable $callback, $count, $column, $alias)
|
|
* @method static mixed lazy($chunkSize)
|
|
* @method static mixed lazyById($chunkSize, $column, $alias)
|
|
* @method static mixed lazyByIdDesc($chunkSize, $column, $alias)
|
|
* @method static mixed orderedLazyById($chunkSize, $column, $alias, $descending)
|
|
* @method static mixed first($columns)
|
|
* @method static mixed sole($columns)
|
|
* @method static mixed paginateUsingCursor($perPage, $columns, $cursorName, $cursor)
|
|
* @method static mixed getOriginalColumnNameForCursorPagination($builder, string $parameter)
|
|
* @method static mixed paginator($items, $total, $perPage, $currentPage, $options)
|
|
* @method static mixed simplePaginator($items, $perPage, $currentPage, $options)
|
|
* @method static mixed cursorPaginator($items, $perPage, $cursor, $options)
|
|
* @method static mixed tap($callback)
|
|
* @method static mixed when($value, callable $callback, callable $default)
|
|
* @method static mixed unless($value, callable $callback, callable $default)
|
|
* @method static mixed explain()
|
|
* @method static mixed forwardCallTo($object, $method, $parameters)
|
|
* @method static mixed forwardDecoratedCallTo($object, $method, $parameters)
|
|
* @method static mixed throwBadMethodCallException($method)
|
|
* @method static mixed macro($name, $macro)
|
|
* @method static mixed mixin($mixin, $replace)
|
|
* @method static mixed hasMacro($name)
|
|
* @method static mixed flushMacros()
|
|
* @method static mixed macroCall($method, $parameters)
|
|
* @mixin \Illuminate\Database\Query\Builder
|
|
*/
|
|
class Waste4C2a extends \App\Models\SigdModel
|
|
{
|
|
//
|
|
}
|
|
|
|
/**
|
|
* App\Models\Waste4C2b
|
|
*
|
|
* @property string|null $updated_by
|
|
* @property string|null $created_by
|
|
* @property \Illuminate\Support\Carbon|null $updated_at
|
|
* @property \Illuminate\Support\Carbon|null $created_at
|
|
* @property int $row_status
|
|
* @property int $row_num
|
|
* @property float $ch4
|
|
* @property float $ef
|
|
* @property float $open_burned
|
|
* @property string $category
|
|
* @property string $activity_year
|
|
* @property string $inventory_year
|
|
* @property string $id
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4C2b>|Waste4C2b whereId($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4C2b>|Waste4C2b whereInventoryYear($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4C2b>|Waste4C2b whereActivityYear($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4C2b>|Waste4C2b whereCategory($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4C2b>|Waste4C2b whereOpenBurned($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4C2b>|Waste4C2b whereEf($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4C2b>|Waste4C2b whereCh4($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4C2b>|Waste4C2b whereRowNum($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4C2b>|Waste4C2b whereRowStatus($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4C2b>|Waste4C2b whereCreatedAt($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4C2b>|Waste4C2b whereUpdatedAt($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4C2b>|Waste4C2b whereCreatedBy($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4C2b>|Waste4C2b whereUpdatedBy($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4C2b>|Waste4C2b rowActive()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4C2b>|Waste4C2b isActive()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4C2b>|Waste4C2b orderByRowNum()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4C2b>|Waste4C2b newModelQuery()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4C2b>|Waste4C2b newQuery()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4C2b>|Waste4C2b query()
|
|
* @method static mixed select($columns)
|
|
* @method static mixed selectSub($query, $as)
|
|
* @method static mixed selectRaw($expression, array $bindings)
|
|
* @method static mixed fromSub($query, $as)
|
|
* @method static mixed fromRaw($expression, $bindings)
|
|
* @method static mixed createSub($query)
|
|
* @method static mixed parseSub($query)
|
|
* @method static mixed prependDatabaseNameIfCrossDatabaseQuery($query)
|
|
* @method static mixed addSelect($column)
|
|
* @method static mixed distinct()
|
|
* @method static mixed from($table, $as)
|
|
* @method static mixed useIndex($index)
|
|
* @method static mixed forceIndex($index)
|
|
* @method static mixed ignoreIndex($index)
|
|
* @method static mixed join($table, $first, $operator, $second, $type, $where)
|
|
* @method static mixed joinWhere($table, $first, $operator, $second, $type)
|
|
* @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where)
|
|
* @method static mixed joinLateral($query, string $as, string $type)
|
|
* @method static mixed leftJoinLateral($query, string $as)
|
|
* @method static mixed leftJoin($table, $first, $operator, $second)
|
|
* @method static mixed leftJoinWhere($table, $first, $operator, $second)
|
|
* @method static mixed leftJoinSub($query, $as, $first, $operator, $second)
|
|
* @method static mixed rightJoin($table, $first, $operator, $second)
|
|
* @method static mixed rightJoinWhere($table, $first, $operator, $second)
|
|
* @method static mixed rightJoinSub($query, $as, $first, $operator, $second)
|
|
* @method static mixed crossJoin($table, $first, $operator, $second)
|
|
* @method static mixed crossJoinSub($query, $as)
|
|
* @method static mixed newJoinClause(self $parentQuery, $type, $table)
|
|
* @method static mixed newJoinLateralClause(self $parentQuery, $type, $table)
|
|
* @method static mixed mergeWheres($wheres, $bindings)
|
|
* @method static mixed where($column, $operator, $value, $boolean)
|
|
* @method static mixed addArrayOfWheres($column, $boolean, $method)
|
|
* @method static mixed prepareValueAndOperator($value, $operator, $useDefault)
|
|
* @method static mixed invalidOperatorAndValue($operator, $value)
|
|
* @method static mixed invalidOperator($operator)
|
|
* @method static mixed isBitwiseOperator($operator)
|
|
* @method static mixed orWhere($column, $operator, $value)
|
|
* @method static mixed whereNot($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereNot($column, $operator, $value)
|
|
* @method static mixed whereColumn($first, $operator, $second, $boolean)
|
|
* @method static mixed orWhereColumn($first, $operator, $second)
|
|
* @method static mixed whereRaw($sql, $bindings, $boolean)
|
|
* @method static mixed orWhereRaw($sql, $bindings)
|
|
* @method static mixed whereIn($column, $values, $boolean, $not)
|
|
* @method static mixed orWhereIn($column, $values)
|
|
* @method static mixed whereNotIn($column, $values, $boolean)
|
|
* @method static mixed orWhereNotIn($column, $values)
|
|
* @method static mixed whereIntegerInRaw($column, $values, $boolean, $not)
|
|
* @method static mixed orWhereIntegerInRaw($column, $values)
|
|
* @method static mixed whereIntegerNotInRaw($column, $values, $boolean)
|
|
* @method static mixed orWhereIntegerNotInRaw($column, $values)
|
|
* @method static mixed whereNull($columns, $boolean, $not)
|
|
* @method static mixed orWhereNull($column)
|
|
* @method static mixed whereNotNull($columns, $boolean)
|
|
* @method static mixed whereBetween($column, iterable $values, $boolean, $not)
|
|
* @method static mixed whereBetweenColumns($column, array $values, $boolean, $not)
|
|
* @method static mixed orWhereBetween($column, iterable $values)
|
|
* @method static mixed orWhereBetweenColumns($column, array $values)
|
|
* @method static mixed whereNotBetween($column, iterable $values, $boolean)
|
|
* @method static mixed whereNotBetweenColumns($column, array $values, $boolean)
|
|
* @method static mixed orWhereNotBetween($column, iterable $values)
|
|
* @method static mixed orWhereNotBetweenColumns($column, array $values)
|
|
* @method static mixed orWhereNotNull($column)
|
|
* @method static mixed whereDate($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereDate($column, $operator, $value)
|
|
* @method static mixed whereTime($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereTime($column, $operator, $value)
|
|
* @method static mixed whereDay($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereDay($column, $operator, $value)
|
|
* @method static mixed whereMonth($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereMonth($column, $operator, $value)
|
|
* @method static mixed whereYear($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereYear($column, $operator, $value)
|
|
* @method static mixed addDateBasedWhere($type, $column, $operator, $value, $boolean)
|
|
* @method static mixed whereNested(Closure $callback, $boolean)
|
|
* @method static mixed forNestedWhere()
|
|
* @method static mixed addNestedWhereQuery($query, $boolean)
|
|
* @method static mixed whereSub($column, $operator, $callback, $boolean)
|
|
* @method static mixed whereExists($callback, $boolean, $not)
|
|
* @method static mixed orWhereExists($callback, $not)
|
|
* @method static mixed whereNotExists($callback, $boolean)
|
|
* @method static mixed orWhereNotExists($callback)
|
|
* @method static mixed addWhereExistsQuery(self $query, $boolean, $not)
|
|
* @method static mixed whereRowValues($columns, $operator, $values, $boolean)
|
|
* @method static mixed orWhereRowValues($columns, $operator, $values)
|
|
* @method static mixed whereJsonContains($column, $value, $boolean, $not)
|
|
* @method static mixed orWhereJsonContains($column, $value)
|
|
* @method static mixed whereJsonDoesntContain($column, $value, $boolean)
|
|
* @method static mixed orWhereJsonDoesntContain($column, $value)
|
|
* @method static mixed whereJsonOverlaps($column, $value, $boolean, $not)
|
|
* @method static mixed orWhereJsonOverlaps($column, $value)
|
|
* @method static mixed whereJsonDoesntOverlap($column, $value, $boolean)
|
|
* @method static mixed orWhereJsonDoesntOverlap($column, $value)
|
|
* @method static mixed whereJsonContainsKey($column, $boolean, $not)
|
|
* @method static mixed orWhereJsonContainsKey($column)
|
|
* @method static mixed whereJsonDoesntContainKey($column, $boolean)
|
|
* @method static mixed orWhereJsonDoesntContainKey($column)
|
|
* @method static mixed whereJsonLength($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereJsonLength($column, $operator, $value)
|
|
* @method static mixed dynamicWhere($method, $parameters)
|
|
* @method static mixed addDynamic($segment, $connector, $parameters, $index)
|
|
* @method static mixed whereFullText($columns, $value, array $options, $boolean)
|
|
* @method static mixed orWhereFullText($columns, $value, array $options)
|
|
* @method static mixed whereAll($columns, $operator, $value, $boolean)
|
|
* @method static mixed orWhereAll($columns, $operator, $value)
|
|
* @method static mixed whereAny($columns, $operator, $value, $boolean)
|
|
* @method static mixed orWhereAny($columns, $operator, $value)
|
|
* @method static mixed groupBy($groups)
|
|
* @method static mixed groupByRaw($sql, array $bindings)
|
|
* @method static mixed having($column, $operator, $value, $boolean)
|
|
* @method static mixed orHaving($column, $operator, $value)
|
|
* @method static mixed havingNested(Closure $callback, $boolean)
|
|
* @method static mixed addNestedHavingQuery($query, $boolean)
|
|
* @method static mixed havingNull($columns, $boolean, $not)
|
|
* @method static mixed orHavingNull($column)
|
|
* @method static mixed havingNotNull($columns, $boolean)
|
|
* @method static mixed orHavingNotNull($column)
|
|
* @method static mixed havingBetween($column, iterable $values, $boolean, $not)
|
|
* @method static mixed havingRaw($sql, array $bindings, $boolean)
|
|
* @method static mixed orHavingRaw($sql, array $bindings)
|
|
* @method static mixed orderBy($column, $direction)
|
|
* @method static mixed orderByDesc($column)
|
|
* @method static mixed latest($column)
|
|
* @method static mixed oldest($column)
|
|
* @method static mixed inRandomOrder($seed)
|
|
* @method static mixed orderByRaw($sql, $bindings)
|
|
* @method static mixed skip($value)
|
|
* @method static mixed offset($value)
|
|
* @method static mixed take($value)
|
|
* @method static mixed limit($value)
|
|
* @method static mixed groupLimit($value, $column)
|
|
* @method static mixed forPage($page, $perPage)
|
|
* @method static mixed forPageBeforeId($perPage, $lastId, $column)
|
|
* @method static mixed forPageAfterId($perPage, $lastId, $column)
|
|
* @method static mixed reorder($column, $direction)
|
|
* @method static mixed removeExistingOrdersFor($column)
|
|
* @method static mixed union($query, $all)
|
|
* @method static mixed unionAll($query)
|
|
* @method static mixed lock($value)
|
|
* @method static mixed lockForUpdate()
|
|
* @method static mixed sharedLock()
|
|
* @method static mixed beforeQuery(callable $callback)
|
|
* @method static mixed applyBeforeQueryCallbacks()
|
|
* @method static mixed afterQuery(Closure $callback)
|
|
* @method static mixed applyAfterQueryCallbacks($result)
|
|
* @method static mixed toSql()
|
|
* @method static mixed toRawSql()
|
|
* @method static mixed find($id, $columns)
|
|
* @method static mixed findOr($id, $columns, Closure $callback)
|
|
* @method static mixed value($column)
|
|
* @method static mixed rawValue(string $expression, array $bindings)
|
|
* @method static mixed soleValue($column)
|
|
* @method static mixed get($columns)
|
|
* @method static mixed runSelect()
|
|
* @method static mixed withoutGroupLimitKeys($items)
|
|
* @method static mixed paginate($perPage, $columns, $pageName, $page, $total)
|
|
* @method static mixed simplePaginate($perPage, $columns, $pageName, $page)
|
|
* @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor)
|
|
* @method static mixed ensureOrderForCursorPagination($shouldReverse)
|
|
* @method static mixed getCountForPagination($columns)
|
|
* @method static mixed runPaginationCountQuery($columns)
|
|
* @method static mixed cloneForPaginationCount()
|
|
* @method static mixed withoutSelectAliases(array $columns)
|
|
* @method static mixed cursor()
|
|
* @method static mixed enforceOrderBy()
|
|
* @method static mixed pluck($column, $key)
|
|
* @method static mixed stripTableForPluck($column)
|
|
* @method static mixed pluckFromObjectColumn($queryResult, $column, $key)
|
|
* @method static mixed pluckFromArrayColumn($queryResult, $column, $key)
|
|
* @method static mixed implode($column, $glue)
|
|
* @method static mixed exists()
|
|
* @method static mixed doesntExist()
|
|
* @method static mixed existsOr(Closure $callback)
|
|
* @method static mixed doesntExistOr(Closure $callback)
|
|
* @method static mixed count($columns)
|
|
* @method static mixed min($column)
|
|
* @method static mixed max($column)
|
|
* @method static mixed sum($column)
|
|
* @method static mixed avg($column)
|
|
* @method static mixed average($column)
|
|
* @method static mixed aggregate($function, $columns)
|
|
* @method static mixed numericAggregate($function, $columns)
|
|
* @method static mixed setAggregate($function, $columns)
|
|
* @method static mixed onceWithColumns($columns, $callback)
|
|
* @method static mixed insert(array $values)
|
|
* @method static mixed insertOrIgnore(array $values)
|
|
* @method static mixed insertGetId(array $values, $sequence)
|
|
* @method static mixed insertUsing(array $columns, $query)
|
|
* @method static mixed insertOrIgnoreUsing(array $columns, $query)
|
|
* @method static mixed update(array $values)
|
|
* @method static mixed updateFrom(array $values)
|
|
* @method static mixed updateOrInsert(array $attributes, callable|array $values)
|
|
* @method static mixed upsert(array $values, $uniqueBy, $update)
|
|
* @method static mixed increment($column, $amount, array $extra)
|
|
* @method static mixed incrementEach(array $columns, array $extra)
|
|
* @method static mixed decrement($column, $amount, array $extra)
|
|
* @method static mixed decrementEach(array $columns, array $extra)
|
|
* @method static mixed delete($id)
|
|
* @method static mixed truncate()
|
|
* @method static mixed newQuery()
|
|
* @method static mixed forSubQuery()
|
|
* @method static mixed getColumns()
|
|
* @method static mixed raw($value)
|
|
* @method static mixed getUnionBuilders()
|
|
* @method static mixed getBindings()
|
|
* @method static mixed getRawBindings()
|
|
* @method static mixed setBindings(array $bindings, $type)
|
|
* @method static mixed addBinding($value, $type)
|
|
* @method static mixed castBinding($value)
|
|
* @method static mixed mergeBindings(self $query)
|
|
* @method static mixed cleanBindings(array $bindings)
|
|
* @method static mixed flattenValue($value)
|
|
* @method static mixed defaultKeyName()
|
|
* @method static mixed getConnection()
|
|
* @method static mixed getProcessor()
|
|
* @method static mixed getGrammar()
|
|
* @method static mixed useWritePdo()
|
|
* @method static mixed isQueryable($value)
|
|
* @method static mixed clone()
|
|
* @method static mixed cloneWithout(array $properties)
|
|
* @method static mixed cloneWithoutBindings(array $except)
|
|
* @method static mixed dump($args)
|
|
* @method static mixed dumpRawSql()
|
|
* @method static mixed dd()
|
|
* @method static mixed ddRawSql()
|
|
* @method static mixed chunk($count, callable $callback)
|
|
* @method static mixed chunkMap(callable $callback, $count)
|
|
* @method static mixed each(callable $callback, $count)
|
|
* @method static mixed chunkById($count, callable $callback, $column, $alias)
|
|
* @method static mixed chunkByIdDesc($count, callable $callback, $column, $alias)
|
|
* @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending)
|
|
* @method static mixed eachById(callable $callback, $count, $column, $alias)
|
|
* @method static mixed lazy($chunkSize)
|
|
* @method static mixed lazyById($chunkSize, $column, $alias)
|
|
* @method static mixed lazyByIdDesc($chunkSize, $column, $alias)
|
|
* @method static mixed orderedLazyById($chunkSize, $column, $alias, $descending)
|
|
* @method static mixed first($columns)
|
|
* @method static mixed sole($columns)
|
|
* @method static mixed paginateUsingCursor($perPage, $columns, $cursorName, $cursor)
|
|
* @method static mixed getOriginalColumnNameForCursorPagination($builder, string $parameter)
|
|
* @method static mixed paginator($items, $total, $perPage, $currentPage, $options)
|
|
* @method static mixed simplePaginator($items, $perPage, $currentPage, $options)
|
|
* @method static mixed cursorPaginator($items, $perPage, $cursor, $options)
|
|
* @method static mixed tap($callback)
|
|
* @method static mixed when($value, callable $callback, callable $default)
|
|
* @method static mixed unless($value, callable $callback, callable $default)
|
|
* @method static mixed explain()
|
|
* @method static mixed forwardCallTo($object, $method, $parameters)
|
|
* @method static mixed forwardDecoratedCallTo($object, $method, $parameters)
|
|
* @method static mixed throwBadMethodCallException($method)
|
|
* @method static mixed macro($name, $macro)
|
|
* @method static mixed mixin($mixin, $replace)
|
|
* @method static mixed hasMacro($name)
|
|
* @method static mixed flushMacros()
|
|
* @method static mixed macroCall($method, $parameters)
|
|
* @mixin \Illuminate\Database\Query\Builder
|
|
*/
|
|
class Waste4C2b extends \App\Models\SigdModel
|
|
{
|
|
//
|
|
}
|
|
|
|
/**
|
|
* App\Models\Waste4C2c
|
|
*
|
|
* @property string|null $updated_by
|
|
* @property string|null $created_by
|
|
* @property \Illuminate\Support\Carbon|null $updated_at
|
|
* @property \Illuminate\Support\Carbon|null $created_at
|
|
* @property int $row_status
|
|
* @property int $row_num
|
|
* @property float $n2o
|
|
* @property float $ef_nitrous_oxide
|
|
* @property float $ef_msw
|
|
* @property float $open_burned
|
|
* @property string $category
|
|
* @property string $activity_year
|
|
* @property string $inventory_year
|
|
* @property string $id
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4C2c>|Waste4C2c whereId($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4C2c>|Waste4C2c whereInventoryYear($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4C2c>|Waste4C2c whereActivityYear($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4C2c>|Waste4C2c whereCategory($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4C2c>|Waste4C2c whereOpenBurned($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4C2c>|Waste4C2c whereEfMsw($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4C2c>|Waste4C2c whereEfNitrousOxide($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4C2c>|Waste4C2c whereN2O($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4C2c>|Waste4C2c whereRowNum($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4C2c>|Waste4C2c whereRowStatus($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4C2c>|Waste4C2c whereCreatedAt($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4C2c>|Waste4C2c whereUpdatedAt($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4C2c>|Waste4C2c whereCreatedBy($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4C2c>|Waste4C2c whereUpdatedBy($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4C2c>|Waste4C2c rowActive()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4C2c>|Waste4C2c isActive()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4C2c>|Waste4C2c orderByRowNum()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4C2c>|Waste4C2c newModelQuery()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4C2c>|Waste4C2c newQuery()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4C2c>|Waste4C2c query()
|
|
* @method static mixed select($columns)
|
|
* @method static mixed selectSub($query, $as)
|
|
* @method static mixed selectRaw($expression, array $bindings)
|
|
* @method static mixed fromSub($query, $as)
|
|
* @method static mixed fromRaw($expression, $bindings)
|
|
* @method static mixed createSub($query)
|
|
* @method static mixed parseSub($query)
|
|
* @method static mixed prependDatabaseNameIfCrossDatabaseQuery($query)
|
|
* @method static mixed addSelect($column)
|
|
* @method static mixed distinct()
|
|
* @method static mixed from($table, $as)
|
|
* @method static mixed useIndex($index)
|
|
* @method static mixed forceIndex($index)
|
|
* @method static mixed ignoreIndex($index)
|
|
* @method static mixed join($table, $first, $operator, $second, $type, $where)
|
|
* @method static mixed joinWhere($table, $first, $operator, $second, $type)
|
|
* @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where)
|
|
* @method static mixed joinLateral($query, string $as, string $type)
|
|
* @method static mixed leftJoinLateral($query, string $as)
|
|
* @method static mixed leftJoin($table, $first, $operator, $second)
|
|
* @method static mixed leftJoinWhere($table, $first, $operator, $second)
|
|
* @method static mixed leftJoinSub($query, $as, $first, $operator, $second)
|
|
* @method static mixed rightJoin($table, $first, $operator, $second)
|
|
* @method static mixed rightJoinWhere($table, $first, $operator, $second)
|
|
* @method static mixed rightJoinSub($query, $as, $first, $operator, $second)
|
|
* @method static mixed crossJoin($table, $first, $operator, $second)
|
|
* @method static mixed crossJoinSub($query, $as)
|
|
* @method static mixed newJoinClause(self $parentQuery, $type, $table)
|
|
* @method static mixed newJoinLateralClause(self $parentQuery, $type, $table)
|
|
* @method static mixed mergeWheres($wheres, $bindings)
|
|
* @method static mixed where($column, $operator, $value, $boolean)
|
|
* @method static mixed addArrayOfWheres($column, $boolean, $method)
|
|
* @method static mixed prepareValueAndOperator($value, $operator, $useDefault)
|
|
* @method static mixed invalidOperatorAndValue($operator, $value)
|
|
* @method static mixed invalidOperator($operator)
|
|
* @method static mixed isBitwiseOperator($operator)
|
|
* @method static mixed orWhere($column, $operator, $value)
|
|
* @method static mixed whereNot($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereNot($column, $operator, $value)
|
|
* @method static mixed whereColumn($first, $operator, $second, $boolean)
|
|
* @method static mixed orWhereColumn($first, $operator, $second)
|
|
* @method static mixed whereRaw($sql, $bindings, $boolean)
|
|
* @method static mixed orWhereRaw($sql, $bindings)
|
|
* @method static mixed whereIn($column, $values, $boolean, $not)
|
|
* @method static mixed orWhereIn($column, $values)
|
|
* @method static mixed whereNotIn($column, $values, $boolean)
|
|
* @method static mixed orWhereNotIn($column, $values)
|
|
* @method static mixed whereIntegerInRaw($column, $values, $boolean, $not)
|
|
* @method static mixed orWhereIntegerInRaw($column, $values)
|
|
* @method static mixed whereIntegerNotInRaw($column, $values, $boolean)
|
|
* @method static mixed orWhereIntegerNotInRaw($column, $values)
|
|
* @method static mixed whereNull($columns, $boolean, $not)
|
|
* @method static mixed orWhereNull($column)
|
|
* @method static mixed whereNotNull($columns, $boolean)
|
|
* @method static mixed whereBetween($column, iterable $values, $boolean, $not)
|
|
* @method static mixed whereBetweenColumns($column, array $values, $boolean, $not)
|
|
* @method static mixed orWhereBetween($column, iterable $values)
|
|
* @method static mixed orWhereBetweenColumns($column, array $values)
|
|
* @method static mixed whereNotBetween($column, iterable $values, $boolean)
|
|
* @method static mixed whereNotBetweenColumns($column, array $values, $boolean)
|
|
* @method static mixed orWhereNotBetween($column, iterable $values)
|
|
* @method static mixed orWhereNotBetweenColumns($column, array $values)
|
|
* @method static mixed orWhereNotNull($column)
|
|
* @method static mixed whereDate($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereDate($column, $operator, $value)
|
|
* @method static mixed whereTime($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereTime($column, $operator, $value)
|
|
* @method static mixed whereDay($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereDay($column, $operator, $value)
|
|
* @method static mixed whereMonth($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereMonth($column, $operator, $value)
|
|
* @method static mixed whereYear($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereYear($column, $operator, $value)
|
|
* @method static mixed addDateBasedWhere($type, $column, $operator, $value, $boolean)
|
|
* @method static mixed whereNested(Closure $callback, $boolean)
|
|
* @method static mixed forNestedWhere()
|
|
* @method static mixed addNestedWhereQuery($query, $boolean)
|
|
* @method static mixed whereSub($column, $operator, $callback, $boolean)
|
|
* @method static mixed whereExists($callback, $boolean, $not)
|
|
* @method static mixed orWhereExists($callback, $not)
|
|
* @method static mixed whereNotExists($callback, $boolean)
|
|
* @method static mixed orWhereNotExists($callback)
|
|
* @method static mixed addWhereExistsQuery(self $query, $boolean, $not)
|
|
* @method static mixed whereRowValues($columns, $operator, $values, $boolean)
|
|
* @method static mixed orWhereRowValues($columns, $operator, $values)
|
|
* @method static mixed whereJsonContains($column, $value, $boolean, $not)
|
|
* @method static mixed orWhereJsonContains($column, $value)
|
|
* @method static mixed whereJsonDoesntContain($column, $value, $boolean)
|
|
* @method static mixed orWhereJsonDoesntContain($column, $value)
|
|
* @method static mixed whereJsonOverlaps($column, $value, $boolean, $not)
|
|
* @method static mixed orWhereJsonOverlaps($column, $value)
|
|
* @method static mixed whereJsonDoesntOverlap($column, $value, $boolean)
|
|
* @method static mixed orWhereJsonDoesntOverlap($column, $value)
|
|
* @method static mixed whereJsonContainsKey($column, $boolean, $not)
|
|
* @method static mixed orWhereJsonContainsKey($column)
|
|
* @method static mixed whereJsonDoesntContainKey($column, $boolean)
|
|
* @method static mixed orWhereJsonDoesntContainKey($column)
|
|
* @method static mixed whereJsonLength($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereJsonLength($column, $operator, $value)
|
|
* @method static mixed dynamicWhere($method, $parameters)
|
|
* @method static mixed addDynamic($segment, $connector, $parameters, $index)
|
|
* @method static mixed whereFullText($columns, $value, array $options, $boolean)
|
|
* @method static mixed orWhereFullText($columns, $value, array $options)
|
|
* @method static mixed whereAll($columns, $operator, $value, $boolean)
|
|
* @method static mixed orWhereAll($columns, $operator, $value)
|
|
* @method static mixed whereAny($columns, $operator, $value, $boolean)
|
|
* @method static mixed orWhereAny($columns, $operator, $value)
|
|
* @method static mixed groupBy($groups)
|
|
* @method static mixed groupByRaw($sql, array $bindings)
|
|
* @method static mixed having($column, $operator, $value, $boolean)
|
|
* @method static mixed orHaving($column, $operator, $value)
|
|
* @method static mixed havingNested(Closure $callback, $boolean)
|
|
* @method static mixed addNestedHavingQuery($query, $boolean)
|
|
* @method static mixed havingNull($columns, $boolean, $not)
|
|
* @method static mixed orHavingNull($column)
|
|
* @method static mixed havingNotNull($columns, $boolean)
|
|
* @method static mixed orHavingNotNull($column)
|
|
* @method static mixed havingBetween($column, iterable $values, $boolean, $not)
|
|
* @method static mixed havingRaw($sql, array $bindings, $boolean)
|
|
* @method static mixed orHavingRaw($sql, array $bindings)
|
|
* @method static mixed orderBy($column, $direction)
|
|
* @method static mixed orderByDesc($column)
|
|
* @method static mixed latest($column)
|
|
* @method static mixed oldest($column)
|
|
* @method static mixed inRandomOrder($seed)
|
|
* @method static mixed orderByRaw($sql, $bindings)
|
|
* @method static mixed skip($value)
|
|
* @method static mixed offset($value)
|
|
* @method static mixed take($value)
|
|
* @method static mixed limit($value)
|
|
* @method static mixed groupLimit($value, $column)
|
|
* @method static mixed forPage($page, $perPage)
|
|
* @method static mixed forPageBeforeId($perPage, $lastId, $column)
|
|
* @method static mixed forPageAfterId($perPage, $lastId, $column)
|
|
* @method static mixed reorder($column, $direction)
|
|
* @method static mixed removeExistingOrdersFor($column)
|
|
* @method static mixed union($query, $all)
|
|
* @method static mixed unionAll($query)
|
|
* @method static mixed lock($value)
|
|
* @method static mixed lockForUpdate()
|
|
* @method static mixed sharedLock()
|
|
* @method static mixed beforeQuery(callable $callback)
|
|
* @method static mixed applyBeforeQueryCallbacks()
|
|
* @method static mixed afterQuery(Closure $callback)
|
|
* @method static mixed applyAfterQueryCallbacks($result)
|
|
* @method static mixed toSql()
|
|
* @method static mixed toRawSql()
|
|
* @method static mixed find($id, $columns)
|
|
* @method static mixed findOr($id, $columns, Closure $callback)
|
|
* @method static mixed value($column)
|
|
* @method static mixed rawValue(string $expression, array $bindings)
|
|
* @method static mixed soleValue($column)
|
|
* @method static mixed get($columns)
|
|
* @method static mixed runSelect()
|
|
* @method static mixed withoutGroupLimitKeys($items)
|
|
* @method static mixed paginate($perPage, $columns, $pageName, $page, $total)
|
|
* @method static mixed simplePaginate($perPage, $columns, $pageName, $page)
|
|
* @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor)
|
|
* @method static mixed ensureOrderForCursorPagination($shouldReverse)
|
|
* @method static mixed getCountForPagination($columns)
|
|
* @method static mixed runPaginationCountQuery($columns)
|
|
* @method static mixed cloneForPaginationCount()
|
|
* @method static mixed withoutSelectAliases(array $columns)
|
|
* @method static mixed cursor()
|
|
* @method static mixed enforceOrderBy()
|
|
* @method static mixed pluck($column, $key)
|
|
* @method static mixed stripTableForPluck($column)
|
|
* @method static mixed pluckFromObjectColumn($queryResult, $column, $key)
|
|
* @method static mixed pluckFromArrayColumn($queryResult, $column, $key)
|
|
* @method static mixed implode($column, $glue)
|
|
* @method static mixed exists()
|
|
* @method static mixed doesntExist()
|
|
* @method static mixed existsOr(Closure $callback)
|
|
* @method static mixed doesntExistOr(Closure $callback)
|
|
* @method static mixed count($columns)
|
|
* @method static mixed min($column)
|
|
* @method static mixed max($column)
|
|
* @method static mixed sum($column)
|
|
* @method static mixed avg($column)
|
|
* @method static mixed average($column)
|
|
* @method static mixed aggregate($function, $columns)
|
|
* @method static mixed numericAggregate($function, $columns)
|
|
* @method static mixed setAggregate($function, $columns)
|
|
* @method static mixed onceWithColumns($columns, $callback)
|
|
* @method static mixed insert(array $values)
|
|
* @method static mixed insertOrIgnore(array $values)
|
|
* @method static mixed insertGetId(array $values, $sequence)
|
|
* @method static mixed insertUsing(array $columns, $query)
|
|
* @method static mixed insertOrIgnoreUsing(array $columns, $query)
|
|
* @method static mixed update(array $values)
|
|
* @method static mixed updateFrom(array $values)
|
|
* @method static mixed updateOrInsert(array $attributes, callable|array $values)
|
|
* @method static mixed upsert(array $values, $uniqueBy, $update)
|
|
* @method static mixed increment($column, $amount, array $extra)
|
|
* @method static mixed incrementEach(array $columns, array $extra)
|
|
* @method static mixed decrement($column, $amount, array $extra)
|
|
* @method static mixed decrementEach(array $columns, array $extra)
|
|
* @method static mixed delete($id)
|
|
* @method static mixed truncate()
|
|
* @method static mixed newQuery()
|
|
* @method static mixed forSubQuery()
|
|
* @method static mixed getColumns()
|
|
* @method static mixed raw($value)
|
|
* @method static mixed getUnionBuilders()
|
|
* @method static mixed getBindings()
|
|
* @method static mixed getRawBindings()
|
|
* @method static mixed setBindings(array $bindings, $type)
|
|
* @method static mixed addBinding($value, $type)
|
|
* @method static mixed castBinding($value)
|
|
* @method static mixed mergeBindings(self $query)
|
|
* @method static mixed cleanBindings(array $bindings)
|
|
* @method static mixed flattenValue($value)
|
|
* @method static mixed defaultKeyName()
|
|
* @method static mixed getConnection()
|
|
* @method static mixed getProcessor()
|
|
* @method static mixed getGrammar()
|
|
* @method static mixed useWritePdo()
|
|
* @method static mixed isQueryable($value)
|
|
* @method static mixed clone()
|
|
* @method static mixed cloneWithout(array $properties)
|
|
* @method static mixed cloneWithoutBindings(array $except)
|
|
* @method static mixed dump($args)
|
|
* @method static mixed dumpRawSql()
|
|
* @method static mixed dd()
|
|
* @method static mixed ddRawSql()
|
|
* @method static mixed chunk($count, callable $callback)
|
|
* @method static mixed chunkMap(callable $callback, $count)
|
|
* @method static mixed each(callable $callback, $count)
|
|
* @method static mixed chunkById($count, callable $callback, $column, $alias)
|
|
* @method static mixed chunkByIdDesc($count, callable $callback, $column, $alias)
|
|
* @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending)
|
|
* @method static mixed eachById(callable $callback, $count, $column, $alias)
|
|
* @method static mixed lazy($chunkSize)
|
|
* @method static mixed lazyById($chunkSize, $column, $alias)
|
|
* @method static mixed lazyByIdDesc($chunkSize, $column, $alias)
|
|
* @method static mixed orderedLazyById($chunkSize, $column, $alias, $descending)
|
|
* @method static mixed first($columns)
|
|
* @method static mixed sole($columns)
|
|
* @method static mixed paginateUsingCursor($perPage, $columns, $cursorName, $cursor)
|
|
* @method static mixed getOriginalColumnNameForCursorPagination($builder, string $parameter)
|
|
* @method static mixed paginator($items, $total, $perPage, $currentPage, $options)
|
|
* @method static mixed simplePaginator($items, $perPage, $currentPage, $options)
|
|
* @method static mixed cursorPaginator($items, $perPage, $cursor, $options)
|
|
* @method static mixed tap($callback)
|
|
* @method static mixed when($value, callable $callback, callable $default)
|
|
* @method static mixed unless($value, callable $callback, callable $default)
|
|
* @method static mixed explain()
|
|
* @method static mixed forwardCallTo($object, $method, $parameters)
|
|
* @method static mixed forwardDecoratedCallTo($object, $method, $parameters)
|
|
* @method static mixed throwBadMethodCallException($method)
|
|
* @method static mixed macro($name, $macro)
|
|
* @method static mixed mixin($mixin, $replace)
|
|
* @method static mixed hasMacro($name)
|
|
* @method static mixed flushMacros()
|
|
* @method static mixed macroCall($method, $parameters)
|
|
* @mixin \Illuminate\Database\Query\Builder
|
|
*/
|
|
class Waste4C2c extends \App\Models\SigdModel
|
|
{
|
|
//
|
|
}
|
|
|
|
/**
|
|
* App\Models\Waste4D1a
|
|
*
|
|
* @property string|null $updated_by
|
|
* @property string|null $created_by
|
|
* @property \Illuminate\Support\Carbon|null $updated_at
|
|
* @property \Illuminate\Support\Carbon|null $created_at
|
|
* @property int $row_status
|
|
* @property int $row_num
|
|
* @property float $tow
|
|
* @property float $ef_correction_factor
|
|
* @property float $ef_bod
|
|
* @property float $population
|
|
* @property string $category
|
|
* @property string $activity_year
|
|
* @property string $inventory_year
|
|
* @property string $id
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4D1a>|Waste4D1a whereId($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4D1a>|Waste4D1a whereInventoryYear($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4D1a>|Waste4D1a whereActivityYear($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4D1a>|Waste4D1a whereCategory($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4D1a>|Waste4D1a wherePopulation($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4D1a>|Waste4D1a whereEfBod($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4D1a>|Waste4D1a whereEfCorrectionFactor($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4D1a>|Waste4D1a whereTow($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4D1a>|Waste4D1a whereRowNum($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4D1a>|Waste4D1a whereRowStatus($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4D1a>|Waste4D1a whereCreatedAt($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4D1a>|Waste4D1a whereUpdatedAt($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4D1a>|Waste4D1a whereCreatedBy($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4D1a>|Waste4D1a whereUpdatedBy($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4D1a>|Waste4D1a rowActive()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4D1a>|Waste4D1a isActive()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4D1a>|Waste4D1a orderByRowNum()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4D1a>|Waste4D1a newModelQuery()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4D1a>|Waste4D1a newQuery()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4D1a>|Waste4D1a query()
|
|
* @method static mixed select($columns)
|
|
* @method static mixed selectSub($query, $as)
|
|
* @method static mixed selectRaw($expression, array $bindings)
|
|
* @method static mixed fromSub($query, $as)
|
|
* @method static mixed fromRaw($expression, $bindings)
|
|
* @method static mixed createSub($query)
|
|
* @method static mixed parseSub($query)
|
|
* @method static mixed prependDatabaseNameIfCrossDatabaseQuery($query)
|
|
* @method static mixed addSelect($column)
|
|
* @method static mixed distinct()
|
|
* @method static mixed from($table, $as)
|
|
* @method static mixed useIndex($index)
|
|
* @method static mixed forceIndex($index)
|
|
* @method static mixed ignoreIndex($index)
|
|
* @method static mixed join($table, $first, $operator, $second, $type, $where)
|
|
* @method static mixed joinWhere($table, $first, $operator, $second, $type)
|
|
* @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where)
|
|
* @method static mixed joinLateral($query, string $as, string $type)
|
|
* @method static mixed leftJoinLateral($query, string $as)
|
|
* @method static mixed leftJoin($table, $first, $operator, $second)
|
|
* @method static mixed leftJoinWhere($table, $first, $operator, $second)
|
|
* @method static mixed leftJoinSub($query, $as, $first, $operator, $second)
|
|
* @method static mixed rightJoin($table, $first, $operator, $second)
|
|
* @method static mixed rightJoinWhere($table, $first, $operator, $second)
|
|
* @method static mixed rightJoinSub($query, $as, $first, $operator, $second)
|
|
* @method static mixed crossJoin($table, $first, $operator, $second)
|
|
* @method static mixed crossJoinSub($query, $as)
|
|
* @method static mixed newJoinClause(self $parentQuery, $type, $table)
|
|
* @method static mixed newJoinLateralClause(self $parentQuery, $type, $table)
|
|
* @method static mixed mergeWheres($wheres, $bindings)
|
|
* @method static mixed where($column, $operator, $value, $boolean)
|
|
* @method static mixed addArrayOfWheres($column, $boolean, $method)
|
|
* @method static mixed prepareValueAndOperator($value, $operator, $useDefault)
|
|
* @method static mixed invalidOperatorAndValue($operator, $value)
|
|
* @method static mixed invalidOperator($operator)
|
|
* @method static mixed isBitwiseOperator($operator)
|
|
* @method static mixed orWhere($column, $operator, $value)
|
|
* @method static mixed whereNot($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereNot($column, $operator, $value)
|
|
* @method static mixed whereColumn($first, $operator, $second, $boolean)
|
|
* @method static mixed orWhereColumn($first, $operator, $second)
|
|
* @method static mixed whereRaw($sql, $bindings, $boolean)
|
|
* @method static mixed orWhereRaw($sql, $bindings)
|
|
* @method static mixed whereIn($column, $values, $boolean, $not)
|
|
* @method static mixed orWhereIn($column, $values)
|
|
* @method static mixed whereNotIn($column, $values, $boolean)
|
|
* @method static mixed orWhereNotIn($column, $values)
|
|
* @method static mixed whereIntegerInRaw($column, $values, $boolean, $not)
|
|
* @method static mixed orWhereIntegerInRaw($column, $values)
|
|
* @method static mixed whereIntegerNotInRaw($column, $values, $boolean)
|
|
* @method static mixed orWhereIntegerNotInRaw($column, $values)
|
|
* @method static mixed whereNull($columns, $boolean, $not)
|
|
* @method static mixed orWhereNull($column)
|
|
* @method static mixed whereNotNull($columns, $boolean)
|
|
* @method static mixed whereBetween($column, iterable $values, $boolean, $not)
|
|
* @method static mixed whereBetweenColumns($column, array $values, $boolean, $not)
|
|
* @method static mixed orWhereBetween($column, iterable $values)
|
|
* @method static mixed orWhereBetweenColumns($column, array $values)
|
|
* @method static mixed whereNotBetween($column, iterable $values, $boolean)
|
|
* @method static mixed whereNotBetweenColumns($column, array $values, $boolean)
|
|
* @method static mixed orWhereNotBetween($column, iterable $values)
|
|
* @method static mixed orWhereNotBetweenColumns($column, array $values)
|
|
* @method static mixed orWhereNotNull($column)
|
|
* @method static mixed whereDate($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereDate($column, $operator, $value)
|
|
* @method static mixed whereTime($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereTime($column, $operator, $value)
|
|
* @method static mixed whereDay($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereDay($column, $operator, $value)
|
|
* @method static mixed whereMonth($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereMonth($column, $operator, $value)
|
|
* @method static mixed whereYear($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereYear($column, $operator, $value)
|
|
* @method static mixed addDateBasedWhere($type, $column, $operator, $value, $boolean)
|
|
* @method static mixed whereNested(Closure $callback, $boolean)
|
|
* @method static mixed forNestedWhere()
|
|
* @method static mixed addNestedWhereQuery($query, $boolean)
|
|
* @method static mixed whereSub($column, $operator, $callback, $boolean)
|
|
* @method static mixed whereExists($callback, $boolean, $not)
|
|
* @method static mixed orWhereExists($callback, $not)
|
|
* @method static mixed whereNotExists($callback, $boolean)
|
|
* @method static mixed orWhereNotExists($callback)
|
|
* @method static mixed addWhereExistsQuery(self $query, $boolean, $not)
|
|
* @method static mixed whereRowValues($columns, $operator, $values, $boolean)
|
|
* @method static mixed orWhereRowValues($columns, $operator, $values)
|
|
* @method static mixed whereJsonContains($column, $value, $boolean, $not)
|
|
* @method static mixed orWhereJsonContains($column, $value)
|
|
* @method static mixed whereJsonDoesntContain($column, $value, $boolean)
|
|
* @method static mixed orWhereJsonDoesntContain($column, $value)
|
|
* @method static mixed whereJsonOverlaps($column, $value, $boolean, $not)
|
|
* @method static mixed orWhereJsonOverlaps($column, $value)
|
|
* @method static mixed whereJsonDoesntOverlap($column, $value, $boolean)
|
|
* @method static mixed orWhereJsonDoesntOverlap($column, $value)
|
|
* @method static mixed whereJsonContainsKey($column, $boolean, $not)
|
|
* @method static mixed orWhereJsonContainsKey($column)
|
|
* @method static mixed whereJsonDoesntContainKey($column, $boolean)
|
|
* @method static mixed orWhereJsonDoesntContainKey($column)
|
|
* @method static mixed whereJsonLength($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereJsonLength($column, $operator, $value)
|
|
* @method static mixed dynamicWhere($method, $parameters)
|
|
* @method static mixed addDynamic($segment, $connector, $parameters, $index)
|
|
* @method static mixed whereFullText($columns, $value, array $options, $boolean)
|
|
* @method static mixed orWhereFullText($columns, $value, array $options)
|
|
* @method static mixed whereAll($columns, $operator, $value, $boolean)
|
|
* @method static mixed orWhereAll($columns, $operator, $value)
|
|
* @method static mixed whereAny($columns, $operator, $value, $boolean)
|
|
* @method static mixed orWhereAny($columns, $operator, $value)
|
|
* @method static mixed groupBy($groups)
|
|
* @method static mixed groupByRaw($sql, array $bindings)
|
|
* @method static mixed having($column, $operator, $value, $boolean)
|
|
* @method static mixed orHaving($column, $operator, $value)
|
|
* @method static mixed havingNested(Closure $callback, $boolean)
|
|
* @method static mixed addNestedHavingQuery($query, $boolean)
|
|
* @method static mixed havingNull($columns, $boolean, $not)
|
|
* @method static mixed orHavingNull($column)
|
|
* @method static mixed havingNotNull($columns, $boolean)
|
|
* @method static mixed orHavingNotNull($column)
|
|
* @method static mixed havingBetween($column, iterable $values, $boolean, $not)
|
|
* @method static mixed havingRaw($sql, array $bindings, $boolean)
|
|
* @method static mixed orHavingRaw($sql, array $bindings)
|
|
* @method static mixed orderBy($column, $direction)
|
|
* @method static mixed orderByDesc($column)
|
|
* @method static mixed latest($column)
|
|
* @method static mixed oldest($column)
|
|
* @method static mixed inRandomOrder($seed)
|
|
* @method static mixed orderByRaw($sql, $bindings)
|
|
* @method static mixed skip($value)
|
|
* @method static mixed offset($value)
|
|
* @method static mixed take($value)
|
|
* @method static mixed limit($value)
|
|
* @method static mixed groupLimit($value, $column)
|
|
* @method static mixed forPage($page, $perPage)
|
|
* @method static mixed forPageBeforeId($perPage, $lastId, $column)
|
|
* @method static mixed forPageAfterId($perPage, $lastId, $column)
|
|
* @method static mixed reorder($column, $direction)
|
|
* @method static mixed removeExistingOrdersFor($column)
|
|
* @method static mixed union($query, $all)
|
|
* @method static mixed unionAll($query)
|
|
* @method static mixed lock($value)
|
|
* @method static mixed lockForUpdate()
|
|
* @method static mixed sharedLock()
|
|
* @method static mixed beforeQuery(callable $callback)
|
|
* @method static mixed applyBeforeQueryCallbacks()
|
|
* @method static mixed afterQuery(Closure $callback)
|
|
* @method static mixed applyAfterQueryCallbacks($result)
|
|
* @method static mixed toSql()
|
|
* @method static mixed toRawSql()
|
|
* @method static mixed find($id, $columns)
|
|
* @method static mixed findOr($id, $columns, Closure $callback)
|
|
* @method static mixed value($column)
|
|
* @method static mixed rawValue(string $expression, array $bindings)
|
|
* @method static mixed soleValue($column)
|
|
* @method static mixed get($columns)
|
|
* @method static mixed runSelect()
|
|
* @method static mixed withoutGroupLimitKeys($items)
|
|
* @method static mixed paginate($perPage, $columns, $pageName, $page, $total)
|
|
* @method static mixed simplePaginate($perPage, $columns, $pageName, $page)
|
|
* @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor)
|
|
* @method static mixed ensureOrderForCursorPagination($shouldReverse)
|
|
* @method static mixed getCountForPagination($columns)
|
|
* @method static mixed runPaginationCountQuery($columns)
|
|
* @method static mixed cloneForPaginationCount()
|
|
* @method static mixed withoutSelectAliases(array $columns)
|
|
* @method static mixed cursor()
|
|
* @method static mixed enforceOrderBy()
|
|
* @method static mixed pluck($column, $key)
|
|
* @method static mixed stripTableForPluck($column)
|
|
* @method static mixed pluckFromObjectColumn($queryResult, $column, $key)
|
|
* @method static mixed pluckFromArrayColumn($queryResult, $column, $key)
|
|
* @method static mixed implode($column, $glue)
|
|
* @method static mixed exists()
|
|
* @method static mixed doesntExist()
|
|
* @method static mixed existsOr(Closure $callback)
|
|
* @method static mixed doesntExistOr(Closure $callback)
|
|
* @method static mixed count($columns)
|
|
* @method static mixed min($column)
|
|
* @method static mixed max($column)
|
|
* @method static mixed sum($column)
|
|
* @method static mixed avg($column)
|
|
* @method static mixed average($column)
|
|
* @method static mixed aggregate($function, $columns)
|
|
* @method static mixed numericAggregate($function, $columns)
|
|
* @method static mixed setAggregate($function, $columns)
|
|
* @method static mixed onceWithColumns($columns, $callback)
|
|
* @method static mixed insert(array $values)
|
|
* @method static mixed insertOrIgnore(array $values)
|
|
* @method static mixed insertGetId(array $values, $sequence)
|
|
* @method static mixed insertUsing(array $columns, $query)
|
|
* @method static mixed insertOrIgnoreUsing(array $columns, $query)
|
|
* @method static mixed update(array $values)
|
|
* @method static mixed updateFrom(array $values)
|
|
* @method static mixed updateOrInsert(array $attributes, callable|array $values)
|
|
* @method static mixed upsert(array $values, $uniqueBy, $update)
|
|
* @method static mixed increment($column, $amount, array $extra)
|
|
* @method static mixed incrementEach(array $columns, array $extra)
|
|
* @method static mixed decrement($column, $amount, array $extra)
|
|
* @method static mixed decrementEach(array $columns, array $extra)
|
|
* @method static mixed delete($id)
|
|
* @method static mixed truncate()
|
|
* @method static mixed newQuery()
|
|
* @method static mixed forSubQuery()
|
|
* @method static mixed getColumns()
|
|
* @method static mixed raw($value)
|
|
* @method static mixed getUnionBuilders()
|
|
* @method static mixed getBindings()
|
|
* @method static mixed getRawBindings()
|
|
* @method static mixed setBindings(array $bindings, $type)
|
|
* @method static mixed addBinding($value, $type)
|
|
* @method static mixed castBinding($value)
|
|
* @method static mixed mergeBindings(self $query)
|
|
* @method static mixed cleanBindings(array $bindings)
|
|
* @method static mixed flattenValue($value)
|
|
* @method static mixed defaultKeyName()
|
|
* @method static mixed getConnection()
|
|
* @method static mixed getProcessor()
|
|
* @method static mixed getGrammar()
|
|
* @method static mixed useWritePdo()
|
|
* @method static mixed isQueryable($value)
|
|
* @method static mixed clone()
|
|
* @method static mixed cloneWithout(array $properties)
|
|
* @method static mixed cloneWithoutBindings(array $except)
|
|
* @method static mixed dump($args)
|
|
* @method static mixed dumpRawSql()
|
|
* @method static mixed dd()
|
|
* @method static mixed ddRawSql()
|
|
* @method static mixed chunk($count, callable $callback)
|
|
* @method static mixed chunkMap(callable $callback, $count)
|
|
* @method static mixed each(callable $callback, $count)
|
|
* @method static mixed chunkById($count, callable $callback, $column, $alias)
|
|
* @method static mixed chunkByIdDesc($count, callable $callback, $column, $alias)
|
|
* @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending)
|
|
* @method static mixed eachById(callable $callback, $count, $column, $alias)
|
|
* @method static mixed lazy($chunkSize)
|
|
* @method static mixed lazyById($chunkSize, $column, $alias)
|
|
* @method static mixed lazyByIdDesc($chunkSize, $column, $alias)
|
|
* @method static mixed orderedLazyById($chunkSize, $column, $alias, $descending)
|
|
* @method static mixed first($columns)
|
|
* @method static mixed sole($columns)
|
|
* @method static mixed paginateUsingCursor($perPage, $columns, $cursorName, $cursor)
|
|
* @method static mixed getOriginalColumnNameForCursorPagination($builder, string $parameter)
|
|
* @method static mixed paginator($items, $total, $perPage, $currentPage, $options)
|
|
* @method static mixed simplePaginator($items, $perPage, $currentPage, $options)
|
|
* @method static mixed cursorPaginator($items, $perPage, $cursor, $options)
|
|
* @method static mixed tap($callback)
|
|
* @method static mixed when($value, callable $callback, callable $default)
|
|
* @method static mixed unless($value, callable $callback, callable $default)
|
|
* @method static mixed explain()
|
|
* @method static mixed forwardCallTo($object, $method, $parameters)
|
|
* @method static mixed forwardDecoratedCallTo($object, $method, $parameters)
|
|
* @method static mixed throwBadMethodCallException($method)
|
|
* @method static mixed macro($name, $macro)
|
|
* @method static mixed mixin($mixin, $replace)
|
|
* @method static mixed hasMacro($name)
|
|
* @method static mixed flushMacros()
|
|
* @method static mixed macroCall($method, $parameters)
|
|
* @mixin \Illuminate\Database\Query\Builder
|
|
*/
|
|
class Waste4D1a extends \App\Models\SigdModel
|
|
{
|
|
//
|
|
}
|
|
|
|
/**
|
|
* App\Models\Waste4D1c
|
|
*
|
|
* @property string|null $updated_by
|
|
* @property string|null $created_by
|
|
* @property \Illuminate\Support\Carbon|null $updated_at
|
|
* @property \Illuminate\Support\Carbon|null $created_at
|
|
* @property int $row_status
|
|
* @property int $row_num
|
|
* @property float $ch4_gg
|
|
* @property float $ch4_kg
|
|
* @property float $ef_methane_flared
|
|
* @property float $ef_sludge_removed
|
|
* @property float $tow
|
|
* @property float $ef
|
|
* @property float $usage_level
|
|
* @property float $value
|
|
* @property float $group_fraction
|
|
* @property string $category
|
|
* @property string $activity_code
|
|
* @property string $activity_year
|
|
* @property string $inventory_year
|
|
* @property string $id
|
|
* @property-read \App\Models\ReferenceActivity $activity
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4D1c>|Waste4D1c whereId($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4D1c>|Waste4D1c whereInventoryYear($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4D1c>|Waste4D1c whereActivityYear($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4D1c>|Waste4D1c whereActivityCode($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4D1c>|Waste4D1c whereCategory($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4D1c>|Waste4D1c whereGroupFraction($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4D1c>|Waste4D1c whereValue($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4D1c>|Waste4D1c whereUsageLevel($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4D1c>|Waste4D1c whereEf($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4D1c>|Waste4D1c whereTow($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4D1c>|Waste4D1c whereEfSludgeRemoved($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4D1c>|Waste4D1c whereEfMethaneFlared($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4D1c>|Waste4D1c whereCh4Kg($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4D1c>|Waste4D1c whereCh4Gg($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4D1c>|Waste4D1c whereRowNum($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4D1c>|Waste4D1c whereRowStatus($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4D1c>|Waste4D1c whereCreatedAt($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4D1c>|Waste4D1c whereUpdatedAt($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4D1c>|Waste4D1c whereCreatedBy($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4D1c>|Waste4D1c whereUpdatedBy($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4D1c>|Waste4D1c rowActive()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4D1c>|Waste4D1c isActive()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4D1c>|Waste4D1c orderByRowNum()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4D1c>|Waste4D1c newModelQuery()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4D1c>|Waste4D1c newQuery()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4D1c>|Waste4D1c query()
|
|
* @method static mixed select($columns)
|
|
* @method static mixed selectSub($query, $as)
|
|
* @method static mixed selectRaw($expression, array $bindings)
|
|
* @method static mixed fromSub($query, $as)
|
|
* @method static mixed fromRaw($expression, $bindings)
|
|
* @method static mixed createSub($query)
|
|
* @method static mixed parseSub($query)
|
|
* @method static mixed prependDatabaseNameIfCrossDatabaseQuery($query)
|
|
* @method static mixed addSelect($column)
|
|
* @method static mixed distinct()
|
|
* @method static mixed from($table, $as)
|
|
* @method static mixed useIndex($index)
|
|
* @method static mixed forceIndex($index)
|
|
* @method static mixed ignoreIndex($index)
|
|
* @method static mixed join($table, $first, $operator, $second, $type, $where)
|
|
* @method static mixed joinWhere($table, $first, $operator, $second, $type)
|
|
* @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where)
|
|
* @method static mixed joinLateral($query, string $as, string $type)
|
|
* @method static mixed leftJoinLateral($query, string $as)
|
|
* @method static mixed leftJoin($table, $first, $operator, $second)
|
|
* @method static mixed leftJoinWhere($table, $first, $operator, $second)
|
|
* @method static mixed leftJoinSub($query, $as, $first, $operator, $second)
|
|
* @method static mixed rightJoin($table, $first, $operator, $second)
|
|
* @method static mixed rightJoinWhere($table, $first, $operator, $second)
|
|
* @method static mixed rightJoinSub($query, $as, $first, $operator, $second)
|
|
* @method static mixed crossJoin($table, $first, $operator, $second)
|
|
* @method static mixed crossJoinSub($query, $as)
|
|
* @method static mixed newJoinClause(self $parentQuery, $type, $table)
|
|
* @method static mixed newJoinLateralClause(self $parentQuery, $type, $table)
|
|
* @method static mixed mergeWheres($wheres, $bindings)
|
|
* @method static mixed where($column, $operator, $value, $boolean)
|
|
* @method static mixed addArrayOfWheres($column, $boolean, $method)
|
|
* @method static mixed prepareValueAndOperator($value, $operator, $useDefault)
|
|
* @method static mixed invalidOperatorAndValue($operator, $value)
|
|
* @method static mixed invalidOperator($operator)
|
|
* @method static mixed isBitwiseOperator($operator)
|
|
* @method static mixed orWhere($column, $operator, $value)
|
|
* @method static mixed whereNot($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereNot($column, $operator, $value)
|
|
* @method static mixed whereColumn($first, $operator, $second, $boolean)
|
|
* @method static mixed orWhereColumn($first, $operator, $second)
|
|
* @method static mixed whereRaw($sql, $bindings, $boolean)
|
|
* @method static mixed orWhereRaw($sql, $bindings)
|
|
* @method static mixed whereIn($column, $values, $boolean, $not)
|
|
* @method static mixed orWhereIn($column, $values)
|
|
* @method static mixed whereNotIn($column, $values, $boolean)
|
|
* @method static mixed orWhereNotIn($column, $values)
|
|
* @method static mixed whereIntegerInRaw($column, $values, $boolean, $not)
|
|
* @method static mixed orWhereIntegerInRaw($column, $values)
|
|
* @method static mixed whereIntegerNotInRaw($column, $values, $boolean)
|
|
* @method static mixed orWhereIntegerNotInRaw($column, $values)
|
|
* @method static mixed whereNull($columns, $boolean, $not)
|
|
* @method static mixed orWhereNull($column)
|
|
* @method static mixed whereNotNull($columns, $boolean)
|
|
* @method static mixed whereBetween($column, iterable $values, $boolean, $not)
|
|
* @method static mixed whereBetweenColumns($column, array $values, $boolean, $not)
|
|
* @method static mixed orWhereBetween($column, iterable $values)
|
|
* @method static mixed orWhereBetweenColumns($column, array $values)
|
|
* @method static mixed whereNotBetween($column, iterable $values, $boolean)
|
|
* @method static mixed whereNotBetweenColumns($column, array $values, $boolean)
|
|
* @method static mixed orWhereNotBetween($column, iterable $values)
|
|
* @method static mixed orWhereNotBetweenColumns($column, array $values)
|
|
* @method static mixed orWhereNotNull($column)
|
|
* @method static mixed whereDate($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereDate($column, $operator, $value)
|
|
* @method static mixed whereTime($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereTime($column, $operator, $value)
|
|
* @method static mixed whereDay($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereDay($column, $operator, $value)
|
|
* @method static mixed whereMonth($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereMonth($column, $operator, $value)
|
|
* @method static mixed whereYear($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereYear($column, $operator, $value)
|
|
* @method static mixed addDateBasedWhere($type, $column, $operator, $value, $boolean)
|
|
* @method static mixed whereNested(Closure $callback, $boolean)
|
|
* @method static mixed forNestedWhere()
|
|
* @method static mixed addNestedWhereQuery($query, $boolean)
|
|
* @method static mixed whereSub($column, $operator, $callback, $boolean)
|
|
* @method static mixed whereExists($callback, $boolean, $not)
|
|
* @method static mixed orWhereExists($callback, $not)
|
|
* @method static mixed whereNotExists($callback, $boolean)
|
|
* @method static mixed orWhereNotExists($callback)
|
|
* @method static mixed addWhereExistsQuery(self $query, $boolean, $not)
|
|
* @method static mixed whereRowValues($columns, $operator, $values, $boolean)
|
|
* @method static mixed orWhereRowValues($columns, $operator, $values)
|
|
* @method static mixed whereJsonContains($column, $value, $boolean, $not)
|
|
* @method static mixed orWhereJsonContains($column, $value)
|
|
* @method static mixed whereJsonDoesntContain($column, $value, $boolean)
|
|
* @method static mixed orWhereJsonDoesntContain($column, $value)
|
|
* @method static mixed whereJsonOverlaps($column, $value, $boolean, $not)
|
|
* @method static mixed orWhereJsonOverlaps($column, $value)
|
|
* @method static mixed whereJsonDoesntOverlap($column, $value, $boolean)
|
|
* @method static mixed orWhereJsonDoesntOverlap($column, $value)
|
|
* @method static mixed whereJsonContainsKey($column, $boolean, $not)
|
|
* @method static mixed orWhereJsonContainsKey($column)
|
|
* @method static mixed whereJsonDoesntContainKey($column, $boolean)
|
|
* @method static mixed orWhereJsonDoesntContainKey($column)
|
|
* @method static mixed whereJsonLength($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereJsonLength($column, $operator, $value)
|
|
* @method static mixed dynamicWhere($method, $parameters)
|
|
* @method static mixed addDynamic($segment, $connector, $parameters, $index)
|
|
* @method static mixed whereFullText($columns, $value, array $options, $boolean)
|
|
* @method static mixed orWhereFullText($columns, $value, array $options)
|
|
* @method static mixed whereAll($columns, $operator, $value, $boolean)
|
|
* @method static mixed orWhereAll($columns, $operator, $value)
|
|
* @method static mixed whereAny($columns, $operator, $value, $boolean)
|
|
* @method static mixed orWhereAny($columns, $operator, $value)
|
|
* @method static mixed groupBy($groups)
|
|
* @method static mixed groupByRaw($sql, array $bindings)
|
|
* @method static mixed having($column, $operator, $value, $boolean)
|
|
* @method static mixed orHaving($column, $operator, $value)
|
|
* @method static mixed havingNested(Closure $callback, $boolean)
|
|
* @method static mixed addNestedHavingQuery($query, $boolean)
|
|
* @method static mixed havingNull($columns, $boolean, $not)
|
|
* @method static mixed orHavingNull($column)
|
|
* @method static mixed havingNotNull($columns, $boolean)
|
|
* @method static mixed orHavingNotNull($column)
|
|
* @method static mixed havingBetween($column, iterable $values, $boolean, $not)
|
|
* @method static mixed havingRaw($sql, array $bindings, $boolean)
|
|
* @method static mixed orHavingRaw($sql, array $bindings)
|
|
* @method static mixed orderBy($column, $direction)
|
|
* @method static mixed orderByDesc($column)
|
|
* @method static mixed latest($column)
|
|
* @method static mixed oldest($column)
|
|
* @method static mixed inRandomOrder($seed)
|
|
* @method static mixed orderByRaw($sql, $bindings)
|
|
* @method static mixed skip($value)
|
|
* @method static mixed offset($value)
|
|
* @method static mixed take($value)
|
|
* @method static mixed limit($value)
|
|
* @method static mixed groupLimit($value, $column)
|
|
* @method static mixed forPage($page, $perPage)
|
|
* @method static mixed forPageBeforeId($perPage, $lastId, $column)
|
|
* @method static mixed forPageAfterId($perPage, $lastId, $column)
|
|
* @method static mixed reorder($column, $direction)
|
|
* @method static mixed removeExistingOrdersFor($column)
|
|
* @method static mixed union($query, $all)
|
|
* @method static mixed unionAll($query)
|
|
* @method static mixed lock($value)
|
|
* @method static mixed lockForUpdate()
|
|
* @method static mixed sharedLock()
|
|
* @method static mixed beforeQuery(callable $callback)
|
|
* @method static mixed applyBeforeQueryCallbacks()
|
|
* @method static mixed afterQuery(Closure $callback)
|
|
* @method static mixed applyAfterQueryCallbacks($result)
|
|
* @method static mixed toSql()
|
|
* @method static mixed toRawSql()
|
|
* @method static mixed find($id, $columns)
|
|
* @method static mixed findOr($id, $columns, Closure $callback)
|
|
* @method static mixed value($column)
|
|
* @method static mixed rawValue(string $expression, array $bindings)
|
|
* @method static mixed soleValue($column)
|
|
* @method static mixed get($columns)
|
|
* @method static mixed runSelect()
|
|
* @method static mixed withoutGroupLimitKeys($items)
|
|
* @method static mixed paginate($perPage, $columns, $pageName, $page, $total)
|
|
* @method static mixed simplePaginate($perPage, $columns, $pageName, $page)
|
|
* @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor)
|
|
* @method static mixed ensureOrderForCursorPagination($shouldReverse)
|
|
* @method static mixed getCountForPagination($columns)
|
|
* @method static mixed runPaginationCountQuery($columns)
|
|
* @method static mixed cloneForPaginationCount()
|
|
* @method static mixed withoutSelectAliases(array $columns)
|
|
* @method static mixed cursor()
|
|
* @method static mixed enforceOrderBy()
|
|
* @method static mixed pluck($column, $key)
|
|
* @method static mixed stripTableForPluck($column)
|
|
* @method static mixed pluckFromObjectColumn($queryResult, $column, $key)
|
|
* @method static mixed pluckFromArrayColumn($queryResult, $column, $key)
|
|
* @method static mixed implode($column, $glue)
|
|
* @method static mixed exists()
|
|
* @method static mixed doesntExist()
|
|
* @method static mixed existsOr(Closure $callback)
|
|
* @method static mixed doesntExistOr(Closure $callback)
|
|
* @method static mixed count($columns)
|
|
* @method static mixed min($column)
|
|
* @method static mixed max($column)
|
|
* @method static mixed sum($column)
|
|
* @method static mixed avg($column)
|
|
* @method static mixed average($column)
|
|
* @method static mixed aggregate($function, $columns)
|
|
* @method static mixed numericAggregate($function, $columns)
|
|
* @method static mixed setAggregate($function, $columns)
|
|
* @method static mixed onceWithColumns($columns, $callback)
|
|
* @method static mixed insert(array $values)
|
|
* @method static mixed insertOrIgnore(array $values)
|
|
* @method static mixed insertGetId(array $values, $sequence)
|
|
* @method static mixed insertUsing(array $columns, $query)
|
|
* @method static mixed insertOrIgnoreUsing(array $columns, $query)
|
|
* @method static mixed update(array $values)
|
|
* @method static mixed updateFrom(array $values)
|
|
* @method static mixed updateOrInsert(array $attributes, callable|array $values)
|
|
* @method static mixed upsert(array $values, $uniqueBy, $update)
|
|
* @method static mixed increment($column, $amount, array $extra)
|
|
* @method static mixed incrementEach(array $columns, array $extra)
|
|
* @method static mixed decrement($column, $amount, array $extra)
|
|
* @method static mixed decrementEach(array $columns, array $extra)
|
|
* @method static mixed delete($id)
|
|
* @method static mixed truncate()
|
|
* @method static mixed newQuery()
|
|
* @method static mixed forSubQuery()
|
|
* @method static mixed getColumns()
|
|
* @method static mixed raw($value)
|
|
* @method static mixed getUnionBuilders()
|
|
* @method static mixed getBindings()
|
|
* @method static mixed getRawBindings()
|
|
* @method static mixed setBindings(array $bindings, $type)
|
|
* @method static mixed addBinding($value, $type)
|
|
* @method static mixed castBinding($value)
|
|
* @method static mixed mergeBindings(self $query)
|
|
* @method static mixed cleanBindings(array $bindings)
|
|
* @method static mixed flattenValue($value)
|
|
* @method static mixed defaultKeyName()
|
|
* @method static mixed getConnection()
|
|
* @method static mixed getProcessor()
|
|
* @method static mixed getGrammar()
|
|
* @method static mixed useWritePdo()
|
|
* @method static mixed isQueryable($value)
|
|
* @method static mixed clone()
|
|
* @method static mixed cloneWithout(array $properties)
|
|
* @method static mixed cloneWithoutBindings(array $except)
|
|
* @method static mixed dump($args)
|
|
* @method static mixed dumpRawSql()
|
|
* @method static mixed dd()
|
|
* @method static mixed ddRawSql()
|
|
* @method static mixed chunk($count, callable $callback)
|
|
* @method static mixed chunkMap(callable $callback, $count)
|
|
* @method static mixed each(callable $callback, $count)
|
|
* @method static mixed chunkById($count, callable $callback, $column, $alias)
|
|
* @method static mixed chunkByIdDesc($count, callable $callback, $column, $alias)
|
|
* @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending)
|
|
* @method static mixed eachById(callable $callback, $count, $column, $alias)
|
|
* @method static mixed lazy($chunkSize)
|
|
* @method static mixed lazyById($chunkSize, $column, $alias)
|
|
* @method static mixed lazyByIdDesc($chunkSize, $column, $alias)
|
|
* @method static mixed orderedLazyById($chunkSize, $column, $alias, $descending)
|
|
* @method static mixed first($columns)
|
|
* @method static mixed sole($columns)
|
|
* @method static mixed paginateUsingCursor($perPage, $columns, $cursorName, $cursor)
|
|
* @method static mixed getOriginalColumnNameForCursorPagination($builder, string $parameter)
|
|
* @method static mixed paginator($items, $total, $perPage, $currentPage, $options)
|
|
* @method static mixed simplePaginator($items, $perPage, $currentPage, $options)
|
|
* @method static mixed cursorPaginator($items, $perPage, $cursor, $options)
|
|
* @method static mixed tap($callback)
|
|
* @method static mixed when($value, callable $callback, callable $default)
|
|
* @method static mixed unless($value, callable $callback, callable $default)
|
|
* @method static mixed explain()
|
|
* @method static mixed forwardCallTo($object, $method, $parameters)
|
|
* @method static mixed forwardDecoratedCallTo($object, $method, $parameters)
|
|
* @method static mixed throwBadMethodCallException($method)
|
|
* @method static mixed macro($name, $macro)
|
|
* @method static mixed mixin($mixin, $replace)
|
|
* @method static mixed hasMacro($name)
|
|
* @method static mixed flushMacros()
|
|
* @method static mixed macroCall($method, $parameters)
|
|
* @mixin \Illuminate\Database\Query\Builder
|
|
*/
|
|
class Waste4D1c extends \App\Models\SigdModel
|
|
{
|
|
//
|
|
}
|
|
|
|
/**
|
|
* App\Models\Waste4D1d
|
|
*
|
|
* @property string|null $updated_by
|
|
* @property string|null $created_by
|
|
* @property \Illuminate\Support\Carbon|null $updated_at
|
|
* @property \Illuminate\Support\Carbon|null $created_at
|
|
* @property int $row_status
|
|
* @property int $row_num
|
|
* @property float $n_effluent
|
|
* @property float $ef_n_sludge
|
|
* @property float $ef_f_ind_com
|
|
* @property float $ef_f_non_con
|
|
* @property float $ef_f_npr
|
|
* @property float $protein
|
|
* @property float $population
|
|
* @property string $category
|
|
* @property string $activity_year
|
|
* @property string $inventory_year
|
|
* @property string $id
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4D1d>|Waste4D1d whereId($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4D1d>|Waste4D1d whereInventoryYear($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4D1d>|Waste4D1d whereActivityYear($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4D1d>|Waste4D1d whereCategory($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4D1d>|Waste4D1d wherePopulation($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4D1d>|Waste4D1d whereProtein($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4D1d>|Waste4D1d whereEfFNpr($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4D1d>|Waste4D1d whereEfFNonCon($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4D1d>|Waste4D1d whereEfFIndCom($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4D1d>|Waste4D1d whereEfNSludge($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4D1d>|Waste4D1d whereNEffluent($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4D1d>|Waste4D1d whereRowNum($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4D1d>|Waste4D1d whereRowStatus($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4D1d>|Waste4D1d whereCreatedAt($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4D1d>|Waste4D1d whereUpdatedAt($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4D1d>|Waste4D1d whereCreatedBy($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4D1d>|Waste4D1d whereUpdatedBy($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4D1d>|Waste4D1d rowActive()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4D1d>|Waste4D1d isActive()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4D1d>|Waste4D1d orderByRowNum()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4D1d>|Waste4D1d newModelQuery()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4D1d>|Waste4D1d newQuery()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4D1d>|Waste4D1d query()
|
|
* @method static mixed select($columns)
|
|
* @method static mixed selectSub($query, $as)
|
|
* @method static mixed selectRaw($expression, array $bindings)
|
|
* @method static mixed fromSub($query, $as)
|
|
* @method static mixed fromRaw($expression, $bindings)
|
|
* @method static mixed createSub($query)
|
|
* @method static mixed parseSub($query)
|
|
* @method static mixed prependDatabaseNameIfCrossDatabaseQuery($query)
|
|
* @method static mixed addSelect($column)
|
|
* @method static mixed distinct()
|
|
* @method static mixed from($table, $as)
|
|
* @method static mixed useIndex($index)
|
|
* @method static mixed forceIndex($index)
|
|
* @method static mixed ignoreIndex($index)
|
|
* @method static mixed join($table, $first, $operator, $second, $type, $where)
|
|
* @method static mixed joinWhere($table, $first, $operator, $second, $type)
|
|
* @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where)
|
|
* @method static mixed joinLateral($query, string $as, string $type)
|
|
* @method static mixed leftJoinLateral($query, string $as)
|
|
* @method static mixed leftJoin($table, $first, $operator, $second)
|
|
* @method static mixed leftJoinWhere($table, $first, $operator, $second)
|
|
* @method static mixed leftJoinSub($query, $as, $first, $operator, $second)
|
|
* @method static mixed rightJoin($table, $first, $operator, $second)
|
|
* @method static mixed rightJoinWhere($table, $first, $operator, $second)
|
|
* @method static mixed rightJoinSub($query, $as, $first, $operator, $second)
|
|
* @method static mixed crossJoin($table, $first, $operator, $second)
|
|
* @method static mixed crossJoinSub($query, $as)
|
|
* @method static mixed newJoinClause(self $parentQuery, $type, $table)
|
|
* @method static mixed newJoinLateralClause(self $parentQuery, $type, $table)
|
|
* @method static mixed mergeWheres($wheres, $bindings)
|
|
* @method static mixed where($column, $operator, $value, $boolean)
|
|
* @method static mixed addArrayOfWheres($column, $boolean, $method)
|
|
* @method static mixed prepareValueAndOperator($value, $operator, $useDefault)
|
|
* @method static mixed invalidOperatorAndValue($operator, $value)
|
|
* @method static mixed invalidOperator($operator)
|
|
* @method static mixed isBitwiseOperator($operator)
|
|
* @method static mixed orWhere($column, $operator, $value)
|
|
* @method static mixed whereNot($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereNot($column, $operator, $value)
|
|
* @method static mixed whereColumn($first, $operator, $second, $boolean)
|
|
* @method static mixed orWhereColumn($first, $operator, $second)
|
|
* @method static mixed whereRaw($sql, $bindings, $boolean)
|
|
* @method static mixed orWhereRaw($sql, $bindings)
|
|
* @method static mixed whereIn($column, $values, $boolean, $not)
|
|
* @method static mixed orWhereIn($column, $values)
|
|
* @method static mixed whereNotIn($column, $values, $boolean)
|
|
* @method static mixed orWhereNotIn($column, $values)
|
|
* @method static mixed whereIntegerInRaw($column, $values, $boolean, $not)
|
|
* @method static mixed orWhereIntegerInRaw($column, $values)
|
|
* @method static mixed whereIntegerNotInRaw($column, $values, $boolean)
|
|
* @method static mixed orWhereIntegerNotInRaw($column, $values)
|
|
* @method static mixed whereNull($columns, $boolean, $not)
|
|
* @method static mixed orWhereNull($column)
|
|
* @method static mixed whereNotNull($columns, $boolean)
|
|
* @method static mixed whereBetween($column, iterable $values, $boolean, $not)
|
|
* @method static mixed whereBetweenColumns($column, array $values, $boolean, $not)
|
|
* @method static mixed orWhereBetween($column, iterable $values)
|
|
* @method static mixed orWhereBetweenColumns($column, array $values)
|
|
* @method static mixed whereNotBetween($column, iterable $values, $boolean)
|
|
* @method static mixed whereNotBetweenColumns($column, array $values, $boolean)
|
|
* @method static mixed orWhereNotBetween($column, iterable $values)
|
|
* @method static mixed orWhereNotBetweenColumns($column, array $values)
|
|
* @method static mixed orWhereNotNull($column)
|
|
* @method static mixed whereDate($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereDate($column, $operator, $value)
|
|
* @method static mixed whereTime($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereTime($column, $operator, $value)
|
|
* @method static mixed whereDay($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereDay($column, $operator, $value)
|
|
* @method static mixed whereMonth($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereMonth($column, $operator, $value)
|
|
* @method static mixed whereYear($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereYear($column, $operator, $value)
|
|
* @method static mixed addDateBasedWhere($type, $column, $operator, $value, $boolean)
|
|
* @method static mixed whereNested(Closure $callback, $boolean)
|
|
* @method static mixed forNestedWhere()
|
|
* @method static mixed addNestedWhereQuery($query, $boolean)
|
|
* @method static mixed whereSub($column, $operator, $callback, $boolean)
|
|
* @method static mixed whereExists($callback, $boolean, $not)
|
|
* @method static mixed orWhereExists($callback, $not)
|
|
* @method static mixed whereNotExists($callback, $boolean)
|
|
* @method static mixed orWhereNotExists($callback)
|
|
* @method static mixed addWhereExistsQuery(self $query, $boolean, $not)
|
|
* @method static mixed whereRowValues($columns, $operator, $values, $boolean)
|
|
* @method static mixed orWhereRowValues($columns, $operator, $values)
|
|
* @method static mixed whereJsonContains($column, $value, $boolean, $not)
|
|
* @method static mixed orWhereJsonContains($column, $value)
|
|
* @method static mixed whereJsonDoesntContain($column, $value, $boolean)
|
|
* @method static mixed orWhereJsonDoesntContain($column, $value)
|
|
* @method static mixed whereJsonOverlaps($column, $value, $boolean, $not)
|
|
* @method static mixed orWhereJsonOverlaps($column, $value)
|
|
* @method static mixed whereJsonDoesntOverlap($column, $value, $boolean)
|
|
* @method static mixed orWhereJsonDoesntOverlap($column, $value)
|
|
* @method static mixed whereJsonContainsKey($column, $boolean, $not)
|
|
* @method static mixed orWhereJsonContainsKey($column)
|
|
* @method static mixed whereJsonDoesntContainKey($column, $boolean)
|
|
* @method static mixed orWhereJsonDoesntContainKey($column)
|
|
* @method static mixed whereJsonLength($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereJsonLength($column, $operator, $value)
|
|
* @method static mixed dynamicWhere($method, $parameters)
|
|
* @method static mixed addDynamic($segment, $connector, $parameters, $index)
|
|
* @method static mixed whereFullText($columns, $value, array $options, $boolean)
|
|
* @method static mixed orWhereFullText($columns, $value, array $options)
|
|
* @method static mixed whereAll($columns, $operator, $value, $boolean)
|
|
* @method static mixed orWhereAll($columns, $operator, $value)
|
|
* @method static mixed whereAny($columns, $operator, $value, $boolean)
|
|
* @method static mixed orWhereAny($columns, $operator, $value)
|
|
* @method static mixed groupBy($groups)
|
|
* @method static mixed groupByRaw($sql, array $bindings)
|
|
* @method static mixed having($column, $operator, $value, $boolean)
|
|
* @method static mixed orHaving($column, $operator, $value)
|
|
* @method static mixed havingNested(Closure $callback, $boolean)
|
|
* @method static mixed addNestedHavingQuery($query, $boolean)
|
|
* @method static mixed havingNull($columns, $boolean, $not)
|
|
* @method static mixed orHavingNull($column)
|
|
* @method static mixed havingNotNull($columns, $boolean)
|
|
* @method static mixed orHavingNotNull($column)
|
|
* @method static mixed havingBetween($column, iterable $values, $boolean, $not)
|
|
* @method static mixed havingRaw($sql, array $bindings, $boolean)
|
|
* @method static mixed orHavingRaw($sql, array $bindings)
|
|
* @method static mixed orderBy($column, $direction)
|
|
* @method static mixed orderByDesc($column)
|
|
* @method static mixed latest($column)
|
|
* @method static mixed oldest($column)
|
|
* @method static mixed inRandomOrder($seed)
|
|
* @method static mixed orderByRaw($sql, $bindings)
|
|
* @method static mixed skip($value)
|
|
* @method static mixed offset($value)
|
|
* @method static mixed take($value)
|
|
* @method static mixed limit($value)
|
|
* @method static mixed groupLimit($value, $column)
|
|
* @method static mixed forPage($page, $perPage)
|
|
* @method static mixed forPageBeforeId($perPage, $lastId, $column)
|
|
* @method static mixed forPageAfterId($perPage, $lastId, $column)
|
|
* @method static mixed reorder($column, $direction)
|
|
* @method static mixed removeExistingOrdersFor($column)
|
|
* @method static mixed union($query, $all)
|
|
* @method static mixed unionAll($query)
|
|
* @method static mixed lock($value)
|
|
* @method static mixed lockForUpdate()
|
|
* @method static mixed sharedLock()
|
|
* @method static mixed beforeQuery(callable $callback)
|
|
* @method static mixed applyBeforeQueryCallbacks()
|
|
* @method static mixed afterQuery(Closure $callback)
|
|
* @method static mixed applyAfterQueryCallbacks($result)
|
|
* @method static mixed toSql()
|
|
* @method static mixed toRawSql()
|
|
* @method static mixed find($id, $columns)
|
|
* @method static mixed findOr($id, $columns, Closure $callback)
|
|
* @method static mixed value($column)
|
|
* @method static mixed rawValue(string $expression, array $bindings)
|
|
* @method static mixed soleValue($column)
|
|
* @method static mixed get($columns)
|
|
* @method static mixed runSelect()
|
|
* @method static mixed withoutGroupLimitKeys($items)
|
|
* @method static mixed paginate($perPage, $columns, $pageName, $page, $total)
|
|
* @method static mixed simplePaginate($perPage, $columns, $pageName, $page)
|
|
* @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor)
|
|
* @method static mixed ensureOrderForCursorPagination($shouldReverse)
|
|
* @method static mixed getCountForPagination($columns)
|
|
* @method static mixed runPaginationCountQuery($columns)
|
|
* @method static mixed cloneForPaginationCount()
|
|
* @method static mixed withoutSelectAliases(array $columns)
|
|
* @method static mixed cursor()
|
|
* @method static mixed enforceOrderBy()
|
|
* @method static mixed pluck($column, $key)
|
|
* @method static mixed stripTableForPluck($column)
|
|
* @method static mixed pluckFromObjectColumn($queryResult, $column, $key)
|
|
* @method static mixed pluckFromArrayColumn($queryResult, $column, $key)
|
|
* @method static mixed implode($column, $glue)
|
|
* @method static mixed exists()
|
|
* @method static mixed doesntExist()
|
|
* @method static mixed existsOr(Closure $callback)
|
|
* @method static mixed doesntExistOr(Closure $callback)
|
|
* @method static mixed count($columns)
|
|
* @method static mixed min($column)
|
|
* @method static mixed max($column)
|
|
* @method static mixed sum($column)
|
|
* @method static mixed avg($column)
|
|
* @method static mixed average($column)
|
|
* @method static mixed aggregate($function, $columns)
|
|
* @method static mixed numericAggregate($function, $columns)
|
|
* @method static mixed setAggregate($function, $columns)
|
|
* @method static mixed onceWithColumns($columns, $callback)
|
|
* @method static mixed insert(array $values)
|
|
* @method static mixed insertOrIgnore(array $values)
|
|
* @method static mixed insertGetId(array $values, $sequence)
|
|
* @method static mixed insertUsing(array $columns, $query)
|
|
* @method static mixed insertOrIgnoreUsing(array $columns, $query)
|
|
* @method static mixed update(array $values)
|
|
* @method static mixed updateFrom(array $values)
|
|
* @method static mixed updateOrInsert(array $attributes, callable|array $values)
|
|
* @method static mixed upsert(array $values, $uniqueBy, $update)
|
|
* @method static mixed increment($column, $amount, array $extra)
|
|
* @method static mixed incrementEach(array $columns, array $extra)
|
|
* @method static mixed decrement($column, $amount, array $extra)
|
|
* @method static mixed decrementEach(array $columns, array $extra)
|
|
* @method static mixed delete($id)
|
|
* @method static mixed truncate()
|
|
* @method static mixed newQuery()
|
|
* @method static mixed forSubQuery()
|
|
* @method static mixed getColumns()
|
|
* @method static mixed raw($value)
|
|
* @method static mixed getUnionBuilders()
|
|
* @method static mixed getBindings()
|
|
* @method static mixed getRawBindings()
|
|
* @method static mixed setBindings(array $bindings, $type)
|
|
* @method static mixed addBinding($value, $type)
|
|
* @method static mixed castBinding($value)
|
|
* @method static mixed mergeBindings(self $query)
|
|
* @method static mixed cleanBindings(array $bindings)
|
|
* @method static mixed flattenValue($value)
|
|
* @method static mixed defaultKeyName()
|
|
* @method static mixed getConnection()
|
|
* @method static mixed getProcessor()
|
|
* @method static mixed getGrammar()
|
|
* @method static mixed useWritePdo()
|
|
* @method static mixed isQueryable($value)
|
|
* @method static mixed clone()
|
|
* @method static mixed cloneWithout(array $properties)
|
|
* @method static mixed cloneWithoutBindings(array $except)
|
|
* @method static mixed dump($args)
|
|
* @method static mixed dumpRawSql()
|
|
* @method static mixed dd()
|
|
* @method static mixed ddRawSql()
|
|
* @method static mixed chunk($count, callable $callback)
|
|
* @method static mixed chunkMap(callable $callback, $count)
|
|
* @method static mixed each(callable $callback, $count)
|
|
* @method static mixed chunkById($count, callable $callback, $column, $alias)
|
|
* @method static mixed chunkByIdDesc($count, callable $callback, $column, $alias)
|
|
* @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending)
|
|
* @method static mixed eachById(callable $callback, $count, $column, $alias)
|
|
* @method static mixed lazy($chunkSize)
|
|
* @method static mixed lazyById($chunkSize, $column, $alias)
|
|
* @method static mixed lazyByIdDesc($chunkSize, $column, $alias)
|
|
* @method static mixed orderedLazyById($chunkSize, $column, $alias, $descending)
|
|
* @method static mixed first($columns)
|
|
* @method static mixed sole($columns)
|
|
* @method static mixed paginateUsingCursor($perPage, $columns, $cursorName, $cursor)
|
|
* @method static mixed getOriginalColumnNameForCursorPagination($builder, string $parameter)
|
|
* @method static mixed paginator($items, $total, $perPage, $currentPage, $options)
|
|
* @method static mixed simplePaginator($items, $perPage, $currentPage, $options)
|
|
* @method static mixed cursorPaginator($items, $perPage, $cursor, $options)
|
|
* @method static mixed tap($callback)
|
|
* @method static mixed when($value, callable $callback, callable $default)
|
|
* @method static mixed unless($value, callable $callback, callable $default)
|
|
* @method static mixed explain()
|
|
* @method static mixed forwardCallTo($object, $method, $parameters)
|
|
* @method static mixed forwardDecoratedCallTo($object, $method, $parameters)
|
|
* @method static mixed throwBadMethodCallException($method)
|
|
* @method static mixed macro($name, $macro)
|
|
* @method static mixed mixin($mixin, $replace)
|
|
* @method static mixed hasMacro($name)
|
|
* @method static mixed flushMacros()
|
|
* @method static mixed macroCall($method, $parameters)
|
|
* @mixin \Illuminate\Database\Query\Builder
|
|
*/
|
|
class Waste4D1d extends \App\Models\SigdModel
|
|
{
|
|
//
|
|
}
|
|
|
|
/**
|
|
* App\Models\Waste4D1e
|
|
*
|
|
* @property string|null $updated_by
|
|
* @property string|null $created_by
|
|
* @property \Illuminate\Support\Carbon|null $updated_at
|
|
* @property \Illuminate\Support\Carbon|null $created_at
|
|
* @property int $row_status
|
|
* @property int $row_num
|
|
* @property float $n2o_gg
|
|
* @property float $n2o_kg
|
|
* @property float $ef_ipal_emission
|
|
* @property float $ef_conversion_factor
|
|
* @property float $ef
|
|
* @property float $n_effluent
|
|
* @property string $category
|
|
* @property string $activity_year
|
|
* @property string $inventory_year
|
|
* @property string $id
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4D1e>|Waste4D1e whereId($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4D1e>|Waste4D1e whereInventoryYear($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4D1e>|Waste4D1e whereActivityYear($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4D1e>|Waste4D1e whereCategory($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4D1e>|Waste4D1e whereNEffluent($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4D1e>|Waste4D1e whereEf($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4D1e>|Waste4D1e whereEfConversionFactor($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4D1e>|Waste4D1e whereEfIpalEmission($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4D1e>|Waste4D1e whereN2OKg($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4D1e>|Waste4D1e whereN2OGg($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4D1e>|Waste4D1e whereRowNum($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4D1e>|Waste4D1e whereRowStatus($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4D1e>|Waste4D1e whereCreatedAt($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4D1e>|Waste4D1e whereUpdatedAt($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4D1e>|Waste4D1e whereCreatedBy($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4D1e>|Waste4D1e whereUpdatedBy($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4D1e>|Waste4D1e rowActive()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4D1e>|Waste4D1e isActive()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4D1e>|Waste4D1e orderByRowNum()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4D1e>|Waste4D1e newModelQuery()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4D1e>|Waste4D1e newQuery()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<Waste4D1e>|Waste4D1e query()
|
|
* @method static mixed select($columns)
|
|
* @method static mixed selectSub($query, $as)
|
|
* @method static mixed selectRaw($expression, array $bindings)
|
|
* @method static mixed fromSub($query, $as)
|
|
* @method static mixed fromRaw($expression, $bindings)
|
|
* @method static mixed createSub($query)
|
|
* @method static mixed parseSub($query)
|
|
* @method static mixed prependDatabaseNameIfCrossDatabaseQuery($query)
|
|
* @method static mixed addSelect($column)
|
|
* @method static mixed distinct()
|
|
* @method static mixed from($table, $as)
|
|
* @method static mixed useIndex($index)
|
|
* @method static mixed forceIndex($index)
|
|
* @method static mixed ignoreIndex($index)
|
|
* @method static mixed join($table, $first, $operator, $second, $type, $where)
|
|
* @method static mixed joinWhere($table, $first, $operator, $second, $type)
|
|
* @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where)
|
|
* @method static mixed joinLateral($query, string $as, string $type)
|
|
* @method static mixed leftJoinLateral($query, string $as)
|
|
* @method static mixed leftJoin($table, $first, $operator, $second)
|
|
* @method static mixed leftJoinWhere($table, $first, $operator, $second)
|
|
* @method static mixed leftJoinSub($query, $as, $first, $operator, $second)
|
|
* @method static mixed rightJoin($table, $first, $operator, $second)
|
|
* @method static mixed rightJoinWhere($table, $first, $operator, $second)
|
|
* @method static mixed rightJoinSub($query, $as, $first, $operator, $second)
|
|
* @method static mixed crossJoin($table, $first, $operator, $second)
|
|
* @method static mixed crossJoinSub($query, $as)
|
|
* @method static mixed newJoinClause(self $parentQuery, $type, $table)
|
|
* @method static mixed newJoinLateralClause(self $parentQuery, $type, $table)
|
|
* @method static mixed mergeWheres($wheres, $bindings)
|
|
* @method static mixed where($column, $operator, $value, $boolean)
|
|
* @method static mixed addArrayOfWheres($column, $boolean, $method)
|
|
* @method static mixed prepareValueAndOperator($value, $operator, $useDefault)
|
|
* @method static mixed invalidOperatorAndValue($operator, $value)
|
|
* @method static mixed invalidOperator($operator)
|
|
* @method static mixed isBitwiseOperator($operator)
|
|
* @method static mixed orWhere($column, $operator, $value)
|
|
* @method static mixed whereNot($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereNot($column, $operator, $value)
|
|
* @method static mixed whereColumn($first, $operator, $second, $boolean)
|
|
* @method static mixed orWhereColumn($first, $operator, $second)
|
|
* @method static mixed whereRaw($sql, $bindings, $boolean)
|
|
* @method static mixed orWhereRaw($sql, $bindings)
|
|
* @method static mixed whereIn($column, $values, $boolean, $not)
|
|
* @method static mixed orWhereIn($column, $values)
|
|
* @method static mixed whereNotIn($column, $values, $boolean)
|
|
* @method static mixed orWhereNotIn($column, $values)
|
|
* @method static mixed whereIntegerInRaw($column, $values, $boolean, $not)
|
|
* @method static mixed orWhereIntegerInRaw($column, $values)
|
|
* @method static mixed whereIntegerNotInRaw($column, $values, $boolean)
|
|
* @method static mixed orWhereIntegerNotInRaw($column, $values)
|
|
* @method static mixed whereNull($columns, $boolean, $not)
|
|
* @method static mixed orWhereNull($column)
|
|
* @method static mixed whereNotNull($columns, $boolean)
|
|
* @method static mixed whereBetween($column, iterable $values, $boolean, $not)
|
|
* @method static mixed whereBetweenColumns($column, array $values, $boolean, $not)
|
|
* @method static mixed orWhereBetween($column, iterable $values)
|
|
* @method static mixed orWhereBetweenColumns($column, array $values)
|
|
* @method static mixed whereNotBetween($column, iterable $values, $boolean)
|
|
* @method static mixed whereNotBetweenColumns($column, array $values, $boolean)
|
|
* @method static mixed orWhereNotBetween($column, iterable $values)
|
|
* @method static mixed orWhereNotBetweenColumns($column, array $values)
|
|
* @method static mixed orWhereNotNull($column)
|
|
* @method static mixed whereDate($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereDate($column, $operator, $value)
|
|
* @method static mixed whereTime($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereTime($column, $operator, $value)
|
|
* @method static mixed whereDay($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereDay($column, $operator, $value)
|
|
* @method static mixed whereMonth($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereMonth($column, $operator, $value)
|
|
* @method static mixed whereYear($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereYear($column, $operator, $value)
|
|
* @method static mixed addDateBasedWhere($type, $column, $operator, $value, $boolean)
|
|
* @method static mixed whereNested(Closure $callback, $boolean)
|
|
* @method static mixed forNestedWhere()
|
|
* @method static mixed addNestedWhereQuery($query, $boolean)
|
|
* @method static mixed whereSub($column, $operator, $callback, $boolean)
|
|
* @method static mixed whereExists($callback, $boolean, $not)
|
|
* @method static mixed orWhereExists($callback, $not)
|
|
* @method static mixed whereNotExists($callback, $boolean)
|
|
* @method static mixed orWhereNotExists($callback)
|
|
* @method static mixed addWhereExistsQuery(self $query, $boolean, $not)
|
|
* @method static mixed whereRowValues($columns, $operator, $values, $boolean)
|
|
* @method static mixed orWhereRowValues($columns, $operator, $values)
|
|
* @method static mixed whereJsonContains($column, $value, $boolean, $not)
|
|
* @method static mixed orWhereJsonContains($column, $value)
|
|
* @method static mixed whereJsonDoesntContain($column, $value, $boolean)
|
|
* @method static mixed orWhereJsonDoesntContain($column, $value)
|
|
* @method static mixed whereJsonOverlaps($column, $value, $boolean, $not)
|
|
* @method static mixed orWhereJsonOverlaps($column, $value)
|
|
* @method static mixed whereJsonDoesntOverlap($column, $value, $boolean)
|
|
* @method static mixed orWhereJsonDoesntOverlap($column, $value)
|
|
* @method static mixed whereJsonContainsKey($column, $boolean, $not)
|
|
* @method static mixed orWhereJsonContainsKey($column)
|
|
* @method static mixed whereJsonDoesntContainKey($column, $boolean)
|
|
* @method static mixed orWhereJsonDoesntContainKey($column)
|
|
* @method static mixed whereJsonLength($column, $operator, $value, $boolean)
|
|
* @method static mixed orWhereJsonLength($column, $operator, $value)
|
|
* @method static mixed dynamicWhere($method, $parameters)
|
|
* @method static mixed addDynamic($segment, $connector, $parameters, $index)
|
|
* @method static mixed whereFullText($columns, $value, array $options, $boolean)
|
|
* @method static mixed orWhereFullText($columns, $value, array $options)
|
|
* @method static mixed whereAll($columns, $operator, $value, $boolean)
|
|
* @method static mixed orWhereAll($columns, $operator, $value)
|
|
* @method static mixed whereAny($columns, $operator, $value, $boolean)
|
|
* @method static mixed orWhereAny($columns, $operator, $value)
|
|
* @method static mixed groupBy($groups)
|
|
* @method static mixed groupByRaw($sql, array $bindings)
|
|
* @method static mixed having($column, $operator, $value, $boolean)
|
|
* @method static mixed orHaving($column, $operator, $value)
|
|
* @method static mixed havingNested(Closure $callback, $boolean)
|
|
* @method static mixed addNestedHavingQuery($query, $boolean)
|
|
* @method static mixed havingNull($columns, $boolean, $not)
|
|
* @method static mixed orHavingNull($column)
|
|
* @method static mixed havingNotNull($columns, $boolean)
|
|
* @method static mixed orHavingNotNull($column)
|
|
* @method static mixed havingBetween($column, iterable $values, $boolean, $not)
|
|
* @method static mixed havingRaw($sql, array $bindings, $boolean)
|
|
* @method static mixed orHavingRaw($sql, array $bindings)
|
|
* @method static mixed orderBy($column, $direction)
|
|
* @method static mixed orderByDesc($column)
|
|
* @method static mixed latest($column)
|
|
* @method static mixed oldest($column)
|
|
* @method static mixed inRandomOrder($seed)
|
|
* @method static mixed orderByRaw($sql, $bindings)
|
|
* @method static mixed skip($value)
|
|
* @method static mixed offset($value)
|
|
* @method static mixed take($value)
|
|
* @method static mixed limit($value)
|
|
* @method static mixed groupLimit($value, $column)
|
|
* @method static mixed forPage($page, $perPage)
|
|
* @method static mixed forPageBeforeId($perPage, $lastId, $column)
|
|
* @method static mixed forPageAfterId($perPage, $lastId, $column)
|
|
* @method static mixed reorder($column, $direction)
|
|
* @method static mixed removeExistingOrdersFor($column)
|
|
* @method static mixed union($query, $all)
|
|
* @method static mixed unionAll($query)
|
|
* @method static mixed lock($value)
|
|
* @method static mixed lockForUpdate()
|
|
* @method static mixed sharedLock()
|
|
* @method static mixed beforeQuery(callable $callback)
|
|
* @method static mixed applyBeforeQueryCallbacks()
|
|
* @method static mixed afterQuery(Closure $callback)
|
|
* @method static mixed applyAfterQueryCallbacks($result)
|
|
* @method static mixed toSql()
|
|
* @method static mixed toRawSql()
|
|
* @method static mixed find($id, $columns)
|
|
* @method static mixed findOr($id, $columns, Closure $callback)
|
|
* @method static mixed value($column)
|
|
* @method static mixed rawValue(string $expression, array $bindings)
|
|
* @method static mixed soleValue($column)
|
|
* @method static mixed get($columns)
|
|
* @method static mixed runSelect()
|
|
* @method static mixed withoutGroupLimitKeys($items)
|
|
* @method static mixed paginate($perPage, $columns, $pageName, $page, $total)
|
|
* @method static mixed simplePaginate($perPage, $columns, $pageName, $page)
|
|
* @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor)
|
|
* @method static mixed ensureOrderForCursorPagination($shouldReverse)
|
|
* @method static mixed getCountForPagination($columns)
|
|
* @method static mixed runPaginationCountQuery($columns)
|
|
* @method static mixed cloneForPaginationCount()
|
|
* @method static mixed withoutSelectAliases(array $columns)
|
|
* @method static mixed cursor()
|
|
* @method static mixed enforceOrderBy()
|
|
* @method static mixed pluck($column, $key)
|
|
* @method static mixed stripTableForPluck($column)
|
|
* @method static mixed pluckFromObjectColumn($queryResult, $column, $key)
|
|
* @method static mixed pluckFromArrayColumn($queryResult, $column, $key)
|
|
* @method static mixed implode($column, $glue)
|
|
* @method static mixed exists()
|
|
* @method static mixed doesntExist()
|
|
* @method static mixed existsOr(Closure $callback)
|
|
* @method static mixed doesntExistOr(Closure $callback)
|
|
* @method static mixed count($columns)
|
|
* @method static mixed min($column)
|
|
* @method static mixed max($column)
|
|
* @method static mixed sum($column)
|
|
* @method static mixed avg($column)
|
|
* @method static mixed average($column)
|
|
* @method static mixed aggregate($function, $columns)
|
|
* @method static mixed numericAggregate($function, $columns)
|
|
* @method static mixed setAggregate($function, $columns)
|
|
* @method static mixed onceWithColumns($columns, $callback)
|
|
* @method static mixed insert(array $values)
|
|
* @method static mixed insertOrIgnore(array $values)
|
|
* @method static mixed insertGetId(array $values, $sequence)
|
|
* @method static mixed insertUsing(array $columns, $query)
|
|
* @method static mixed insertOrIgnoreUsing(array $columns, $query)
|
|
* @method static mixed update(array $values)
|
|
* @method static mixed updateFrom(array $values)
|
|
* @method static mixed updateOrInsert(array $attributes, callable|array $values)
|
|
* @method static mixed upsert(array $values, $uniqueBy, $update)
|
|
* @method static mixed increment($column, $amount, array $extra)
|
|
* @method static mixed incrementEach(array $columns, array $extra)
|
|
* @method static mixed decrement($column, $amount, array $extra)
|
|
* @method static mixed decrementEach(array $columns, array $extra)
|
|
* @method static mixed delete($id)
|
|
* @method static mixed truncate()
|
|
* @method static mixed newQuery()
|
|
* @method static mixed forSubQuery()
|
|
* @method static mixed getColumns()
|
|
* @method static mixed raw($value)
|
|
* @method static mixed getUnionBuilders()
|
|
* @method static mixed getBindings()
|
|
* @method static mixed getRawBindings()
|
|
* @method static mixed setBindings(array $bindings, $type)
|
|
* @method static mixed addBinding($value, $type)
|
|
* @method static mixed castBinding($value)
|
|
* @method static mixed mergeBindings(self $query)
|
|
* @method static mixed cleanBindings(array $bindings)
|
|
* @method static mixed flattenValue($value)
|
|
* @method static mixed defaultKeyName()
|
|
* @method static mixed getConnection()
|
|
* @method static mixed getProcessor()
|
|
* @method static mixed getGrammar()
|
|
* @method static mixed useWritePdo()
|
|
* @method static mixed isQueryable($value)
|
|
* @method static mixed clone()
|
|
* @method static mixed cloneWithout(array $properties)
|
|
* @method static mixed cloneWithoutBindings(array $except)
|
|
* @method static mixed dump($args)
|
|
* @method static mixed dumpRawSql()
|
|
* @method static mixed dd()
|
|
* @method static mixed ddRawSql()
|
|
* @method static mixed chunk($count, callable $callback)
|
|
* @method static mixed chunkMap(callable $callback, $count)
|
|
* @method static mixed each(callable $callback, $count)
|
|
* @method static mixed chunkById($count, callable $callback, $column, $alias)
|
|
* @method static mixed chunkByIdDesc($count, callable $callback, $column, $alias)
|
|
* @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending)
|
|
* @method static mixed eachById(callable $callback, $count, $column, $alias)
|
|
* @method static mixed lazy($chunkSize)
|
|
* @method static mixed lazyById($chunkSize, $column, $alias)
|
|
* @method static mixed lazyByIdDesc($chunkSize, $column, $alias)
|
|
* @method static mixed orderedLazyById($chunkSize, $column, $alias, $descending)
|
|
* @method static mixed first($columns)
|
|
* @method static mixed sole($columns)
|
|
* @method static mixed paginateUsingCursor($perPage, $columns, $cursorName, $cursor)
|
|
* @method static mixed getOriginalColumnNameForCursorPagination($builder, string $parameter)
|
|
* @method static mixed paginator($items, $total, $perPage, $currentPage, $options)
|
|
* @method static mixed simplePaginator($items, $perPage, $currentPage, $options)
|
|
* @method static mixed cursorPaginator($items, $perPage, $cursor, $options)
|
|
* @method static mixed tap($callback)
|
|
* @method static mixed when($value, callable $callback, callable $default)
|
|
* @method static mixed unless($value, callable $callback, callable $default)
|
|
* @method static mixed explain()
|
|
* @method static mixed forwardCallTo($object, $method, $parameters)
|
|
* @method static mixed forwardDecoratedCallTo($object, $method, $parameters)
|
|
* @method static mixed throwBadMethodCallException($method)
|
|
* @method static mixed macro($name, $macro)
|
|
* @method static mixed mixin($mixin, $replace)
|
|
* @method static mixed hasMacro($name)
|
|
* @method static mixed flushMacros()
|
|
* @method static mixed macroCall($method, $parameters)
|
|
* @mixin \Illuminate\Database\Query\Builder
|
|
*/
|
|
class Waste4D1e extends \App\Models\SigdModel
|
|
{
|
|
//
|
|
}
|
|
|
|
} |