Methods | ||
---|---|---|
public
|
__construct(Settings &$oSettings)
|
# |
public
&
|
GetConnector()
|
# |
public
&
|
GetSlaveConnector()
|
# |
public
|
IsConnected(): bool
|
# |
public
|
Connect(): bool
|
# |
public
|
ConnectSlave(): bool
|
# |
public
|
ConnectNoSelect(): bool
|
# |
public
|
Disconnect(): bool
|
# |
public
|
Select(): bool
|
# |
public
|
Execute($sSql): bool
|
# |
public
|
GetNextArrayRecord(bool $bAutoFree = true): bool
|
# |
public
|
GetNextRecord(bool $bAutoFree = true): bool
|
# |
public
|
FreeResult(): bool
|
# |
public
|
GetResultAsObjects(): array|bool
|
# |
public
|
GetResultAsAssocArrays(): array|bool
|
# |
public
|
GetLastInsertId(string $sTableName = null, string $sFieldName = null): int
|
# |
public
|
ResultCount(): int
|
# |
public
|
GetTableNames(): array
|
# |
public
|
GetTableFields(string $sTableName): array
|
# |
public
|
GetTableIndexes(string $sTableName): array
|
# |
public
|
prefix(): string
|
# |
public
|
GetError(): string
|
# |
public
|
GetException(): DbException
|
# |
public
|
SetException(DbException $oException)
|
# |