Home
last modified time | relevance | path

Searched refs:TableSchemaName (Results 1 – 11 of 11) sorted by relevance

/dports/databases/pgmodeler/pgmodeler-0.9.3-beta/libpgmodeler_ui/src/
H A Dtagwidget.cpp26 QStringList attribs={ Attributes::TableName, Attributes::TableSchemaName, in TagWidget()
34 if(color_count==1 && attr!=Attributes::TableName && attr!=Attributes::TableSchemaName) in TagWidget()
49 QStringList attribs={ Attributes::TableName, Attributes::TableSchemaName, in setAttributes()
57 if(color_count==1 && attr!=Attributes::TableName && attr!=Attributes::TableSchemaName) in setAttributes()
85 …tag->setElementColor(Attributes::TableSchemaName, color_pickers[Attributes::TableSchemaName]->getC… in applyConfiguration()
H A Dappearanceconfigwidget.cpp36 /* 08 */ Attributes::TableSchemaName, in AppearanceConfigWidget()
/dports/databases/pgmodeler/pgmodeler-0.9.3-beta/libpgmodeler/src/
H A Dtag.cpp25 QStringList attribs={ Attributes::TableName, Attributes::TableSchemaName, in Tag()
35 if(attr!=Attributes::TableName && attr!=Attributes::TableSchemaName) in Tag()
113 (id==Attributes::TableName || id==Attributes::TableSchemaName))) in validateElementId()
160 if(itr.first==Attributes::TableName || itr.first==Attributes::TableSchemaName) in getCodeDefinition()
/dports/security/lego/lego-4.5.3/vendor/github.com/aliyun/alibaba-cloud-sdk-go/services/dms_enterprise/
H A Dstruct_table.go23 TableSchemaName string `json:"TableSchemaName" xml:"TableSchemaName"` member
H A Dstruct_search_table.go23 TableSchemaName string `json:"TableSchemaName" xml:"TableSchemaName"` member
/dports/security/lego/lego-4.5.3/vendor/github.com/aliyun/alibaba-cloud-sdk-go/services/dms-enterprise/
H A Dstruct_table.go26 TableSchemaName string `json:"TableSchemaName" xml:"TableSchemaName"` member
H A Dstruct_table_in_list_tables.go25 TableSchemaName string `json:"TableSchemaName" xml:"TableSchemaName"` member
H A Dstruct_search_table.go29 TableSchemaName string `json:"TableSchemaName" xml:"TableSchemaName"` member
/dports/databases/pgmodeler/pgmodeler-0.9.3-beta/libobjrenderer/src/
H A Dtabletitleview.cpp76 schema_name_attrib=Attributes::TableSchemaName; in configureObject()
/dports/databases/pgmodeler/pgmodeler-0.9.3-beta/libparsers/src/
H A Dattributes.cpp576 TableSchemaName("table-schema-name"), variable
H A Dattributes.h594 TableSchemaName,