Index

A B C D F G H I J K M N O P R S T U V W X _ 
All Classes and Interfaces|All Packages

A

addContent(Schema) - Method in class org.ivoa.dm.tapschema.TapschemaModel
add Schema to model.
addToColumns(Column) - Method in class org.ivoa.dm.tapschema.Table
Add a org.ivoa.dm.tapschema.Column to the composition.
addToColumns(FKColumn) - Method in class org.ivoa.dm.tapschema.ForeignKey
Add a org.ivoa.dm.tapschema.FKColumn to the composition.
addToFkeys(ForeignKey) - Method in class org.ivoa.dm.tapschema.Table
Add a org.ivoa.dm.tapschema.ForeignKey to the composition.
addToTables(Table) - Method in class org.ivoa.dm.tapschema.Schema
Add a org.ivoa.dm.tapschema.Table to the composition.
arraysize - Variable in class org.ivoa.dm.tapschema.Column
.
arraysize - Variable in class org.ivoa.dm.tapschema.Column.ColumnBuilder
.

B

BIGINT - Enum constant in enum class org.ivoa.dm.tapschema.TAPType
Value BIGINT :
BINARY - Enum constant in enum class org.ivoa.dm.tapschema.TAPType
Value BINARY :
BLOB - Enum constant in enum class org.ivoa.dm.tapschema.TAPType
Value BLOB :
BOOLEAN - Enum constant in enum class org.ivoa.dm.tapschema.TAPType
Value BOOLEAN :

C

CHAR - Enum constant in enum class org.ivoa.dm.tapschema.TAPType
Value CHAR :
CLOB - Enum constant in enum class org.ivoa.dm.tapschema.TAPType
Value CLOB :
ColNameKeys - Class in org.ivoa.dm.tapschema
Utilities concerned with model column name normalization.
ColNameKeys() - Constructor for class org.ivoa.dm.tapschema.ColNameKeys
 
Column - Class in org.ivoa.dm.tapschema
the column.
Column() - Constructor for class org.ivoa.dm.tapschema.Column
Creates a new column
Column(String, TAPType, String, String, String, String, String, String, Boolean, Boolean, Boolean, Integer) - Constructor for class org.ivoa.dm.tapschema.Column
full parameter constructor.
Column(Column) - Constructor for class org.ivoa.dm.tapschema.Column
Copy Constructor.
column_index - Variable in class org.ivoa.dm.tapschema.Column
used to recommend table ordering for clients.
column_index - Variable in class org.ivoa.dm.tapschema.Column.ColumnBuilder
used to recommend table ordering for clients.
column_name - Variable in class org.ivoa.dm.tapschema.Column
name of the column.
column_name - Variable in class org.ivoa.dm.tapschema.Column.ColumnBuilder
name of the column.
Column_PK() - Constructor for class org.ivoa.dm.tapschema.Column.Column_PK
 
Column.Column_PK - Class in org.ivoa.dm.tapschema
Composite key for Column.
Column.ColumnBuilder - Class in org.ivoa.dm.tapschema
A builder class for column, mainly for use in the functional builder pattern.
ColumnBuilder() - Constructor for class org.ivoa.dm.tapschema.Column.ColumnBuilder
 
