Home
last modified time | relevance | path

Searched refs:primaryTable (Results 1 – 25 of 85) sorted by relevance

1234

/dports/databases/hbase/hbase-1.2.1/hbase-server/src/test/java/org/apache/hadoop/hbase/coprocessor/
H A DTestOpenTableInCoprocessor.java59 private static final TableName primaryTable = TableName.valueOf("primary"); field in TestOpenTableInCoprocessor
125 UTIL.getHBaseAdmin().disableTable(primaryTable); in cleanupTestTable()
126 UTIL.getHBaseAdmin().deleteTable(primaryTable); in cleanupTestTable()
150 HTableDescriptor primary = new HTableDescriptor(primaryTable); in runCoprocessorConnectionToRemoteTable()
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/
H A DAnnotationDriver.php97 $primaryTable = array(
115 $primaryTable['indexes'][$indexAnnot->name] = $index;
117 $primaryTable['indexes'][] = $index;
131 … $primaryTable['uniqueConstraints'][$uniqueConstraintAnnot->name] = $uniqueConstraint;
133 $primaryTable['uniqueConstraints'][] = $uniqueConstraint;
139 $primaryTable['options'] = $tableAnnot->options;
142 $metadata->setPrimaryTable($primaryTable);
H A DYamlDriver.php76 $primaryTable = array();
79 $primaryTable['name'] = $element['table'];
83 $primaryTable['schema'] = $element['schema'];
91 $metadata->setPrimaryTable($primaryTable);
H A DXmlDriver.php79 $primaryTable = array();
82 $primaryTable['name'] = (string) $xmlRoot['table'];
86 $primaryTable['schema'] = (string) $xmlRoot['schema'];
89 $metadata->setPrimaryTable($primaryTable);
/dports/finance/prestashop/prestashop/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/
H A DAnnotationDriver.php101 $primaryTable = [
119 $primaryTable['indexes'][$indexAnnot->name] = $index;
121 $primaryTable['indexes'][] = $index;
135 … $primaryTable['uniqueConstraints'][$uniqueConstraintAnnot->name] = $uniqueConstraint;
137 $primaryTable['uniqueConstraints'][] = $uniqueConstraint;
143 $primaryTable['options'] = $tableAnnot->options;
146 $metadata->setPrimaryTable($primaryTable);
H A DYamlDriver.php86 $primaryTable = [];
89 $primaryTable['name'] = $element['table'];
93 $primaryTable['schema'] = $element['schema'];
101 $metadata->setPrimaryTable($primaryTable);
H A DXmlDriver.php82 $primaryTable = [];
85 $primaryTable['name'] = (string) $xmlRoot['table'];
89 $primaryTable['schema'] = (string) $xmlRoot['schema'];
92 $metadata->setPrimaryTable($primaryTable);
/dports/databases/hsqldb/hsqldb-2.3.4/hsqldb/src/org/hsqldb/
H A DSortAndSlice.java73 public Table primaryTable; field in SortAndSlice
272 primaryTable = select.rangeVariables[0].getTable(); in setSortIndex()
273 primaryTableIndex = primaryTable.getFullIndexForColumns(colIndexes); in setSortIndex()
300 if (primaryTable != select.rangeVariables[0].rangeTable) { in setSortRange()
/dports/www/groupoffice/groupoffice-6.4.231-php-71/go/core/orm/
H A DEntity.php210 $primaryTable = array_shift($tables);
211 $keys = $primaryTable->getPrimaryKey();
406 $primaryTable = static::getMapping()->getPrimaryTable();
407 …$query->selectSingleValue( '`' . $primaryTable->getAlias() . '`.`id`')->from($primaryTable->getNam…
H A DProperty.php714 $primaryTable = array_shift($tables);
715 $keys = $primaryTable->getPrimaryKey();
1755 $primaryTable = static::getMapping()->getPrimaryTable();
1756 $pk = $primaryTable->getPrimaryKey();
1765 $props['`' . $primaryTable->getAlias() . '`.`' . $key . '`'] = array_shift($keys);
1783 $primaryTable = static::getMapping()->getPrimaryTable();
1787 $stmt = go()->getDbConnection()->delete($primaryTable->getName(), $query);
2179 $primaryTable = array_shift($tables);
2180 $keys = $primaryTable->getPrimaryKey();
2186 $keysWithAlias[] = $primaryTable->getAlias() . '.' . $key;
/dports/security/keepass-plugin-keepassrpc/keepassrpc-1.8.0/Jayrock/tools/NCoverExplorer/
H A DCoverageReport.xsl37 .primaryTable { background: #d7eefd; border-color: #a4dafc; }
194 <th class="primaryTable mainTableHeaderLeft">Modules</th>
195 <th class="primaryTable mainTableHeader">Unvisited</th>
196 <th class="primaryTable mainTableGraphHeader" colspan="2">Coverage</th>
244 <th class="primaryTable mainTableHeaderLeft">Namespaces</th>
245 <th class="primaryTable mainTableHeader">Unvisited</th>
246 <th class="primaryTable mainTableGraphHeader" colspan="2">Coverage</th>
/dports/editors/libreoffice/libreoffice-7.2.6.2/connectivity/source/drivers/postgresql/
H A Dpq_databasemetadata.cxx2011 const OUString& primaryTable, in getImportedExportedKeys() argument
2019 if ( ! primaryTable.isEmpty() ) in getImportedExportedKeys()
2033 param->setString( j++, primaryTable ); in getImportedExportedKeys()
2064 const OUString& primaryTable, in getCrossReference() argument
2069 …return getImportedExportedKeys( primaryCatalog, primarySchema, primaryTable, foreignCatalog, forei… in getCrossReference()
H A Dpq_databasemetadata.hxx70 … const css::uno::Any& primaryCatalog, const OUString& primarySchema, const OUString& primaryTable,
216 …::Any& primaryCatalog, const OUString& primarySchema, const OUString& primaryTable, const css::uno…
/dports/editors/libreoffice6/libreoffice-6.4.7.2/connectivity/source/drivers/postgresql/
H A Dpq_databasemetadata.cxx2037 const OUString& primaryTable, in getImportedExportedKeys() argument
2045 if ( ! primaryTable.isEmpty() ) in getImportedExportedKeys()
2059 param->setString( j++, primaryTable ); in getImportedExportedKeys()
2090 const OUString& primaryTable, in getCrossReference() argument
2095 …return getImportedExportedKeys( primaryCatalog, primarySchema, primaryTable, foreignCatalog, forei… in getCrossReference()
H A Dpq_databasemetadata.hxx71 … const css::uno::Any& primaryCatalog, const OUString& primarySchema, const OUString& primaryTable,
217 …::Any& primaryCatalog, const OUString& primarySchema, const OUString& primaryTable, const css::uno…
/dports/databases/db5/db-5.3.28/lang/sql/jdbc/SQLite/JDBC1/
H A DJDBCDatabaseMetaData.java1088 String primaryTable, in getCrossReference() argument
1131 if (primaryTable != null && primaryTable.charAt(0) != '%') { in getCrossReference()
1132 pktable = primaryTable; in getCrossReference()
/dports/editors/libreoffice/libreoffice-7.2.6.2/connectivity/source/inc/
H A DTDatabaseMetaDataBase.hxx112 …::Any& primaryCatalog, const OUString& primarySchema, const OUString& primaryTable, const css::uno…
/dports/editors/libreoffice6/libreoffice-6.4.7.2/connectivity/source/inc/
H A DTDatabaseMetaDataBase.hxx113 …::Any& primaryCatalog, const OUString& primarySchema, const OUString& primaryTable, const css::uno…
/dports/databases/libodbc++/libodbc++-0.2.5/include/odbc++/
H A Ddatabasemetadata.h1142 const ODBCXX_STRING& primaryTable,
/dports/databases/db5/db-5.3.28/lang/sql/jdbc/SQLite/JDBC0/
H A DJDBCDatabaseMetaData.java1088 String primaryTable, in getCrossReference() argument
1131 if (primaryTable != null && primaryTable.charAt(0) != '%') { in getCrossReference()
1132 pktable = primaryTable; in getCrossReference()
/dports/databases/db5/db-5.3.28/lang/sql/jdbc/SQLite/JDBC2/
H A DJDBCDatabaseMetaData.java1097 String primaryTable, in getCrossReference() argument
1141 if (primaryTable != null && primaryTable.charAt(0) != '%') { in getCrossReference()
1142 pktable = primaryTable; in getCrossReference()
/dports/databases/db5/db-5.3.28/lang/sql/jdbc/SQLite/JDBC2y/
H A DJDBCDatabaseMetaData.java1097 String primaryTable, in getCrossReference() argument
1141 if (primaryTable != null && primaryTable.charAt(0) != '%') { in getCrossReference()
1142 pktable = primaryTable; in getCrossReference()
/dports/databases/db5/db-5.3.28/lang/sql/jdbc/SQLite/JDBC2x/
H A DJDBCDatabaseMetaData.java1096 String primaryTable, in getCrossReference() argument
1140 if (primaryTable != null && primaryTable.charAt(0) != '%') { in getCrossReference()
1141 pktable = primaryTable; in getCrossReference()
/dports/lang/tcl86/tcl8.6.12/pkgs/tdbcodbc1.1.3/library/
H A Dtdbcodbc.tcl190 PKTABLE_NAME primaryTable
/dports/databases/tdbc/tdbcodbc1.1.3/library/
H A Dtdbcodbc.tcl190 PKTABLE_NAME primaryTable

1234