Interface DataSource

All Superinterfaces:
CommonDataSource, JCAMetadata, Serializable, ValidatableMetadata

public interface DataSource extends CommonDataSource
A DataSource.
Author:
Stefano Maestri
  • Method Details

    • isJTA

      Boolean isJTA()
      Get the JTA setting.
      Returns:
      The value
    • getConnectionUrl

      String getConnectionUrl()
      Get the connectionUrl.
      Returns:
      the connectionUrl.
    • getDriverClass

      String getDriverClass()
      Get the driverClass.
      Returns:
      the driverClass.
    • getDataSourceClass

      String getDataSourceClass()
      Get the dataSourceClass.
      Returns:
      the value.
    • getConnectionProperties

      Map<String,String> getConnectionProperties()
      Get the connectionProperties.
      Returns:
      the connectionProperties.
    • getStatement

      Statement getStatement()
      Get the statement.
      Returns:
      the statement.
    • getUrlDelimiter

      String getUrlDelimiter()
      Get the urlDelimiter.
      Returns:
      the urlDelimiter.
    • getUrlSelectorStrategyClassName

      String getUrlSelectorStrategyClassName()
      Get the urlSelectorStrategyClassName.
      Returns:
      the urlSelectorStrategyClassName.
    • getNewConnectionSql

      String getNewConnectionSql()
      Get the newConnectionSql.
      Returns:
      the newConnectionSql.
    • getPool

      DsPool getPool()
      Get the pool.
      Returns:
      the pool.
    • isConnectable

      Boolean isConnectable()
      Get the connectable flag
      Returns:
      The value
    • isTracking

      Boolean isTracking()
      Get the tracking flag
      Returns:
      null is container default, a value is an override