PostgresMeta
harness.sql.autoSchema.PostgresMeta$
object PostgresMeta
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
PostgresMeta.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
object InformationSchemaColumns extends Companion[[F[_]] =>> InformationSchemaColumns[F]]
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass AnyShow all
- Self type
final case class InformationSchemaTables[F[_]](tableSchema: F[String], tableName: F[String]) extends Table
object InformationSchemaTables extends Companion[[F[_]] =>> InformationSchemaTables[F]]
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass AnyShow all
- Self type
object schemaDiff
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
schemaDiff.type
In this article