select_take_limits


Description:

public void select_take_limits (SqlExpr count, SqlExpr offset)

Sets the LIMIT clause of this

count and offset's responsibility are transferred to this (which means this is then responsible for freeing them when no longer needed).

Parameters:

this

a SqlStatement pointer

count

a SqlExpr pointer

offset

a SqlExpr pointer