case class Property(col: String, value: OrtValue, optional: Boolean, forInsert: Boolean, forUpdate: Boolean) extends Product with Serializable
Saveable column.
- col
Goes to dml column clause or child tresql alias
- value
Goes to dml values clause or column clause as child tresql
- optional
Indicates whether column value may be absent NOTE: if value is
TresqlValue
in tresql expression
- forInsert
Column value is to be included into insert statement if true
- forUpdate
Column value is to be included into update statement if true
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Property
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
-
new
Property(col: String, value: OrtValue, optional: Boolean, forInsert: Boolean, forUpdate: Boolean)
- col
Goes to dml column clause or child tresql alias
- value
Goes to dml values clause or column clause as child tresql
- optional
Indicates whether column value may be absent NOTE: if value is
TresqlValue
in tresql expression
- forInsert
Column value is to be included into insert statement if true
- forUpdate
Column value is to be included into update statement if true
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
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
- val col: String
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val forInsert: Boolean
- val forUpdate: Boolean
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
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 optional: Boolean
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- val value: OrtValue
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated