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:
- Function: Get Supported Database Types
- Function: Server Find All For Type ( SQL )
- Function: Server Find For Type ( SQL )
- Function: SQL Database Add
- Function: SQL Database Execute Custom Query
- Function: SQL Database Read Custom Query
- Function: SQL Database Remove
- Function: SQL Database Update
- Function: SQL Database Validate
- Function: SQL Table Delete Records
- Function: SQL Table Delete Records by Where Field(s)
- Function: SQL Table Find a Unique Record
- Function: SQL Table Mapping
- Function: SQL Table Read All Records
- Function: SQL Table Read By Custom SQL Query
- Function: SQL Table Read By Field Name Equals Value
- Function: SQL Table Read By Field Name Like Value
- Function: SQL Table Read Records
- Function: SQL Table Update Record
- 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.
