public static class GenericDatabaseExtractor.DBColumn
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
boolean |
baseName
Should Wandora use this column for base names.
|
java.lang.String |
column
Column name.
|
boolean |
include |
boolean |
makeTopics
Should Wandora make topics from this column.
|
boolean |
primaryKey
Is this column a primary key.
|
GenericDatabaseExtractor.DBColumn |
references
The column that this column references or null if it does not reference any column.
|
java.lang.String |
table
Table where this column is.
|
Constructor and Description |
---|
DBColumn(java.lang.String table,
java.lang.String column) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
public java.lang.String table
public java.lang.String column
public boolean include
public boolean primaryKey
public GenericDatabaseExtractor.DBColumn references
public boolean baseName
public boolean makeTopics
Copyright 2004-2015 Wandora Team