String
s arrays. The maxNumberOfRows
argument limits the number of rows to return. If the result set contains more rows they are ignored.
@param sql the SQL statement to execute
@param maxNumberOfRows the maximum number of rows to return. If < 1
all rows will be returned
@return a DbExecuteResult
object representing the result of executing thestatement
@throws SQLException if an error occurs when running the statement
|
|