Class DBVersionInfo

    • Constructor Detail

      • DBVersionInfo

        public DBVersionInfo()
    • Method Detail

      • addConnection

        public void addConnection​(ConnectionInfo connection)
      • getKeyAttribute

        protected java.lang.String getKeyAttribute()
        Description copied from class: AbstractConfigurationElement
        This method must return the attribute that uniquely identifies this element among its siblings; if no single attribute can be used, return null and override the getKey and setKey methods.
        Specified by:
        getKeyAttribute in class AbstractConfigurationElement
      • getName

        public java.lang.String getName()
      • setName

        public void setName​(java.lang.String value)
      • getValue

        public int getValue()
      • setValue

        public void setValue​(int value)
      • getUnixEncoding

        public int getUnixEncoding()
      • setUnixEncoding

        public void setUnixEncoding​(int value)
      • getParameterizedQueries

        public int getParameterizedQueries()
      • getLiveConnectWithCacheAttr

        public int getLiveConnectWithCacheAttr()
      • setParameterizedQueries

        public void setParameterizedQueries​(int value)
      • getDsnLess

        public boolean getDsnLess()
      • setDsnLess

        public void setDsnLess​(boolean value)
      • getDefaultdbversion

        public boolean getDefaultdbversion()
      • setDefaultdbversion

        public void setDefaultdbversion​(boolean value)
      • resetDsnless

        public void resetDsnless()
        set the dsnless of dbVersion to false if the dsnless of this dbVersion is unset