Uses of Class
com.microsoft.azure.management.datalake.analytics.models.USqlProcedure
Package
Description
This package contains the classes for DataLakeAnalyticsCatalogManagementClient.
This package contains the models classes for DataLakeAnalyticsCatalogManagementClient.
-
Uses of USqlProcedure in com.microsoft.azure.management.datalake.analytics
Modifier and TypeMethodDescriptionCatalogs.getProcedure
(String accountName, String databaseName, String schemaName, String procedureName) Retrieves the specified procedure from the Data Lake Analytics catalog.Modifier and TypeMethodDescriptionrx.Observable<USqlProcedure>
Catalogs.getProcedureAsync
(String accountName, String databaseName, String schemaName, String procedureName) Retrieves the specified procedure from the Data Lake Analytics catalog.com.microsoft.rest.ServiceFuture<USqlProcedure>
Catalogs.getProcedureAsync
(String accountName, String databaseName, String schemaName, String procedureName, com.microsoft.rest.ServiceCallback<USqlProcedure> serviceCallback) Retrieves the specified procedure from the Data Lake Analytics catalog.rx.Observable<com.microsoft.rest.ServiceResponse<USqlProcedure>>
Catalogs.getProcedureWithServiceResponseAsync
(String accountName, String databaseName, String schemaName, String procedureName) Retrieves the specified procedure from the Data Lake Analytics catalog.com.microsoft.azure.PagedList<USqlProcedure>
Catalogs.listProcedures
(String accountName, String databaseName, String schemaName) Retrieves the list of procedures from the Data Lake Analytics catalog.com.microsoft.azure.PagedList<USqlProcedure>
Catalogs.listProcedures
(String accountName, String databaseName, String schemaName, String filter, Integer top, Integer skip, String select, String orderby, Boolean count) Retrieves the list of procedures from the Data Lake Analytics catalog.rx.Observable<com.microsoft.azure.Page<USqlProcedure>>
Catalogs.listProceduresAsync
(String accountName, String databaseName, String schemaName) Retrieves the list of procedures from the Data Lake Analytics catalog.com.microsoft.rest.ServiceFuture<List<USqlProcedure>>
Catalogs.listProceduresAsync
(String accountName, String databaseName, String schemaName, com.microsoft.azure.ListOperationCallback<USqlProcedure> serviceCallback) Retrieves the list of procedures from the Data Lake Analytics catalog.rx.Observable<com.microsoft.azure.Page<USqlProcedure>>
Catalogs.listProceduresAsync
(String accountName, String databaseName, String schemaName, String filter, Integer top, Integer skip, String select, String orderby, Boolean count) Retrieves the list of procedures from the Data Lake Analytics catalog.com.microsoft.rest.ServiceFuture<List<USqlProcedure>>
Catalogs.listProceduresAsync
(String accountName, String databaseName, String schemaName, String filter, Integer top, Integer skip, String select, String orderby, Boolean count, com.microsoft.azure.ListOperationCallback<USqlProcedure> serviceCallback) Retrieves the list of procedures from the Data Lake Analytics catalog.com.microsoft.azure.PagedList<USqlProcedure>
Catalogs.listProceduresNext
(String nextPageLink) Retrieves the list of procedures from the Data Lake Analytics catalog.rx.Observable<com.microsoft.azure.Page<USqlProcedure>>
Catalogs.listProceduresNextAsync
(String nextPageLink) Retrieves the list of procedures from the Data Lake Analytics catalog.com.microsoft.rest.ServiceFuture<List<USqlProcedure>>
Catalogs.listProceduresNextAsync
(String nextPageLink, com.microsoft.rest.ServiceFuture<List<USqlProcedure>> serviceFuture, com.microsoft.azure.ListOperationCallback<USqlProcedure> serviceCallback) Retrieves the list of procedures from the Data Lake Analytics catalog.rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<USqlProcedure>>>
Catalogs.listProceduresNextWithServiceResponseAsync
(String nextPageLink) Retrieves the list of procedures from the Data Lake Analytics catalog.rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<USqlProcedure>>>
Catalogs.listProceduresWithServiceResponseAsync
(String accountName, String databaseName, String schemaName) Retrieves the list of procedures from the Data Lake Analytics catalog.rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<USqlProcedure>>>
Catalogs.listProceduresWithServiceResponseAsync
(String accountName, String databaseName, String schemaName, String filter, Integer top, Integer skip, String select, String orderby, Boolean count) Retrieves the list of procedures from the Data Lake Analytics catalog.Modifier and TypeMethodDescriptioncom.microsoft.rest.ServiceFuture<USqlProcedure>
Catalogs.getProcedureAsync
(String accountName, String databaseName, String schemaName, String procedureName, com.microsoft.rest.ServiceCallback<USqlProcedure> serviceCallback) Retrieves the specified procedure from the Data Lake Analytics catalog.com.microsoft.rest.ServiceFuture<List<USqlProcedure>>
Catalogs.listProceduresAsync
(String accountName, String databaseName, String schemaName, com.microsoft.azure.ListOperationCallback<USqlProcedure> serviceCallback) Retrieves the list of procedures from the Data Lake Analytics catalog.com.microsoft.rest.ServiceFuture<List<USqlProcedure>>
Catalogs.listProceduresAsync
(String accountName, String databaseName, String schemaName, String filter, Integer top, Integer skip, String select, String orderby, Boolean count, com.microsoft.azure.ListOperationCallback<USqlProcedure> serviceCallback) Retrieves the list of procedures from the Data Lake Analytics catalog.com.microsoft.rest.ServiceFuture<List<USqlProcedure>>
Catalogs.listProceduresNextAsync
(String nextPageLink, com.microsoft.rest.ServiceFuture<List<USqlProcedure>> serviceFuture, com.microsoft.azure.ListOperationCallback<USqlProcedure> serviceCallback) Retrieves the list of procedures from the Data Lake Analytics catalog.com.microsoft.rest.ServiceFuture<List<USqlProcedure>>
Catalogs.listProceduresNextAsync
(String nextPageLink, com.microsoft.rest.ServiceFuture<List<USqlProcedure>> serviceFuture, com.microsoft.azure.ListOperationCallback<USqlProcedure> serviceCallback) Retrieves the list of procedures from the Data Lake Analytics catalog. -
Uses of USqlProcedure in com.microsoft.azure.management.datalake.analytics.models
Modifier and TypeMethodDescriptionUSqlProcedure.withDatabaseName
(String databaseName) Set the name of the database.USqlProcedure.withDefinition
(String definition) Set the defined query of the procedure.Set the name of the procedure.USqlProcedure.withSchemaName
(String schemaName) Set the name of the schema associated with this procedure and database.