2023-01-31 08:16:59 +03:00
### 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 :
2024-08-24 08:08:26 +03:00
- 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."
2023-01-31 08:16:59 +03:00
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 :
2024-08-24 08:08:26 +03:00
- 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."
2023-01-31 08:16:59 +03:00
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>."
2024-01-23 08:46:40 +03:00
type : "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a><<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\" />>"
2023-01-31 08:16:59 +03:00
- 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 :
2024-08-24 08:08:26 +03:00
- 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."
2023-01-31 08:16:59 +03:00
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\" /><<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.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 :
2024-08-24 08:08:26 +03:00
- 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."
2023-01-31 08:16:59 +03:00
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>."
2024-01-23 08:46:40 +03:00
type : "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a><<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" /><<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\" />>>"
2023-01-31 08:16:59 +03:00
- 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 :
2024-08-24 08:08:26 +03:00
- 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."
2023-01-31 08:16:59 +03:00
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\" /><<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.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 :
2024-08-24 08:08:26 +03:00
- 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."
2023-01-31 08:16:59 +03:00
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>"
2024-08-24 08:08:26 +03:00
- description : "The schema parameter."
2023-01-31 08:16:59 +03:00
name : "schema"
type : "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>>"
2024-08-24 08:08:26 +03:00
- description : "The table parameter."
2023-01-31 08:16:59 +03:00
name : "table"
type : "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>>"
2024-08-24 08:08:26 +03:00
- description : "The column parameter."
2023-01-31 08:16:59 +03:00
name : "column"
type : "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>>"
2024-08-24 08:08:26 +03:00
- description : "The orderBy parameter."
2023-01-31 08:16:59 +03:00
name : "orderBy"
type : "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>>"
- 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\" /><<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.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 :
2024-08-24 08:08:26 +03:00
- 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."
2023-01-31 08:16:59 +03:00
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\" /><<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.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 :
2024-08-24 08:08:26 +03:00
- 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."
2023-01-31 08:16:59 +03:00
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>"
2024-08-24 08:08:26 +03:00
- description : "The schema parameter."
2023-01-31 08:16:59 +03:00
name : "schema"
type : "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>>"
2024-08-24 08:08:26 +03:00
- description : "The table parameter."
2023-01-31 08:16:59 +03:00
name : "table"
type : "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>>"
2024-08-24 08:08:26 +03:00
- description : "The column parameter."
2023-01-31 08:16:59 +03:00
name : "column"
type : "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>>"
2024-08-24 08:08:26 +03:00
- description : "The orderBy parameter."
2023-01-31 08:16:59 +03:00
name : "orderBy"
type : "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>>"
- 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\" /><<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.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 :
2024-08-24 08:08:26 +03:00
- 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."
2023-01-31 08:16:59 +03:00
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\" /><<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.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 :
2024-08-24 08:08:26 +03:00
- 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."
2023-01-31 08:16:59 +03:00
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\" /><<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.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 :
2024-08-24 08:08:26 +03:00
- 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."
2023-01-31 08:16:59 +03:00
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\" /><<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.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 :
2024-08-24 08:08:26 +03:00
- 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."
2023-01-31 08:16:59 +03:00
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\" /><<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\" />>"
type : "interface"
desc : "An instance of this class provides access to all the operations defined in DatabaseColumnsClient."
metadata : {}
package : "com.azure.resourcemanager.sql.fluent"
2024-10-26 06:18:01 +03:00
artifact : com.azure.resourcemanager:azure-resourcemanager-sql:2.44.0