Home
last modified time | relevance | path

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

123

/plugin/structat/meta/
H A 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/randomtables/table-roller/src/Table/
H A DManager.php17 $table = $this->getTable($name);
26 $table = $this->getTable($matches[1]);
33 private function getTable(string $name): TableInterface function in TableRoller\\Table\\Manager
/plugin/struct/types/
H A DTag.php31 '[' . $context->getTable() . '.' . $context->getLabel() . '*~]=' . $value;
92 FROM multi_{$context->getTable()} AS M, data_{$context->getTable()} AS D
99 FROM data_{$context->getTable()} AS D
/plugin/html2pdf/html2pdf/html2ps/
H A 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');
H A 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/meta/
H A DSearch.php94 $this->schemas[$schema->getTable()] = $schema;
95 if ($alias) $this->aliases[$alias] = $schema->getTable();
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.php28 $datatable = 'data_' . $schema->getTable();
52 AND schema_assignments.tbl = '{$schema->getTable()}'"
60 $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/combo/ComboStrap/
H A DPageSql.php88 public function getTable(): ?string function in ComboStrap\\PageSql
90 return $this->listener->getTable();
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Datastream/
H A DMysqlObjectIdentifier.php55 public function getTable() function in Google\\Service\\Datastream\\MysqlObjectIdentifier
H A DOracleObjectIdentifier.php55 public function getTable() function in Google\\Service\\Datastream\\OracleObjectIdentifier
H A DOracleTable.php54 public function getTable() function in Google\\Service\\Datastream\\OracleTable
H A DMysqlTable.php54 public function getTable() function in Google\\Service\\Datastream\\MysqlTable
/plugin/odt/ODT/elements/
H A DODTElementNote.php78 public function getTable () { function in ODTElementNote
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Spanner/
H A DDelete.php53 public function getTable() function in Google\\Service\\Spanner\\Delete
H A DWrite.php60 public function getTable() function in Google\\Service\\Spanner\\Write
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DLP/
H A DGooglePrivacyDlpV2OutputStorageConfig.php53 public function getTable() function in Google\\Service\\DLP\\GooglePrivacyDlpV2OutputStorageConfig
H A DGooglePrivacyDlpV2BigQueryField.php51 public function getTable() function in Google\\Service\\DLP\\GooglePrivacyDlpV2BigQueryField
H A DGooglePrivacyDlpV2ContentItem.php55 public function getTable() function in Google\\Service\\DLP\\GooglePrivacyDlpV2ContentItem
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Contactcenterinsights/
H A DGoogleCloudContactcenterinsightsV1ExportInsightsDataRequestBigQueryDestination.php73 public function getTable() function in Google\\Service\\Contactcenterinsights\\GoogleCloudContactcenterinsightsV1ExportInsightsDataRequestBigQueryDestination
H A DGoogleCloudContactcenterinsightsV1alpha1ExportInsightsDataRequestBigQueryDestination.php73 public function getTable() function in Google\\Service\\Contactcenterinsights\\GoogleCloudContactcenterinsightsV1alpha1ExportInsightsDataRequestBigQueryDestination
/plugin/authgooglesheets/vendor/google/apiclient-services/src/BigtableAdmin/
H A DCreateTableRequest.php56 public function getTable() function in Google\\Service\\BigtableAdmin\\CreateTableRequest
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataflow/
H A DBigQueryIODetails.php91 public function getTable() function in Google\\Service\\Dataflow\\BigQueryIODetails

123