Date: 2004-05-27T07:45:15
Editor: 194.175.229.106 <>
Wiki: DB Torque Wiki
Page: FrequentlyAskedQuestions
URL: http://wiki.apache.org/db-torque/FrequentlyAskedQuestions
no comment
Change Log:
------------------------------------------------------------------------------
@@ -254,7 +254,7 @@
Suppose one wants to execute a SQL-statement like "select count(*) from employee
where name='james'".
-'''Answer:''' This query can be executed using the following code (assuming the
employee Table has at least two Columns: "NAME" and "ID", where ID is the primary key,
and the Peer class to the employee Table is EmployeePeer (sorry the link does not work
but I don't know how to get rid of it)):
+'''Answer:''' This query can be executed using the following code (assuming the
employee Table has at least two Columns: "NAME" and "ID", where ID is the primary key,
and the Peer class to the employee Table is !EmployeePeer):
{{{
int numberOfRecords;
{
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]