FieldSchema

folio.FieldSchema
See theFieldSchema companion object
trait FieldSchema[FIELD]

Binds a user-defined field type to a string identifier used as the column/attribute name in queries and cursor encoding.

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Schema[FIELD]
class SnakeCase[FIELD]

Members list

Value members

Abstract methods

def fromName(name: String): Either[String, FIELD]
def name(field: FIELD): String