columns - Variable in class org.ivoa.dm.tapschema.ForeignKey
.
columns - Variable in class org.ivoa.dm.tapschema.ForeignKey.ForeignKeyBuilder
.
columns - Variable in class org.ivoa.dm.tapschema.Table
the columns that make up the table.
columns - Variable in class org.ivoa.dm.tapschema.Table.TableBuilder
the columns that make up the table.
contextFactory() - Static method in class org.ivoa.dm.tapschema.TapschemaModel
the context factory for the model.
create() - Method in class org.ivoa.dm.tapschema.Column.ColumnBuilder
create a column from this builder.
create() - Method in class org.ivoa.dm.tapschema.FKColumn.FKColumnBuilder
create a FKColumn from this builder.
create() - Method in class org.ivoa.dm.tapschema.ForeignKey.ForeignKeyBuilder
create a ForeignKey from this builder.
create() - Method in class org.ivoa.dm.tapschema.Schema.SchemaBuilder
create a Schema from this builder.
create() - Method in class org.ivoa.dm.tapschema.Table.TableBuilder
create a table from this builder.
createColumn(Consumer<Column.ColumnBuilder>) - Static method in class org.ivoa.dm.tapschema.Column
create a column in functional builder style.
createContext() - Method in class org.ivoa.dm.tapschema.TapschemaModel
create a context in preparation for cloning.
createFKColumn(Consumer<FKColumn.FKColumnBuilder>) - Static method in class org.ivoa.dm.tapschema.FKColumn
create a FKColumn in functional builder style.
createForeignKey(Consumer<ForeignKey.ForeignKeyBuilder>) - Static method in class org.ivoa.dm.tapschema.ForeignKey
create a ForeignKey in functional builder style.
createSchema(Consumer<Schema.SchemaBuilder>) - Static method in class org.ivoa.dm.tapschema.Schema
create a Schema in functional builder style.
createTable(Consumer<Table.TableBuilder>) - Static method in class org.ivoa.dm.tapschema.Table
create a table in functional builder style.

D

datatype - Variable in class org.ivoa.dm.tapschema.Column.ColumnBuilder
the type of the column (VOTable semantics).
datatype - Variable in class org.ivoa.dm.tapschema.Column
the type of the column (VOTable semantics).
delete(EntityManager) - Method in class org.ivoa.dm.tapschema.Column
delete(EntityManager) - Method in class org.ivoa.dm.tapschema.FKColumn
delete(EntityManager) - Method in class org.ivoa.dm.tapschema.ForeignKey
delete(EntityManager) - Method in class org.ivoa.dm.tapschema.Schema
delete(EntityManager) - Method in class org.ivoa.dm.tapschema.Table
deleteContent(Schema) - Method in class org.ivoa.dm.tapschema.TapschemaModel
remove Schema from model.
description - Variable in class org.ivoa.dm.tapschema.Column.ColumnBuilder
.
description - Variable in class org.ivoa.dm.tapschema.Column
.
description - Variable in class org.ivoa.dm.tapschema.ForeignKey
description.
description - Variable in class org.ivoa.dm.tapschema.ForeignKey.ForeignKeyBuilder
description.
description - Variable in class org.ivoa.dm.tapschema.Schema
description.
description - Variable in class org.ivoa.dm.tapschema.Schema.SchemaBuilder
description.
description - Variable in class org.ivoa.dm.tapschema.Table
description.
description - Variable in class org.ivoa.dm.tapschema.Table.TableBuilder
description.
DOUBLE - Enum constant in enum class org.ivoa.dm.tapschema.TAPType
Value DOUBLE :

F

FKColumn - Class in org.ivoa.dm.tapschema
the foreign key columns.
FKColumn() - Constructor for class org.ivoa.dm.tapschema.FKColumn
Creates a new FKColumn
FKColumn(Column, Column) - Constructor for class org.ivoa.dm.tapschema.FKColumn
full parameter constructor.
FKColumn(FKColumn) - Constructor for class org.ivoa.dm.tapschema.FKColumn
Copy Constructor.
FKColumn.FKColumnBuilder - Class in org.ivoa.dm.tapschema
A builder class for FKColumn, mainly for use in the functional builder pattern.
FKColumnBuilder() - Constructor for class org.ivoa.dm.tapschema.FKColumn.FKColumnBuilder
 
fkeys - Variable in class org.ivoa.dm.tapschema.Table
the foreign keys for this table.
fkeys - Variable in class org.ivoa.dm.tapschema.Table.TableBuilder
the foreign keys for this table.
forceLoad() - Method in class org.ivoa.dm.tapschema.Column
 
forceLoad() - Method in class org.ivoa.dm.tapschema.FKColumn
 
