SqliteProvider
final class SqliteProvider implements ProviderInterface
SQLite provider can help to retrieve data from sqlite database and marshalling between another fields for SQLite.
Methods
static array
mapForeignKeys(array $foreignKey, string $table)
{@inheritDoc}
static array
map(array $column, string|null $table = null, Xeed|null $xeed = null)
Do mapping method between another fields for Database.
Details
at line 21
void
attach(Xeed $xeed, string|null $table = null)
Attach child provider to DB instance.
at line 56
static array
mapForeignKeys(array $foreignKey, string $table)
{@inheritDoc}
at line 70
static array
map(array $column, string|null $table = null, Xeed|null $xeed = null)
Do mapping method between another fields for Database.