public interface ColumnNamingSession extends Closeable
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Ends the column naming session.
|
String |
getNextColumnName(ColumnNamingContext ctx)
Provides the name to apply for a given column.
|
String getNextColumnName(ColumnNamingContext ctx)
ctx - the context of the column naming taking place. This contains
column index, intrinsic name etc. if available.void close()
close in interface AutoCloseableclose in interface CloseableCopyright © 2007–2019 The Apache Software Foundation. All rights reserved.