case class JSONMetadata(metadata: Map[String, Table]) extends Metadata with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- JSONMetadata
- Serializable
- Serializable
- Product
- Equals
- Metadata
- TypeMapper
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
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[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate() @throws( ... )
-
def
col(col: String): Col[_]
- Definition Classes
- Metadata
-
def
col(table: String, col: String): Col[_]
- Definition Classes
- Metadata
-
def
colOption(col: String): Option[Col[_]]
- Definition Classes
- Metadata
-
def
colOption(table: String, col: String): Option[Col[_]]
- Definition Classes
- Metadata
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
join(table1: String, table2: String): (key_, key_)
- Definition Classes
- Metadata
- val metadata: Map[String, Table]
-
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()
-
def
procedure(name: String): Nothing
- Definition Classes
- JSONMetadata → Metadata
-
def
procedureOption(name: String): Nothing
- Definition Classes
- JSONMetadata → Metadata
-
def
sql_scala_type_map(sqlType: Int): Manifest[_]
- Definition Classes
- TypeMapper
-
def
sql_xsd_type_map(sqlType: Int): String
- Definition Classes
- TypeMapper
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
table(name: String): Table
- Definition Classes
- JSONMetadata → Metadata
-
def
tableOption(name: String): Option[Table]
- Definition Classes
- JSONMetadata → Metadata
-
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( ... )
-
def
xsd_scala_type_map(xsdType: String): Manifest[_]
- Definition Classes
- TypeMapper