Method | Description | |
---|---|---|
__sleep ( ) | ||
createInstanceOfListClass ( $registry ) : ArrayAccess | ||
createInstanceOfResultClass ( $registry, $row ) : mixed | Create a new instance of result class. | |
getCache ( ) : |
||
getCacheModel ( ) : string | ||
getExtends ( ) : string | ||
getID ( ) : string | ||
getListClass ( ) : string | ||
getParameterClass ( ) : string | ||
getParameterMap ( ) : string | ||
getResultClass ( ) : string | ||
getResultMap ( ) : string | ||
getSqlText ( ) : TStaticSql | ||
initialize ( $manager ) | ||
parameterMap ( ) : |
||
resultMap ( ) : |
||
setCache ( $value ) | ||
setCacheModel ( $value ) | ||
setExtends ( $value ) | ||
setID ( $value ) | ||
setInlineParameterMap ( $map ) | ||
setListClass ( $value ) | An \ArrayAccess class can be specified to handle the type of objects in the collection. | |
setParameterClass ( $value ) | If a {@link ParameterMap setParameterMap()} property is not specified, you may specify a ParameterClass instead and use inline parameters. | |
setParameterMap ( $value ) | A Parameter Map defines an ordered list of values that match up with the "?" placeholders of a standard, parameterized query statement. | |
setResultClass ( $value ) | If a {@link ResultMap setResultMap()} is not specified, you may specify a ResultClass instead. The value of the ResultClass property can be the name of a PHP class or primitives like integer, string, or array. The class specified will be automatically mapped to the columns in the result, based on the result metadata. | |
setResultMap ( $value ) | A Result Map lets you control how data is extracted from the result of a query, and how the columns are mapped to object properties. | |
setSqlText ( $value ) |
Method | Description | |
---|---|---|
createInstanceOf ( $registry, $type, $row = null ) : mixed | Create a new instance of a given type. |
protected createInstanceOf ( $registry, $type, $row = null ) : mixed | ||
return | mixed | result object. |
public createInstanceOfListClass ( $registry ) : ArrayAccess | ||
return | ArrayAccess | new instance of list class. |
public createInstanceOfResultClass ( $registry, $row ) : mixed | ||
return | mixed | result object. |
public getCache ( ) : |
||
return | cache implementation instance for this statement. |
public getExtends ( ) : string | ||
return | string | another statement element name. |
public getListClass ( ) : string | ||
return | string | name of a PHP class that implements \ArrayAccess. |
public getParameterClass ( ) : string | ||
return | string | parameter class name. |
public getParameterMap ( ) : string | ||
return | string | name of a parameter map. |
public parameterMap ( ) : |
||
return | the parameter map corresponding to the {@link ParameterMap getParameterMap()} property. |
public resultMap ( ) : |
||
return | the result map corresponding to the {@link ResultMap getResultMap()} property. |
public setListClass ( $value ) |
public setParameterClass ( $value ) |
public setParameterMap ( $value ) |
public setResultClass ( $value ) |
public setResultMap ( $value ) |