Interface DatasourcesMessages

All Superinterfaces:
Messages, Serializable

public interface DatasourcesMessages extends Messages
  • Field Details

  • Method Details

    • databaseDatasourceTypeName

      String databaseDatasourceTypeName()
    • commandSql_description

      String commandSql_description()
    • commandSql_datasource

      String commandSql_datasource()
    • exceptionCouldNotExecuteStmt

      String exceptionCouldNotExecuteStmt(String message)
    • exceptionCouldNotOpenDatasource

      String exceptionCouldNotOpenDatasource(String message)
    • exceptionCouldNotPrepareStmt

      String exceptionCouldNotPrepareStmt(String message)
    • commandConnPoolStats_description

      String commandConnPoolStats_description()
    • commandCopyTableContents_description

      String commandCopyTableContents_description()
    • commandCopyTableContents_sourceDatasource

      String commandCopyTableContents_sourceDatasource()
    • commandCopyTableContents_sourceTable

      String commandCopyTableContents_sourceTable()
    • commandCopyTableContents_destinationDatasource

      String commandCopyTableContents_destinationDatasource()
    • commandCopyTableContents_destinationTable

      String commandCopyTableContents_destinationTable()
    • commandCopyTableContents_primaryKeys

      String commandCopyTableContents_primaryKeys()
    • commandCopyTableContents_copyPrimaryKeys

      String commandCopyTableContents_copyPrimaryKeys()
    • commandCopyTableContents_batchSize

      String commandCopyTableContents_batchSize()
    • commandTableExists_description

      String commandTableExists_description()
    • commandTableExists_datasource

      String commandTableExists_datasource()
    • commandTableExists_table

      String commandTableExists_table()
    • commandColumnsExist_description

      String commandColumnsExist_description()
    • commandColumnsExist_datasource

      String commandColumnsExist_datasource()
    • commandColumnsExist_table

      String commandColumnsExist_table()
    • commandColumnsExist_columns

      String commandColumnsExist_columns()
    • commandColumnMetadata_description

      String commandColumnMetadata_description()
    • commandColumnMetadata_datasource

      String commandColumnMetadata_datasource()
    • commandColumnMetadata_table

      String commandColumnMetadata_table()
    • commandColumnMetadata_columns

      String commandColumnMetadata_columns()
    • commandDatasourceMetadata_description

      String commandDatasourceMetadata_description()
    • commandDatasourceMetadata_datasource

      String commandDatasourceMetadata_datasource()
    • commandDatasourceMetadata_methodName

      String commandDatasourceMetadata_methodName()
    • commandDatasourceMetadata_methodArg

      String commandDatasourceMetadata_methodArg()
    • databaseName

      String databaseName()
    • databaseVersion

      String databaseVersion()
    • jdbcDriverName

      String jdbcDriverName()
    • jdbcDriverVersion

      String jdbcDriverVersion()
    • jdbcMajorVersion

      String jdbcMajorVersion()
    • jdbcMinorVersion

      String jdbcMinorVersion()
    • jdbcUrl

      String jdbcUrl()
    • jdbcUsername

      String jdbcUsername()
    • numericFunctions

      String numericFunctions()
    • stringFunctions

      String stringFunctions()
    • timeAndDateFunctions

      String timeAndDateFunctions()
    • systemFunctions

      String systemFunctions()
    • name

      String name()
    • description

      String description()
    • id

      String id()
    • createdOn

      String createdOn()
    • changedOn

      String changedOn()
    • path

      String path()
    • jdbcProperties

      String jdbcProperties()
    • relationalDatasources

      String relationalDatasources()
    • csvLists

      String csvLists()
    • relationalDatasourcesStatistics

      String relationalDatasourcesStatistics()
    • key

      String key()