java.lang.Object
org.apache.shardingsphere.data.pipeline.api.metadata.IdentifierName
org.apache.shardingsphere.data.pipeline.api.metadata.TableName
Direct Known Subclasses:
ActualTableName, LogicTableName

public class TableName extends IdentifierName
Table name.

It might be logic table name or actual table name.

It's case-insensitive.

  • Constructor Details

    • TableName

      public TableName(String tableName)