[System.Data.SqlMap.Configuration] element index

Package indexes

All elements
a c f g i l n p r s t y _
_
top
__construct
TSqlMapXmlConfiguration::__construct() in TSqlMapXmlConfiguration.php
__construct
TSqlMapXmlMappingConfiguration::__construct() in TSqlMapXmlConfiguration.php
__construct
TSqlMapCacheKey::__construct() in TSqlMapCacheModel.php
__construct
TResultProperty::__construct() in TResultProperty.php
Gets the containing result map ID.
__construct
TResultMap::__construct() in TResultMap.php
Initialize the columns collection.
__construct
TParameterMap::__construct() in TParameterMap.php
Initialize the properties and property map collections.
a
top
addProperty
TParameterMap::addProperty() in TParameterMap.php
addResultProperty
Add a TResultProperty to result mapping.
addSubMap
TDiscriminator::addSubMap() in TDiscriminator.php
applyInlineParameterMap
Extract inline parameter maps.
attachCacheModels
TSqlMapXmlConfiguration::attachCacheModels() in TSqlMapXmlConfiguration.php
Set the cache for each statement having a cache model property.
Basic
TSqlMapCacheTypes::Basic in TSqlMapCacheModel.php
PARAMETER_TOKEN_REGEXP
PARAMETER_TOKEN_REGEXP
TInlineParameterMapParser::PARAMETER_TOKEN_REGEXP in TInlineParameterMapParser.php
Regular expression for parsing inline parameter maps.
c
top
configure
TSqlMapXmlMappingConfiguration::configure() in TSqlMapXmlConfiguration.php
Configure an XML mapping.
configure
TSqlMapXmlConfiguration::configure() in TSqlMapXmlConfiguration.php
Configure the TSqlMapManager using the given xml file.
createInsertStatement
Create new insert statement from xml node.
createInstanceOf
TSqlMapStatement::createInstanceOf() in TSqlMapStatement.php
Create a new instance of a given type.
createInstanceOfListClass
createInstanceOfResult
Create a new instance of the class of this result map.
createInstanceOfResultClass
Create a new instance of result class.
createObjectFromNode
Create an instance of an object give by the attribute named 'class' in the node and set the properties on the object given by attribute names and values.
createParameterMap
Create a new parameter map from xml node.
createResultMap
Create a new result map and its associated result properties, disciminiator and sub maps.
createTypeHandler
Create type handler from Type or TypeHandler.
createTypeHandler
Create type handler from Type or TypeHandler.
f
top
flush
TSqlMapCacheModel::flush() in TSqlMapCacheModel.php
Clears the cache.
g
top
generateKey
TSqlMapCacheKey::generateKey() in TSqlMapCacheModel.php
get
TSqlMapCacheModel::get() in TSqlMapCacheModel.php
getAbsoluteFilePath
TSqlMapXmlConfigBuilder::getAbsoluteFilePath() in TSqlMapXmlConfiguration.php
Gets the filename relative to the basefile.
getCache
TSqlMapStatement::getCache() in TSqlMapStatement.php
getCacheModel
TSqlMapStatement::getCacheModel() in TSqlMapStatement.php
getClass
TResultMap::getClass() in TResultMap.php
getColumn
TResultProperty::getColumn() in TResultProperty.php
getColumn
TParameterProperty::getColumn() in TParameterProperty.php
getColumn
TDiscriminator::getColumn() in TDiscriminator.php
getColumnIndex
TDiscriminator::getColumnIndex() in TDiscriminator.php
getColumnIndex
TResultProperty::getColumnIndex() in TResultProperty.php
getColumns
TResultMap::getColumns() in TResultMap.php
getConfigFile
TSqlMapXmlConfiguration::getConfigFile() in TSqlMapXmlConfiguration.php
getConfigFile
getConfigFile
TSqlMapXmlConfigBuilder::getConfigFile() in TSqlMapXmlConfiguration.php
getDbType
TParameterProperty::getDbType() in TParameterProperty.php
getDiscriminator
getElementByIdValue
TSqlMapXmlConfigBuilder::getElementByIdValue() in TSqlMapXmlConfiguration.php
Get element node by ID value (try for attribute name ID as case insensitive).
getExtends
TResultMap::getExtends() in TResultMap.php
getExtends
TSqlMapStatement::getExtends() in TSqlMapStatement.php
getExtends
TParameterMap::getExtends() in TParameterMap.php
getGroupBy
TResultMap::getGroupBy() in TResultMap.php
getHash
TSqlMapCacheKey::getHash() in TSqlMapCacheModel.php
getHitRatio
TSqlMapCacheModel::getHitRatio() in TSqlMapCacheModel.php
getID
TSqlMapStatement::getID() in TSqlMapStatement.php
getID
TParameterMap::getID() in TParameterMap.php
getID
TResultMap::getID() in TResultMap.php
getID
TSqlMapCacheModel::getID() in TSqlMapCacheModel.php
getImplementation
getImplementationClass
getIsAfter
TSqlMapSelectKey::getIsAfter() in TSqlMapStatement.php
getLazyLoad
TResultProperty::getLazyLoad() in TResultProperty.php
getListClass
TSqlMapStatement::getListClass() in TSqlMapStatement.php
getManager
TSqlMapXmlConfiguration::getManager() in TSqlMapXmlConfiguration.php
getMapping
TDiscriminator::getMapping() in TDiscriminator.php
getNestedResultMap
getNullValue
TDiscriminator::getNullValue() in TDiscriminator.php
getNullValue
TResultProperty::getNullValue() in TResultProperty.php
getNullValue
TParameterProperty::getNullValue() in TParameterProperty.php
getObjectValue
TParameterMap::getObjectValue() in TParameterMap.php
getParameterClass
getParameterMap
TSqlMapStatement::getParameterMap() in TSqlMapStatement.php
getProperties
TParameterMap::getProperties() in TParameterMap.php
getProperty
TSqlMapSelectKey::getProperty() in TSqlMapStatement.php
getProperty
TResultProperty::getProperty() in TResultProperty.php
getProperty
TParameterMap::getProperty() in TParameterMap.php
getProperty
TParameterProperty::getProperty() in TParameterProperty.php
getPropertyNames
getPropertyValue
Gets the value for the current property, converts to applicable type if necessary.
getPropertyValue
Get the value of a property from the the parameter object.
getPropertyValueType
Determines if the type is an instance of ArrayAccess, TList or an array.
getResultClass
TSqlMapStatement::getResultClass() in TSqlMapStatement.php
getResultMap
TSqlMapStatement::getResultMap() in TSqlMapStatement.php
getResultMapping
getResultMapping
TSubMap::getResultMapping() in TDiscriminator.php
The result map to use when the Value matches the discriminator column value.
getSelect
TResultProperty::getSelect() in TResultProperty.php
getSelectKey
TSqlMapInsert::getSelectKey() in TSqlMapStatement.php
getSqlText
TSqlMapStatement::getSqlText() in TSqlMapStatement.php
getSubMap
TDiscriminator::getSubMap() in TDiscriminator.php
getType
TResultProperty::getType() in TResultProperty.php
getType
TParameterProperty::getType() in TParameterProperty.php
getType
TSqlMapSelectKey::getType() in TSqlMapStatement.php
getType
TDiscriminator::getType() in TDiscriminator.php
getTypedValue
TResultProperty::getTypedValue() in TResultProperty.php
getTypeHandler
TResultProperty::getTypeHandler() in TResultProperty.php
getTypeHandler
TParameterProperty::getTypeHandler() in TParameterProperty.php
getTypeHandler
TDiscriminator::getTypeHandler() in TDiscriminator.php
getValue
TSubMap::getValue() in TDiscriminator.php
i
top
FIFO
TSqlMapCacheTypes::FIFO in TSqlMapCacheModel.php
initialize
TDiscriminator::initialize() in TDiscriminator.php
Set the result maps for particular sub-mapping values.
initialize
TSqlMapCacheModel::initialize() in TSqlMapCacheModel.php
Initialize the cache implementation, sets the actual cache contain if supplied.
initialize
TSqlMapStatement::initialize() in TSqlMapStatement.php
initMapping
TDiscriminator::initMapping() in TDiscriminator.php
Copies the discriminator properties to a new TResultProperty.
insertProperty
TParameterMap::insertProperty() in TParameterMap.php
instanceOfArrayType
Returns true if the result property Type is of ArrayAccess
instanceOfListType
Returns true if the result property Type is of TList type or that the actual result object is an instance of TList.
LIST_TYPE
TResultProperty::LIST_TYPE in TResultProperty.php
l
top
loadCacheModel
Load cache models from xml mapping.
loadDatabaseConnection
Load the database connection tag.
loadDeleteTag
Load delete statement from xml mapping.
loadFlushOnCache
Load the flush on cache properties.
loadGlobalProperty
TSqlMapXmlConfiguration::loadGlobalProperty() in TSqlMapXmlConfiguration.php
Load global replacement property.
loadInsertTag
Load insert statement from xml mapping.
loadParameterMap
Load parameter map from xml.
loadProcedureTag
Load procedure statement from xml mapping.
loadResultMap
Load the result maps.
loadSelectKeyTag
Load the selectKey statement from xml mapping.
loadSelectTag
Load select statement from xml mapping.
loadSqlMappingFiles
TSqlMapXmlConfiguration::loadSqlMappingFiles() in TSqlMapXmlConfiguration.php
Load SqlMap mapping configuration.
loadStatementTag
Load statement mapping from xml configuration file.
loadTypeHandler
TSqlMapXmlConfiguration::loadTypeHandler() in TSqlMapXmlConfiguration.php
Load the type handler configurations.
loadUpdateTag
Load update statement from xml mapping.
loadXmlDocument
TSqlMapXmlConfigBuilder::loadXmlDocument() in TSqlMapXmlConfiguration.php
Load document using simple xml.
n
top
nullifyDefaultValue
When the actual value matches the NullValue, set the current value to null.
p
top
parameterMap
TSqlMapStatement::parameterMap() in TSqlMapStatement.php
parse
TInlineParameterMapParser::parse() in TInlineParameterMapParser.php
Parse the sql text for inline parameters.
parse
TSimpleDynamicParser::parse() in TSimpleDynamicParser.php
Parse the sql text for dynamic place holders of the form $name$.
parseMapping
TInlineParameterMapParser::parseMapping() in TInlineParameterMapParser.php
Parse inline parameter with syntax as
prepareSql
TSqlMapXmlMappingConfiguration::prepareSql() in TSqlMapXmlConfiguration.php
Prepare the sql text (may extend to dynamic sql).
processSqlStatement
Load extended SQL statements if application. Replaces global properties in the sql text. Extracts inline parameter maps.
r
top
ARRAY_TYPE
TResultProperty::ARRAY_TYPE in TResultProperty.php
LRU
TSqlMapCacheTypes::LRU in TSqlMapCacheModel.php
registerCacheTriggers
Attach CacheModel to statement and register trigger statements for cache models
registerTriggerStatement
Register a mapped statement that will trigger a cache flush.
replaceProperties
TSqlMapXmlConfiguration::replaceProperties() in TSqlMapXmlConfiguration.php
Replace the place holders ${name} in text with properties the corresponding global property value.
resolveResultMapping
Resolve nest result mappings.
resolveSubMap
TResultMap::resolveSubMap() in TResultMap.php
Result sub-mappings using the discriminiator column.
resultMap
TSqlMapStatement::resultMap() in TSqlMapStatement.php
s
top
set
TSqlMapCacheModel::set() in TSqlMapCacheModel.php
setCache
TSqlMapStatement::setCache() in TSqlMapStatement.php
setCacheModel
TSqlMapStatement::setCacheModel() in TSqlMapStatement.php
setClass
TResultMap::setClass() in TResultMap.php
setColumn
TParameterProperty::setColumn() in TParameterProperty.php
setColumn
TDiscriminator::setColumn() in TDiscriminator.php
setColumn
TResultProperty::setColumn() in TResultProperty.php
setColumnIndex
TResultProperty::setColumnIndex() in TResultProperty.php
setColumnIndex
TDiscriminator::setColumnIndex() in TDiscriminator.php
The columnIndex attribute value is the index of the column in the ResultSet from which the value will be used to populate the object property.
setDbType
TParameterProperty::setDbType() in TParameterProperty.php
setDiscriminator
setExtends
TResultMap::setExtends() in TResultMap.php
setExtends
TSqlMapSelectKey::setExtends() in TSqlMapStatement.php
setExtends
TSqlMapStatement::setExtends() in TSqlMapStatement.php
setExtends
TParameterMap::setExtends() in TParameterMap.php
setGroupBy
TResultMap::setGroupBy() in TResultMap.php
setID
TParameterMap::setID() in TParameterMap.php
setID
TResultMap::setID() in TResultMap.php
setID
TSqlMapStatement::setID() in TSqlMapStatement.php
setID
TSqlMapCacheModel::setID() in TSqlMapCacheModel.php
setImplementation
setInlineParameterMap
setLazyLoad
TResultProperty::setLazyLoad() in TResultProperty.php
setListClass
TSqlMapStatement::setListClass() in TSqlMapStatement.php
An ArrayAccess class can be specified to handle the type of objects in the collection.
setNestedResultMap
setNullValue
TResultProperty::setNullValue() in TResultProperty.php
setNullValue
TDiscriminator::setNullValue() in TDiscriminator.php
setNullValue
TParameterProperty::setNullValue() in TParameterProperty.php
The nullValue attribute is used to specify an outgoing null value replacement.
setObjectPropFromNode
For each attributes (excluding attribute named in $except) set the property of the $obj given by the name of the attribute with the value of the attribute.
setParameterClass
If a ParameterMap property is not specified, you may specify a ParameterClass instead and use inline parameters.
setParameterMap
TSqlMapStatement::setParameterMap() in TSqlMapStatement.php
A Parameter Map defines an ordered list of values that match up with the "?" placeholders of a standard, parameterized query statement.
setProperty
TParameterProperty::setProperty() in TParameterProperty.php
setProperty
TResultProperty::setProperty() in TResultProperty.php
setProperty
TSqlMapSelectKey::setProperty() in TSqlMapStatement.php
setResultClass
TSqlMapStatement::setResultClass() in TSqlMapStatement.php
If a ResultMap is not specified, you may specify a
setResultMap
TSqlMapStatement::setResultMap() in TSqlMapStatement.php
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.
setResultMapping
TSubMap::setResultMapping() in TDiscriminator.php
setResultMapping
setSelect
TResultProperty::setSelect() in TResultProperty.php
The select property is used to describe a relationship between objects and to automatically load complex (i.e. user defined) property types.
setSelectKey
TSqlMapInsert::setSelectKey() in TSqlMapStatement.php
setSqlText
TSqlMapStatement::setSqlText() in TSqlMapStatement.php
setType
TParameterProperty::setType() in TParameterProperty.php
setType
TSqlMapSelectKey::setType() in TSqlMapStatement.php
setType
TDiscriminator::setType() in TDiscriminator.php
The type attribute is used to explicitly specify the property type of the parameter to be set. If the attribute type is not set and the framework cannot otherwise determine the type, the type is assumed from the default value of the property.
setType
TResultProperty::setType() in TResultProperty.php
setTypeHandler
TResultProperty::setTypeHandler() in TResultProperty.php
setTypeHandler
TParameterProperty::setTypeHandler() in TParameterProperty.php
setTypeHandler
TDiscriminator::setTypeHandler() in TDiscriminator.php
setValue
TSubMap::setValue() in TDiscriminator.php
t
top
TDiscriminator.php
TDiscriminator.php in TDiscriminator.php
TInlineParameterMapParser.php
TInlineParameterMapParser.php in TInlineParameterMapParser.php
TParameterMap.php
TParameterMap.php in TParameterMap.php
TParameterProperty.php
TParameterProperty.php in TParameterProperty.php
TResultMap.php
TResultMap.php in TResultMap.php
TResultProperty.php
TResultProperty.php in TResultProperty.php
TSimpleDynamicParser.php
TSimpleDynamicParser.php in TSimpleDynamicParser.php
TSqlMapCacheModel.php
TSqlMapCacheModel.php in TSqlMapCacheModel.php
TSqlMapStatement.php
TSqlMapStatement.php in TSqlMapStatement.php
TSqlMapXmlConfiguration.php
TSqlMapXmlConfiguration.php in TSqlMapXmlConfiguration.php
TDiscriminator
TDiscriminator in TDiscriminator.php
The TDiscriminator corresponds to the <discriminator> tag within a <resultMap>.
TInlineParameterMapParser
TInlineParameterMapParser in TInlineParameterMapParser.php
TInlineParameterMapParser class.
TParameterMap
TParameterMap in TParameterMap.php
TParameterMap corresponds to the <parameterMap> element.
TParameterProperty
TParameterProperty in TParameterProperty.php
TParameterProperty corresponds to the <property> tag and defines one object property for the <parameterMap>
TResultMap
TResultMap in TResultMap.php
TResultMap corresponds to <resultMap> mapping tag.
TResultProperty
TResultProperty in TResultProperty.php
TResultProperty corresponds a <property> tags inside a <resultMap> tag.
TSimpleDynamicParser
TSimpleDynamicParser in TSimpleDynamicParser.php
TSimpleDynamicParser finds place holders $name$ in the sql text and replaces it with a TSimpleDynamicParser::DYNAMIC_TOKEN.
TSqlMapCacheKey
TSqlMapCacheKey in TSqlMapCacheModel.php
TSqlMapCacheKey class.
TSqlMapCacheModel
TSqlMapCacheModel in TSqlMapCacheModel.php
TSqlMapCacheModel corresponds to the <cacheModel> sql mapping configuration tag.
TSqlMapCacheTypes
TSqlMapCacheTypes in TSqlMapCacheModel.php
TSqlMapCacheTypes enumerable class.
TSqlMapDelete
TSqlMapDelete in TSqlMapStatement.php
TSqlMapDelete class corresponds to the <delete> element.
TSqlMapInsert
TSqlMapInsert in TSqlMapStatement.php
TSqlMapInsert class corresponds to the <insert> element.
TSqlMapSelectKey
TSqlMapSelectKey in TSqlMapStatement.php
TSqlMapSelect corresponds to the <selectKey> element.
TSqlMapStatement
TSqlMapStatement in TSqlMapStatement.php
TSqlMapStatement class corresponds to <statement> element.
TSqlMapUpdate
TSqlMapUpdate in TSqlMapStatement.php
TSqlMapUpdate class corresponds to <update> element.
TSqlMapXmlConfigBuilder
TSqlMapXmlConfigBuilder in TSqlMapXmlConfiguration.php
TSqlMapXmlConfig class file.
TSqlMapXmlConfiguration
TSqlMapXmlConfiguration in TSqlMapXmlConfiguration.php
TSqlMapXmlConfig class.
TSqlMapXmlMappingConfiguration
TSqlMapXmlMappingConfiguration in TSqlMapXmlConfiguration.php
Loads the statements, result maps, parameters maps from xml configuration.
TSubMap
TSubMap in TDiscriminator.php
TSubMap class defines a submapping value and the corresponding <resultMap>
y
top
DYNAMIC_TOKEN
TSimpleDynamicParser::DYNAMIC_TOKEN in TSimpleDynamicParser.php
a c f g i l n p r s t y _