void create(String name, String query,boolean isNativeQueryRawResults)
void create(String name, String query,boolean isNativeQueryRawResults)
Name | Type | Description |
---|---|---|
name | String | name of the query. |
query | String | text of the query. |
isNativeQueryRawResults | boolean | Optional isNativeQueryRawResults to enable raw type results in native query; default is false |
Type | Description |
---|---|
void |