com.agimatec.sql.meta
Class A_IntegrityRuleDescription
java.lang.Object
com.agimatec.sql.meta.A_IntegrityRuleDescription
- All Implemented Interfaces:
- Serializable, Cloneable
- Direct Known Subclasses:
- ForeignKeyDescription, IndexDescription
public abstract class A_IntegrityRuleDescription
- extends Object
- implements Serializable, Cloneable
Description: Base class for different kinds of integrity rule descriptions
Copyright: Copyright (c) 2007
Company: Agimatec GmbH
Creation Date: 17.11.2007
- Author:
- Roman Stumm
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
tableName
protected String tableName
tableSpace
protected String tableSpace
A_IntegrityRuleDescription
public A_IntegrityRuleDescription()
getTableName
public String getTableName()
setTableName
public void setTableName(String aTableName)
getTableSpace
public String getTableSpace()
setTableSpace
public void setTableSpace(String aTableSpace)
getColumnSize
public abstract int getColumnSize()
getColumn
public abstract String getColumn(int i)
Copyright © 2008-2012. All Rights Reserved.