DatabaseMetadata

cc.otavia.sql.DatabaseMetadata

Contains static metadata about the backend database server

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def fullVersion: String

Attributes

Returns

The full version string for the backend database server. This may be useful for for parsing more subtle aspects of the version string. For simple information like database major and minor version, use majorVersion and minorVersion instead.

def majorVersion: Int

Attributes

Returns

The major version of the backend database server

def minorVersion: Int

Attributes

Returns

The minor version of the backend database server

def productName: String

Attributes

Returns

The product name of the backend database server