Home
last modified time | relevance | path

Searched refs:GetOne (Results 1 – 25 of 804) sorted by relevance

12345678910>>...33

/dports/databases/dalmp/DALMP-3.1.0/examples/database/
H A Dlocale.php16 echo "-05:00 time: ", $db->GetOne('SELECT NOW()');
24 echo PHP_EOL, 'UTC time: ', $db->GetOne('SELECT NOW()');
25 echo PHP_EOL, 'lc_time_names: ', $db->GetOne('SELECT @@lc_time_names');
30 echo PHP_EOL, 'lc_time_names: ', $db->GetOne('SELECT @@lc_time_names');
34 echo PHP_EOL, 'lc_time_names: ', $db->GetOne('SELECT @@lc_time_names');
/dports/devel/rth/rth/adodb-4.65/tests/
H A Dtmssql.php35 print "date=".$conn->GetOne('select getdate()')."<br>";
39 print "date=".$conn->GetOne('select getdate()')."<br>";
50 print "date=".$conn->GetOne('select getdate()')."<br>";
54 print "date=".$conn->GetOne('select getdate()')."<br>";
/dports/devel/truc/truc_0.12.0/adodb-4.65/tests/
H A Dtmssql.php35 print "date=".$conn->GetOne('select getdate()')."<br>";
39 print "date=".$conn->GetOne('select getdate()')."<br>";
50 print "date=".$conn->GetOne('select getdate()')."<br>";
54 print "date=".$conn->GetOne('select getdate()')."<br>";
/dports/databases/adodb/adodb/tests/
H A Dtmssql.php35 print "date=".$conn->GetOne('select getdate()')."<br>";
39 print "date=".$conn->GetOne('select getdate()')."<br>";
50 print "date=".$conn->GetOne('select getdate()')."<br>";
54 print "date=".$conn->GetOne('select getdate()')."<br>";
/dports/www/phprecipebook/phprecipebook/libs/adodb4/tests/
H A Dtmssql.php35 print "date=".$conn->GetOne('select getdate()')."<br>";
39 print "date=".$conn->GetOne('select getdate()')."<br>";
50 print "date=".$conn->GetOne('select getdate()')."<br>";
54 print "date=".$conn->GetOne('select getdate()')."<br>";
/dports/www/phprecipebook/phprecipebook/libs/adodb5/tests/
H A Dtmssql.php35 print "date=".$conn->GetOne('select getdate()')."<br>";
39 print "date=".$conn->GetOne('select getdate()')."<br>";
50 print "date=".$conn->GetOne('select getdate()')."<br>";
54 print "date=".$conn->GetOne('select getdate()')."<br>";
/dports/deskutils/moregroupware/moregroupware/modules/projects/inc/
H A Dprojects_func.inc.php316 …if(($r = $conn->GetOne($sql))===false) exit(showSQLError($sql, $conn->ErrorMsg(), __LINE__, __FILE…
326 …if(($r = $conn->GetOne($sql))===false) exit(showSQLError($sql, $conn->ErrorMsg(), __LINE__, __FILE…
336 …if(($r = $conn->GetOne($sql))===false) exit(showSQLError($sql, $conn->ErrorMsg(), __LINE__, __FILE…
346 …if(($r = $conn->GetOne($sql))===false) exit(showSQLError($sql, $conn->ErrorMsg(), __LINE__, __FILE…
405 $Qopen_planned = $conn->GetOne($Qopenpl); // On schedule
406 $Qopen_overtime = $conn->GetOne($Qopenot); // Used more than planned so far
407 $Qopen_done = $conn->GetOne($Qopendn); // Time spent
409 $Qclosed_planned = $conn->GetOne($Qclospl); // On schedule
513 …if(($total_hours = $conn->GetOne($sql))===false) exit(showSQLError($sql, $conn->ErrorMsg(), __LINE…
516 …if(($total_donehours = $conn->GetOne($sql))===false) exit(showSQLError($sql, $conn->ErrorMsg(), __…
[all …]
/dports/databases/adodb5/ADOdb-5.21.3/drivers/
H A Dadodb-ado_mssql.inc.php49 return $this->GetOne('select SCOPE_IDENTITY()');
54 return $this->GetOne('select @@rowcount');
135 $num = $this->GetOne("select id from $seq");
H A Dadodb-postgres8.inc.php51 ? $this->GetOne("SELECT lastval()")
52 : $this->GetOne("SELECT currval(pg_get_serial_sequence('$table', '$column'))");
/dports/deskutils/egroupware/egroupware/vendor/egroupware/adodb-php/drivers/
H A Dadodb-ado_mssql.inc.php46 return $this->GetOne('select SCOPE_IDENTITY()');
51 return $this->GetOne('select @@rowcount');
132 $num = $this->GetOne("select id from $seq");
H A Dadodb-postgres8.inc.php37 ? $this->GetOne("SELECT lastval()")
38 : $this->GetOne("SELECT currval(pg_get_serial_sequence('$table', '$column'))");
/dports/www/moodle311/moodle/lib/adodb/drivers/
H A Dadodb-ado_mssql.inc.php45 return $this->GetOne('select SCOPE_IDENTITY()');
50 return $this->GetOne('select @@rowcount');
131 $num = $this->GetOne("select id from $seq");
H A Dadodb-postgres8.inc.php43 ? $this->GetOne("SELECT lastval()")
44 : $this->GetOne("SELECT currval(pg_get_serial_sequence('$table', '$column'))");
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/adodb/adodb-php/drivers/
H A Dadodb-postgres8.inc.php43 ? $this->GetOne("SELECT lastval()")
44 : $this->GetOne("SELECT currval(pg_get_serial_sequence('$table', '$column'))");
H A Dadodb-ado_mssql.inc.php46 return $this->GetOne('select SCOPE_IDENTITY()');
51 return $this->GetOne('select @@rowcount');
132 $num = $this->GetOne("select id from $seq");
/dports/databases/mantis/mantisbt-2.25.2/vendor/adodb/adodb-php/drivers/
H A Dadodb-postgres8.inc.php43 ? $this->GetOne("SELECT lastval()")
44 : $this->GetOne("SELECT currval(pg_get_serial_sequence('$table', '$column'))");
H A Dadodb-ado_mssql.inc.php46 return $this->GetOne('select SCOPE_IDENTITY()');
51 return $this->GetOne('select @@rowcount');
132 $num = $this->GetOne("select id from $seq");
/dports/www/moodle310/moodle/lib/adodb/drivers/
H A Dadodb-postgres8.inc.php43 ? $this->GetOne("SELECT lastval()")
44 : $this->GetOne("SELECT currval(pg_get_serial_sequence('$table', '$column'))");
H A Dadodb-ado_mssql.inc.php46 return $this->GetOne('select SCOPE_IDENTITY()');
51 return $this->GetOne('select @@rowcount');
132 $num = $this->GetOne("select id from $seq");
/dports/www/moodle39/moodle/lib/adodb/drivers/
H A Dadodb-postgres8.inc.php43 ? $this->GetOne("SELECT lastval()")
44 : $this->GetOne("SELECT currval(pg_get_serial_sequence('$table', '$column'))");
H A Dadodb-ado_mssql.inc.php46 return $this->GetOne('select SCOPE_IDENTITY()');
51 return $this->GetOne('select @@rowcount');
132 $num = $this->GetOne("select id from $seq");
/dports/www/gallery2/gallery2/lib/adodb/drivers/
H A Dadodb-ado_mssql.inc.php49 return $this->GetOne('select SCOPE_IDENTITY()');
54 return $this->GetOne('select @@rowcount');
135 $num = $this->GetOne("select id from $seq");
/dports/databases/adodb/adodb/drivers/
H A Dadodb-ado_mssql.inc.php49 return $this->GetOne('select SCOPE_IDENTITY()');
54 return $this->GetOne('select @@rowcount');
135 $num = $this->GetOne("select id from $seq");
/dports/www/phprecipebook/phprecipebook/libs/adodb5/drivers/
H A Dadodb-ado_mssql.inc.php49 return $this->GetOne('select SCOPE_IDENTITY()');
54 return $this->GetOne('select @@rowcount');
135 $num = $this->GetOne("select id from $seq");
/dports/www/phprecipebook/phprecipebook/libs/adodb4/drivers/
H A Dadodb-ado_mssql.inc.php49 return $this->GetOne('select SCOPE_IDENTITY()');
54 return $this->GetOne('select @@rowcount');
135 $num = $this->GetOne("select id from $seq");

12345678910>>...33