Session Cursor的生命周期
应用类型一:不使用绑定变量
应用类型二:每次Open,Parse,Bind,Execute,Fetch,Close
应用类型三:一次Open + 每次Parse,Bind,Execute,Fetch + 一次Close
应用类型四:一次Open,Parse,Bind + 每次Execute,Fetch + 一次Close
Session Cursor的生命周期
应用类型一:不使用绑定变量
应用类型二:每次Open,Parse,Bind,Execute,Fetch,Close
应用类型三:一次Open + 每次Parse,Bind,Execute,Fetch + 一次Close
应用类型四:一次Open,Parse,Bind + 每次Execute,Fetch + 一次Close