class EDC_UPDATE
Summary
Class invariant
Overview
creation features
features
Columns:
Constants:
accept (a_visitor: ESE_VISITOR)
effective procedure
Accept to be visited by the visitor.
call (values: TRAVERSABLE[EDC_VALUE], arguments: TRAVERSABLE[EDC_VALUE]): INTEGER_32
effective function
Set the selected rows to the given values and return the number of changed rows
table: EDC_TABLE
effective function
all_columns_are_in_the_same_table: BOOLEAN
effective function
where_clause: EDC_EXPRESSION
writable attribute
open_count: INTEGER_32
effective function
The number of open arguments
clear_prepare
effective procedure
do_prepare_call (arguments: TRAVERSABLE[EDC_VALUE], cursor: INTEGER_32): INTEGER_32
effective function
If the query has open arguments, fill them with the supplied values
count: INTEGER_32
effective function
lower: INTEGER_32
effective function
upper: INTEGER_32
effective function
effective function
where (a_where_clause: EDC_EXPRESSION): EDC_UPDATE
effective function
do_set_parameter_positions (position: INTEGER_32): INTEGER_32
effective function
make (a_connection: EDC_CONNECTION, a_columns: TRAVERSABLE[EDC_COLUMN])
effective procedure
connection: EDC_CONNECTION
writable attribute
writable attribute
can_call: BOOLEAN
effective function
Check that all open arguments are filled with values
Fetch_forward: INTEGER_32
constant attribute
Fetch_backward: INTEGER_32
constant attribute