Uses of Class
org.axiondb.BindVariable

Packages that use BindVariable
org.axiondb.engine.rowiterators RowIterator implementations. 
org.axiondb.parser SQL parser interface and implementation classes. 
 

Uses of BindVariable in org.axiondb.engine.rowiterators
 

Constructors in org.axiondb.engine.rowiterators with parameters of type BindVariable
RebindableIndexedRowIterator(Index index, Table table, Function fn, BindVariable bvar)
           
 

Uses of BindVariable in org.axiondb.parser
 

Methods in org.axiondb.parser that return BindVariable
 BindVariable AxionSqlParser.SqlBindVar()