azure-docs-sdk-java/docs-ref-autogen/com.azure.cosmos.models.Sho...

86 строки
5.1 KiB
YAML

### YamlMime:JavaEnum
uid: "com.azure.cosmos.models.ShowQueryMode"
fullName: "com.azure.cosmos.models.ShowQueryMode"
name: "ShowQueryMode"
nameWithType: "ShowQueryMode"
summary: "Defines whether to print db.<wbr>statement in tracing."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Enum?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html\">Enum</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#valueOf-java.lang.Class-java.lang.String-\">valueOf</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#compareTo-E-\">compareTo</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#describeConstable--\">describeConstable</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#equals-java.lang.Object-\">equals</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#getDeclaringClass--\">getDeclaringClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#hashCode--\">hashCode</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#name--\">name</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#ordinal--\">ordinal</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#toString--\">toString</a>"
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
syntax: "public enum **ShowQueryMode**</br> extends <a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html\">Enum</a>&lt;<xref href=\"com.azure.cosmos.models.ShowQueryMode?alt=com.azure.cosmos.models.ShowQueryMode&text=ShowQueryMode\" data-throw-if-not-resolved=\"False\" />&gt;"
fields:
- uid: "com.azure.cosmos.models.ShowQueryMode.ALL"
fullName: "com.azure.cosmos.models.ShowQueryMode.ALL"
name: "ALL"
nameWithType: "ShowQueryMode.ALL"
summary: "Print both parameterized and non parameterized query."
desc: "Print both parameterized and non parameterized query."
- uid: "com.azure.cosmos.models.ShowQueryMode.NONE"
fullName: "com.azure.cosmos.models.ShowQueryMode.NONE"
name: "NONE"
nameWithType: "ShowQueryMode.NONE"
summary: "Do not show query."
desc: "Do not show query."
- uid: "com.azure.cosmos.models.ShowQueryMode.PARAMETERIZED_ONLY"
fullName: "com.azure.cosmos.models.ShowQueryMode.PARAMETERIZED_ONLY"
name: "PARAMETERIZED_ONLY"
nameWithType: "ShowQueryMode.PARAMETERIZED_ONLY"
summary: "Print parameterized query only."
desc: "Print parameterized query only."
methods:
- uid: "com.azure.cosmos.models.ShowQueryMode.toString()"
fullName: "com.azure.cosmos.models.ShowQueryMode.toString()"
name: "toString()"
nameWithType: "ShowQueryMode.toString()"
overridden: "java.lang.Enum.toString()"
syntax: "public String toString()"
returns:
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.cosmos.models.ShowQueryMode.valueOf(java.lang.String)"
fullName: "com.azure.cosmos.models.ShowQueryMode.valueOf(String name)"
name: "valueOf(String name)"
nameWithType: "ShowQueryMode.valueOf(String name)"
modifiers:
- "static"
parameters:
- name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public static ShowQueryMode valueOf(String name)"
returns:
type: "<xref href=\"com.azure.cosmos.models.ShowQueryMode?alt=com.azure.cosmos.models.ShowQueryMode&text=ShowQueryMode\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.cosmos.models.ShowQueryMode.values()"
fullName: "com.azure.cosmos.models.ShowQueryMode.values()"
name: "values()"
nameWithType: "ShowQueryMode.values()"
modifiers:
- "static"
syntax: "public static ShowQueryMode[] values()"
returns:
type: "<xref href=\"com.azure.cosmos.models.ShowQueryMode?alt=com.azure.cosmos.models.ShowQueryMode&text=ShowQueryMode\" data-throw-if-not-resolved=\"False\" />[]"
desc: "Defines whether to print db.statement in tracing."
metadata: {}
package: "com.azure.cosmos.models"
artifact: com.azure:azure-cosmos:4.63.3