public interface Schema
| Modifier and Type | Method and Description |
|---|---|
Schema |
createSubSchema(List<String> columnNames) |
int |
getColumnCount() |
String |
getColumnName(int index) |
List<String> |
getColumnNames() |
TypeToken |
getColumnType(int index) |
TypeToken |
getColumnType(String name) |
Map<String,TypeToken> |
getTypeMap() |
boolean |
isNullable(String columnName) |
Copyright © 2014. All rights reserved.