Class TSqlMapConfig
TSqlMapConfig module configuration class.
Database connection and TSqlMapManager configuration.
- TComponent
-
TApplicationComponent
-
TModule implements IModule
-
TDataSourceConfig
-
TSqlMapConfig
Package: System\Data\SqlMap
Copyright: Copyright © 2005-2014 PradoSoft
License: http://www.pradosoft.com/license/
Author: Wei Zhuo <weizho[at]gmail[dot]com>
Since: 3.1
Located at Data/SqlMap/TSqlMapConfig.php
Copyright: Copyright © 2005-2014 PradoSoft
License: http://www.pradosoft.com/license/
Author: Wei Zhuo <weizho[at]gmail[dot]com>
Since: 3.1
Located at Data/SqlMap/TSqlMapConfig.php
public
|
|
public
|
#
getSqlMapManager( )
Create and configure the data mapper using sqlmap configuration file. Or if cache is enabled and manager already cached load from cache. If cache is enabled, the data mapper instance is cached. |
protected
boolean
|
|
protected
|
|
public
string
|
|
public
|
|
public
|
|
public
boolean
|
|
protected
|
|
public
|
findConnectionByID(),
getConnectionClass(),
getConnectionID(),
getDatabase(),
getDbConnection(),
init(),
setConnectionClass(),
setConnectionID()
|
getID(),
setID()
|
getApplication(),
getRequest(),
getResponse(),
getService(),
getSession(),
getUser(),
publishAsset(),
publishFilePath()
|
string |
CONFIG_FILE_EXT |
'.xml' |
#
File extension of external configuration file |
GLOBAL_RAISE_EVENT_LISTENER
|