Class DBAggregationQueryConfigurationEntry


  • public class DBAggregationQueryConfigurationEntry
    extends Object
    This class contains all the Siddhi RDBMS Event Table SQL query configuration mappings.
    • Constructor Detail

      • DBAggregationQueryConfigurationEntry

        public DBAggregationQueryConfigurationEntry()
    • Method Detail

      • getDatabaseName

        public String getDatabaseName()
      • setDatabaseName

        public void setDatabaseName​(String databaseName)
      • getMinVersion

        public double getMinVersion()
      • setMinVersion

        public void setMinVersion​(double minVersion)
      • getMaxVersion

        public double getMaxVersion()
      • setMaxVersion

        public void setMaxVersion​(double maxVersion)
      • getCategory

        public String getCategory()
      • setCategory

        public void setCategory​(String category)
      • getBatchEnable

        public boolean getBatchEnable()
      • setBatchEnable

        public void setBatchEnable​(boolean batchEnable)
      • getCollation

        public String getCollation()
      • setCollation

        public void setCollation​(String collation)
      • getStringSize

        public String getStringSize()
      • setStringSize

        public void setStringSize​(String stringSize)
      • isTransactionSupported

        public boolean isTransactionSupported()
      • setTransactionSupported

        public void setTransactionSupported​(boolean transactionSupported)
      • setRdbmsTypeMapping

        public void setRdbmsTypeMapping​(RDBMSTypeMapping rdbmsTypeMapping)
      • getBatchSize

        public int getBatchSize()
      • setBatchSize

        public void setBatchSize​(int batchSize)
      • getFieldSizeLimit

        public int getFieldSizeLimit()
      • setFieldSizeLimit

        public void setFieldSizeLimit​(int fieldSizeLimit)