forceLoad() - Method in class org.ivoa.dm.tapschema.ForeignKey
 
forceLoad() - Method in class org.ivoa.dm.tapschema.Schema
 
forceLoad() - Method in class org.ivoa.dm.tapschema.Table
 
ForeignKey - Class in org.ivoa.dm.tapschema
foreign key definition.
ForeignKey() - Constructor for class org.ivoa.dm.tapschema.ForeignKey
Creates a new ForeignKey
ForeignKey(String, Table, String, String, List<FKColumn>) - Constructor for class org.ivoa.dm.tapschema.ForeignKey
full parameter constructor.
ForeignKey(ForeignKey) - Constructor for class org.ivoa.dm.tapschema.ForeignKey
Copy Constructor.
ForeignKey.ForeignKeyBuilder - Class in org.ivoa.dm.tapschema
A builder class for ForeignKey, mainly for use in the functional builder pattern.
ForeignKeyBuilder() - Constructor for class org.ivoa.dm.tapschema.ForeignKey.ForeignKeyBuilder
 
from_column - Variable in class org.ivoa.dm.tapschema.FKColumn.FKColumnBuilder
.
from_column - Variable in class org.ivoa.dm.tapschema.FKColumn
ReferenceObject from_column : .
fromValue(String) - Static method in enum class org.ivoa.dm.tapschema.TableType
Return the TableType enum constant corresponding to the given string representation (value)
fromValue(String) - Static method in enum class org.ivoa.dm.tapschema.TAPType
Return the TAPType enum constant corresponding to the given string representation (value)

G

getArraysize() - Method in class org.ivoa.dm.tapschema.Column
Returns arraysize Attribute.
getColumn_index() - Method in class org.ivoa.dm.tapschema.Column
Returns column_index Attribute.
getColumn_name() - Method in class org.ivoa.dm.tapschema.Column
Returns column_name Attribute.
getColumns() - Method in class org.ivoa.dm.tapschema.ForeignKey
Returns columns composition as an immutable list.
getColumns() - Method in class org.ivoa.dm.tapschema.Table
Returns columns composition as an immutable list.
getContent(Class<T>) - Method in class org.ivoa.dm.tapschema.TapschemaModel
Get the content of the given type.
getDatatype() - Method in class org.ivoa.dm.tapschema.Column
Returns datatype Attribute.
getDescription() - Method in class org.ivoa.dm.tapschema.Column
Returns description Attribute.
getDescription() - Method in class org.ivoa.dm.tapschema.ForeignKey
Returns description Attribute.
getDescription() - Method in class org.ivoa.dm.tapschema.Schema
Returns description Attribute.
getDescription() - Method in class org.ivoa.dm.tapschema.Table
Returns description Attribute.
getFkeys() - Method in class org.ivoa.dm.tapschema.Table
Returns fkeys composition as an immutable list.
getFrom_column() - Method in class org.ivoa.dm.tapschema.FKColumn
Returns from_column Reference
getId() - Method in class org.ivoa.dm.tapschema.Column
return the database key id.
getId() - Method in class org.ivoa.dm.tapschema.FKColumn
 
