class
DDLUnit extends AnyRef
Instance Constructors
-
-
new
DDLUnit()
Value Members
-
final
def
!=(arg0: AnyRef): Boolean
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: AnyRef): Boolean
-
final
def
==(arg0: Any): Boolean
-
def
CREATE(): DDLUnit.this.type
-
def
DROP(): DDLUnit.this.type
-
def
DROP_CREATE(): DDLUnit.this.type
-
var
_constraints: Seq[Constraint]
-
def
_create(): Unit
-
def
_drop(): Unit
-
var
_msgs: Seq[Msg]
-
-
-
var
_schemata: Seq[Schema]
-
var
_tables: Seq[Table[_, _]]
-
var
_views: Seq[View[_, _]]
-
-
-
def
addPackage(urls: Iterable[URL], pkg: String): Unit
-
final
def
asInstanceOf[T0]: T0
-
-
def
clone(): AnyRef
-
def
close(): Unit
-
def
constraints: Seq[Constraint]
-
def
createObjects(objects: Seq[SchemaObject]): Unit
-
def
dropObjects(objects: Seq[SchemaObject]): Unit
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
def
messages: Seq[Msg]
-
def
msgsArray: Array[Msg]
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
objectsCount: Int
-
-
-
def
resetMsgs(): DDLUnit.this.type
-
def
schemata: Seq[Schema]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
tables: Seq[Table[_, _]]
-
def
toString(): String
-
def
views: Seq[View[_, _]]
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
Inherited from AnyRef
Inherited from Any