public class Schema extends Object
Modifier and Type | Method and Description |
---|---|
ColumnDTO |
getColumnByIndex(int columnIndex) |
int |
getColumnCount()
Number of columns in table
|
List<ColumnDTO> |
getColumns()
Return list with all columns names and its types
|
public List<ColumnDTO> getColumns()
public int getColumnCount()
public ColumnDTO getColumnByIndex(int columnIndex)
columnIndex
- index of required column in tableCopyright © 2021 The Apache Software Foundation. All rights reserved.