getId() - Method in class org.ivoa.dm.tapschema.ForeignKey
return the database key id.
getId() - Method in class org.ivoa.dm.tapschema.Schema
return the database key id.
getId() - Method in class org.ivoa.dm.tapschema.Table
return the database key id.
getIndexed() - Method in class org.ivoa.dm.tapschema.Column
Returns indexed Attribute.
getKey_id() - Method in class org.ivoa.dm.tapschema.ForeignKey
Returns key_id Attribute.
getPrincipal() - Method in class org.ivoa.dm.tapschema.Column
Returns principal Attribute.
getSchema_index() - Method in class org.ivoa.dm.tapschema.Schema
Returns schema_index Attribute.
getSchema_name() - Method in class org.ivoa.dm.tapschema.Schema
Returns schema_name Attribute.
getStd() - Method in class org.ivoa.dm.tapschema.Column
Returns std Attribute.
getTable_index() - Method in class org.ivoa.dm.tapschema.Table
Returns table_index Attribute.
getTable_name() - Method in class org.ivoa.dm.tapschema.Table
Returns table_name Attribute.
getTable_type() - Method in class org.ivoa.dm.tapschema.Table
Returns table_type Attribute.
getTables() - Method in class org.ivoa.dm.tapschema.Schema
Returns tables composition as an immutable list.
getTarget_column() - Method in class org.ivoa.dm.tapschema.FKColumn
Returns target_column Reference
getTarget_table() - Method in class org.ivoa.dm.tapschema.ForeignKey
Returns target_table Reference
getUcd() - Method in class org.ivoa.dm.tapschema.Column
Returns ucd Attribute.
getUnit() - Method in class org.ivoa.dm.tapschema.Column
Returns unit Attribute.
getUtype() - Method in class org.ivoa.dm.tapschema.Column
Returns utype Attribute.
getUtype() - Method in class org.ivoa.dm.tapschema.ForeignKey
Returns utype Attribute.
getUtype() - Method in class org.ivoa.dm.tapschema.Schema
Returns utype Attribute.
getUtype() - Method in class org.ivoa.dm.tapschema.Table
Returns utype Attribute.
getXmlId() - Method in class org.ivoa.dm.tapschema.Column
 
getXmlId() - Method in class org.ivoa.dm.tapschema.Table
 
getXtype() - Method in class org.ivoa.dm.tapschema.Column
Returns xtype Attribute.

H

hasNaturalKey() - Method in class org.ivoa.dm.tapschema.Column
 
hasNaturalKey() - Method in class org.ivoa.dm.tapschema.Table
 
hasReferences() - Static method in class org.ivoa.dm.tapschema.TapschemaModel
if the model has references.

I

indexed - Variable in class org.ivoa.dm.tapschema.Column.ColumnBuilder
does the column have an index.
indexed - Variable in class org.ivoa.dm.tapschema.Column
does the column have an index.
INTEGER - Enum constant in enum class org.ivoa.dm.tapschema.TAPType
Value INTEGER :
isInVocabulary(String, String) - Static method in class org.ivoa.dm.tapschema.TapschemaModel
Test if a term is in the vocabulary.

J

jsonMapper() - Static method in class org.ivoa.dm.tapschema.TapschemaModel
Return a Jackson objectMapper suitable for JSON serialzation.

K

key_id - Variable in class org.ivoa.dm.tapschema.ForeignKey.ForeignKeyBuilder
the id of the key.
key_id - Variable in class org.ivoa.dm.tapschema.ForeignKey
the id of the key.

M

management() - Method in class org.ivoa.dm.tapschema.TapschemaModel
generate management interface instance for model.
modelDescription - Static variable in class org.ivoa.dm.tapschema.TapschemaModel
the description.

N

normalize(TapschemaModel) - Static method in class org.ivoa.dm.tapschema.ColNameKeys
Normalize the model keys.

O

org.ivoa.dm.tapschema - package org.ivoa.dm.tapschema
package tapschema.

P

POINT - Enum constant in enum class org.ivoa.dm.tapschema.TAPType
Value POINT :
principal - Variable in class org.ivoa.dm.tapschema.Column.ColumnBuilder
indicates that the column is considered a core part of the content; clients can use this hint to make the principal column(s) visible, for example by selecting them by default in generating an ADQL query.
principal - Variable in class org.ivoa.dm.tapschema.Column
indicates that the column is considered a core part of the content; clients can use this hint to make the principal column(s) visible, for example by selecting them by default in generating an ADQL query.
processReferences() - Method in class org.ivoa.dm.tapschema.TapschemaModel
 
pu_name() - Static method in class org.ivoa.dm.tapschema.TapschemaModel
The persistence unit name for the model.

R

REAL - Enum constant in enum class org.ivoa.dm.tapschema.TAPType
Value REAL :
References() - Constructor for class org.ivoa.dm.tapschema.TapschemaModel.References
 
REGION - Enum constant in enum class org.ivoa.dm.tapschema.TAPType
Value REGION :
removeFromColumns(Column) - Method in class org.ivoa.dm.tapschema.Table
Remove a org.ivoa.dm.tapschema.Column from the composition.
removeFromColumns(FKColumn) - Method in class org.ivoa.dm.tapschema.ForeignKey
Remove a org.ivoa.dm.tapschema.FKColumn from the composition.
removeFromFkeys(ForeignKey) - Method in class org.ivoa.dm.tapschema.Table
Remove a org.ivoa.dm.tapschema.ForeignKey from the composition.
removeFromTables(Table) - Method in class org.ivoa.dm.tapschema.Schema
Remove a org.ivoa.dm.tapschema.Table from the composition.
replaceInColumns(Column) - Method in class org.ivoa.dm.tapschema.Table
update a org.ivoa.dm.tapschema.Column in the composition.
replaceInColumns(FKColumn) - Method in class org.ivoa.dm.tapschema.ForeignKey
update a org.ivoa.dm.tapschema.FKColumn in the composition.
replaceInFkeys(ForeignKey) - Method in class org.ivoa.dm.tapschema.Table
update a org.ivoa.dm.tapschema.ForeignKey in the composition.
replaceInTables(Table) - Method in class org.ivoa.dm.tapschema.Schema
update a org.ivoa.dm.tapschema.Table in the composition.

S

Schema - Class in org.ivoa.dm.tapschema
The schema.
Schema() - Constructor for class org.ivoa.dm.tapschema.Schema
Creates a new Schema
Schema(String, String, String, Integer, List<Table>) - Constructor for class org.ivoa.dm.tapschema.Schema
full parameter constructor.
Schema(Schema) - Constructor for class org.ivoa.dm.tapschema.Schema
Copy Constructor.
schema_index - Variable in class org.ivoa.dm.tapschema.Schema
used to recommend table ordering for clients.
schema_index - Variable in class org.ivoa.dm.tapschema.Schema.SchemaBuilder
used to recommend table ordering for clients.
schema_name - Variable in class org.ivoa.dm.tapschema.Schema
The name of the schema .
schema_name - Variable in class org.ivoa.dm.tapschema.Schema.SchemaBuilder
The name of the schema .
Schema.SchemaBuilder - Class in org.ivoa.dm.tapschema
A builder class for Schema, mainly for use in the functional builder pattern.
SchemaBuilder() - Constructor for class org.ivoa.dm.tapschema.Schema.SchemaBuilder
 
