Skip to main content
Skip table of contents

Connections and Models

SYSADMIN.Connections

This table supplies information on dynamic connections.

Column Name

Type

Description

fullName

string

Full connection name
namestring

Connectio

n name

jndiNamestringJNDI name
templatestringTranslator name (e.g. postgresql, mysql, etc.)
propertiesstringConnection properties in the CSV format (e.g. host=localhost, port=5432, db=test_tables, user-name=user1, password=pass1)
failedbooleanFlag to signal failed/not failed state of the connection
connectionUrlstringConnection URL (e.g. jdbc:postgresql://localhost:5432/test_tables)
driverNamestringName of the driver (e.g. org.postgresql)
driverClassstringName of the driver class (e.g. org.postgresql.Driver)
userNamestringUsername
archivestringArchive file used by the resource adapter
classNamestringClass name
configPropertiesstringAdditional configuration properties
creationDatetimestampTimestamp and time when the connection was created
lastModifiedDatetimestampTimestamp when the connection was last modified
creatorstringUser who created the connection
modifierstringUser who last modified the connection
encryptedPropertiesstringEncrypted properties

SYSADMIN.ConnectorProperties

This table supplies information on all connection properties.

Column Name

Type

Description

connector 

string

Full connector name
property 
stringProperty name
translator 
stringTranslator name
type 
stringData type of the property
defaultValue 
stringDefault value of the property
description 
stringDescription of the property
required
booleanIndicates if the property is required
masked 
booleanIndicates if the property is encrypted (masked)
quoted 
booleanIndicates if the property is quoted

System table SYSADMIN.ConnectorProperties is available since v4.6

SYSADMIN.CDataJdbcProperties

This table supplies information on the JDBC properties of CData drivers.

Column Name

Type

Description

drivername

string

Driver name
namestringProperty name
shortdescriptionstringA brief description of the property
typestringThe data type of the connection property
defaultValuestringThe default value if one is not explicitly set
possibleValuesstringA comma-separated list of possible values. A validation error is thrown if another value is specified
assignedValuestringAssigned property value
requiredbooleanIndicates if the property is required
categorystringThe category of the property
isSessionPropertybooleanIndicates if the property is a session property, used to save information about the current connection
sensitivitystringThe sensitivity level of the property. This informs whether the property is obfuscated in logging and authentication forms
propertyNamestringProperty name
ordinalintegerThe index of the parameter
catOrdinalintegerThe index of the parameter category
hierarchystringShows dependent properties associated that need to be set alongside this one
visiblebooleanIndicates if the property is visible in the connection UI
etcetcVarious miscellaneous information about the property

System table SYSADMIN.CDataJdbcProperties available since v4.6

SYSADMIN.CliTemplates

This table supplies information on JBoss CLI templates.

Column Name

Type

Description

id

biginteger

Template ID
namestringTemplate name
createScriptstringCLI script which creates a data source/resource adapter
dropScriptstringCLI script which removes a data source/resource adapter
creationDatetimestampTemplate creation date
lastModifiedDatetimestampTemplate last modification date
creatorstringName of the user who created the template
modifierstringName of the user who last modified the template
hiddenPropsstringComma-separated list of properties that will be stored encrypted

SYSADMIN.DataSources

This table supplies information on dynamic models.

Column Name

Type

Description

name

string

Model name
translatorstringTranslator name (e.g. postgresql, mysql, etc.)
modelPropertiesstringProperties for the model (e.g. importer.useFullSchemaName=false, import.schemaPattern=public)
translatorPropertiesstringProperties for the translator (e.g. UseStreamingResults=true)
schema_textclobDDL script for creating the schema
failedbooleanFlag to signal failed/not failed state of the data source
creationDatetimestampTimestamp when the data source was created
lastModifiedDatetimestampTimestamp when the data source was last modified
creatorstringUser who created the data source
modifierstringUser who modified the data source
encryptedModelPropertiesstringEncrypted model properties
encryptedTranslatorPropertiesstringEncrypted translator properties

SYSADMIN.JdbcDriverMetadata

This table supplies information on all installed CData drivers' metadata.

Column Name

Type

Description

driverName

string

Driver name
propertyNamestringDriver property name
propertyValuestringProperty value

System table SYSADMIN.JdbcDriverMetadata available since v4.6

SYSADMIN.ModelProperties

This table supplies information on all connection properties.

Column Name

Type

Description

translator

string

Translator name
property 
stringModel property name
type 
stringData type of the property
defaultValue 
stringDefault value of the property
description 
stringDescription of the property
display 
stringHow the translator property will be displayed
required
booleanIndicates if the property is required
advanced
booleanIndicates if the property is advanced
masked
booleanIndicates if the property is encrypted (masked)

System table SYSADMIN.ModelProperties is available since v4.6

SYSADMIN.ModularConnectors

This table supplies information about modular connectors available on the server.

Column NameTypeDescription
namestringName of the modular connector required by the deployModularConnector procedure
translatorstringTranslator name of the modular connector
versionintegerVersion of the modular connector
deployedbooleanFlag indicating if the modular connector is deployed
dependencystringBase modular connectors. Connectors required to be deployed before deploying this modular connector

translatorversion and dependency columns of SYSADMIN.ModularConnectors are available since v4.5

SYSADMIN.Translators

This table is used by the license generator to validate the data sources provided in the allowedDatasources property.

Column NameTypeDescription
namestringTranslator name
javaClassstringTranslator java class

SYSADMIN.TranslatorProperties

This table supplies information on all translator properties.

Column NameTypeDescription
translatorstringTranslator name
propertystringTranslator property name
type 
stringData type of the translator property
defaultValue 
stringDefault value of the translator property
description 
stringDescription of the translator property
display 
stringHow the translator property will be displayed
required 
booleanFlag indicating if the translator property is required
advanced 
booleanFlag indicating if the translator property is advanced 
masked 
booleanFlag indicating if the translator property is encrypted

System table SYSADMIN.TranslatorProperties is available since v4.6

SYSADMIN.SmtpConfiguration

This table holds SMTP settings.

Column Name

Type

Description

host

string

SMTP server hostname/address
portintegerSMTP server port
sslbooleanTRUE if the SMTP server requires SSL
starttlsboolean TRUE if the SMTP server requires TLS
usernamestringUsername to connect to SMTP server if required
passwordtimestampPassword to connect to SMTP server if required
fromAddrstringAddress to be used as 'from' address
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.