PostgresMeta

harness.sql.autoSchema.PostgresMeta$
object PostgresMeta

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

final case class InformationSchemaColumns[F[_]](tableSchema: F[String], tableName: F[String], columnName: F[String], isNullable: F[Boolean], dataType: F[String]) extends Table

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Table
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
trait Companion[[F[_]] =>> InformationSchemaColumns[F]]
class Object
trait Matchable
class Any
Show all
Self type
final case class InformationSchemaTables[F[_]](tableSchema: F[String], tableName: F[String]) extends Table

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Table
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
trait Companion[[F[_]] =>> InformationSchemaTables[F]]
class Object
trait Matchable
class Any
Show all
Self type
object schemaDiff

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
schemaDiff.type