Package | stimulsoft.report.dictionary.dataSources |
Class | public class StiPostgreSQLSource |
Inheritance | StiPostgreSQLSource ![]() ![]() ![]() ![]() ![]() ![]() |
Method | Defined By | ||
---|---|---|---|
StiPostgreSQLSource(nameInSource:String, name:String, alias:String, sqlCommand:String, connectOnStart:Boolean = true, reconnectOnEachRow:Boolean = false, commandTimeout:int = 30) | StiPostgreSQLSource | ||
![]() | checkColumnsIndexs():void | StiDataSource | |
![]() | clearAllStates():void Clear all earlier saved object states. | StiDataSource | |
![]() | clone(... args):Object [override] | StiDataSource | |
![]() | connect(datas:StiDataCollection = null, loadData:Boolean = true):void Connect Data Source to data. | StiDataSource | |
![]() | disconnect():void | StiDataSource | |
![]() | equals(object:Object):Boolean [override] | StiSqlSource | |
![]() | first():void Sets a position at the beginning. | StiDataSource | |
![]() | getCategoryName():String [override] | StiDataTableSource | |
![]() | getChildDataSource(relationName:String):StiDataSource Returns the child Data Source by the relation name. | StiDataSource | |
![]() | Returns a collection of Child relations. | StiDataSource | |
![]() | getColumnIndex(columnName:String):int | StiDataSource | |
![]() | getConditions(dataBand:StiDataBand):Array | StiDataSource | |
![]() | getData(columnName:String, index:int = -1):Object | StiDataSource | |
![]() | StiDataSource | ||
![]() | StiDataSource | ||
![]() | getLabel():String | StiDataSource | |
![]() | getLevel():int | StiDataSource | |
![]() | getParentData(relationName:String):StiDataRow Returns the parent row with data for the indicated relation. | StiDataSource | |
![]() | getParentDataSource(relationName:String):StiDataSource Returns the parent Data Source by the relation name. | StiDataSource | |
![]() | Returns the colection of Parent relations. | StiDataSource | |
![]() | getShortTypeName():String Get a short object type name (without library path). | StiObject | |
![]() | getType():Class | StiObject | |
![]() | getTypeName():String | StiObject | |
![]() | isSimple(object:*):Boolean [static] | StiObject | |
![]() | last():void Sets a position on the last element. | StiDataSource | |
![]() | memberwiseClone():Object [override] | StiSqlSource | |
![]() | next():void Sets a position on the next element. | StiDataSource | |
![]() | prior():void Sets a position on the previous element. | StiDataSource | |
![]() | resetData():void | StiDataSource | |
![]() | resetDetailsRows():void | StiDataSource | |
![]() | restoreState(stateName:String):void Restores the earlier saved object state. | StiDataSource | |
![]() | saveState(stateName:String):void Saves the current state of an object. | StiDataSource | |
![]() | setData(dataBand:StiDataBand, relationName:String, filterMethod:Object, sortColumns:Array, reinit:Boolean, component:StiComponent):void | StiDataSource | |
![]() | setDetails(relationName:String):void Set the details data for Data Source. | StiDataSource | |
![]() | setFilter(filterMethod:Object):void Apply filter to data. | StiDataSource | |
![]() | setSort(conditions:Array, sortColumns:Array, component:StiComponent, databand:StiDataBand, groupHeaders:StiComponentsCollection):void Sorts data. | StiDataSource | |
![]() | synchronizeColumns():void | StiDataSource | |
![]() | toString():String | StiDataSource |
StiPostgreSQLSource | () | Constructor |
public function StiPostgreSQLSource(nameInSource:String, name:String, alias:String, sqlCommand:String, connectOnStart:Boolean = true, reconnectOnEachRow:Boolean = false, commandTimeout:int = 30)
nameInSource:String | |
name:String | |
alias:String | |
sqlCommand:String | |
connectOnStart:Boolean (default = true )
| |
reconnectOnEachRow:Boolean (default = false )
| |
commandTimeout:int (default = 30 )
|