Packagestimulsoft.report.dictionary.databases
Classpublic class StiJdbcDatabase
InheritanceStiJdbcDatabase Inheritance StiSqlDatabase Inheritance StiDatabase Inheritance StiService Inheritance StiObject Inheritance Object



Public Properties
 PropertyDefined By
 Inheritedalias : String
Gets or sets an alias of the database.
StiDatabase
 InheritedconnectionString : String
Gets or sets a connection string which contains SQL connection parameters.
StiSqlDatabase
 InheritedconnectionStringEncrypted : String
Gets or sets a connection string which contains SQL connection parameters, in encrypted form.
StiSqlDatabase
 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
 Inheritedpassword : String = null
StiSqlDatabase
 InheritedpromptUserNameAndPassword : Boolean
Gets or sets a value which indicates that UserName and Password parameters should be requested from user.
StiSqlDatabase
 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.
StiJdbcDatabase
 InheritedserviceType : Class
[read-only] Gets a service type.
StiService
 Inheritedusername : String = null
StiSqlDatabase
Protected Properties
 PropertyDefined By
  dataAdapterType : Class
[override] [read-only]
StiJdbcDatabase
Public Methods
 MethodDefined By
  
StiJdbcDatabase(name:String, alias:String = null, connectionString:String, promptUserNameAndPassword:Boolean = false)
StiJdbcDatabase
 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
 Inherited
[override]
StiSqlDatabase
 Inherited
StiService
 Inherited
promptUserPassword(method:Function, query:String = null, parameters:StiDataParametersCollection = null):void
StiSqlDatabase
 Inherited
regData(dictionary:StiDictionary, loadData:Boolean):void
[override] Загрузка всех данных из SQL источников текущей базы данных
StiSqlDatabase
 Inherited
removeEventListener(type:String, listener:Function, useCapture:Boolean = false):void
StiDatabase
 Inherited
retrieveColumns(nameInSource:String):Array
[override] Возвращает массив сохранённых колонок по имени источника данных
StiSqlDatabase
 Inherited
synhronize(dictionary:StiDictionary, query:String, parameters:StiDataParametersCollection):void
Синхронизация таблиц и колонок с внутренним кэшем базы данных
StiSqlDatabase
 Inherited
Тестирование подключения к базе данных
StiSqlDatabase
 Inherited
toString():String
StiDatabase
Protected Methods
 MethodDefined By
 Inherited
Загрузка успешно завершена
StiSqlDatabase
 Inherited
Событие завершения получения таблиц и колонок базы данных
StiDatabase
 Inherited
StiSqlDatabase
 Inherited
parseQuery(query:String, parameters:StiDataParametersCollection = null):String
Применение парсера выражений к указанному SQL запросу
StiSqlDatabase
 Inherited
regDataSource(dataSource:StiSqlSource):void
Загрузка данных из очередного SQL источника
StiSqlDatabase
 Inherited
synhronizeStart(query:String, parameters:StiDataParametersCollection):void
StiSqlDatabase
Property Detail
dataAdapterTypeproperty
dataAdapterType:Class  [read-only] [override]


Implementation
    protected function get dataAdapterType():Class
serviceNameproperty 
serviceName:String  [read-only] [override]

Gets a service name.


Implementation
    public function get serviceName():String
Constructor Detail
StiJdbcDatabase()Constructor
public function StiJdbcDatabase(name:String, alias:String = null, connectionString:String, promptUserNameAndPassword:Boolean = false)



Parameters
name:String
 
alias:String (default = null)
 
connectionString:String
 
promptUserNameAndPassword:Boolean (default = false)