Class SQLite
-
MvcCore\Ext\Models\Db\Connection
implements
MvcCore\Model\IConstants,
MvcCore\Ext\Models\Db\IConnection
-
MvcCore\Ext\Models\Db\Providers\Connections\SQLite
implements
MvcCore\Ext\Models\Db\Model\IConstants
Methods summary
public
string
|
#
QuoteName( string $identifierName )
Parameters
Returns
string
Inheritdocs
Overrides
|
protected
|
#
setUpConnectionSpecifics( )
Set up connection specific properties depends on this driver.
Set up connection specific properties depends on this driver.
Overrides
|
Methods inherited from MvcCore\Ext\Models\Db\Connection
BeginTransaction(),
Commit(),
Execute(),
GetAttribute(),
GetAvailableDrivers(),
GetConfig(),
GetProvider(),
GetVersion(),
InTransaction(),
IsMutliStatements(),
LastInsertId(),
Prepare(),
Query(),
Quote(),
RollBack(),
SetAttribute(),
__construct(),
connect(),
devDumpQueryWithParams(),
handleError(),
isConnectionLost(),
providerInvoke(),
reConnectIfNecessaryOrThrownError()
|
Constants inherited from MvcCore\Model\IConstants
PROPS_CONVERT_CAMELCASE_TO_PASCALCASE,
PROPS_CONVERT_CAMELCASE_TO_UNDERSCORES,
PROPS_CONVERT_CASE_INSENSITIVE,
PROPS_CONVERT_PASCALCASE_TO_CAMELCASE,
PROPS_CONVERT_PASCALCASE_TO_UNDERSCORES,
PROPS_CONVERT_UNDERSCORES_TO_CAMELCASE,
PROPS_CONVERT_UNDERSCORES_TO_PASCALCASE,
PROPS_INHERIT,
PROPS_INITIAL_VALUES,
PROPS_NAMES_BY_CODE,
PROPS_NAMES_BY_DATABASE,
PROPS_PRIVATE,
PROPS_PROTECTED,
PROPS_PUBLIC
|
Constants inherited from MvcCore\Ext\Models\Db\Model\IConstants
METADATA_AUTO_INCREMENT,
METADATA_BY_CODE,
METADATA_BY_DATABASE,
METADATA_CONNECTIONS,
METADATA_PRIMARY_KEY,
METADATA_TABLES,
METADATA_UNIQUE_KEY,
TRANS_ISOLATION_READ_COMMITTED,
TRANS_ISOLATION_READ_UNCOMMITTED,
TRANS_ISOLATION_REPEATABLE_READ,
TRANS_ISOLATION_SERIALIZABLE
|
Properties inherited from MvcCore\Ext\Models\Db\Connection
$dsn,
$inTransaction,
$multiStatements,
$options,
$password,
$provider,
$retryAttempts,
$retryAttemptsTotal,
$retryDelay,
$transactionName,
$username,
$version
|