add primaryKey() method for getting an Index object that corresponds to a table's...
authorChuck Hagenbuch <chuck@horde.org>
Mon, 5 Jan 2009 05:31:53 +0000 (00:31 -0500)
committerChuck Hagenbuch <chuck@horde.org>
Mon, 5 Jan 2009 05:31:53 +0000 (00:31 -0500)
commit2c893a7cc7250b36a225fa4456010049f8c45ae2
tree82d6c8f53d8f6052d659916df5d3cd6419f2077d
parentd2e5eff4c62acfcdd4c6246a2524a3f213dd8314
add primaryKey() method for getting an Index object that corresponds to a table's primary key
framework/Db/lib/Horde/Db/Adapter/Abstract/Schema.php
framework/Db/lib/Horde/Db/Adapter/Mysql/Schema.php
framework/Db/lib/Horde/Db/Adapter/Postgresql/Schema.php
framework/Db/lib/Horde/Db/Adapter/Sqlite/Schema.php
framework/Db/test/Horde/Db/Adapter/MysqliTest.php
framework/Db/test/Horde/Db/Adapter/Pdo/MysqlTest.php
framework/Db/test/Horde/Db/Adapter/Pdo/PgsqlTest.php
framework/Db/test/Horde/Db/Adapter/Pdo/SqliteTest.php