BaseHelpers

molecule.base.util.BaseHelpers
trait BaseHelpers extends DateHandling

Attributes

Source
BaseHelpers.scala
Graph
Supertypes
trait DateHandling
class Object
trait Matchable
class Any
Known subtypes
class MetaAttr
class MetaNs
class MetaPart
class MetaSchema
trait CodeGenBase
object _ExprAttr.type
object _ExprMapMan.type
object _ExprMapOpt.type
object _ExprMapTac.type
object _ExprOneMan.type
object _ExprOneOpt.type
object _ExprOneTac.type
object _ExprSetMan.type
object _ExprSetOpt.type
object _ExprSetTac.type
object _Aggregates.type
object _ModelOps.type
object _Nested.type
object _SortAttrs.type
object _Model.type
object _ModelTransformations.type
class CoreGenBase
object _Actions.type
object _Insert.type
object _UnpickleTpl.type
object _PickleTpl.type
object _InsertResolvers.type
object _InsertValidators.type
object _InsertValueResolvers.type
object _MoleculeImplicits.type
trait Model
object Model.type
trait BaseOps
trait InsertOps
trait SqlInsert
trait SaveOps
trait SqlSave
trait UpdateOps
trait SqlUpdate
trait LambdasBase
trait LambdasOne
trait LambdasSet
trait SqlQueryBase
trait SpiSyncBase
trait SqlBase_JVM
class JdbcConn_JVM
trait SqlDelete
Show all

Members list

Type members

Inherited classlikes

implicit class Regex(sc: StringContext)

Attributes

Inherited from:
RegexMatching
Source
RegexMatching.scala
Supertypes
class Object
trait Matchable
class Any

Value members

Concrete methods

protected def bigDec(arg: Any): BigDecimal

Attributes

Source
BaseHelpers.scala
def diff(s1: String, s2: String): Unit

Attributes

Source
BaseHelpers.scala
protected def double(arg: Any): String

Attributes

Source
BaseHelpers.scala
def escStr(s: String): String

Attributes

Source
BaseHelpers.scala
def firstLow(str: Any): String

Attributes

Source
BaseHelpers.scala
def getKwName(kw: String): String

Attributes

Source
BaseHelpers.scala
def indent(tabs: Int): String

Attributes

Source
BaseHelpers.scala
final def o(opt: Option[Any]): String

Attributes

Source
BaseHelpers.scala
final def oStr(opt: Option[String]): String

Attributes

Source
BaseHelpers.scala
final def oStr2(opt: Option[String]): String

Attributes

Source
BaseHelpers.scala
protected def okEnumIdent(enumIdent: String): String

Attributes

Source
BaseHelpers.scala
protected def okIdent(name: String): String

Attributes

Source
BaseHelpers.scala
protected def okNamespaceName(name: String): String

Attributes

Source
BaseHelpers.scala
protected def okPartitionName(name: String): String

Attributes

Source
BaseHelpers.scala
final def opt(opt: Option[Any]): String

Attributes

Source
BaseHelpers.scala
final def optFilterAttr(opt: Option[(Int, List[String], Any)]): String

Attributes

Source
BaseHelpers.scala
def pad(longest: Int, shorter: Int): String

Attributes

Source
BaseHelpers.scala
def padS(longest: Int, str: String): String

Attributes

Source
BaseHelpers.scala
final def render(value: Any): String

Attributes

Source
BaseHelpers.scala
final def renderValidations(validations: Seq[(String, String)]): String

Attributes

Source
BaseHelpers.scala
final protected def resetTimer(): Unit

Attributes

Source
BaseHelpers.scala
final def sq[T](values: Iterable[T]): String

Attributes

Source
BaseHelpers.scala
def ss(a: String, b: String): String

Attributes

Source
BaseHelpers.scala
def ss(a: String, b: String, c: String): String

Attributes

Source
BaseHelpers.scala
def thousands(i: Long): String

Attributes

Source
BaseHelpers.scala
final protected def time(n: Int, prev: Int): Unit

Attributes

Source
BaseHelpers.scala
def unescStr(s: String): String

Attributes

Source
BaseHelpers.scala
def withDecimal(v: Any): String

Attributes

Source
BaseHelpers.scala

Inherited methods

def date2datomic(date: Date): String

Attributes

Inherited from:
DateHandling
Source
DateHandling.scala
def date2str(date: Date, zoneOffset: ZoneOffset): String

Attributes

Inherited from:
DateHandling
Source
DateHandling.scala
def daylight(ms: Long): Int

Attributes

Inherited from:
DateHandling
Source
DateHandling.scala
def expandDateStr(dateStr: String): String

Attributes

Inherited from:
DateHandling
Source
DateHandling.scala
def localOffset: String

Attributes

Inherited from:
DateHandling
Source
DateHandling.scala
def localZoneOffset: ZoneOffset

Attributes

Inherited from:
DateHandling
Source
DateHandling.scala
def str2date(s: String, zoneOffset: ZoneOffset): Date

Attributes

Inherited from:
DateHandling
Source
DateHandling.scala
def str2zdt(s: String, zoneOffset: ZoneOffset): ZonedDateTime

Attributes

Inherited from:
DateHandling
Source
DateHandling.scala
def truncateDateStr(dateStr: String): String

Attributes

Inherited from:
DateHandling
Source
DateHandling.scala
def zone: ZoneId

Attributes

Inherited from:
DateHandling
Source
DateHandling.scala

Implicits

Inherited implicits

final implicit def Regex(sc: StringContext): Regex

Attributes

Inherited from:
RegexMatching
Source
RegexMatching.scala