MCPcopy Create free account
hub / github.com/actiontech/dtle / GetWhere

Method GetWhere

driver/common/tabletypes.go:114–120  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

112}
113
114func (t *Table) GetWhere() string {
115 if t.Where == "" {
116 return "true"
117 } else {
118 return t.Where
119 }
120}
121
122func NewTable(schemaName string, tableName string) *Table {
123 return &Table{

Callers 5

ValidateOriginalTableMethod · 0.80
buildQueryOldWayMethod · 0.80
buildQueryOnUniqueKeyMethod · 0.80
NewTableContextFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected