Object executeInDynamicQuerySession(String sqlString, Object mapOfParameters, boolean reuse)
Object executeInDynamicQuerySession(String sqlString, Object mapOfParameters, boolean reuse)
Name | Type | Description |
---|---|---|
sqlString | String | A valid snapshot query sql string. |
mapOfParameters | Object | types. Or, null if there are no bind parameters. |
reuse | boolean | string is automatically registered the first time (Query.Create(sql)). |
Type | Description |
---|---|
Object | Return a List of rows. Each row may be a single Object column or an an Object[] of columns. |