Dump matching data into a stream(ie file) in CSV format with column names
Dump matching data into a stream(ie file) in CSV format with column names
Parameters: - out -
- modelClass -
- params -
Throws: - java.lang.Exception -
Execute the query and return a Vector of "modelClass"(JOTModel).
Execute the query and return a Vector of "modelClass"(JOTModel). Find all matches - ifno conditions -> all. Will not be null for selects (might be empty) or null for "Update type queries".
Throws: - java.lang.Exception -
add a "limit" to the number of returned results
should only be called once
NOTE: if does not use the SQL limit synatx has this is not the same on all DB's
Instead it's gonna call setMaxRows() on the statement
add a "limit" to the number of returned results should only be called once NOTE: if does not use the SQL limit synatx has this is not the same on all DB's Instead it's gonna call setMaxRows() on the statement
Parameters: - limit -