public class ColumnRenaming
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getColumnName()
Retrieve the name of the original column that should be renamed
|
java.lang.String |
getNewColumnName()
Retrieve the name that the column should have after renaming
|
static ColumnRenaming |
renaming(java.lang.String columnName, java.lang.String newColumnName)
Create a new column renaming from the old column name to the new column name
|
public java.lang.String getColumnName()
public java.lang.String getNewColumnName()
public static ColumnRenaming renaming(java.lang.String columnName, java.lang.String newColumnName)
columnName
- the name of the column to renamenewColumnName
- the new name to give to the column