Uses of Class
com.microsoft.azure.management.datalake.analytics.models.USqlDatabase
Packages that use USqlDatabase
Package
Description
This package contains the classes for DataLakeAnalyticsCatalogManagementClient.
This package contains the models classes for DataLakeAnalyticsCatalogManagementClient.
-
Uses of USqlDatabase in com.microsoft.azure.management.datalake.analytics
Methods in com.microsoft.azure.management.datalake.analytics that return USqlDatabaseModifier and TypeMethodDescriptionCatalogs.getDatabase
(String accountName, String databaseName) Retrieves the specified database from the Data Lake Analytics catalog.Methods in com.microsoft.azure.management.datalake.analytics that return types with arguments of type USqlDatabaseModifier and TypeMethodDescriptionrx.Observable<USqlDatabase>
Catalogs.getDatabaseAsync
(String accountName, String databaseName) Retrieves the specified database from the Data Lake Analytics catalog.com.microsoft.rest.ServiceFuture<USqlDatabase>
Catalogs.getDatabaseAsync
(String accountName, String databaseName, com.microsoft.rest.ServiceCallback<USqlDatabase> serviceCallback) Retrieves the specified database from the Data Lake Analytics catalog.rx.Observable<com.microsoft.rest.ServiceResponse<USqlDatabase>>
Catalogs.getDatabaseWithServiceResponseAsync
(String accountName, String databaseName) Retrieves the specified database from the Data Lake Analytics catalog.com.microsoft.azure.PagedList<USqlDatabase>
Catalogs.listDatabases
(String accountName) Retrieves the list of databases from the Data Lake Analytics catalog.com.microsoft.azure.PagedList<USqlDatabase>
Catalogs.listDatabases
(String accountName, String filter, Integer top, Integer skip, String select, String orderby, Boolean count) Retrieves the list of databases from the Data Lake Analytics catalog.rx.Observable<com.microsoft.azure.Page<USqlDatabase>>
Catalogs.listDatabasesAsync
(String accountName) Retrieves the list of databases from the Data Lake Analytics catalog.com.microsoft.rest.ServiceFuture<List<USqlDatabase>>
Catalogs.listDatabasesAsync
(String accountName, com.microsoft.azure.ListOperationCallback<USqlDatabase> serviceCallback) Retrieves the list of databases from the Data Lake Analytics catalog.rx.Observable<com.microsoft.azure.Page<USqlDatabase>>
Catalogs.listDatabasesAsync
(String accountName, String filter, Integer top, Integer skip, String select, String orderby, Boolean count) Retrieves the list of databases from the Data Lake Analytics catalog.com.microsoft.rest.ServiceFuture<List<USqlDatabase>>
Catalogs.listDatabasesAsync
(String accountName, String filter, Integer top, Integer skip, String select, String orderby, Boolean count, com.microsoft.azure.ListOperationCallback<USqlDatabase> serviceCallback) Retrieves the list of databases from the Data Lake Analytics catalog.com.microsoft.azure.PagedList<USqlDatabase>
Catalogs.listDatabasesNext
(String nextPageLink) Retrieves the list of databases from the Data Lake Analytics catalog.rx.Observable<com.microsoft.azure.Page<USqlDatabase>>
Catalogs.listDatabasesNextAsync
(String nextPageLink) Retrieves the list of databases from the Data Lake Analytics catalog.com.microsoft.rest.ServiceFuture<List<USqlDatabase>>
Catalogs.listDatabasesNextAsync
(String nextPageLink, com.microsoft.rest.ServiceFuture<List<USqlDatabase>> serviceFuture, com.microsoft.azure.ListOperationCallback<USqlDatabase> serviceCallback) Retrieves the list of databases from the Data Lake Analytics catalog.rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<USqlDatabase>>>
Catalogs.listDatabasesNextWithServiceResponseAsync
(String nextPageLink) Retrieves the list of databases from the Data Lake Analytics catalog.rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<USqlDatabase>>>
Catalogs.listDatabasesWithServiceResponseAsync
(String accountName) Retrieves the list of databases from the Data Lake Analytics catalog.rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<USqlDatabase>>>
Catalogs.listDatabasesWithServiceResponseAsync
(String accountName, String filter, Integer top, Integer skip, String select, String orderby, Boolean count) Retrieves the list of databases from the Data Lake Analytics catalog.Method parameters in com.microsoft.azure.management.datalake.analytics with type arguments of type USqlDatabaseModifier and TypeMethodDescriptioncom.microsoft.rest.ServiceFuture<USqlDatabase>
Catalogs.getDatabaseAsync
(String accountName, String databaseName, com.microsoft.rest.ServiceCallback<USqlDatabase> serviceCallback) Retrieves the specified database from the Data Lake Analytics catalog.com.microsoft.rest.ServiceFuture<List<USqlDatabase>>
Catalogs.listDatabasesAsync
(String accountName, com.microsoft.azure.ListOperationCallback<USqlDatabase> serviceCallback) Retrieves the list of databases from the Data Lake Analytics catalog.com.microsoft.rest.ServiceFuture<List<USqlDatabase>>
Catalogs.listDatabasesAsync
(String accountName, String filter, Integer top, Integer skip, String select, String orderby, Boolean count, com.microsoft.azure.ListOperationCallback<USqlDatabase> serviceCallback) Retrieves the list of databases from the Data Lake Analytics catalog.com.microsoft.rest.ServiceFuture<List<USqlDatabase>>
Catalogs.listDatabasesNextAsync
(String nextPageLink, com.microsoft.rest.ServiceFuture<List<USqlDatabase>> serviceFuture, com.microsoft.azure.ListOperationCallback<USqlDatabase> serviceCallback) Retrieves the list of databases from the Data Lake Analytics catalog.com.microsoft.rest.ServiceFuture<List<USqlDatabase>>
Catalogs.listDatabasesNextAsync
(String nextPageLink, com.microsoft.rest.ServiceFuture<List<USqlDatabase>> serviceFuture, com.microsoft.azure.ListOperationCallback<USqlDatabase> serviceCallback) Retrieves the list of databases from the Data Lake Analytics catalog. -
Uses of USqlDatabase in com.microsoft.azure.management.datalake.analytics.models
Methods in com.microsoft.azure.management.datalake.analytics.models that return USqlDatabaseModifier and TypeMethodDescriptionSet the name of the database.