| Package | com.elad.framework.SQLStatmentsManager |
| Class | public class AbstractDataServicesManager |
| Subclasses | ConcreteCalender, ConcreteContacts, ConcretePersonalInformation |
| Method | Defined by | ||
|---|---|---|---|
|
getSQLStatments(array:Array):Array
getSQLStatments method is used to submit the list of arguments and return the SQL statments
| AbstractDataServicesManager | ||
| Method | Defined by | ||
|---|---|---|---|
|
Factory method will be used to navigate between the different ConcreteProduct objects.
| AbstractDataServicesManager | ||
| factoryMethod | () | method |
protected function factoryMethod():ICrudFactory method will be used to navigate between the different ConcreteProduct objects.
ReturnsICrud —
ICrud return the ConcreteProduct object.
|
| getSQLStatments | () | method |
public function getSQLStatments(array:Array):ArraygetSQLStatments method is used to submit the list of arguments and return the SQL statments
Parametersarray:Array — The array will include the list of arguments to submit.
|
Array — The SQL statments.
|