| Package | Description |
|---|---|
| org.mule.extension.api.transformation | |
| org.mule.extension.internal.transformation |
| Modifier and Type | Method and Description |
|---|---|
SQLLimitRows |
SQLSelectTransformationParameters.getSqlLimitRows() |
static SQLLimitRows |
SQLLimitRows.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SQLLimitRows[] |
SQLLimitRows.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
SQLSelectTransformationParameters(boolean searchTransformationEnabled,
boolean strictSearchTermMatch,
SQLLimitRows sqlLimitRows,
SQLIdentifiersDelimiter delimiter) |
| Modifier and Type | Method and Description |
|---|---|
PaginationBuilder |
PaginationBuilder.withLimitRows(SQLLimitRows limitRows) |
Copyright © 2024 MuleSoft, Inc.. All rights reserved.