public mysql_xdevapi\TableUpdate bind
( array $placeholder_values
)
public mysql_xdevapi\TableUpdate execute
( void
)
public mysql_xdevapi\TableUpdate limit
( integer $rows
)
public mysql_xdevapi\TableUpdate orderby
(
mixed $orderby_expr
[,
mixed $...
] )
public mysql_xdevapi\TableUpdate set
( string $table_field
, string $expression_or_literal
)
public mysql_xdevapi\TableUpdate where
( string $where_expr
)
}