Object SqlSegmentProcessor.Companion
-
- All Implemented Interfaces:
public class SqlSegmentProcessor.Companion
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classSqlSegmentProcessor.Companion.Opt
-
Field Summary
Fields Modifier and Type Field Description public final static SqlSegmentProcessor.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final IntegerhasType(String table, String other)Determine the relationship type of othertotable(case-insensitive)-1: no relation, 0: table itself, 1: other is trace, 2: other is shard,final SqlSegmentProcessor.Companion.OptparseCmd(String line, String head)-
-
Method Detail
-
hasType
final Integer hasType(String table, String other)
Determine the relationship type of
othertotable(case-insensitive)-1: no relation, 0: table itself, 1: other is trace, 2: other is shard,
- Parameters:
table- plain tableother- other table- Returns:
the type
-
parseCmd
final SqlSegmentProcessor.Companion.Opt parseCmd(String line, String head)
-
-
-
-