Class DBPrimaryKey
java.lang.Object
org.eobjects.metamodel.doc.jdbc.DBPrimaryKey
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
addColumnName
(String columnName) getName()
void
setCatalog
(String catalog) void
void
void
setTableName
(String tableName)
-
Constructor Details
-
DBPrimaryKey
public DBPrimaryKey()
-
-
Method Details
-
getName
- Returns:
- the name.
-
setName
- Parameters:
name
- the name to set.
-
getCatalog
- Returns:
- the catalog.
-
setCatalog
- Parameters:
catalog
- the catalog to set.
-
getSchema
- Returns:
- the schema.
-
setSchema
- Parameters:
schema
- the schema to set.
-
getTableName
- Returns:
- the tableName.
-
setTableName
- Parameters:
tableName
- the tableName to set.
-
getColumnNames
-
addColumnName
- Parameters:
columnName
- the columnName to add.
-