Supported Clients
SmartClient
WebClient
NGClient

Methods Summary
DBDataSourceServer
getDataModelCloneFrom()
Get the server where this server is a data model clone from.
String
getServerName()
Get the server name.
Array
getTableNames()
Get server table names.

Methods Details

getDataModelCloneFrom()

Get the server where this server is a data model clone from.

Returns

DBDataSourceServer DBDataSourceServer server

Supported Clients

SmartClient,WebClient,NGClient

Sample

datasources.db.example_data99.getDataModelCloneFrom().getServerName()

getServerName()

Get the server name.

Returns

String String server name

Supported Clients

SmartClient,WebClient,NGClient

Sample

datasources.db.example_data.getServerName() // returns 'example_data'

getTableNames()

Get server table names.

Returns

Array List<String> server table names;

Supported Clients

SmartClient,WebClient,NGClient

Sample

datasources.db.example_data.getTableNames()