setArraysize(String) - Method in class org.ivoa.dm.tapschema.Column
Set arraysize Attribute.
setColumn_index(Integer) - Method in class org.ivoa.dm.tapschema.Column
Set column_index Attribute.
setColumn_name(String) - Method in class org.ivoa.dm.tapschema.Column
Set column_name Attribute.
setColumns(List<Column>) - Method in class org.ivoa.dm.tapschema.Table
Defines whole columns composition.
setColumns(List<FKColumn>) - Method in class org.ivoa.dm.tapschema.ForeignKey
Defines whole columns composition.
setDatatype(TAPType) - Method in class org.ivoa.dm.tapschema.Column
Set datatype Attribute.
setDescription(String) - Method in class org.ivoa.dm.tapschema.Column
Set description Attribute.
setDescription(String) - Method in class org.ivoa.dm.tapschema.ForeignKey
Set description Attribute.
setDescription(String) - Method in class org.ivoa.dm.tapschema.Schema
Set description Attribute.
setDescription(String) - Method in class org.ivoa.dm.tapschema.Table
Set description Attribute.
setFkeys(List<ForeignKey>) - Method in class org.ivoa.dm.tapschema.Table
Defines whole fkeys composition.
setFrom_column(Column) - Method in class org.ivoa.dm.tapschema.FKColumn
Defines from_column Reference
setIndexed(Boolean) - Method in class org.ivoa.dm.tapschema.Column
Set indexed Attribute.
setKey_id(String) - Method in class org.ivoa.dm.tapschema.ForeignKey
Set key_id Attribute.
setPrincipal(Boolean) - Method in class org.ivoa.dm.tapschema.Column
Set principal Attribute.
setSchema_index(Integer) - Method in class org.ivoa.dm.tapschema.Schema
Set schema_index Attribute.
setSchema_name(String) - Method in class org.ivoa.dm.tapschema.Schema
Set schema_name Attribute.
setStd(Boolean) - Method in class org.ivoa.dm.tapschema.Column
Set std Attribute.
setTable_index(Integer) - Method in class org.ivoa.dm.tapschema.Table
Set table_index Attribute.
setTable_name(String) - Method in class org.ivoa.dm.tapschema.Table
Set table_name Attribute.
setTable_type(TableType) - Method in class org.ivoa.dm.tapschema.Table
Set table_type Attribute.
setTables(List<Table>) - Method in class org.ivoa.dm.tapschema.Schema
Defines whole tables composition.
setTarget_column(Column) - Method in class org.ivoa.dm.tapschema.FKColumn
Defines target_column Reference
setTarget_table(Table) - Method in class org.ivoa.dm.tapschema.ForeignKey
Defines target_table Reference
setUcd(String) - Method in class org.ivoa.dm.tapschema.Column
Set ucd Attribute.
setUnit(String) - Method in class org.ivoa.dm.tapschema.Column
Set unit Attribute.
setUtype(String) - Method in class org.ivoa.dm.tapschema.Column
Set utype Attribute.
setUtype(String) - Method in class org.ivoa.dm.tapschema.ForeignKey
Set utype Attribute.
setUtype(String) - Method in class org.ivoa.dm.tapschema.Schema
Set utype Attribute.
setUtype(String) - Method in class org.ivoa.dm.tapschema.Table
Set utype Attribute.
setXmlId(String) - Method in class org.ivoa.dm.tapschema.Column
 
setXmlId(String) - Method in class org.ivoa.dm.tapschema.Table
 
setXtype(String) - Method in class org.ivoa.dm.tapschema.Column
Set xtype Attribute.
SMALLINT - Enum constant in enum class org.ivoa.dm.tapschema.TAPType
Value SMALLINT :
std - Variable in class org.ivoa.dm.tapschema.Column.ColumnBuilder
is the column defined by a standard.
std - Variable in class org.ivoa.dm.tapschema.Column
is the column defined by a standard.

T

Table - Class in org.ivoa.dm.tapschema
The table.
Table() - Constructor for class org.ivoa.dm.tapschema.Table
Creates a new table
Table(String, TableType, String, String, Integer, List<Column>, List<ForeignKey>) - Constructor for class org.ivoa.dm.tapschema.Table
full parameter constructor.
Table(Table) - Constructor for class org.ivoa.dm.tapschema.Table
Copy Constructor.
TABLE - Enum constant in enum class org.ivoa.dm.tapschema.TableType
Value table :
table_index - Variable in class org.ivoa.dm.tapschema.Table
used to recommend table ordering for clients.
table_index - Variable in class org.ivoa.dm.tapschema.Table.TableBuilder
used to recommend table ordering for clients.
table_name - Variable in class org.ivoa.dm.tapschema.Column
additional key to parent of composition.
table_name - Variable in class org.ivoa.dm.tapschema.Table
name of the table.
table_name - Variable in class org.ivoa.dm.tapschema.Table.TableBuilder
name of the table.
table_type - Variable in class org.ivoa.dm.tapschema.Table
the type of table.
table_type - Variable in class org.ivoa.dm.tapschema.Table.TableBuilder
the type of table.
Table.TableBuilder - Class in org.ivoa.dm.tapschema
A builder class for table, mainly for use in the functional builder pattern.
TableBuilder() - Constructor for class org.ivoa.dm.tapschema.Table.TableBuilder
 
