com.agimatec.sql.meta
Class A_IntegrityRuleDescription

java.lang.Object
  extended by 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

Field Summary
protected  String tableName
           
protected  String tableSpace
           
 
Constructor Summary
A_IntegrityRuleDescription()
           
 
Method Summary
abstract  String getColumn(int i)
           
abstract  int getColumnSize()
           
 String getTableName()
           
 String getTableSpace()
           
 void setTableName(String aTableName)
           
 void setTableSpace(String aTableSpace)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

tableName

protected String tableName

tableSpace

protected String tableSpace
Constructor Detail

A_IntegrityRuleDescription

public A_IntegrityRuleDescription()
Method Detail

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.