72 строки
4.5 KiB
YAML
72 строки
4.5 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.microsoft.azure.servicebus.rules.SqlRuleAction"
|
|
fullName: "com.microsoft.azure.servicebus.rules.SqlRuleAction"
|
|
name: "SqlRuleAction"
|
|
nameWithType: "SqlRuleAction"
|
|
summary: "Represents a SQL language-based transformation expression that is performed against a message."
|
|
inheritances:
|
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.microsoft.azure.servicebus.rules.RuleAction?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 **SqlRuleAction**</br> extends <xref href=\"com.microsoft.azure.servicebus.rules.RuleAction?alt=com.microsoft.azure.servicebus.rules.RuleAction&text=RuleAction\" data-throw-if-not-resolved=\"False\" />"
|
|
constructors:
|
|
- uid: "com.microsoft.azure.servicebus.rules.SqlRuleAction.SqlRuleAction(java.lang.String)"
|
|
fullName: "com.microsoft.azure.servicebus.rules.SqlRuleAction.SqlRuleAction(String sqlExpression)"
|
|
name: "SqlRuleAction(String sqlExpression)"
|
|
nameWithType: "SqlRuleAction.SqlRuleAction(String sqlExpression)"
|
|
summary: "Creates an instance of `SqlRuleAction` with the given transformation expression."
|
|
parameters:
|
|
- description: "SQL language-based transformation expression"
|
|
name: "sqlExpression"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public SqlRuleAction(String sqlExpression)"
|
|
desc: "Creates an instance of `SqlRuleAction` with the given transformation expression."
|
|
methods:
|
|
- uid: "com.microsoft.azure.servicebus.rules.SqlRuleAction.equals(java.lang.Object)"
|
|
fullName: "com.microsoft.azure.servicebus.rules.SqlRuleAction.equals(Object o)"
|
|
name: "equals(Object o)"
|
|
nameWithType: "SqlRuleAction.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.SqlRuleAction.getSqlExpression()"
|
|
fullName: "com.microsoft.azure.servicebus.rules.SqlRuleAction.getSqlExpression()"
|
|
name: "getSqlExpression()"
|
|
nameWithType: "SqlRuleAction.getSqlExpression()"
|
|
summary: "Gets the transformation expression of this rule action."
|
|
syntax: "public String getSqlExpression()"
|
|
desc: "Gets the transformation expression of this rule action."
|
|
returns:
|
|
description: "SQL language-based transformation expression"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.microsoft.azure.servicebus.rules.SqlRuleAction.hashCode()"
|
|
fullName: "com.microsoft.azure.servicebus.rules.SqlRuleAction.hashCode()"
|
|
name: "hashCode()"
|
|
nameWithType: "SqlRuleAction.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 transformation expression that is performed against a message."
|
|
metadata: {}
|
|
package: "com.microsoft.azure.servicebus.rules"
|
|
artifact: com.microsoft.azure:azure-servicebus:3.6.7
|