Uses of Class
com.microsoft.azure.management.datalake.analytics.models.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
Modifier and TypeMethodDescriptionCatalogs.getDatabase
(String accountName, String databaseName) Retrieves the specified database from the Data Lake Analytics catalog.Modifier 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.Modifier 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
Modifier and TypeMethodDescriptionSet the name of the database.