tables - Variable in class org.ivoa.dm.tapschema.Schema.SchemaBuilder
the tables.
tables - Variable in class org.ivoa.dm.tapschema.Schema
the tables.
TableType - Enum Class in org.ivoa.dm.tapschema
types of table.
TAPSchema() - Static method in class org.ivoa.dm.tapschema.TapschemaModel
the TAP schema for the model.
TapschemaModel - Class in org.ivoa.dm.tapschema
The container class for the tapschema Model.
TapschemaModel() - Constructor for class org.ivoa.dm.tapschema.TapschemaModel
default constructor.
TapschemaModel.References - Class in org.ivoa.dm.tapschema
A container class for the references in the model.
TAPType - Enum Class in org.ivoa.dm.tapschema
Allowable types for TAP columns.
target_column - Variable in class org.ivoa.dm.tapschema.FKColumn.FKColumnBuilder
.
target_column - Variable in class org.ivoa.dm.tapschema.FKColumn
ReferenceObject target_column : .
target_table - Variable in class org.ivoa.dm.tapschema.ForeignKey.ForeignKeyBuilder
.
target_table - Variable in class org.ivoa.dm.tapschema.ForeignKey
ReferenceObject target_table : .
TIMESTAMP - Enum constant in enum class org.ivoa.dm.tapschema.TAPType
Value TIMESTAMP :
toString() - Method in enum class org.ivoa.dm.tapschema.TableType
Return the string representation of this enum constant (value)
toString() - Method in enum class org.ivoa.dm.tapschema.TAPType
Return the string representation of this enum constant (value)

U

ucd - Variable in class org.ivoa.dm.tapschema.Column.ColumnBuilder
.
ucd - Variable in class org.ivoa.dm.tapschema.Column
.
unit - Variable in class org.ivoa.dm.tapschema.Column.ColumnBuilder
.
unit - Variable in class org.ivoa.dm.tapschema.Column
.
updateClonedReferences() - Method in class org.ivoa.dm.tapschema.FKColumn
updates any cloned references that are contained within the hierarchy.
updateClonedReferences() - Method in class org.ivoa.dm.tapschema.ForeignKey
updates any cloned references that are contained within the hierarchy.
updateClonedReferences() - Method in class org.ivoa.dm.tapschema.Schema
updates any cloned references that are contained within the hierarchy.
updateClonedReferences() - Method in class org.ivoa.dm.tapschema.Table
updates any cloned references that are contained within the hierarchy.
updateUsing(Column) - Method in class org.ivoa.dm.tapschema.Column
Update this object with the content of the given object.
updateUsing(FKColumn) - Method in class org.ivoa.dm.tapschema.FKColumn
Update this object with the content of the given object.
updateUsing(ForeignKey) - Method in class org.ivoa.dm.tapschema.ForeignKey
Update this object with the content of the given object.
updateUsing(Schema) - Method in class org.ivoa.dm.tapschema.Schema
Update this object with the content of the given object.
updateUsing(Table) - Method in class org.ivoa.dm.tapschema.Table
Update this object with the content of the given object.
utype - Variable in class org.ivoa.dm.tapschema.Column.ColumnBuilder
.
utype - Variable in class org.ivoa.dm.tapschema.Column
.
utype - Variable in class org.ivoa.dm.tapschema.ForeignKey.ForeignKeyBuilder
utype.
utype - Variable in class org.ivoa.dm.tapschema.ForeignKey
utype.
utype - Variable in class org.ivoa.dm.tapschema.Schema.SchemaBuilder
utype.
utype - Variable in class org.ivoa.dm.tapschema.Schema
utype.
utype - Variable in class org.ivoa.dm.tapschema.Table.TableBuilder
utype.
utype - Variable in class org.ivoa.dm.tapschema.Table
utype.

V

