com.konakart.appif
Interface DbPortabilityIf
public interface DbPortabilityIf
For defining database-specific rules
standardColumnName
java.lang.String standardColumnName(java.lang.String columnName)
- Parameters:
columnName - the original column name.
- Returns:
- Returns the standardised column name.
standardTableName
java.lang.String standardTableName(java.lang.String tableName)
- Parameters:
tableName - the original table name.
- Returns:
- Returns the standardised table name.
standardSequenceName
java.lang.String standardSequenceName(java.lang.String tableName,
java.lang.String columnName)
- Parameters:
tableName - the original table name.columnName - the original column name.
- Returns:
- Returns the standardised sequence name.
Copyright © 2006 DS Data Systems UK Ltd.