Magento Extensions Rating 2024
EXTENSIONS BY CATEGORY
B2B (Business-To-Business)
Blog
Customer
ERP (Enterprise Resource Planning)
Mega Menu
One Step Checkout
Order
POS (Point Of Sale)
Search
Shopping Cart
Sitemap
SEO
Social
Stock & Inventory Management
EXTENSIONS BY DEVELOPER
aheadWorks
Amasty
Boost My Shop
BSS Commerce
Magestore
MageWorx
Mirasvit
Templates Master
Wyomind
XTENTO
Magento 2 Documentation
Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
vendor
magento
framework
Setup
Declaration
Schema
Db
DbSchemaReaderInterface.php
Go to the documentation of this file.
1
<?php
7
namespace
Magento\Framework\Setup\Declaration\Schema\Db
;
8
13
interface
DbSchemaReaderInterface
14
{
22
public
function
readIndexes
(
$tableName
,
$resource
);
23
31
public
function
readConstraints
(
$tableName
,
$resource
);
32
40
public
function
readColumns
(
$tableName
,
$resource
);
41
49
public
function
getTableOptions
(
$tableName
,
$resource
);
50
58
public
function
readReferences
(
$tableName
,
$resource
);
59
66
public
function
readTables
(
$resource
);
67
}
Magento\Framework\Setup\Declaration\Schema\Db
Definition:
DbDefinitionProcessorInterface.php:7
Magento\Framework\Setup\Declaration\Schema\Db\DbSchemaReaderInterface\readColumns
readColumns($tableName, $resource)
$tableName
$tableName
Definition:
trigger.php:13
Magento\Framework\Setup\Declaration\Schema\Db\DbSchemaReaderInterface\readIndexes
readIndexes($tableName, $resource)
Magento\Framework\Setup\Declaration\Schema\Db\DbSchemaReaderInterface\readConstraints
readConstraints($tableName, $resource)
Magento\Framework\Setup\Declaration\Schema\Db\DbSchemaReaderInterface\readReferences
readReferences($tableName, $resource)
$resource
$resource
Definition:
bulk.php:12
Magento\Framework\Setup\Declaration\Schema\Db\DbSchemaReaderInterface\getTableOptions
getTableOptions($tableName, $resource)
Magento\Framework\Setup\Declaration\Schema\Db\DbSchemaReaderInterface
Definition:
DbSchemaReaderInterface.php:13
Magento\Framework\Setup\Declaration\Schema\Db\DbSchemaReaderInterface\readTables
readTables($resource)