public __toString(): string
public toString(): string
public fetch(int $fetchStyle = '\PDO::FETCH_ASSOC', int $cursorOrientation = '\PDO::FETCH_ORI_NEXT', int $cursorOffset, false $): void
Parameter | Type | Description |
---|
$fetchStyle | int | |
$cursorOrientation | int | |
$cursorOffset | int | |
$ | false | |
public fetchModel(string $modelClass): mixed
Parameter | Type | Description |
---|
$modelClass | string | |
public fetchAllModel(string $modelClass, ?string $keyColumn): void
Parameter | Type | Description |
---|
$modelClass | string | |
$keyColumn | string | |
public fetchAll(int $fetchMode = '\PDO::FETCH_ASSOC', mixed $fetchArgument, false $): void
Parameter | Type | Description |
---|
$fetchMode | int | |
$fetchArgument | mixed | |
$ | false | |
public fetchColumn(int $columnNumber): 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): ?Row
Parameter | Type | Description |
---|
$cursorOrientation | int | |
$offset | int | |
Generated by Hazaar API Doc Generator