Version

org.beangle.data.jdbc.engine.Version
See theVersion companion object
class Version(start: String, end: String, containStart: Boolean, containEnd: Boolean)

User [a,b] or (a,b) or a,b to discribe jdbc version range. a,b should not all empty.

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def contains(v: String): Boolean
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Any