public class Schema extends Object
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
Schema.Builder  | 
| Modifier and Type | Method and Description | 
|---|---|
static Schema.Builder | 
builder()  | 
boolean | 
equals(Object otherObject)  | 
Column | 
getColumn(int index)  | 
int | 
getColumnCount()  | 
String | 
getColumnName(int index)  | 
List<Column> | 
getColumns()
Returns the list of Column objects. 
 | 
Type | 
getColumnType(int index)  | 
int | 
getFixedStorageSize()  | 
int | 
hashCode()  | 
boolean | 
isEmpty()  | 
Column | 
lookupColumn(String name)  | 
int | 
size()  | 
String | 
toString()  | 
void | 
visitColumns(ColumnVisitor visitor)  | 
public static Schema.Builder builder()
public List<Column> getColumns()
public int size()
public int getColumnCount()
public Column getColumn(int index)
public String getColumnName(int index)
public Type getColumnType(int index)
public void visitColumns(ColumnVisitor visitor)
public boolean isEmpty()
public int getFixedStorageSize()