Class PostgresAliasTransformer

java.lang.Object
org.litebridgedb.db.postgres.PostgresAliasTransformer
All Implemented Interfaces:
AliasTransformer

public class PostgresAliasTransformer extends Object implements AliasTransformer
  • Constructor Details

    • PostgresAliasTransformer

      public PostgresAliasTransformer()
  • Method Details

    • transformAlias

      public @Nullable String transformAlias(@Nullable String dbAlias)
      Description copied from interface: AliasTransformer
      Transforms the given database alias into another form.

      The transformation rules are implementation-specific and can vary based on the requirements of the database or application.

      Specified by:
      transformAlias in interface AliasTransformer
      Parameters:
      dbAlias - The alias to be transformed.
      Returns:
      The transformed alias, or null if the input alias is null.