Uses of Class
com.arsdigita.acs.db.SqlStatement

Packages that use SqlStatement
com.arsdigita.acs   
com.arsdigita.acs.bboard   
com.arsdigita.acs.calendar   
com.arsdigita.acs.chat   
com.arsdigita.acs.db   
com.arsdigita.acs.generalcomments   
com.arsdigita.acs.news   
com.arsdigita.acs.portals   
com.arsdigita.acs.search   
com.arsdigita.acs.tags   
com.arsdigita.acs.ug   
 

Uses of SqlStatement in com.arsdigita.acs
 

Constructors in com.arsdigita.acs with parameters of type SqlStatement
Selection(SqlStatement sql, Database db)
          Utility constructor to initialize from a result set created from a SqlStatement and a database handle.
 

Uses of SqlStatement in com.arsdigita.acs.bboard
 

Constructors in com.arsdigita.acs.bboard with parameters of type SqlStatement
MessagesDataSource(SqlStatement sql, Database db)
          Create a new MessagesDataSource out of a SqlStatement.
SingleMessageDataSource(SqlStatement sql, Database db)
           
TopicsDataSource(SqlStatement sql, Database db)
           
 

Uses of SqlStatement in com.arsdigita.acs.calendar
 

Methods in com.arsdigita.acs.calendar with parameters of type SqlStatement
static Integer CalendarProcs.insertItem(Integer item_id, Integer instance_id, String title, SqlStatement startDate, SqlStatement endDate, Integer user_id, Integer group_id, String description, Integer creation_user_id)
          same as insertItem, defaults editable_p to true.
static Integer CalendarProcs.insertItem(Integer item_id, Integer instance_id, String title, SqlStatement startDate, SqlStatement endDate, Integer user_id, Integer group_id, String description, Integer creation_user_id, Boolean editable_p)
          Inserts a new calendar item into the appropriate calendar.
 

Uses of SqlStatement in com.arsdigita.acs.chat
 

Constructors in com.arsdigita.acs.chat with parameters of type SqlStatement
ChatDataSource(SqlStatement sql, Database db, String nRows)
           
 

Uses of SqlStatement in com.arsdigita.acs.db
 

Methods in com.arsdigita.acs.db that return SqlStatement
 SqlStatement SqlStatement.append(String s)
          Adds to the SQL command string for this statement.
 SqlStatement SqlStatement.append(SqlStatement s)
          Allows combining of SQL statements, including their bind variables.
 

Methods in com.arsdigita.acs.db with parameters of type SqlStatement
 SqlStatement SqlStatement.append(SqlStatement s)
          Allows combining of SQL statements, including their bind variables.
 ResultSet Database.query(SqlStatement sql)
          Returns the result of a query.
 int Database.dml(SqlStatement sql)
          Executes a DML statement (insert, update, delete).
 Object Database.plsql(SqlStatement stmt)
          Alternate form; calls plsql(stmt.getSql(), stmt.getBindValues()).
 Object Database.plsql(SqlStatement stmt, int outType)
          Alternate form; calls plsql(stmt.getSql(), stmt.getBindValues(), outType).
 int Database.clobDml(SqlStatement sqlst, String s)
          Utility function for a large string literal to a CLOB field
 int Database.blobDmlFile(SqlStatement sql, File f)
          Utility function for writing a file to a BLOB in the database.
 String Database.queryToString(SqlStatement st)
          Returns a string result from a single-row, single-column SQL query.
 String Database.queryToString(SqlStatement st, String defaultValue)
          Returns a string result from a single-row, single-column SQL query.
 Vector Database.queryToList(SqlStatement stmt)
          Returns a list of Strings resulting from a single-column SQL query.
 

Uses of SqlStatement in com.arsdigita.acs.generalcomments
 

Constructors in com.arsdigita.acs.generalcomments with parameters of type SqlStatement
GeneralCommentsDataSource(SqlStatement sql, Database db)
           
 

Uses of SqlStatement in com.arsdigita.acs.news
 

Constructors in com.arsdigita.acs.news with parameters of type SqlStatement
NewsDataSource(SqlStatement sql, Database db)
           
 

Uses of SqlStatement in com.arsdigita.acs.portals
 

Constructors in com.arsdigita.acs.portals with parameters of type SqlStatement
PortalsDataSource(SqlStatement sql, Database db)
           
 

Uses of SqlStatement in com.arsdigita.acs.search
 

Constructors in com.arsdigita.acs.search with parameters of type SqlStatement
SearchDataSource(SqlStatement sql, Database db, int nRows)
           
 

Uses of SqlStatement in com.arsdigita.acs.tags
 

Fields in com.arsdigita.acs.tags declared as SqlStatement
protected  SqlStatement SqlTag.sql
           
 

Uses of SqlStatement in com.arsdigita.acs.ug
 

Constructors in com.arsdigita.acs.ug with parameters of type SqlStatement
GroupDataSource(SqlStatement s, Database db)
           
GroupTypeDataSource(SqlStatement s, Database db)
           
MemberField(SqlStatement sql, Database db)
           
GroupField(SqlStatement sql, Database db)