Package oracle.pgx.api.frames.functions
Class ColumnRenaming
java.lang.Object
oracle.pgx.api.frames.functions.ColumnRenaming
-
Method Summary
Modifier and TypeMethodDescriptionRetrieve the name of the original column that should be renamedRetrieve the name that the column should have after renamingstatic ColumnRenamingCreate a new column renaming from the old column name to the new column name
-
Method Details
-
renaming
Create a new column renaming from the old column name to the new column name- Parameters:
columnName- the name of the column to renamenewColumnName- the new name to give to the column- Returns:
- the renaming object
-
getColumnName
Retrieve the name of the original column that should be renamed- Returns:
- the name of the column that should be renamed
-
getNewColumnName
Retrieve the name that the column should have after renaming- Returns:
- the name of the column after renaming
-