2017 © Pedro Peláez
 

library stefano-lock-table

Build lock table sql query

image

stefano/stefano-lock-table

Build lock table sql query

  • Wednesday, February 28, 2018
  • by Stefano123
  • Repository
  • 1 Watchers
  • 0 Stars
  • 3,631 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 7 Versions
  • 15 % Grown

The README.md

Stefano Lock Table

Build Status Coverage Status, (*1)

Instalation using Composer

  1. Run command composer require stefano/stefano-lock-table

Features

  • build lock table sql string
  • build unlock table sql string
  • supported vendors mysql, postgresql

Usage

$factory = new \StefanoLockTable\Factory();

$vendor = 'Mysql'; //or any supported database
$adapter = $factory->createAdapter($vendor);

//build lock table sql string (exclusive lock)
$adapter->getLockSqlString('tableName');
$adapter->getLockSqlString(array('tableName', 'anotherTable'));

//build unlock table sql string
$adapter->getUnlockSqlString();

The Versions

28/02 2018

dev-master

9999999-dev https://github.com/bartko-s/stefano-lock-table

Build lock table sql query

  Sources   Download

BSD-3-Clause

The Requires

  • php >=7.0.0

 

The Development Requires

by Štefan Bartko

lock-table

21/09 2017

0.1.0

0.1.0.0 https://github.com/bartko-s/stefano-lock-table

Build lock table sql query

  Sources   Download

BSD-3-Clause

The Requires

  • php >=7.0.0

 

The Development Requires

by Štefan Bartko

lock-table

31/03 2017

0.0.4

0.0.4.0 https://github.com/bartko-s/stefano-lock-table

Build lock table sql query

  Sources   Download

BSD-3-Clause

The Requires

  • php >=5.3.0

 

The Development Requires

by Štefan Bartko

lock-table

09/11 2015

0.0.3

0.0.3.0 https://github.com/bartko-s/stefano-lock-table

Build lock table sql query

  Sources   Download

BSD-3-Clause

The Requires

  • php >=5.3.0

 

The Development Requires

by Štefan Bartko

lock-table

09/11 2015

dev-develop

dev-develop https://github.com/bartko-s/stefano-lock-table

Build lock table sql query

  Sources   Download

BSD-3-Clause

The Requires

  • php >=5.3.0

 

The Development Requires

by Štefan Bartko

lock-table

23/01 2014

0.0.2

0.0.2.0 https://github.com/bartko-s/stefano-lock-table

Build lock table sql query

  Sources   Download

BSD-3-Clause

The Requires

  • php >=5.3.0

 

The Development Requires

by Štefan Bartko

lock-table

23/01 2014

0.0.1

0.0.1.0 https://github.com/bartko-s/stefano-lock-table

Build lock table sql query

  Sources   Download

BSD-3-Clause

The Requires

  • php >=5.3.0

 

The Development Requires

by Štefan Bartko

lock-table