Added comments

This commit is contained in:
jvelilla
2015-04-24 17:55:32 -03:00
parent 8b24c86ff1
commit d54cd6032f
4 changed files with 13 additions and 1 deletions

View File

@@ -35,14 +35,17 @@ feature -- Error handler
feature -- Execution
sql_begin_transaction
-- Start a database transtaction.
deferred
end
sql_rollback_transaction
-- Rollback updates in the database.
deferred
end
sql_commit_transaction
-- Commit updates in the database.
deferred
end
@@ -107,10 +110,12 @@ feature -- Operation
end
sql_query (a_sql_statement: STRING; a_params: detachable STRING_TABLE [detachable ANY])
-- <Precursor>
deferred
end
sql_change (a_sql_statement: STRING; a_params: detachable STRING_TABLE [detachable ANY])
-- <Precursor>
deferred
end