Uses of Interface
org.teiid.connector.language.IInsertValueSource

Packages that use IInsertValueSource
org.teiid.connector.language   
 

Uses of IInsertValueSource in org.teiid.connector.language
 

Subinterfaces of IInsertValueSource in org.teiid.connector.language
 interface IInsertExpressionValueSource
           
 interface IQuery
          Represents a SELECT query in the language objects.
 interface IQueryCommand
           
 interface ISetQuery
           
 

Methods in org.teiid.connector.language that return IInsertValueSource
 IInsertValueSource IInsert.getValueSource()
          Get the IInsertValues
 

Methods in org.teiid.connector.language with parameters of type IInsertValueSource
 IInsert ILanguageFactory.createInsert(IGroup group, java.util.List<IElement> columns, IInsertValueSource valueSource)
          Create new insert command
 void IInsert.setValueSource(IInsertValueSource values)
          Set the IInsertValues
 



Copyright © 2009. All Rights Reserved.