Author:Roman

Date:2014-01-17T23:49:16.000000Z


git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@1245 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
This commit is contained in:
roman
2014-01-17 23:49:16 +00:00
parent 7b73a19a9e
commit 8d4a21655e
2 changed files with 38 additions and 1 deletions

View File

@@ -87,6 +87,7 @@ end
Because we're using an existing MySQL database, we need to choose the <e>PS_MYSQL_RELATIONAL_REPOSITORY_FACTORY</e> for initialization.
<code>
class
TUTORIAL
@@ -115,6 +116,7 @@ feature {NONE} -- Initialization
end
end
</code>
That's it. You're now ready to read and write table records using the repository.