C# Class DBreeze.SchemeInternal.DbUserTables

Afficher le fichier Open project: hhblaze/DBreeze

Méthodes publiques

Méthode Description
PatternsIntersect ( string p1, string p2 ) : bool

TableNamesContains ( List list1, string tableName ) : bool

Checks intersection between List of patterns and one pattern

TableNamesIntersect ( List list1, List list2 ) : bool

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

Private Methods

Méthode Description
TestIntersectionPatterns ( bool assumption, string p1, string p2 ) : void

TEST Intersections pattern

Method Details

PatternsIntersect() public static méthode

public static PatternsIntersect ( string p1, string p2 ) : bool
p1 string
p2 string
Résultat bool

TableNamesContains() public static méthode

Checks intersection between List of patterns and one pattern
public static TableNamesContains ( List list1, string tableName ) : bool
list1 List
tableName string
Résultat bool

TableNamesIntersect() public static méthode

Checks intersection between two lists of patterns
public static TableNamesIntersect ( List list1, List list2 ) : bool
list1 List
list2 List
Résultat bool

UserTableNameIsOk() public static méthode

Checks validity of the user table name
public static UserTableNameIsOk ( string tableName ) : void
tableName string
Résultat void

UserTablePatternIsOk() public static méthode

Throws exception if smth. happened. Returns either original table name or cutted if * is found
public static UserTablePatternIsOk ( string tableName ) : string
tableName string
Résultat string