PreparedStatementCommon Member List
This is the complete list of members for
PreparedStatementCommon, including all inherited members.
$boundInVars | PreparedStatementCommon | [protected] |
$conn | PreparedStatementCommon | [protected] |
$limit | PreparedStatementCommon | [protected] |
$offset | PreparedStatementCommon | [protected] |
$positions | PreparedStatementCommon | [protected] |
$positionsCount | PreparedStatementCommon | [protected] |
$resultSet | PreparedStatementCommon | [protected] |
$sql | PreparedStatementCommon | [protected] |
$sql_cache | PreparedStatementCommon | [protected] |
$sql_cache_valid | PreparedStatementCommon | [protected] |
$updateCount | PreparedStatementCommon | [protected] |
__construct(Connection $conn, $sql) | PreparedStatementCommon | |
close() | PreparedStatementCommon | |
escape($str) | PreparedStatementCommon | [protected] |
executeQuery($p1=null, $fetchmode=null) | PreparedStatementCommon | |
executeUpdate($params=null) | PreparedStatementCommon | |
getConnection() | PreparedStatementCommon | |
getLimit() | PreparedStatementCommon | |
getMoreResults() | PreparedStatementCommon | |
getOffset() | PreparedStatementCommon | |
getResource() | PreparedStatementCommon | |
getResultSet() | PreparedStatementCommon | |
getUpdateCount() | PreparedStatementCommon | |
parseQuery($sql) | PreparedStatementCommon | [protected] |
replaceParams() | PreparedStatementCommon | [protected] |
set($paramIndex, $value) | PreparedStatementCommon | |
setArray($paramIndex, $value) | PreparedStatementCommon | |
setBlob($paramIndex, $blob) | PreparedStatementCommon | |
setBoolean($paramIndex, $value) | PreparedStatementCommon | |
setClob($paramIndex, $clob) | PreparedStatementCommon | |
setDate($paramIndex, $value) | PreparedStatementCommon | |
setDecimal($paramIndex, $value) | PreparedStatementCommon | |
setDouble($paramIndex, $value) | PreparedStatementCommon | |
setFloat($paramIndex, $value) | PreparedStatementCommon | |
setInt($paramIndex, $value) | PreparedStatementCommon | |
setInteger($paramIndex, $value) | PreparedStatementCommon | |
setLimit($v) | PreparedStatementCommon | |
setNull($paramIndex) | PreparedStatementCommon | |
setOffset($v) | PreparedStatementCommon | |
setString($paramIndex, $value) | PreparedStatementCommon | |
setTime($paramIndex, $value) | PreparedStatementCommon | |
setTimestamp($paramIndex, $value) | PreparedStatementCommon | |