This is a sample of how to create service which extends the OrchestratorBaseService using the Build Tools.
GitHub Repository: https://github.com/SimonSparksUK/Orchestrator
Filename: OrchestratorPluginSQLService.ts
import{OrchestratorBaseService}from"./OrchestratorBaseService";
exportclassOrchestratorPluginSQLServiceextendsOrchestratorBaseService{
constructor(strProjectID:string){
super(strProjectID,"PluginSQL");
}
}Class Functions:
- Orchestrator Function: Get Supported Database Types
- Orchestrator Function: Server Find All For Type ( SQL )
- Orchestrator Function: Server Find For Type ( SQL )
- Orchestrator Function: SQL Database Add
- Orchestrator Function: SQL Database Execute Custom Query
- Orchestrator Function: SQL Database Read Custom Query
- Orchestrator Function: SQL Database Remove
- Orchestrator Function: SQL Database Update
- Orchestrator Function: SQL Database Validate
- Orchestrator Function: SQL Table Delete Records
- Orchestrator Function: SQL Table Delete Records by Where Field(s)
- Orchestrator Function: SQL Table Find a Unique Record
- Orchestrator Function: SQL Table Mapping
- Orchestrator Function: SQL Table Read All Records
- Orchestrator Function: SQL Table Read By Custom SQL Query
- Orchestrator Function: SQL Table Read By Field Name Equals Value
- Orchestrator Function: SQL Table Read By Field Name Like Value
- Orchestrator Function: SQL Table Read Records
- Orchestrator Function: SQL Table Update Record
- Orchestrator Function: SQL Table Update Records by Where Field(s)
Discover more from Cloud Build Tools
Subscribe to get the latest posts sent to your email.
