Uses of Class
com.fatwire.gst.foundation.facade.sql.IListIterable

Packages that use IListIterable
com.fatwire.gst.foundation.facade.sql   
 

Uses of IListIterable in com.fatwire.gst.foundation.facade.sql
 

Methods in com.fatwire.gst.foundation.facade.sql that return IListIterable
static IListIterable TreeHelper.findNode(COM.FutureTense.Interfaces.ICS ics, String tree, com.fatwire.assetapi.data.AssetId assetId)
           
static IListIterable TreeHelper.findNode(COM.FutureTense.Interfaces.ICS ics, String tree, String otype, long oid)
           
static IListIterable TreeHelper.findNode(COM.FutureTense.Interfaces.ICS ics, String tree, String otype, String oid)
           
static IListIterable TreeHelper.findParents(COM.FutureTense.Interfaces.ICS ics, String tree, String nid)
           
static IListIterable SqlHelper.select(COM.FutureTense.Interfaces.ICS ics, com.fatwire.cs.core.db.PreparedStmt stmt, com.fatwire.cs.core.db.StatementParam param)
          Executes a PreparedStatement
static IListIterable SqlHelper.select(COM.FutureTense.Interfaces.ICS ics, String table, String sql)
          facade over ICS.SQL

limit =-1;

bCache=true;

clears errno before ics.SQL

no IList registered in ics variable space

static IListIterable SqlHelper.select(COM.FutureTense.Interfaces.ICS ics, String table, String sql, int limit)
          Executes an ICS.SQL operation with a limit.
static IListIterable SqlHelper.selectSimplePrepared(COM.FutureTense.Interfaces.ICS ics, String table, String sql, Object... value)
          Executes a PreparedStatement in a simple form.
 



Copyright © 2010-2013 Oracle Corporation. All Rights Reserved.