Packagecom.elad.framework.SQLStatmentsManager
Interfacepublic interface ICrud
ImplementorsProductCalender, ProductContacts, ProductPersonalInformation

This class defines the interface of the objects in the factory method it creates.



Public Methods
 MethodDefined by
  
Create(table_name:String, str:String):String
ICrud
  
Delete(table_name:String, str:String):String
ICrud
  
Read(table_name:String, str:String):String
ICrud
  
SQLCommands(array:Array):Array
ICrud
  
Update(table_name:String, str:String):String
ICrud
Method detail
Create()method
public function Create(table_name:String, str:String):StringParameters
table_name:String
 
str:String

Returns
String
Delete()method 
public function Delete(table_name:String, str:String):StringParameters
table_name:String
 
str:String

Returns
String
Read()method 
public function Read(table_name:String, str:String):StringParameters
table_name:String
 
str:String

Returns
String
SQLCommands()method 
public function SQLCommands(array:Array):ArrayParameters
array:Array

Returns
Array
Update()method 
public function Update(table_name:String, str:String):StringParameters
table_name:String
 
str:String

Returns
String