value() - Method in enum class org.ivoa.dm.tapschema.TableType
Return the string representation of this enum constant (value)
value() - Method in enum class org.ivoa.dm.tapschema.TAPType
Return the string representation of this enum constant (value)
valueOf(String) - Static method in enum class org.ivoa.dm.tapschema.TableType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.ivoa.dm.tapschema.TAPType
Returns the enum constant of this class with the specified name.
values() - Static method in enum class org.ivoa.dm.tapschema.TableType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.ivoa.dm.tapschema.TAPType
Returns an array containing the constants of this enum class, in the order they are declared.
VARBINARY - Enum constant in enum class org.ivoa.dm.tapschema.TAPType
Value VARBINARY :
VARCHAR - Enum constant in enum class org.ivoa.dm.tapschema.TAPType
Value VARCHAR :
VIEW - Enum constant in enum class org.ivoa.dm.tapschema.TableType
Value view :

W

withArraysize(String) - Method in class org.ivoa.dm.tapschema.Column
fluent setter for arraysize Attribute.
withColumn_index(Integer) - Method in class org.ivoa.dm.tapschema.Column
fluent setter for column_index Attribute.
withColumn_name(String) - Method in class org.ivoa.dm.tapschema.Column
fluent setter for column_name Attribute.
withDatatype(TAPType) - Method in class org.ivoa.dm.tapschema.Column
fluent setter for datatype Attribute.
withDescription(String) - Method in class org.ivoa.dm.tapschema.Column
fluent setter for description Attribute.
withDescription(String) - Method in class org.ivoa.dm.tapschema.ForeignKey
fluent setter for description Attribute.
withDescription(String) - Method in class org.ivoa.dm.tapschema.Schema
fluent setter for description Attribute.
withDescription(String) - Method in class org.ivoa.dm.tapschema.Table
fluent setter for description Attribute.
withIndexed(Boolean) - Method in class org.ivoa.dm.tapschema.Column
fluent setter for indexed Attribute.
withKey_id(String) - Method in class org.ivoa.dm.tapschema.ForeignKey
fluent setter for key_id Attribute.
withPrincipal(Boolean) - Method in class org.ivoa.dm.tapschema.Column
fluent setter for principal Attribute.
withSchema_index(Integer) - Method in class org.ivoa.dm.tapschema.Schema
fluent setter for schema_index Attribute.
withSchema_name(String) - Method in class org.ivoa.dm.tapschema.Schema
fluent setter for schema_name Attribute.
withStd(Boolean) - Method in class org.ivoa.dm.tapschema.Column
fluent setter for std Attribute.
withTable_index(Integer) - Method in class org.ivoa.dm.tapschema.Table
fluent setter for table_index Attribute.
withTable_name(String) - Method in class org.ivoa.dm.tapschema.Table
fluent setter for table_name Attribute.
withTable_type(TableType) - Method in class org.ivoa.dm.tapschema.Table
fluent setter for table_type Attribute.
withUcd(String) - Method in class org.ivoa.dm.tapschema.Column
fluent setter for ucd Attribute.
withUnit(String) - Method in class org.ivoa.dm.tapschema.Column
fluent setter for unit Attribute.
withUtype(String) - Method in class org.ivoa.dm.tapschema.Column
fluent setter for utype Attribute.
withUtype(String) - Method in class org.ivoa.dm.tapschema.ForeignKey
fluent setter for utype Attribute.
withUtype(String) - Method in class org.ivoa.dm.tapschema.Schema
fluent setter for utype Attribute.
withUtype(String) - Method in class org.ivoa.dm.tapschema.Table
fluent setter for utype Attribute.
withXtype(String) - Method in class org.ivoa.dm.tapschema.Column
fluent setter for xtype Attribute.

X

xtype - Variable in class org.ivoa.dm.tapschema.Column.ColumnBuilder
.
xtype - Variable in class org.ivoa.dm.tapschema.Column
.

_

_id - Variable in class org.ivoa.dm.tapschema.FKColumn
inserted database key
A B C D F G H I J K M N O P R S T U V W X _ 
All Classes and Interfaces|All Packages