Instance Constructors
-
new
SQLiteStore(cxn: java.sql.Connection)
Type Members
-
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
implicit
val
byteOrder: ByteOrder
-
def
child(parent: Dir, name: String, create: Boolean): Dir
-
def
childImpl(dir: SqlDir, name: String, create: Boolean): (SqlDir, Boolean)
-
def
clone(): AnyRef
-
implicit
val
connection: java.sql.Connection
-
def
delete(dir: Dir, key: String): Unit
-
def
deleteImpl(dir: SqlDir, key: String): Unit
-
def
dir(curDir: SqlDir): (Seq[String], Seq[String])
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
final
def
getClass(): Class[_]
-
def
getValue(dir: SqlDir, key: String, default: Option[(Boolean, Data)]): Data
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
notifyListener(dir: Dir, name: String, isDir: Boolean, addOrChange: Boolean): Unit
-
def
notifyOnChange(listener: (Dir, String, Boolean, Boolean) ⇒ Unit): Unit
-
-
def
pathTo(dir: SqlDir): Seq[String]
-
def
rmDir(dir: Dir, name: String): Unit
-
def
rmDirImpl(dir: SqlDir, name: String): Unit
-
-
def
setValue(dir: Dir, key: String, value: Data): Unit
-
def
setValueImpl(dir: SqlDir, key: String, value: Data): Unit
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
Inherited from AnyRef
Inherited from Any