SDBDatabase: Difference between revisions
Jump to navigation
Jump to search
m (versions) |
(→CoClass SDBDatabase: added note about formats and SDB.Database link) |
||
Line 2: | Line 2: | ||
== CoClass SDBDatabase == | == CoClass SDBDatabase == | ||
Object for interaction with Database. | Object for interaction with Database. Object can be accessed through [[ISDBApplication::Database|SDB.Database]] property. | ||
Prior to version 3.0, database was stored using Microsoft Access format. From version 3.0, SQLite format is used. | |||
=== ISDBDatabase members === | === ISDBDatabase members === |
Latest revision as of 22:47, 20 April 2013
- SDBAlbum
- SDBAlbumArtItem
- SDBAlbumArtList
- SDBAlbums
- SDBApplication
- SDBArtist
- SDBArtists
- SDBCommonDialog
- SDBDatabase
- SDBDBIterator
- SDBDevice
- SDBDeviceList
- SDBDropTarget
- SDBDropTargetLast
- SDBDropTargetNext
- SDBDropTargetRip
- SDBFileSystem
- SDBHWEvents
- SDBImage
- SDBIniFile
- SDBMedia
- SDBMenuItem
- SDBPlayer
- SDBPlaylist
- SDBPlaylists
- SDBProgress
- SDBRegistry
- SDBScriptControl
- SDBSongData
- SDBSongIterator
- SDBSongList
- SDBStringList
- SDBTextFile
- SDBTimer
- SDBTools
- SDBTrackSynchStatus
- SDBTracksWindow
- SDBTree
- SDBTreeNode
- SDBUI
- SDBUIActiveX
- SDBUIButton
- SDBUICheckBox
- SDBUICommon
- SDBUIDockablePanel
- SDBUIDropDown
- SDBUIEdit
- SDBUIForm
- SDBUIGroupBox
- SDBUILabel
- SDBUIListBox
- SDBUIMaskEdit
- SDBUIMultiLineEdit
- SDBUIPanel
- SDBUIRadioButton
- SDBUISpinEdit
- SDBUITrackBar
- SDBUITranspPanel
- SDBUITreeList
- SDBUITreeListItem
- SDBWebSearch
CoClass SDBDatabase
Object for interaction with Database. Object can be accessed through SDB.Database property.
Prior to version 3.0, database was stored using Microsoft Access format. From version 3.0, SQLite format is used.
ISDBDatabase members
Name | Type | Description |
---|---|---|
ActiveFilterID | Property Get/Set | Gets/Sets Active Filter ID. From 3.0.2. |
ActiveFilterQuery | Property Get | Gets Active Filter Query. From 3.0. |
BeginTransaction | Method | From 3.0 |
Commit | Method | From 3.0 |
DatabaseID | Property Get | |
ExecSQL | Method | |
ForceCommit | Method | From 3.0.3 |
GetFilterQuery | Method | Get Specified Filter Query. From 3.0.2. |
GetAutoPlaylistQuery | Method | Get Specified Auto-Playlist SQL Query. From 4.0. |
OpenSQL | Method | |
Path | Property Get | |
QuerySongs | Method |