@Retention(value=RUNTIME) @Target(value={METHOD,ANNOTATION_TYPE}) @Documented public @interface Query
| Modifier and Type | Optional Element and Description |
|---|---|
boolean |
dmlStatement
Indicates if the annotated Query Method is a DML statement or an SQL statement.
|
String |
value
Takes a Cloud Spanner SQL string to define the actual query to be executed.
|
public abstract String value
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.