org.eclipse.datatools.modelbase.dbdefinition
Interface SQLSyntaxDefinition

All Known Implementing Classes:
SQLSyntaxDefinitionImpl

public interface SQLSyntaxDefinition

A representation of the model object 'SQL Syntax Definition'.

The following features are supported:

See Also:
DatabaseDefinitionPackage.getSQLSyntaxDefinition()

Method Summary
 EList getKeywords()
          Returns the value of the 'Keywords' attribute list.
 EList getOperators()
          Returns the value of the 'Operators' attribute list.
 

Method Detail

getKeywords

public EList getKeywords()
Returns the value of the 'Keywords' attribute list. The list contents are of type String.

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

Returns:
the value of the 'Keywords' attribute list.
See Also:
DatabaseDefinitionPackage.getSQLSyntaxDefinition_Keywords()

getOperators

public EList getOperators()
Returns the value of the 'Operators' attribute list. The list contents are of type String.

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

Returns:
the value of the 'Operators' attribute list.
See Also:
DatabaseDefinitionPackage.getSQLSyntaxDefinition_Operators()


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