| Package | Description | 
|---|---|
| tools.gsf.facade.sql | 
| Modifier and Type | Method and Description | 
|---|---|
static Row | 
SqlHelper.selectSingle(COM.FutureTense.Interfaces.ICS ics,
            com.fatwire.cs.core.db.PreparedStmt stmt,
            com.fatwire.cs.core.db.StatementParam param)
Executes a PreparedStatement, returning a single row 
 | 
static Row | 
SqlHelper.selectSingle(COM.FutureTense.Interfaces.ICS ics,
            String table,
            String sql)
Executes an ICS.SQL operation, returning a single Row, or null if no
 result was returned by ICS.SQL. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Iterator<Row> | 
IListIterable.iterator()  | 
Copyright © 2016–2017. All rights reserved.