26use InvalidArgumentException;
97 public const DOMAIN_ANY =
'';
99 public const GROUP_GENERIC =
'';
102 public const CONN_TRX_AUTOCOMMIT = 1;
104 public const CONN_SILENCE_ERRORS = 2;
106 public const CONN_INTENT_WRITABLE = 4;
108 public const CONN_REFRESH_READ_ONLY = 8;
111 public const STAGE_POSTCOMMIT_CALLBACKS =
'stage-postcommit-callbacks';
113 public const STAGE_POSTROLLBACK_CALLBACKS =
'stage-postrollback-callbacks';
306 public function getConnection( $i, $groups = [], $domain =
false, $flags = 0 );
512 public function disable( $fname = __METHOD__, $owner =
null );
520 public function closeAll( $fname = __METHOD__, $owner =
null );
538 public function commitAll( $fname = __METHOD__, $owner =
null );