Home
last modified time | relevance | path

Searched refs:cli_fetch (Results 1 – 14 of 14) sorted by relevance

/dports/databases/fastdb/fastdb/examples/
H A Dclitest.c215 rc = cli_fetch(statement, cli_view_only); in main()
222 rc = cli_fetch(statement, cli_for_update); in main()
248 rc = cli_fetch(statement2, cli_view_only); in main()
292 rc = cli_fetch(statement, cli_for_update); in main()
/dports/databases/gigabase/gigabase/
H A Dclitest.c179 rc = cli_fetch(statement, cli_cursor_view_only); in main()
187 rc = cli_fetch(statement, cli_cursor_for_update); in main()
220 rc = cli_fetch(statement2, cli_cursor_view_only); in main()
264 rc = cli_fetch(statement, cli_cursor_for_update); in main()
H A Dcli.h456 int GIGABASE_DLL_ENTRY cli_fetch(int statement, int cursor_type);
H A Dcli.cpp547 int rc = cli_fetch(statement, cursor_type); in cli_fetch_ex()
555 int cli_fetch(int statement, int cursor_type) in cli_fetch() function
H A DCHANGES773 1. Fix problem with not resetting cursor in cli_fetch method
H A Dlocalcli.cpp412 int cli_fetch(int statement, int for_update) in cli_fetch() function
/dports/databases/fastdb/fastdb/CSharp/
H A DFastDbCommand.cs167 …CLI.cli_fetch(statement, (Updatable) ? CLI.QueryType.cli_for_update : CLI.QueryType.cli_view_only)… in Execute()
H A DFastDbCli.cs572 internal static extern int cli_fetch(int statement, QueryType queryType); in cli_fetch() method in FastDbNet.CLI
/dports/databases/gigabase/gigabase/csharplocalcli/
H A DGbCommand.cs167 …CLI.cli_fetch(statement, (Updatable) ? CLI.QueryType.cli_for_update : CLI.QueryType.cli_view_only)… in Execute()
H A DGbCli.cs573 internal static extern int cli_fetch(int statement, QueryType queryType); in cli_fetch() method in GigaBaseNet.CLI
/dports/databases/fastdb/fastdb/inc/
H A Dcli.h378 int FASTDB_DLL_ENTRY cli_fetch(int statement, int for_update);
/dports/databases/fastdb/fastdb/src/
H A Dcli.cpp430 int rc = cli_fetch(statement, cursor_type); in cli_fetch_ex()
438 int cli_fetch(int statement, int for_update) in cli_fetch() function
H A Dlocalcli.cpp483 int cli_fetch(int statement, int for_update) in cli_fetch() function
/dports/databases/fastdb/fastdb/
H A DCHANGES636 1. Fix problem with not resetting cursor in cli_fetch method