public interface PhysicalNamingStrategy
Modifier and Type | Method and Description |
---|---|
Identifier |
toPhysicalCatalogName(Identifier name,
JdbcEnvironment jdbcEnvironment) |
Identifier |
toPhysicalColumnName(Identifier name,
JdbcEnvironment jdbcEnvironment) |
Identifier |
toPhysicalSchemaName(Identifier name,
JdbcEnvironment jdbcEnvironment) |
Identifier |
toPhysicalSequenceName(Identifier name,
JdbcEnvironment jdbcEnvironment) |
Identifier |
toPhysicalTableName(Identifier name,
JdbcEnvironment jdbcEnvironment) |
Identifier toPhysicalCatalogName(Identifier name, JdbcEnvironment jdbcEnvironment)
Identifier toPhysicalSchemaName(Identifier name, JdbcEnvironment jdbcEnvironment)
Identifier toPhysicalTableName(Identifier name, JdbcEnvironment jdbcEnvironment)
Identifier toPhysicalSequenceName(Identifier name, JdbcEnvironment jdbcEnvironment)
Identifier toPhysicalColumnName(Identifier name, JdbcEnvironment jdbcEnvironment)
Copyright © 2019 JBoss by Red Hat. All rights reserved.