Class Finder
Namespace: System.Data.SqlMap
Inheritance: TComponent »
Properties
 NameTypeDescription
R DbConnection TDbConnection database connection.
R SqlMapManager TSqlMapManager sqlmap manager.
Events
Methods
 NameDescription
  addParsedObject Processes an object that is created during parsing template. (inherited from TComponent)
  attachEventHandler Attaches an event handler to an event. (inherited from TComponent)
  canGetProperty Determines whether a property can be read. (inherited from TComponent)
  canSetProperty Determines whether a property can be set. (inherited from TComponent)
  createdOnTemplate This method is invoked after the component is instantiated by a template. (inherited from TComponent)
  delete Executes a Sql DELETE statement.
  detachEventHandler Detaches an existing event handler. (inherited from TComponent)
  evaluateExpression Evaluates a PHP expression in the context of this control. (inherited from TComponent)
  evaluateStatements Evaluates a list of PHP statements. (inherited from TComponent)
  flushCaches Flushes all cached objects that belong to this SqlMap.
  getEventHandlers Returns the list of attached event handlers for an event. (inherited from TComponent)
  getSubProperty Evaluates a property path. (inherited from TComponent)
  hasEvent Determines whether an event is defined. (inherited from TComponent)
  hasEventHandler whether an event has been attached one or several handlers. (inherited from TComponent)
  hasProperty Determines whether a property is defined. (inherited from TComponent)
  insert Executes a Sql INSERT statement.
  queryForList Executes a Sql SELECT statement that returns data to populate a number of result objects.
  queryForMap Executes the SQL and retuns all rows selected in a map that is keyed on the property named in the keyProperty parameter.
  queryForMapWithRowDelegate Runs a query with a custom object that gets a chance to deal with each row as it is processed.
  queryForObject Executes a Sql SELECT statement that returns that returns data to populate a single object instance.
  queryForPagedList Executes the SQL and retuns a subset of the results in a dynamic TPagedList that can be used to automatically scroll through results from a database table.
  queryForPagedListWithRowDelegate Executes the SQL and retuns a subset of the results in a dynamic TPagedList that can be used to automatically scroll through results from a database table.
  queryWithRowDelegate Runs a query for list with a custom object that gets a chance to deal with each row as it is processed.
  raiseEvent Raises an event. (inherited from TComponent)
  registerTypeHandler .
  setSubProperty Sets a value to a property path. (inherited from TComponent)
  update Executes a Sql UPDATE statement.
Derived classes