Click or drag to resize
SqlGenerator Methods

The SqlGenerator type exposes the following members.

Methods
  NameDescription
Public methodGetPKWhereCondition
Returns the where condition for given primary key (single or list separated by semicolon).
(Inherited from AbstractSqlGenerator.)
Public methodGetSqlQuery
Generates the given type of query for table specified by its className.
(Inherited from AbstractSqlGenerator.)
Public methodGetSystemViewSqlQuery
View name.
(Inherited from AbstractSqlGenerator.)
Top
See Also