org.eclipse.datatools.modelbase.dbdefinition
Interface ViewDefinition

All Known Implementing Classes:
ViewDefinitionImpl

public interface ViewDefinition

A representation of the model object 'View Definition'.

The following features are supported:

See Also:
DatabaseDefinitionPackage.getViewDefinition()

Method Summary
 int getMaximumIdentifierLength()
          Returns the value of the 'Maximum Identifier Length' attribute.
 boolean isIndexSupported()
          Returns the value of the 'Index Supported' attribute.
 void setIndexSupported(boolean value)
          Sets the value of the 'Index Supported' attribute.
 void setMaximumIdentifierLength(int value)
          Sets the value of the 'Maximum Identifier Length' attribute.
 

Method Detail

getMaximumIdentifierLength

int getMaximumIdentifierLength()
Returns the value of the 'Maximum Identifier Length' attribute.

If the meaning of the 'Maximum Identifier Length' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Maximum Identifier Length' attribute.
See Also:
setMaximumIdentifierLength(int), DatabaseDefinitionPackage.getViewDefinition_MaximumIdentifierLength()

setMaximumIdentifierLength

void setMaximumIdentifierLength(int value)
Sets the value of the 'Maximum Identifier Length' attribute.

Parameters:
value - the new value of the 'Maximum Identifier Length' attribute.
See Also:
getMaximumIdentifierLength()

isIndexSupported

boolean isIndexSupported()
Returns the value of the 'Index Supported' attribute.

If the meaning of the 'Index Supported' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Index Supported' attribute.
See Also:
setIndexSupported(boolean), DatabaseDefinitionPackage.getViewDefinition_IndexSupported()

setIndexSupported

void setIndexSupported(boolean value)
Sets the value of the 'Index Supported' attribute.

Parameters:
value - the new value of the 'Index Supported' attribute.
See Also:
isIndexSupported()


Copyright © 2006 -- 2008 Actuate, IBM Corporation, Sybase, Inc. and others. All rights reserved.