Package | Description |
---|---|
tools.gsf.facade.sql |
Modifier and Type | Method and Description |
---|---|
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
|
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–2017. All rights reserved.