1
1
Fork 0
mirror of https://code.mensbeam.com/MensBeam/Arsse.git synced 2025-01-08 17:02:41 +00:00
Arsse/lib/Db
J. King f51152980c Introduce abstract class for result sets
Most of the SQLite3 Result class' methods are fully generic, so it should be helpful for future result sets
2017-11-05 22:28:19 -05:00
..
SQLite3 Introduce abstract class for result sets 2017-11-05 22:28:19 -05:00
AbstractDriver.php Make result sets single-use; change savewepoint exceptions 2017-11-05 22:13:44 -05:00
AbstractResult.php Introduce abstract class for result sets 2017-11-05 22:28:19 -05:00
AbstractStatement.php Passed code through linter 2017-08-29 10:50:31 -04:00
Driver.php Passed code through linter 2017-08-29 10:50:31 -04:00
Exception.php Passed code through linter 2017-08-29 10:50:31 -04:00
ExceptionInput.php Passed code through linter 2017-08-29 10:50:31 -04:00
ExceptionTimeout.php Passed code through linter 2017-08-29 10:50:31 -04:00
Result.php Passed code through linter 2017-08-29 10:50:31 -04:00
Statement.php Passed code through linter 2017-08-29 10:50:31 -04:00
Transaction.php Passed code through linter 2017-08-29 10:50:31 -04:00