Home
last modified time | relevance | path

Searched refs:getTable (Results 1 – 25 of 78) sorted by relevance

1234

/plugin/structat/meta/
DSearchConfigAt.php62 $datatable = 'data_' . $schema->getTable();
85 AND schema_assignments.tbl = '{$schema->getTable()}'"
113 $datatable = "data_{$col->getTable()}";
114 $multitable = "multi_{$col->getTable()}";
130 $col->getType()->select($QB, 'data_' . $col->getTable(), $col->getColName(), $CN);
143 $datatable = "data_{$col->getTable()}";
144 $multitable = "multi_{$col->getTable()}";
174 $col->getType()->sort($QB, 'data_' . $col->getTable(), $colname, $asc ? 'ASC' : 'DESC');
/plugin/struct/meta/
H A DSearchSQLBuilder.php37 $datatable = 'data_' . $schema->getTable();
61 AND schema_assignments.tbl = '{$schema->getTable()}'"
92 $datatable = "data_{$col->getTable()}";
93 $multitable = "multi_{$col->getTable()}";
109 … $col->getType()->select($this->qb, 'data_' . $col->getTable(), $col->getColName(), $CN);
132 $datatable = "data_{$col->getTable()}";
133 $multitable = "multi_{$col->getTable()}";
172 … $col->getType()->sort($this->qb, 'data_' . $col->getTable(), $colname, $asc ? 'ASC' : 'DESC');
H A DAccessTableGlobal.php27 $sql = 'DELETE FROM data_' . $this->schema->getTable() . ' WHERE rid = ?';
29 $sql = 'DELETE FROM multi_' . $this->schema->getTable() . ' WHERE rid = ?';
143 $table = 'multi_' . $this->schema->getTable();
H A DSearchCloud.php49 $datatable = "data_{$col->getTable()}";
52 $multitable = "multi_{$col->getTable()}";
H A DAccessTable.php205 $this->stable = 'data_' . $this->schema->getTable();
206 $this->mtable = 'multi_' . $this->schema->getTable();
499 $stable = 'data_' . $this->schema->getTable();
500 $mtable = 'multi_' . $this->schema->getTable();
H A DCSVImporter.php115 $pidCol = new Column(0, $pageType, 0, true, $this->schema->getTable());
214 $table = $this->schema->getTable();
/plugin/randomtables/table-roller/src/Table/
DManager.php17 $table = $this->getTable($name);
26 $table = $this->getTable($matches[1]);
34 private function getTable(string $name): TableInterface function in TableRoller\\Table\\Manager
/plugin/struct/types/
H A DTag.php33 '[' . $context->getTable() . '.' . $context->getLabel() . '*~]=' . $value;
94 FROM multi_{$context->getTable()} AS M, data_{$context->getTable()} AS D
101 FROM data_{$context->getTable()} AS D
/plugin/html2pdf/html2pdf/html2ps/
Dfont.class.php78 $hhea = $font->getTable('hhea');
79 $head = $font->getTable('head');
80 $hmtx = $font->getTable('hmtx');
81 $post = $font->getTable('post');
82 $cmap = $font->getTable('cmap');
Dpdf.fpdf.makefont.php17 $head =& $font->getTable('head');
18 $name =& $font->getTable('name');
19 $cmap =& $font->getTable('cmap');
20 $hmtx =& $font->getTable('hmtx');
21 $hhea =& $font->getTable('hhea');
22 $post =& $font->getTable('post');
/plugin/struct/_test/
H A DSearchTest.php237 $this->assertEquals('schema1', $search->columns[0]->getTable());
241 $this->assertEquals('schema2', $search->columns[1]->getTable());
245 $this->assertEquals('schema1', $search->columns[2]->getTable());
249 $this->assertEquals('schema2', $search->columns[3]->getTable());
253 $this->assertEquals('schema2', $search->columns[4]->getTable());
260 $this->assertEquals('schema1', $search->columns[5]->getTable());
/plugin/combo/ComboStrap/
H A DPageSql.php88 public function getTable(): ?string function in ComboStrap\\PageSql
90 return $this->listener->getTable();
/plugin/structtemplating/
Daction.php90 $schemadata->getSchema()->getTable() . '.twig',
150 $templates[] = $search->getSchemas()[0]->getTable() . '.twig';
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Datastream/
DOracleObjectIdentifier.php55 public function getTable() function in Google\\Service\\Datastream\\OracleObjectIdentifier
DMysqlObjectIdentifier.php55 public function getTable() function in Google\\Service\\Datastream\\MysqlObjectIdentifier
DMysqlTable.php54 public function getTable() function in Google\\Service\\Datastream\\MysqlTable
DOracleTable.php54 public function getTable() function in Google\\Service\\Datastream\\OracleTable
/plugin/odt/ODT/elements/
DODTElementNote.php78 public function getTable () { function in ODTElementNote
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Spanner/
DDelete.php53 public function getTable() function in Google\\Service\\Spanner\\Delete
DWrite.php60 public function getTable() function in Google\\Service\\Spanner\\Write
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DLP/
DGooglePrivacyDlpV2OutputStorageConfig.php53 public function getTable() function in Google\\Service\\DLP\\GooglePrivacyDlpV2OutputStorageConfig
DGooglePrivacyDlpV2BigQueryField.php51 public function getTable() function in Google\\Service\\DLP\\GooglePrivacyDlpV2BigQueryField
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Contactcenterinsights/
DGoogleCloudContactcenterinsightsV1alpha1ExportInsightsDataRequestBigQueryDestination.php73 public function getTable() function in Google\\Service\\Contactcenterinsights\\GoogleCloudContactcenterinsightsV1alpha1ExportInsightsDataRequestBigQueryDestination
DGoogleCloudContactcenterinsightsV1ExportInsightsDataRequestBigQueryDestination.php73 public function getTable() function in Google\\Service\\Contactcenterinsights\\GoogleCloudContactcenterinsightsV1ExportInsightsDataRequestBigQueryDestination
/plugin/authgooglesheets/vendor/google/apiclient-services/src/BigtableAdmin/
DCreateTableRequest.php56 public function getTable() function in Google\\Service\\BigtableAdmin\\CreateTableRequest

1234