public toString(): string
public fetch(int $fetchStyle = '\PDO::FETCH_ASSOC', int $cursorOrientation = '\PDO::FETCH_ORI_NEXT', int $cursorOffset = 0, false $): void
Parameter | Type | Description |
---|
$fetchStyle | int | |
$cursorOrientation | int | |
$cursorOffset | int | |
$ | false | |
public fetchAll(int $fetchMode = '\PDO::FETCH_ASSOC', mixed $fetchArgument, false $): void
Parameter | Type | Description |
---|
$fetchMode | int | |
$fetchArgument | mixed | |
$ | false | |
public fetchColumn(int $columnNumber = 0): mixed
Parameter | Type | Description |
---|
$columnNumber | int | |
public fetchObject(string $className = 'stdClass', array $constructorArgs = []): object
Parameter | Type | Description |
---|
$className | string | |
$constructorArgs | array | |
public columnCount(): int
public row(int $cursorOrientation = '\PDO::FETCH_ORI_NEXT', int $offset = 0): ?Row
Parameter | Type | Description |
---|
$cursorOrientation | int | |
$offset | int | |
Generated by Hazaar API Doc Generator