azure-docs-sdk-java/legacy/docs-ref-autogen/com.microsoft.azure.service...

72 строки
4.4 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.servicebus.rules.SqlFilter"
fullName: "com.microsoft.azure.servicebus.rules.SqlFilter"
name: "SqlFilter"
nameWithType: "SqlFilter"
summary: "Represents a SQL language-based filter expression that is evaluated against a message."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.microsoft.azure.servicebus.rules.Filter?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- 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#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
- "<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#hashCode--\">hashCode</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#toString--\">toString</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 class **SqlFilter**</br> extends <xref href=\"com.microsoft.azure.servicebus.rules.Filter?alt=com.microsoft.azure.servicebus.rules.Filter&text=Filter\" data-throw-if-not-resolved=\"False\" />"
constructors:
- uid: "com.microsoft.azure.servicebus.rules.SqlFilter.SqlFilter(java.lang.String)"
fullName: "com.microsoft.azure.servicebus.rules.SqlFilter.SqlFilter(String sqlExpression)"
name: "SqlFilter(String sqlExpression)"
nameWithType: "SqlFilter.SqlFilter(String sqlExpression)"
summary: "Creates an instance of `SqlFilter` with the given match expression."
parameters:
- description: "SQL language-based filter expression"
name: "sqlExpression"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public SqlFilter(String sqlExpression)"
desc: "Creates an instance of `SqlFilter` with the given match expression."
methods:
- uid: "com.microsoft.azure.servicebus.rules.SqlFilter.equals(java.lang.Object)"
fullName: "com.microsoft.azure.servicebus.rules.SqlFilter.equals(Object o)"
name: "equals(Object o)"
nameWithType: "SqlFilter.equals(Object o)"
overridden: "java.lang.Object.equals(java.lang.Object)"
parameters:
- name: "o"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
syntax: "public boolean equals(Object o)"
returns:
type: "<xref href=\"boolean?alt=boolean&text=boolean\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.servicebus.rules.SqlFilter.getSqlExpression()"
fullName: "com.microsoft.azure.servicebus.rules.SqlFilter.getSqlExpression()"
name: "getSqlExpression()"
nameWithType: "SqlFilter.getSqlExpression()"
summary: "Gets the match expression of this filter."
syntax: "public String getSqlExpression()"
desc: "Gets the match expression of this filter."
returns:
description: "SQL language-based expression of this filter"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.microsoft.azure.servicebus.rules.SqlFilter.hashCode()"
fullName: "com.microsoft.azure.servicebus.rules.SqlFilter.hashCode()"
name: "hashCode()"
nameWithType: "SqlFilter.hashCode()"
overridden: "java.lang.Object.hashCode()"
syntax: "public int hashCode()"
returns:
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Represents a SQL language-based filter expression that is evaluated against a message."
metadata: {}
package: "com.microsoft.azure.servicebus.rules"
artifact: com.microsoft.azure:azure-servicebus:3.6.7