CodeIgniter and PostgreSQL - Retrieving data from Function returning
refcursor
1.php - CodeIgniter and PostgreSQL - Retrieving data from ...
Description:I have a PostgreSQL function that selects data and returns it
via a refcursor, similar to the following declaration: CREATE OR REPLACE
FUNCTION my_function() RETURNS ...
2.Queries : CodeIgniter User Guide - EllisLab
Description:... function returns a database result object when ... When
retrieving data you will typically assign the ... Use the function like
this: $sql = "INSERT ...
3.sql - Calling a function that returns a refcursor - Stack ...
Description:... CREATE OR REPLACE FUNCTION function_1() RETURNS refcursor
AS ... SQL commands to call this function and ... Retrieving data from
Function returning ...
4.CodeIgniter / EllisLab
Description:What is CodeIgniter? CodeIgniter is a powerful PHP framework
with a very small footprint, ... return to the top. twitter; PixelBuzz
eNews ...
5.PostgreSQL: Documentation: 8.1: Cursors
Description:... , which are always of the special data type refcursor. ...
to the SQL command ... FUNCTION myfunc(refcursor, refcursor) RETURNS SETOF
refcursor AS ...
6.PHP :: CodeIgniter - Returning Column Result Instead Of ...
Description:... Retrieving Data From Function Returning Refcursor I have a
PostgreSQL function that selects ... How do I retrieve data from this
function via a CodeIgniter ...
7.PostgreSQL: Documentation: 8.3: Cursors
Description:The query is treated in the same way as other SQL ...
retrieving any data. ... FUNCTION myfunc(refcursor, refcursor) RETURNS
SETOF refcursor AS ...
8.PL/SQL REF CURSOR and OracleRefCursor - Oracle Documentation
Description:PL/SQL REF CURSOR and OracleRefCursor. The REF CURSOR is a
data type in the Oracle PL/SQL language. It represents a cursor or a
result set in Oracle Database.
9.Using PL/SQL Stored Procedures and REF CURSORs
Description:A REF CURSOR is a PL/SQL data type. You create and return a
REF CURSOR inside a PL/SQL code block. Creating a PL/SQL Stored Procedure
that Uses REF CURSORs.
10.PHP :: Retrieve Some Data From PostgreSQL Using JQuery?
Description:... Retrieving Data From Function Returning Refcursor ... How
do I retrieve data from this function via a CodeIgniter model? ...
retrieving the data from SQL, ...
No comments:
Post a Comment