SQLiteGrammar class SQLiteGrammar extends Grammar (View source) Methods array wrapArray(array $values) Wrap an array of values. from Grammar string wrapTable(Expression|string $table) Wrap a table in keyword identifiers. from Grammar string wrap(Expression|string $value, bool $prefixAlias = false) Wrap a value in keyword identifiers. from Grammar string columnize(array $columns) Convert an array of column names into a delimited string. from Grammar string parameterize(arra
static void setFacadeApplication(Application $app) Set the application instance. Parameters Application $app Return Value void
Model createModelByType(string $type) Create a new model instance by type. Parameters string $type Return Value Model
void line(string $string, string $style = null, null|int|string $verbosity = null) Write a string as standard output. Parameters string $string string $style null|int|string $verbosity Return Value void
string getForeignKey() Get the foreign key of the relationship. Return Value string
bool isDeleted() Determine if the job has been deleted. Return Value bool
$this addQuery(string $key, string $value) Add a query string value to the paginator. Parameters string $key string $value Return Value $this
void stopping(mixed $callback) Register an event listener for the daemon queue stopping. Parameters mixed $callback Return Value void
Collection where(string $key, mixed $operator, mixed $value = null) Filter items by the given key value pair. Parameters string $key mixed $operator mixed $value Return Value Collection
static int destroy(array|int $ids) Destroy the models for the given IDs. Parameters array|int $ids Return Value int
Page 278 of 996