Home
last modified time | relevance | path

Searched refs:createPrimaryKey (Results 1 – 12 of 12) sorted by relevance

/dports/www/ilias/ILIAS-5.4.25/Services/ADT/classes/_Example/
H A Dclass.ilADTBasedObject.php118 abstract protected function createPrimaryKey(); function in ilADTBasedObject
179 if ($this->createPrimaryKey()) {
H A Dclass.ilADTTest.php115 protected function createPrimaryKey() function in ilADTTest
/dports/www/ilias6/ILIAS-6.14/Services/ADT/classes/_Example/
H A Dclass.ilADTBasedObject.php118 abstract protected function createPrimaryKey(); function in ilADTBasedObject
179 if ($this->createPrimaryKey()) {
H A Dclass.ilADTTest.php115 protected function createPrimaryKey() function in ilADTTest
/dports/databases/hsqldb/hsqldb-2.3.4/hsqldb/src/org/hsqldb/
H A DTableDerived.java98 createPrimaryKey(null, pkColumns, true);
171 td.createPrimaryKey();
318 createPrimaryKey(null, pkcols, false);
H A DTable.java243 createPrimaryKey(); in Table()
1285 tn.createPrimaryKey(getIndex(0).getName(), pkCols, false); in moveDefinition()
1674 public void createPrimaryKey() { in createPrimaryKey() method in Table
1675 createPrimaryKey(null, ValuePool.emptyIntArray, false); in createPrimaryKey()
1682 public void createPrimaryKey(HsqlName indexName, int[] columns, in createPrimaryKey() method in Table
1713 createPrimaryKey(indexName, columns, columnsNotNull); in createPrimaryKeyConstraint()
H A DParserTable.java418 table.createPrimaryKey();
456 table.createPrimaryKey(indexName, c.core.mainCols, true);
H A DParserRoutine.java539 table.createPrimaryKey(); in readTableDefinition()
H A DParserDQL.java4714 td.createPrimaryKey(); in XreadViewSubqueryTable()
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/lexpress/doctrine1/lib/Doctrine/Migration/
H A DBase.php217 $this->createPrimaryKey($tableName, $columnNames);
245 public function createPrimaryKey($tableName, $columnNames) function in Doctrine_Migration_Base
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/lexpress/doctrine1/
H A DUPGRADE_TO_1_2734 migrations we've implemented two convenience methods named `createPrimaryKey()`
746 $this->createPrimaryKey('my_table', $columns);
/dports/www/grails/grails-1.3.6/src/java/org/codehaus/groovy/grails/orm/hibernate/cfg/
H A DGrailsDomainBinder.java1290 joinedSubclass.createPrimaryKey(); in bindJoinedSubClass()
1441 root.createPrimaryKey(); in bindRootPersistentClassCommonValues()