OpenAPI 1.0

com.aquafold.openapi.rdbms.schema
Interface AQForeignKeyRefColumn

All Superinterfaces:
AQSchemaObject, AQServerObject

public interface AQForeignKeyRefColumn
extends AQSchemaObject

This interface represents a foreign key referenced column.


Method Summary
 String getTableName()
          To get the name of the table that this column belongs to.
 
Methods inherited from interface com.aquafold.openapi.rdbms.AQSchemaObject
getDatabaseName, getSchemaName
 
Methods inherited from interface com.aquafold.openapi.rdbms.AQServerObject
getIcon, getName, getServerConnection, getTypeName, scriptCREATE, scriptCREATE, scriptDROP
 

Method Detail

getTableName

String getTableName()
To get the name of the table that this column belongs to.

Returns:
The name of the table.

OpenAPI 1.0


Copyright © 2010 AquaFold, Inc. All Rights Reserved. Use is subject to license terms.