Source

org.beangle.jdbc.ds.Source
See theSource companion object
case class Source(name: String, engine: Engine, dataSource: DataSource, catalog: Option[Identifier], schema: Option[Identifier])

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def parse(schemaName: String): (Option[Identifier], Identifier)

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product