Child pages
  • DBDataSourceServer
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »

Refresh page Apr 29, 2024 13:39

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.
Object getTableNames() Get server table names.

Methods Details

getDataModelCloneFrom()

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

Returns

Supported Clients

SmartClient,WebClient,NGClient

Sample

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

getServerName()

Get the server name.

Returns

Supported Clients

SmartClient,WebClient,NGClient

Sample

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

getTableNames()

Get server table names.

Returns

Supported Clients

SmartClient,WebClient,NGClient

Sample

datasources.db.example_data.getTableNames()

  • No labels