OpenEdge.DataAdmin.DataSource.DataSourceUtil
- Last Updated: January 15, 2026
- 2 minute read
- OpenEdge
- Version 12.8
- Documentation
|
Method Summary
| Options | Name | Purpose | |
|---|---|---|---|
| CHARACTER GetIndexes (character) |
/* returns list of indexes that begins with the passed list of fields
@param pcTable table (PUB only)
@param fieldnames - comma separated list of fieldnames
@returns comma separated list of index names
*/
|
||
| CHARACTER GetIndexes (character, character) |
/* returns list of indexes that begins with the passed list of fields
@param pcTable table (PUB only)
@param fieldnames - comma separated list of fieldnames
@returns comma separated list of index names
*/
|
||
| CHARACTER GetIndexes (character, character[]) |
/* returns list of indexes that begins with the passed list of fields
@param pcTable table (PUB only)
@param fieldnames - comma separated list of fieldnames
@returns comma separated list of index names
*/
|
||
| CHARACTER GetIndexes (recid, character[]) |
|
||
| LOGICAL IsIndexLocal (character, character) |
/* returns list of indexes that begins with the passed list of fields
@param pcTable table (PUB only)
@param fieldnames - comma separated list of fieldnames
@returns comma separated list of index names
*/
|
Constructor Summary
| Options | Name | Purpose | |
|---|---|---|---|
| DataSourceUtil () |
|
Property Summary
| Options | Name | Purpose | |
|---|---|---|---|
| OpenEdge.DataAdmin.DataSource.DatabaseInfo DatabaseInfo |
|
||
| RECID DatabaseRecid |
|
Method Detail
CHARACTER GetIndexes (character)
|
||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
CHARACTER GetIndexes (character, character)
|
||||||||||||||||||||
CHARACTER GetIndexes (character, character[])
|
||||||||||||||||||||
CHARACTER GetIndexes (recid, character[])
|
||||||||||||||||||||
LOGICAL IsIndexLocal (character, character)
|
||||||||||||||||||||
Constructor Detail
DataSourceUtil ()
|
||||||||
|---|---|---|---|---|---|---|---|---|
Property Detail
OpenEdge.DataAdmin.DataSource.DatabaseInfo DatabaseInfo |
||||||||
|---|---|---|---|---|---|---|---|---|
RECID DatabaseRecid
|
||||||||