11 public function bindColumn(
string|
int $column, mixed &$var,
int $type =
PDO::PARAM_STR,
int $maxLength = 0, mixed $driverOptions =
null): bool {}
14 public
function bindParam(string|int $param, mixed &$var, int $type =
PDO::PARAM_STR, int $maxLength = 0, mixed $driverOptions = null): bool {}
38 public
function fetch(int $mode =
PDO::FETCH_DEFAULT, int $cursorOrientation =
PDO::FETCH_ORI_NEXT, int $cursorOffset = 0): mixed {}