/dports/databases/hsqldb/hsqldb-2.3.4/hsqldb/src/org/hsqldb/ |
H A D | Constraint.java | 138 refColSet = refCols; in Constraint() 191 core.refCols = refCols; in Constraint() 233 if (core.refCols == null) { in setColumnsIndexes() 582 return core.refCols; in getRefColumns() 616 return core.refCols.length == 1 && core.refCols[0] == colIndex; in hasColumnOnly() 640 return core.refCols.length != 1 in hasColumnPlus() 692 int[] refCols) { in isEquivalent() argument 703 && core.refCols.length == refCols.length) { in isEquivalent() 705 && ArrayUtil.areEqualSets(core.refCols, refCols); in isEquivalent() 742 core.refCols = ArrayUtil.toAdjustedColumnArray(core.refCols, in updateTable() [all …]
|
H A D | ConstraintCore.java | 67 int[] refCols; field in ConstraintCore 87 copy.refCols = refCols; in duplicate()
|
H A D | TableWorks.java | 79 for (int i = 0; i < c.core.refCols.length; i++) { in checkCreateForeignKey() 80 ColumnSchema col = table.getColumn(c.core.refCols[i]); in checkCreateForeignKey() 89 if (ArrayUtil.haveCommonElement(c.core.refCols, c.core.mainCols)) { in checkCreateForeignKey() 101 for (int i = 0; i < c.core.refCols.length; i++) { in checkCreateForeignKey() 102 ColumnSchema col = table.getColumn(c.core.refCols[i]); in checkCreateForeignKey() 118 for (int i = 0; i < c.core.refCols.length; i++) { in checkCreateForeignKey() 119 ColumnSchema col = table.getColumn(c.core.refCols[i]); in checkCreateForeignKey() 138 c.core.mainTable, c.core.mainCols, c.core.refCols) != null) { in checkCreateForeignKey() 156 c.core.refCols); in checkCreateForeignKey() 208 Index refIndex = table.createIndexStructure(indexName, c.core.refCols, in addForeignKey() [all …]
|
H A D | StatementDML.java | 1656 for (int j = 0; j < c.core.refCols.length; j++) { in performReferentialActions() 1657 refData[c.core.refCols[j]] = in performReferentialActions() 1669 for (int j = 0; j < c.core.refCols.length; j++) { in performReferentialActions() 1670 refData[c.core.refCols[j]] = null; in performReferentialActions() 1681 for (int j = 0; j < c.core.refCols.length; j++) { in performReferentialActions() 1683 c.core.refTable.getColumn(c.core.refCols[j]); in performReferentialActions() 1685 refData[c.core.refCols[j]] = in performReferentialActions() 1724 c.core.refCols); in performReferentialActions() 1745 c.core.refCols, path, deleteCascade); in performReferentialActions()
|
H A D | Table.java | 1088 int[] refCols) { in getFKConstraintForColumns() argument 1093 if (c.isEquivalent(tableMain, mainCols, this, refCols)) { in getFKConstraintForColumns()
|
H A D | ParserTable.java | 593 c.core.refCols, null, null, false, true, isForward);
|
H A D | ParserDDL.java | 1813 if (c.core.mainCols.length != c.core.refCols.length) {
|
/dports/deskutils/kdepim-runtime/kdepim-runtime-21.12.3/resources/maildir/autotests/maildir/.root.directory/.child1.directory/grandchild/cur/ |
H A D | 1237726881.6570.rfoxg!2,S | 137 Collection::List refCols( _refCols ); 139 - std::sort( refCols.begin(), refCols.end(), boost::bind( &Collection::remoteId, _1 ) < boost::bin… 143 + sortCollectionList( refCols, &Collection::remoteId ); 147 + sortCollectionList( refCols, &Collection::name ); 160 const Collection refCol = refCols.at( i );
|
/dports/databases/hsqldb/hsqldb-2.3.4/hsqldb/src/org/hsqldb/dbinfo/ |
H A D | DatabaseInformationMain.java | 1131 int[] refCols; in SYSTEM_CROSSREFERENCE() local 1204 refCols = constraint.getRefColumns(); in SYSTEM_CROSSREFERENCE() 1205 columnCount = refCols.length; in SYSTEM_CROSSREFERENCE() 1217 fkColumnName = fkTable.getColumn(refCols[j]).getNameString(); in SYSTEM_CROSSREFERENCE()
|
/dports/graphics/qgis-ltr/qgis-3.16.16/tests/src/core/ |
H A D | testqgsexpression.cpp | 2547 QSet<QString> refCols = exp.referencedColumns(); in referenced_columns() local 2550 Q_FOREACH ( const QString &col, refCols ) in referenced_columns() 2562 refCols = exp.referencedColumns(); in referenced_columns() 2563 QCOMPARE( refCols, expectedCols ); in referenced_columns() 2640 QSet<QString> refCols = exp.referencedColumns(); in referenced_columns_all_attributes() local 2642 bool allAttributesFlag = refCols.contains( QgsFeatureRequest::ALL_ATTRIBUTES ); in referenced_columns_all_attributes()
|
/dports/graphics/qgis/qgis-3.22.3/tests/src/core/ |
H A D | testqgsexpression.cpp | 2719 QSet<QString> refCols = exp.referencedColumns(); in referenced_columns() local 2722 for ( const QString &col : refCols ) in referenced_columns() 2734 refCols = exp.referencedColumns(); in referenced_columns() 2735 QCOMPARE( refCols, expectedCols ); in referenced_columns() 2812 QSet<QString> refCols = exp.referencedColumns(); in referenced_columns_all_attributes() local 2814 bool allAttributesFlag = refCols.contains( QgsFeatureRequest::ALL_ATTRIBUTES ); in referenced_columns_all_attributes()
|