pub fn parse_select_items(
    resp: &mut Bytes,
    xsqlda: &mut Vec<XSqlVar>
) -> Result<bool, FbError>
Expand description

Fill the xsqlda with data from the cursor, return true if the data was truncated (needs more data to fill the xsqlda)