class IndexManager

Methods

string
__call($method, $arguments)

No description

string
destination()

Canal 服务

string
filter()

订阅过滤, 默认所有

static IndexManager
instance($indexName)

No description

static int|string|null
indexFormTable(string $tableName)

获取索引

static DocumentFormatter|null
formatterFormTable(string $tableName)

获取索引

static mixed|null
propertyFormTable(string $tableName)

获取过滤字段

void
property()

获取属性值

void
table()

查询的数据表

void
formatter()

格式化工具

void
index()

格式化工具

Details

at line 28
string __call($method, $arguments)

No description

Parameters

$method
$arguments

Return Value

string

at line 37
string destination()

Canal 服务

Return Value

string

at line 46
string filter()

订阅过滤, 默认所有

Return Value

string

at line 55
static IndexManager instance($indexName)

No description

Parameters

$indexName

Return Value

IndexManager

at line 75
static int|string|null indexFormTable(string $tableName)

获取索引

Parameters

string $tableName

表名称 db.table

Return Value

int|string|null

at line 93
static DocumentFormatter|null formatterFormTable(string $tableName)

获取索引

Parameters

string $tableName

表名称 db.table

Return Value

DocumentFormatter|null

at line 116
static mixed|null propertyFormTable(string $tableName)

获取过滤字段

Parameters

string $tableName

Return Value

mixed|null

at line 15
void property()

获取属性值

Return Value

void

at line 15
void table()

查询的数据表

Return Value

void

at line 15
void formatter()

格式化工具

Return Value

void

at line 15
void index()

格式化工具

Return Value

void