Details
-
Type:
Task
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Won't Do
-
Affects Version/s: None
-
Fix Version/s: N/A
-
Component/s: API
-
Labels:None
Description
Implement prepare statement
API :
Connection.prepare(sql[,callback])
Connection.unprepare(sql[,callback])
Connection.execute(sql[, values][,callback])
Prepare statement must be cached client side with a LRU cached with max size defined by option "maxPreparedStatements"