Home
last modified time | relevance | path

Searched refs:_connectionID (Results 1 – 25 of 479) sorted by relevance

12345678910>>...20

/dports/databases/adodb/adodb/drivers/
H A Dadodb-ldap.inc.php63 $this->_connectionID = @ldap_connect( $conn_info[0], $conn_info[1] );
64 if (!$this->_connectionID) {
75 $bind = @ldap_bind( $this->_connectionID, $username, $password );
78 $bind = @ldap_bind( $this->_connectionID );
82 $e = sprintf($this->_bind_errmsg,ldap_error($this->_connectionID));;
89 return $this->_connectionID;
146 ldap_set_option( $this->_connectionID, $option["OPTION_NAME"], $option["OPTION_VALUE"] )
154 $rs = @ldap_search( $this->_connectionID, $this->database, $sql );
166 return @ldap_errno($this->_connectionID);
172 @ldap_close( $this->_connectionID );
[all …]
H A Dadodb-pdo.inc.php133 $this->_connectionID = false;
140 if ($this->_connectionID) {
166 $this->_driver->_connectionID = $this->_connectionID;
221 else if (!empty($this->_connectionID)) $arr = $this->_connectionID->errorInfo();
237 else if (!empty($this->_connectionID)) {
266 $ret = $this->_connectionID->commit();
278 $ret = $this->_connectionID->rollback();
354 return ($this->_connectionID) ? $this->_connectionID->lastInsertId() : 0;
400 var $_connectionID; variable in ADOPDOStatement
405 $this->_connectionID = $connection;
[all …]
/dports/www/phprecipebook/phprecipebook/libs/adodb4/drivers/
H A Dadodb-ldap.inc.php63 $this->_connectionID = @ldap_connect( $conn_info[0], $conn_info[1] );
64 if (!$this->_connectionID) {
75 $bind = @ldap_bind( $this->_connectionID, $username, $password );
78 $bind = @ldap_bind( $this->_connectionID );
82 $e = sprintf($this->_bind_errmsg,ldap_error($this->_connectionID));;
89 return $this->_connectionID;
146 ldap_set_option( $this->_connectionID, $option["OPTION_NAME"], $option["OPTION_VALUE"] )
154 $rs = @ldap_search( $this->_connectionID, $this->database, $sql );
166 return @ldap_errno($this->_connectionID);
172 @ldap_close( $this->_connectionID );
[all …]
H A Dadodb-pdo.inc.php133 $this->_connectionID = false;
140 if ($this->_connectionID) {
166 $this->_driver->_connectionID = $this->_connectionID;
221 else if (!empty($this->_connectionID)) $arr = $this->_connectionID->errorInfo();
237 else if (!empty($this->_connectionID)) {
266 $ret = $this->_connectionID->commit();
278 $ret = $this->_connectionID->rollback();
354 return ($this->_connectionID) ? $this->_connectionID->lastInsertId() : 0;
400 var $_connectionID; variable in ADOPDOStatement
405 $this->_connectionID = $connection;
[all …]
/dports/databases/adodb5/ADOdb-5.21.3/drivers/
H A Dadodb-ldap.inc.php63 $this->_connectionID = @ldap_connect($host);
71 $this->_connectionID = @ldap_connect( $conn_info[0], $conn_info[1] );
73 if (!$this->_connectionID) {
84 $bind = @ldap_bind( $this->_connectionID, $username, $password );
87 $bind = @ldap_bind( $this->_connectionID );
91 $e = sprintf($this->_bind_errmsg,ldap_error($this->_connectionID));
98 return $this->_connectionID;
163 $rs = @ldap_search( $this->_connectionID, $this->database, $sql );
175 return @ldap_errno($this->_connectionID);
181 @ldap_close( $this->_connectionID );
[all …]
/dports/deskutils/egroupware/egroupware/vendor/egroupware/adodb-php/drivers/
H A Dadodb-ldap.inc.php57 $this->_connectionID = @ldap_connect($host);
65 $this->_connectionID = @ldap_connect( $conn_info[0], $conn_info[1] );
67 if (!$this->_connectionID) {
78 $bind = @ldap_bind( $this->_connectionID, $username, $password );
81 $bind = @ldap_bind( $this->_connectionID );
85 $e = sprintf($this->_bind_errmsg,ldap_error($this->_connectionID));
92 return $this->_connectionID;
157 $rs = @ldap_search( $this->_connectionID, $this->database, $sql );
169 return @ldap_errno($this->_connectionID);
175 @ldap_close( $this->_connectionID );
[all …]
H A Dadodb-db2.inc.php102 return $this->_connectionID != false;
131 if ($this->_connectionID && $this->autoRollback) @db2_rollback($this->_connectionID);
135 return $this->_connectionID != false;
323 $ret = db2_commit($this->_connectionID);
324 db2_autocommit($this->_connectionID,true);
333 $ret = db2_rollback($this->_connectionID);
334 db2_autocommit($this->_connectionID,true);
420 $qid = db2_tables($this->_connectionID);
619 $stmt = db2_prepare($this->_connectionID,$sql);
708 $ret = @db2_close($this->_connectionID);
[all …]
/dports/www/phprecipebook/phprecipebook/libs/adodb5/drivers/
H A Dadodb-ldap.inc.php59 $this->_connectionID = @ldap_connect($host);
67 $this->_connectionID = @ldap_connect( $conn_info[0], $conn_info[1] );
69 if (!$this->_connectionID) {
80 $bind = @ldap_bind( $this->_connectionID, $username, $password );
83 $bind = @ldap_bind( $this->_connectionID );
87 $e = sprintf($this->_bind_errmsg,ldap_error($this->_connectionID));
94 return $this->_connectionID;
159 $rs = @ldap_search( $this->_connectionID, $this->database, $sql );
171 return @ldap_errno($this->_connectionID);
177 @ldap_close( $this->_connectionID );
[all …]
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/adodb/adodb-php/drivers/
H A Dadodb-ldap.inc.php61 $this->_connectionID = @ldap_connect($host);
69 $this->_connectionID = @ldap_connect( $conn_info[0], $conn_info[1] );
71 if (!$this->_connectionID) {
82 $bind = @ldap_bind( $this->_connectionID, $username, $password );
85 $bind = @ldap_bind( $this->_connectionID );
89 $e = sprintf($this->_bind_errmsg,ldap_error($this->_connectionID));
96 return $this->_connectionID;
161 $rs = @ldap_search( $this->_connectionID, $this->database, $sql );
173 return @ldap_errno($this->_connectionID);
179 @ldap_close( $this->_connectionID );
[all …]
H A Dadodb-db2.inc.php99 return $this->_connectionID != false;
124 if ($this->_connectionID && $this->autoRollback) @db2_rollback($this->_connectionID);
128 return $this->_connectionID != false;
317 $ret = db2_commit($this->_connectionID);
318 db2_autocommit($this->_connectionID,true);
327 $ret = db2_rollback($this->_connectionID);
328 db2_autocommit($this->_connectionID,true);
414 $qid = db2_tables($this->_connectionID);
613 $stmt = db2_prepare($this->_connectionID,$sql);
702 $ret = @db2_close($this->_connectionID);
[all …]
/dports/databases/mantis/mantisbt-2.25.2/vendor/adodb/adodb-php/drivers/
H A Dadodb-ldap.inc.php61 $this->_connectionID = @ldap_connect($host);
69 $this->_connectionID = @ldap_connect( $conn_info[0], $conn_info[1] );
71 if (!$this->_connectionID) {
82 $bind = @ldap_bind( $this->_connectionID, $username, $password );
85 $bind = @ldap_bind( $this->_connectionID );
89 $e = sprintf($this->_bind_errmsg,ldap_error($this->_connectionID));
96 return $this->_connectionID;
161 $rs = @ldap_search( $this->_connectionID, $this->database, $sql );
173 return @ldap_errno($this->_connectionID);
179 @ldap_close( $this->_connectionID );
[all …]
H A Dadodb-db2.inc.php99 return $this->_connectionID != false;
124 if ($this->_connectionID && $this->autoRollback) @db2_rollback($this->_connectionID);
128 return $this->_connectionID != false;
317 $ret = db2_commit($this->_connectionID);
318 db2_autocommit($this->_connectionID,true);
327 $ret = db2_rollback($this->_connectionID);
328 db2_autocommit($this->_connectionID,true);
414 $qid = db2_tables($this->_connectionID);
613 $stmt = db2_prepare($this->_connectionID,$sql);
702 $ret = @db2_close($this->_connectionID);
[all …]
/dports/www/moodle311/moodle/lib/adodb/drivers/
H A Dadodb-ldap.inc.php57 $this->_connectionID = @ldap_connect($host);
65 $this->_connectionID = @ldap_connect( $conn_info[0], $conn_info[1] );
67 if (!$this->_connectionID) {
78 $bind = @ldap_bind( $this->_connectionID, $username, $password );
81 $bind = @ldap_bind( $this->_connectionID );
85 $e = sprintf($this->_bind_errmsg,ldap_error($this->_connectionID));
92 return $this->_connectionID;
157 $rs = @ldap_search( $this->_connectionID, $this->database, $sql );
169 return @ldap_errno($this->_connectionID);
175 @ldap_close( $this->_connectionID );
[all …]
/dports/www/moodle310/moodle/lib/adodb/drivers/
H A Dadodb-ldap.inc.php61 $this->_connectionID = @ldap_connect($host);
69 $this->_connectionID = @ldap_connect( $conn_info[0], $conn_info[1] );
71 if (!$this->_connectionID) {
82 $bind = @ldap_bind( $this->_connectionID, $username, $password );
85 $bind = @ldap_bind( $this->_connectionID );
89 $e = sprintf($this->_bind_errmsg,ldap_error($this->_connectionID));
96 return $this->_connectionID;
161 $rs = @ldap_search( $this->_connectionID, $this->database, $sql );
173 return @ldap_errno($this->_connectionID);
179 @ldap_close( $this->_connectionID );
[all …]
/dports/www/moodle39/moodle/lib/adodb/drivers/
H A Dadodb-ldap.inc.php61 $this->_connectionID = @ldap_connect($host);
69 $this->_connectionID = @ldap_connect( $conn_info[0], $conn_info[1] );
71 if (!$this->_connectionID) {
82 $bind = @ldap_bind( $this->_connectionID, $username, $password );
85 $bind = @ldap_bind( $this->_connectionID );
89 $e = sprintf($this->_bind_errmsg,ldap_error($this->_connectionID));
96 return $this->_connectionID;
161 $rs = @ldap_search( $this->_connectionID, $this->database, $sql );
173 return @ldap_errno($this->_connectionID);
179 @ldap_close( $this->_connectionID );
[all …]
/dports/devel/rth/rth/adodb-4.65/drivers/
H A Dadodb-ldap.inc.php61 $this->_connectionID = ldap_connect( $conn_info[0], $conn_info[1] );
62 if (!$this->_connectionID) {
73 $bind = ldap_bind( $this->_connectionID, $username, $password );
76 $bind = ldap_bind( $this->_connectionID );
87 return $this->_connectionID;
144 ldap_set_option( $this->_connectionID, $option["OPTION_NAME"], $option["OPTION_VALUE"] )
152 $rs = ldap_search( $this->_connectionID, $this->database, $sql );
160 @ldap_close( $this->_connectionID );
161 $this->_connectionID = false;
184 ldap_get_option( $this->_connectionID, LDAP_OPT_DEREF, $version['LDAP_OPT_DEREF'] ) ;
[all …]
H A Dadodb-pdo.inc.php149 $this->_connectionID = false;
156 if ($this->_connectionID) {
181 $this->_driver->_connectionID = $this->_connectionID;
235 else if (!empty($this->_connectionID)) $arr = $this->_connectionID->errorInfo();
251 else if (!empty($this->_connectionID)) {
280 $ret = $this->_connectionID->commit();
292 $ret = $this->_connectionID->rollback();
365 return ($this->_connectionID) ? $this->_connectionID->lastInsertId() : 0;
374 var $_connectionID; variable in ADOPDOStatement
379 $this->_connectionID = $connection;
[all …]
/dports/deskutils/myitcrm/MyITCRM-0.2.9.3/include/ADODB/drivers/
H A Dadodb-ldap.inc.php61 $this->_connectionID = ldap_connect( $conn_info[0], $conn_info[1] );
62 if (!$this->_connectionID) {
73 $bind = ldap_bind( $this->_connectionID, $username, $password );
76 $bind = ldap_bind( $this->_connectionID );
87 return $this->_connectionID;
144 ldap_set_option( $this->_connectionID, $option["OPTION_NAME"], $option["OPTION_VALUE"] )
152 $rs = ldap_search( $this->_connectionID, $this->database, $sql );
160 @ldap_close( $this->_connectionID );
161 $this->_connectionID = false;
184 ldap_get_option( $this->_connectionID, LDAP_OPT_DEREF, $version['LDAP_OPT_DEREF'] ) ;
[all …]
H A Dadodb-pdo.inc.php150 $this->_connectionID = false;
157 if ($this->_connectionID) {
182 $this->_driver->_connectionID = $this->_connectionID;
236 else if (!empty($this->_connectionID)) $arr = $this->_connectionID->errorInfo();
252 else if (!empty($this->_connectionID)) {
281 $ret = $this->_connectionID->commit();
293 $ret = $this->_connectionID->rollback();
366 return ($this->_connectionID) ? $this->_connectionID->lastInsertId() : 0;
375 var $_connectionID; variable in ADOPDOStatement
380 $this->_connectionID = $connection;
[all …]
/dports/deskutils/moregroupware/moregroupware/include/adodb/drivers/
H A Dadodb-ldap.inc.php61 $this->_connectionID = ldap_connect( $conn_info[0], $conn_info[1] );
62 if (!$this->_connectionID) {
73 $bind = ldap_bind( $this->_connectionID, $username, $password );
76 $bind = ldap_bind( $this->_connectionID );
87 return $this->_connectionID;
144 ldap_set_option( $this->_connectionID, $option["OPTION_NAME"], $option["OPTION_VALUE"] )
152 $rs = ldap_search( $this->_connectionID, $this->database, $sql );
160 @ldap_close( $this->_connectionID );
161 $this->_connectionID = false;
184 ldap_get_option( $this->_connectionID, LDAP_OPT_DEREF, $version['LDAP_OPT_DEREF'] ) ;
[all …]
H A Dadodb-pdo.inc.php163 $this->_connectionID = false;
170 if ($this->_connectionID) {
196 $this->_driver->_connectionID = $this->_connectionID;
251 else if (!empty($this->_connectionID)) $arr = $this->_connectionID->errorInfo();
267 else if (!empty($this->_connectionID)) {
296 $ret = $this->_connectionID->commit();
308 $ret = $this->_connectionID->rollback();
382 return ($this->_connectionID) ? $this->_connectionID->lastInsertId() : 0;
391 var $_connectionID; variable in ADOPDOStatement
396 $this->_connectionID = $connection;
[all …]
/dports/devel/truc/truc_0.12.0/adodb-4.65/drivers/
H A Dadodb-ldap.inc.php61 $this->_connectionID = ldap_connect( $conn_info[0], $conn_info[1] );
62 if (!$this->_connectionID) {
73 $bind = ldap_bind( $this->_connectionID, $username, $password );
76 $bind = ldap_bind( $this->_connectionID );
87 return $this->_connectionID;
144 ldap_set_option( $this->_connectionID, $option["OPTION_NAME"], $option["OPTION_VALUE"] )
152 $rs = ldap_search( $this->_connectionID, $this->database, $sql );
160 @ldap_close( $this->_connectionID );
161 $this->_connectionID = false;
184 ldap_get_option( $this->_connectionID, LDAP_OPT_DEREF, $version['LDAP_OPT_DEREF'] ) ;
[all …]
H A Dadodb-pdo.inc.php149 $this->_connectionID = false;
156 if ($this->_connectionID) {
181 $this->_driver->_connectionID = $this->_connectionID;
235 else if (!empty($this->_connectionID)) $arr = $this->_connectionID->errorInfo();
251 else if (!empty($this->_connectionID)) {
280 $ret = $this->_connectionID->commit();
292 $ret = $this->_connectionID->rollback();
365 return ($this->_connectionID) ? $this->_connectionID->lastInsertId() : 0;
374 var $_connectionID; variable in ADOPDOStatement
379 $this->_connectionID = $connection;
[all …]
/dports/devel/flyspray/flyspray-0.9.9.7_4/adodb/drivers/
H A Dadodb-pdo.inc.php168 $this->_connectionID = false;
175 if ($this->_connectionID) {
201 $this->_driver->_connectionID = $this->_connectionID;
256 else if (!empty($this->_connectionID)) $arr = $this->_connectionID->errorInfo();
272 else if (!empty($this->_connectionID)) {
301 $ret = $this->_connectionID->commit();
313 $ret = $this->_connectionID->rollback();
389 return ($this->_connectionID) ? $this->_connectionID->lastInsertId() : 0;
398 var $_connectionID; variable in ADOPDOStatement
403 $this->_connectionID = $connection;
[all …]
/dports/www/gallery2/gallery2/lib/adodb/drivers/
H A Dadodb-pdo.inc.php112 $this->_connectionID = false;
118 if ($this->_connectionID) {
151 else if (!empty($this->_connectionID)) $arr = $this->_connectionID->errorInfo();
167 else if (!empty($this->_connectionID)) {
168 $arr = $this->_connectionID->errorInfo();
211 $ret = $this->_connectionID->rollback();
285 return ($this->_connectionID) ? $this->_connectionID->lastInsertId() : 0;
317 var $_connectionID; variable in ADOPDOStatement
322 $this->_connectionID = $connection;
327 $savestmt = $this->_connectionID->_stmt;
[all …]

12345678910>>...20