class Database extends AnyRef
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Database
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
checkpoint(databaseName: String): Database
- Annotations
- @JSExport()
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
def
close(): Database
- Annotations
- @JSExport()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
exec(sql: String): Database
- Annotations
- @JSExport()
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
inTransaction: Boolean
- Annotations
- @JSExport()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
loadExtension(path: String): Database
- Annotations
- @JSExport()
-
def
memory: Boolean
- Annotations
- @JSExport()
-
def
migrate(force: Boolean = false, table: String = "migrations", migrationsPath: String = "./migrations"): Promise[Unit]
- Annotations
- @JSExport()
-
def
name: String
- Annotations
- @JSExport()
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
open: Boolean
- Annotations
- @JSExport()
-
def
pragma(sql: String, simplify: Boolean): Object
- Annotations
- @JSExport()
-
def
prepare(sql: String): Statement
- Annotations
- @JSExport()
-
def
readonly: Boolean
- Annotations
- @JSExport()
-
def
register(options: FunctionOptions, function: Function): Database
- Annotations
- @JSExport()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
transaction(function: Function0[Any]): Unit
- Annotations
- @JSExport()
-
def
transactionStatements(sql: Array[String]): Transaction
- Annotations
- @JSExport()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )