TimeStamp

ldbc.core.Default.TimeStamp
case class TimeStamp(fsp: Option[0 | 1 | 2 | 3 | 4 | 5 | 6], withOn: Boolean) extends Default

Model for setting TimeStamp-specific Default values.

Value parameters

fsp

Decimal second precision value

withOn

Value to determine whether to set additional information

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Default
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def queryString: String

Define SQL query string for each DataType.

Define SQL query string for each DataType.

Attributes

Returns

SQL query string

Definition Classes
override def value: String

Value set as the default value for DataType

Value set as the default value for DataType

Attributes

Definition Classes

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Default -> Any
Inherited from:
Default