azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.s...

383 строки
34 KiB
YAML
Исходник Обычный вид История

### YamlMime:JavaType
uid: "com.azure.resourcemanager.sql.fluent.DatabaseColumnsClient"
fullName: "com.azure.resourcemanager.sql.fluent.DatabaseColumnsClient"
name: "DatabaseColumnsClient"
nameWithType: "DatabaseColumnsClient"
summary: "An instance of this class provides access to all the operations defined in Database<wbr>Columns<wbr>Client."
syntax: "public interface **DatabaseColumnsClient**"
methods:
- uid: "com.azure.resourcemanager.sql.fluent.DatabaseColumnsClient.get(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.sql.fluent.DatabaseColumnsClient.get(String resourceGroupName, String serverName, String databaseName, String schemaName, String tableName, String columnName)"
name: "get(String resourceGroupName, String serverName, String databaseName, String schemaName, String tableName, String columnName)"
nameWithType: "DatabaseColumnsClient.get(String resourceGroupName, String serverName, String databaseName, String schemaName, String tableName, String columnName)"
summary: "Get database column."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group that contains the resource. You can obtain this value\n from the Azure Resource Manager API or the portal."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the server."
name: "serverName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the database."
name: "databaseName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the schema."
name: "schemaName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the table."
name: "tableName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the column."
name: "columnName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract DatabaseColumnInner get(String resourceGroupName, String serverName, String databaseName, String schemaName, String tableName, String columnName)"
desc: "Get database column."
returns:
description: "database column."
type: "<xref href=\"com.azure.resourcemanager.sql.fluent.models.DatabaseColumnInner?alt=com.azure.resourcemanager.sql.fluent.models.DatabaseColumnInner&text=DatabaseColumnInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.sql.fluent.DatabaseColumnsClient.getAsync(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.sql.fluent.DatabaseColumnsClient.getAsync(String resourceGroupName, String serverName, String databaseName, String schemaName, String tableName, String columnName)"
name: "getAsync(String resourceGroupName, String serverName, String databaseName, String schemaName, String tableName, String columnName)"
nameWithType: "DatabaseColumnsClient.getAsync(String resourceGroupName, String serverName, String databaseName, String schemaName, String tableName, String columnName)"
summary: "Get database column."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group that contains the resource. You can obtain this value\n from the Azure Resource Manager API or the portal."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the server."
name: "serverName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the database."
name: "databaseName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the schema."
name: "schemaName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the table."
name: "tableName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the column."
name: "columnName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract Mono<DatabaseColumnInner> getAsync(String resourceGroupName, String serverName, String databaseName, String schemaName, String tableName, String columnName)"
desc: "Get database column."
returns:
description: "database column on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
type: "<xref href=\"reactor.core.publisher.Mono?alt=reactor.core.publisher.Mono&text=Mono\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.sql.fluent.models.DatabaseColumnInner?alt=com.azure.resourcemanager.sql.fluent.models.DatabaseColumnInner&text=DatabaseColumnInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.sql.fluent.DatabaseColumnsClient.getWithResponse(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.sql.fluent.DatabaseColumnsClient.getWithResponse(String resourceGroupName, String serverName, String databaseName, String schemaName, String tableName, String columnName, Context context)"
name: "getWithResponse(String resourceGroupName, String serverName, String databaseName, String schemaName, String tableName, String columnName, Context context)"
nameWithType: "DatabaseColumnsClient.getWithResponse(String resourceGroupName, String serverName, String databaseName, String schemaName, String tableName, String columnName, Context context)"
summary: "Get database column."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group that contains the resource. You can obtain this value\n from the Azure Resource Manager API or the portal."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the server."
name: "serverName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the database."
name: "databaseName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the schema."
name: "schemaName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the table."
name: "tableName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the column."
name: "columnName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Response<DatabaseColumnInner> getWithResponse(String resourceGroupName, String serverName, String databaseName, String schemaName, String tableName, String columnName, Context context)"
desc: "Get database column."
returns:
description: "database column along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.sql.fluent.models.DatabaseColumnInner?alt=com.azure.resourcemanager.sql.fluent.models.DatabaseColumnInner&text=DatabaseColumnInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.sql.fluent.DatabaseColumnsClient.getWithResponseAsync(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.sql.fluent.DatabaseColumnsClient.getWithResponseAsync(String resourceGroupName, String serverName, String databaseName, String schemaName, String tableName, String columnName)"
name: "getWithResponseAsync(String resourceGroupName, String serverName, String databaseName, String schemaName, String tableName, String columnName)"
nameWithType: "DatabaseColumnsClient.getWithResponseAsync(String resourceGroupName, String serverName, String databaseName, String schemaName, String tableName, String columnName)"
summary: "Get database column."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group that contains the resource. You can obtain this value\n from the Azure Resource Manager API or the portal."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the server."
name: "serverName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the database."
name: "databaseName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the schema."
name: "schemaName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the table."
name: "tableName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the column."
name: "columnName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract Mono<Response<DatabaseColumnInner>> getWithResponseAsync(String resourceGroupName, String serverName, String databaseName, String schemaName, String tableName, String columnName)"
desc: "Get database column."
returns:
description: "database column along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref> on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
type: "<xref href=\"reactor.core.publisher.Mono?alt=reactor.core.publisher.Mono&text=Mono\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.sql.fluent.models.DatabaseColumnInner?alt=com.azure.resourcemanager.sql.fluent.models.DatabaseColumnInner&text=DatabaseColumnInner\" data-throw-if-not-resolved=\"False\" />&gt;&gt;"
- uid: "com.azure.resourcemanager.sql.fluent.DatabaseColumnsClient.listByDatabase(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.sql.fluent.DatabaseColumnsClient.listByDatabase(String resourceGroupName, String serverName, String databaseName)"
name: "listByDatabase(String resourceGroupName, String serverName, String databaseName)"
nameWithType: "DatabaseColumnsClient.listByDatabase(String resourceGroupName, String serverName, String databaseName)"
summary: "List database columns."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group that contains the resource. You can obtain this value\n from the Azure Resource Manager API or the portal."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the server."
name: "serverName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the database."
name: "databaseName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract PagedIterable<DatabaseColumnInner> listByDatabase(String resourceGroupName, String serverName, String databaseName)"
desc: "List database columns."
returns:
description: "a list of database columns as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.sql.fluent.models.DatabaseColumnInner?alt=com.azure.resourcemanager.sql.fluent.models.DatabaseColumnInner&text=DatabaseColumnInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.sql.fluent.DatabaseColumnsClient.listByDatabase(java.lang.String,java.lang.String,java.lang.String,java.util.List<java.lang.String>,java.util.List<java.lang.String>,java.util.List<java.lang.String>,java.util.List<java.lang.String>,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.sql.fluent.DatabaseColumnsClient.listByDatabase(String resourceGroupName, String serverName, String databaseName, List<String> schema, List<String> table, List<String> column, List<String> orderBy, String skiptoken, Context context)"
name: "listByDatabase(String resourceGroupName, String serverName, String databaseName, List<String> schema, List<String> table, List<String> column, List<String> orderBy, String skiptoken, Context context)"
nameWithType: "DatabaseColumnsClient.listByDatabase(String resourceGroupName, String serverName, String databaseName, List<String> schema, List<String> table, List<String> column, List<String> orderBy, String skiptoken, Context context)"
summary: "List database columns."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group that contains the resource. You can obtain this value\n from the Azure Resource Manager API or the portal."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the server."
name: "serverName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the database."
name: "databaseName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Array of Get3ItemsItem."
name: "schema"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>&gt;"
- description: "Array of Get4ItemsItem."
name: "table"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>&gt;"
- description: "Array of Get5ItemsItem."
name: "column"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>&gt;"
- description: "Array of Get6ItemsItem."
name: "orderBy"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>&gt;"
- description: "An opaque token that identifies a starting point in the collection."
name: "skiptoken"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract PagedIterable<DatabaseColumnInner> listByDatabase(String resourceGroupName, String serverName, String databaseName, List<String> schema, List<String> table, List<String> column, List<String> orderBy, String skiptoken, Context context)"
desc: "List database columns."
returns:
description: "a list of database columns as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.sql.fluent.models.DatabaseColumnInner?alt=com.azure.resourcemanager.sql.fluent.models.DatabaseColumnInner&text=DatabaseColumnInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.sql.fluent.DatabaseColumnsClient.listByDatabaseAsync(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.sql.fluent.DatabaseColumnsClient.listByDatabaseAsync(String resourceGroupName, String serverName, String databaseName)"
name: "listByDatabaseAsync(String resourceGroupName, String serverName, String databaseName)"
nameWithType: "DatabaseColumnsClient.listByDatabaseAsync(String resourceGroupName, String serverName, String databaseName)"
summary: "List database columns."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group that contains the resource. You can obtain this value\n from the Azure Resource Manager API or the portal."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the server."
name: "serverName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the database."
name: "databaseName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract PagedFlux<DatabaseColumnInner> listByDatabaseAsync(String resourceGroupName, String serverName, String databaseName)"
desc: "List database columns."
returns:
description: "a list of database columns as paginated response with <xref uid=\"com.azure.core.http.rest.PagedFlux\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedFlux\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.PagedFlux?alt=com.azure.core.http.rest.PagedFlux&text=PagedFlux\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.sql.fluent.models.DatabaseColumnInner?alt=com.azure.resourcemanager.sql.fluent.models.DatabaseColumnInner&text=DatabaseColumnInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.sql.fluent.DatabaseColumnsClient.listByDatabaseAsync(java.lang.String,java.lang.String,java.lang.String,java.util.List<java.lang.String>,java.util.List<java.lang.String>,java.util.List<java.lang.String>,java.util.List<java.lang.String>,java.lang.String)"
fullName: "com.azure.resourcemanager.sql.fluent.DatabaseColumnsClient.listByDatabaseAsync(String resourceGroupName, String serverName, String databaseName, List<String> schema, List<String> table, List<String> column, List<String> orderBy, String skiptoken)"
name: "listByDatabaseAsync(String resourceGroupName, String serverName, String databaseName, List<String> schema, List<String> table, List<String> column, List<String> orderBy, String skiptoken)"
nameWithType: "DatabaseColumnsClient.listByDatabaseAsync(String resourceGroupName, String serverName, String databaseName, List<String> schema, List<String> table, List<String> column, List<String> orderBy, String skiptoken)"
summary: "List database columns."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group that contains the resource. You can obtain this value\n from the Azure Resource Manager API or the portal."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the server."
name: "serverName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the database."
name: "databaseName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Array of Get3ItemsItem."
name: "schema"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>&gt;"
- description: "Array of Get4ItemsItem."
name: "table"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>&gt;"
- description: "Array of Get5ItemsItem."
name: "column"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>&gt;"
- description: "Array of Get6ItemsItem."
name: "orderBy"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>&gt;"
- description: "An opaque token that identifies a starting point in the collection."
name: "skiptoken"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract PagedFlux<DatabaseColumnInner> listByDatabaseAsync(String resourceGroupName, String serverName, String databaseName, List<String> schema, List<String> table, List<String> column, List<String> orderBy, String skiptoken)"
desc: "List database columns."
returns:
description: "a list of database columns as paginated response with <xref uid=\"com.azure.core.http.rest.PagedFlux\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedFlux\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.PagedFlux?alt=com.azure.core.http.rest.PagedFlux&text=PagedFlux\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.sql.fluent.models.DatabaseColumnInner?alt=com.azure.resourcemanager.sql.fluent.models.DatabaseColumnInner&text=DatabaseColumnInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.sql.fluent.DatabaseColumnsClient.listByTable(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.sql.fluent.DatabaseColumnsClient.listByTable(String resourceGroupName, String serverName, String databaseName, String schemaName, String tableName)"
name: "listByTable(String resourceGroupName, String serverName, String databaseName, String schemaName, String tableName)"
nameWithType: "DatabaseColumnsClient.listByTable(String resourceGroupName, String serverName, String databaseName, String schemaName, String tableName)"
summary: "List database columns."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group that contains the resource. You can obtain this value\n from the Azure Resource Manager API or the portal."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the server."
name: "serverName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the database."
name: "databaseName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the schema."
name: "schemaName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the table."
name: "tableName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract PagedIterable<DatabaseColumnInner> listByTable(String resourceGroupName, String serverName, String databaseName, String schemaName, String tableName)"
desc: "List database columns."
returns:
description: "a list of database columns as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.sql.fluent.models.DatabaseColumnInner?alt=com.azure.resourcemanager.sql.fluent.models.DatabaseColumnInner&text=DatabaseColumnInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.sql.fluent.DatabaseColumnsClient.listByTable(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.sql.fluent.DatabaseColumnsClient.listByTable(String resourceGroupName, String serverName, String databaseName, String schemaName, String tableName, String filter, Context context)"
name: "listByTable(String resourceGroupName, String serverName, String databaseName, String schemaName, String tableName, String filter, Context context)"
nameWithType: "DatabaseColumnsClient.listByTable(String resourceGroupName, String serverName, String databaseName, String schemaName, String tableName, String filter, Context context)"
summary: "List database columns."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group that contains the resource. You can obtain this value\n from the Azure Resource Manager API or the portal."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the server."
name: "serverName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the database."
name: "databaseName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the schema."
name: "schemaName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the table."
name: "tableName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "An OData filter expression that filters elements in the collection."
name: "filter"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract PagedIterable<DatabaseColumnInner> listByTable(String resourceGroupName, String serverName, String databaseName, String schemaName, String tableName, String filter, Context context)"
desc: "List database columns."
returns:
description: "a list of database columns as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.sql.fluent.models.DatabaseColumnInner?alt=com.azure.resourcemanager.sql.fluent.models.DatabaseColumnInner&text=DatabaseColumnInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.sql.fluent.DatabaseColumnsClient.listByTableAsync(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.sql.fluent.DatabaseColumnsClient.listByTableAsync(String resourceGroupName, String serverName, String databaseName, String schemaName, String tableName)"
name: "listByTableAsync(String resourceGroupName, String serverName, String databaseName, String schemaName, String tableName)"
nameWithType: "DatabaseColumnsClient.listByTableAsync(String resourceGroupName, String serverName, String databaseName, String schemaName, String tableName)"
summary: "List database columns."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group that contains the resource. You can obtain this value\n from the Azure Resource Manager API or the portal."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the server."
name: "serverName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the database."
name: "databaseName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the schema."
name: "schemaName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the table."
name: "tableName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract PagedFlux<DatabaseColumnInner> listByTableAsync(String resourceGroupName, String serverName, String databaseName, String schemaName, String tableName)"
desc: "List database columns."
returns:
description: "a list of database columns as paginated response with <xref uid=\"com.azure.core.http.rest.PagedFlux\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedFlux\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.PagedFlux?alt=com.azure.core.http.rest.PagedFlux&text=PagedFlux\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.sql.fluent.models.DatabaseColumnInner?alt=com.azure.resourcemanager.sql.fluent.models.DatabaseColumnInner&text=DatabaseColumnInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.sql.fluent.DatabaseColumnsClient.listByTableAsync(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.sql.fluent.DatabaseColumnsClient.listByTableAsync(String resourceGroupName, String serverName, String databaseName, String schemaName, String tableName, String filter)"
name: "listByTableAsync(String resourceGroupName, String serverName, String databaseName, String schemaName, String tableName, String filter)"
nameWithType: "DatabaseColumnsClient.listByTableAsync(String resourceGroupName, String serverName, String databaseName, String schemaName, String tableName, String filter)"
summary: "List database columns."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group that contains the resource. You can obtain this value\n from the Azure Resource Manager API or the portal."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the server."
name: "serverName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the database."
name: "databaseName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the schema."
name: "schemaName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the table."
name: "tableName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "An OData filter expression that filters elements in the collection."
name: "filter"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract PagedFlux<DatabaseColumnInner> listByTableAsync(String resourceGroupName, String serverName, String databaseName, String schemaName, String tableName, String filter)"
desc: "List database columns."
returns:
description: "a list of database columns as paginated response with <xref uid=\"com.azure.core.http.rest.PagedFlux\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedFlux\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.PagedFlux?alt=com.azure.core.http.rest.PagedFlux&text=PagedFlux\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.sql.fluent.models.DatabaseColumnInner?alt=com.azure.resourcemanager.sql.fluent.models.DatabaseColumnInner&text=DatabaseColumnInner\" data-throw-if-not-resolved=\"False\" />&gt;"
type: "interface"
desc: "An instance of this class provides access to all the operations defined in DatabaseColumnsClient."
metadata: {}
package: "com.azure.resourcemanager.sql.fluent"
artifact: com.azure.resourcemanager:azure-resourcemanager-sql:2.34.0