Previous Page
setPaging()

Solar_Sql_Select
unbind()

Next Page
where()

unbind()

public Solar_Sql_Select unbind ( mixed $spec default NULL )

Unsets bound data.

Parameters

  • (mixed) $spec: The key to unset. If a string, unsets that one bound value; if an array, unsets the list of values; if empty, unsets all bound values (the default).

Returns

  • (Solar_Sql_Select)

Description

Unsets bound data.