Browse: Home / Classes / LDLMS_DB /

LDLMS_DB::get_table_primary_index_set

LDLMS_DB::get_table_primary_index_set( string $table_name = '' )

Returns the Primary Index set if available.


Description #


Parameters #

$table_name

(string) (Optional) Name of table to check.

Default value: ''


Return #

(array) of table index set..


Source #

File: includes/class-ldlms-db.php


Changelog #

Changelog
Version Description
3.1.8 Introduced.