Method | Description | |
---|---|---|
PatternsIntersect ( string p1, string p2 ) : bool |
|
|
TableNamesContains ( List |
Checks intersection between List of patterns and one pattern
|
|
TableNamesIntersect ( List |
Checks intersection between two lists of patterns
|
|
UserTableNameIsOk ( string tableName ) : void |
Checks validity of the user table name
|
|
UserTablePatternIsOk ( string tableName ) : string |
Throws exception if smth. happened. Returns either original table name or cutted if * is found
|
Method | Description | |
---|---|---|
TestIntersectionPatterns ( bool assumption, string p1, string p2 ) : void |
TEST Intersections pattern
|
public static PatternsIntersect ( string p1, string p2 ) : bool | ||
p1 | string | |
p2 | string | |
return | bool |
public static TableNamesContains ( List |
||
list1 | List |
|
tableName | string | |
return | bool |
public static TableNamesIntersect ( List |
||
list1 | List |
|
list2 | List |
|
return | bool |
public static UserTableNameIsOk ( string tableName ) : void | ||
tableName | string | |
return | void |
public static UserTablePatternIsOk ( string tableName ) : string | ||
tableName | string | |
return | string |