Packagestimulsoft.report.dictionary.databases
Classpublic class StiJsonDatabase
InheritanceStiJsonDatabase Inheritance StiDatabase Inheritance StiService Inheritance StiObject Inheritance Object



Public Properties
 PropertyDefined By
 Inheritedalias : String
Gets or sets an alias of the database.
StiDatabase
 InheriteddataSet : DataSet = null
StiDatabase
 InheriteddataSources : StiDataSourcesCollection
Коллекция всех источников данных этого подключения.
StiDatabase
 InheriteddataSourcesCache : Array
StiDatabase
 Inheriteddictionary : StiDictionary = null
StiDatabase
 Inheritedinherited : Boolean
StiDatabase
 InheritedloadData : Boolean = true
StiDatabase
 Inheritedname : String
Gets or sets a name of the database.
StiDatabase
  pathData : String
Gets or sets a path to the xml data.
StiJsonDatabase
 Inheritedproperties : StiRepositoryItems
StiService
 Inheritedref : int
StiDatabase
 InheritedserviceCategory : String
[read-only] Gets a service category.
StiService
 InheritedserviceInfo : String
[read-only] Gets a service description.
StiService
  serviceName : String
[override] [read-only] Gets a service name.
StiJsonDatabase
 InheritedserviceType : Class
[read-only] Gets a service type.
StiService
Protected Properties
 PropertyDefined By
  dataAdapterType : Class
[override] [read-only]
StiJsonDatabase
Public Methods
 MethodDefined By
  
StiJsonDatabase(name:String, pathData:String)
StiJsonDatabase
 Inherited
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
StiDatabase
 Inherited
clone(... args):Object
[override] Creates a new object that is a copy of the current instance.
StiService
 Inherited
createDataSet(dataSources:Array):DataSet
Создание нового DataSet с таблицами данных на основе указанного списка источников данных
StiDatabase
 Inherited
Создание списка источников данных текущего подключения для их последующей загрузки
StiDatabase
 Inherited
dispatchEvent(event:Event):Boolean
StiDatabase
 Inherited
equals(object:Object):Boolean
StiObject
 Inherited
StiDatabase
 Inherited
Get a short object type name (without library path).
StiObject
 Inherited
getType():Class
StiObject
 Inherited
getTypeName():String
StiObject
 Inherited
hasEventListener(type:String):Boolean
StiDatabase
 Inherited
isSimple(object:*):Boolean
[static]
StiObject
  
[override]
StiJsonDatabase
 Inherited
StiService
  
regData(dictionary:StiDictionary, loadData:Boolean):void
[override]
StiJsonDatabase
 Inherited
removeEventListener(type:String, listener:Function, useCapture:Boolean = false):void
StiDatabase
  
retrieveColumns(nameInSource:String):Array
[override] Возвращает массив сохранённых колонок по имени источника данных
StiJsonDatabase
  
synhronize(dictionary:StiDictionary, forceSynhronize:Boolean = false):void
StiJsonDatabase
 Inherited
toString():String
StiDatabase
Protected Methods
 MethodDefined By
 Inherited
Событие завершения получения таблиц и колонок базы данных
StiDatabase
  
parsePath(path:String):String
StiJsonDatabase
Property Detail
dataAdapterTypeproperty
dataAdapterType:Class  [read-only] [override]


Implementation
    protected function get dataAdapterType():Class
pathDataproperty 
pathData:String

Gets or sets a path to the xml data.


Implementation
    public function get pathData():String
    public function set pathData(value:String):void
serviceNameproperty 
serviceName:String  [read-only] [override]

Gets a service name.


Implementation
    public function get serviceName():String
Constructor Detail
StiJsonDatabase()Constructor
public function StiJsonDatabase(name:String, pathData:String)



Parameters
name:String
 
pathData:String
Method Detail
memberwiseClone()method
override public function memberwiseClone():Object

Returns
Object
parsePath()method 
protected function parsePath(path:String):String

Parameters

path:String

Returns
String
regData()method 
override public function regData(dictionary:StiDictionary, loadData:Boolean):void

Parameters

dictionary:StiDictionary
 
loadData:Boolean

retrieveColumns()method 
override public function retrieveColumns(nameInSource:String):Array

Возвращает массив сохранённых колонок по имени источника данных

Parameters

nameInSource:String

Returns
Array
synhronize()method 
public function synhronize(dictionary:StiDictionary, forceSynhronize:Boolean = false):void

Parameters

dictionary:StiDictionary
 
forceSynhronize:Boolean (default = false)