class SnapshotQueries extends SnapshotTables
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SnapshotQueries
- SnapshotTables
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new SnapshotQueries(profile: JdbcProfile, snapshotTableCfg: SnapshotTableConfiguration)
Type Members
-
case class
OracleSnapshot(_tableTag: slick.jdbc.JdbcProfile.API.Tag) extends Snapshot with Product with Serializable
- Definition Classes
- SnapshotTables
-
class
Snapshot extends slick.jdbc.JdbcProfile.API.Table[SnapshotRow]
- Definition Classes
- SnapshotTables
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
-
lazy val
SnapshotTable: TableQuery[Snapshot]
- Definition Classes
- SnapshotTables
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate() @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def insertOrUpdate(snapshotRow: SnapshotRow): FixedSqlAction[Int, NoStream, Write]
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
val
profile: JdbcProfile
- Definition Classes
- SnapshotQueries → SnapshotTables
- val selectAll: CompiledFunction[(slick.jdbc.JdbcProfile.API.Rep[String]) ⇒ Query[Snapshot, SnapshotTables.Snapshot.TableElementType, Seq], slick.jdbc.JdbcProfile.API.Rep[String], String, Query[Snapshot, SnapshotTables.Snapshot.TableElementType, Seq], Seq[SnapshotTables.Snapshot.TableElementType]]
- val selectByPersistenceIdAndSequenceNr: CompiledFunction[(slick.jdbc.JdbcProfile.API.Rep[String], slick.jdbc.JdbcProfile.API.Rep[Long]) ⇒ Query[Snapshot, SnapshotTables.Snapshot.TableElementType, Seq], (slick.jdbc.JdbcProfile.API.Rep[String], slick.jdbc.JdbcProfile.API.Rep[Long]), (String, Long), Query[Snapshot, SnapshotTables.Snapshot.TableElementType, Seq], Seq[SnapshotTables.Snapshot.TableElementType]]
- val selectByPersistenceIdUpToMaxSequenceNr: CompiledFunction[(slick.jdbc.JdbcProfile.API.Rep[String], slick.jdbc.JdbcProfile.API.Rep[Long]) ⇒ Query[Snapshot, SnapshotTables.Snapshot.TableElementType, Seq], (slick.jdbc.JdbcProfile.API.Rep[String], slick.jdbc.JdbcProfile.API.Rep[Long]), (String, Long), Query[Snapshot, SnapshotTables.Snapshot.TableElementType, Seq], Seq[SnapshotTables.Snapshot.TableElementType]]
- val selectByPersistenceIdUpToMaxSequenceNrAndMaxTimestamp: CompiledFunction[(slick.jdbc.JdbcProfile.API.Rep[String], slick.jdbc.JdbcProfile.API.Rep[Long], slick.jdbc.JdbcProfile.API.Rep[Long]) ⇒ Query[Snapshot, SnapshotTables.Snapshot.TableElementType, Seq], (slick.jdbc.JdbcProfile.API.Rep[String], slick.jdbc.JdbcProfile.API.Rep[Long], slick.jdbc.JdbcProfile.API.Rep[Long]), (String, Long, Long), Query[Snapshot, SnapshotTables.Snapshot.TableElementType, Seq], Seq[SnapshotTables.Snapshot.TableElementType]]
- val selectByPersistenceIdUpToMaxTimestamp: CompiledFunction[(slick.jdbc.JdbcProfile.API.Rep[String], slick.jdbc.JdbcProfile.API.Rep[Long]) ⇒ Query[Snapshot, SnapshotTables.Snapshot.TableElementType, Seq], (slick.jdbc.JdbcProfile.API.Rep[String], slick.jdbc.JdbcProfile.API.Rep[Long]), (String, Long), Query[Snapshot, SnapshotTables.Snapshot.TableElementType, Seq], Seq[SnapshotTables.Snapshot.TableElementType]]
- val selectLatestByPersistenceId: CompiledFunction[(slick.jdbc.JdbcProfile.API.Rep[String]) ⇒ Query[Snapshot, SnapshotTables.Snapshot.TableElementType, Seq], slick.jdbc.JdbcProfile.API.Rep[String], String, Query[Snapshot, SnapshotTables.Snapshot.TableElementType, Seq], Seq[SnapshotTables.Snapshot.TableElementType]]
- val selectOneByPersistenceIdAndMaxSequenceNr: CompiledFunction[(slick.jdbc.JdbcProfile.API.Rep[String], slick.jdbc.JdbcProfile.API.Rep[Long]) ⇒ Query[Snapshot, SnapshotTables.Snapshot.TableElementType, Seq], (slick.jdbc.JdbcProfile.API.Rep[String], slick.jdbc.JdbcProfile.API.Rep[Long]), (String, Long), Query[Snapshot, SnapshotTables.Snapshot.TableElementType, Seq], Seq[SnapshotTables.Snapshot.TableElementType]]
- val selectOneByPersistenceIdAndMaxSequenceNrAndMaxTimestamp: CompiledFunction[(slick.jdbc.JdbcProfile.API.Rep[String], slick.jdbc.JdbcProfile.API.Rep[Long], slick.jdbc.JdbcProfile.API.Rep[Long]) ⇒ Query[Snapshot, SnapshotTables.Snapshot.TableElementType, Seq], (slick.jdbc.JdbcProfile.API.Rep[String], slick.jdbc.JdbcProfile.API.Rep[Long], slick.jdbc.JdbcProfile.API.Rep[Long]), (String, Long, Long), Query[Snapshot, SnapshotTables.Snapshot.TableElementType, Seq], Seq[SnapshotTables.Snapshot.TableElementType]]
- val selectOneByPersistenceIdAndMaxTimestamp: CompiledFunction[(slick.jdbc.JdbcProfile.API.Rep[String], slick.jdbc.JdbcProfile.API.Rep[Long]) ⇒ Query[Snapshot, SnapshotTables.Snapshot.TableElementType, Seq], (slick.jdbc.JdbcProfile.API.Rep[String], slick.jdbc.JdbcProfile.API.Rep[Long]), (String, Long), Query[Snapshot, SnapshotTables.Snapshot.TableElementType, Seq], Seq[SnapshotTables.Snapshot.TableElementType]]
-
val
snapshotTableCfg: SnapshotTableConfiguration
- Definition Classes
- SnapshotQueries → SnapshotTables
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
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( ... )
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )