extends |
Sql |
---|
Methods | ||
---|---|---|
public
|
__construct(string $sHost, string $sUser, string $sPassword, string $sDbName, string $sDbTablePrefix = '')
|
# |
public
|
IsConnected(): bool
|
# |
public
|
ReInitIfNotConnected(string $sHost, string $sUser, string $sPassword, string $sDbName)
|
# |
public
|
Connect(bool $bWithSelect = true, $bNewLink = false): bool
|
# |
public
|
ConnectNoSelect(): bool
|
# |
public
|
Select(): bool
|
# |
public
|
Disconnect(): bool
|
# |
public
|
Execute(string $sQuery, string $bIsSlaveExecute = false): bool
|
# |
public
&
|
GetNextRecord(bool $bAutoFree = true)
|
# |
public
&
|
GetNextArrayRecord(bool $bAutoFree = true)
|
# |
public
|
GetLastInsertId(string $sTableName = null, string $sFieldName = null): int
|
# |
public
|
GetTableNames(): array
|
# |
public
|
GetTableFields(string $sTableName): array
|
# |
public
|
GetTableIndexes(string $sTableName): array
|
# |
public
|
FreeResult(): bool
|
# |
public
|
ResultCount(): int
|
# |
Properties inherited from Aurora\System\Db\GeneralSql |
---|
$ErrorCode, $ErrorDesc |