All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.github.vigoo.zioaws.redshiftdata.model.package.scala Maven / Gradle / Ivy

package io.github.vigoo.zioaws.redshiftdata
import scala.jdk.CollectionConverters.*
import java.time.Instant
import zio.{ Chunk, ZIO }
import software.amazon.awssdk.core.SdkBytes
package object model {
  object primitives {
    type Blob = Chunk[Byte]
    type Bool = Boolean
    type BoxedBoolean = Boolean
    type BoxedDouble = Double
    type BoxedLong = Long
    type Integer = Int
    type ListStatementsLimit = Int
    type Location = String
    type PageSize = Int
    type ParameterName = String
    type ParameterValue = String
    type SecretArn = String
    type StatementId = String
    type StatementNameString = String
    type StatementString = String
    type Timestamp = Instant
  }
  type ColumnList = List[ColumnMetadata]
  type ColumnMetadataList = List[ColumnMetadata]
  type DatabaseList = List[String]
  type FieldList = List[Field]
  type SchemaList = List[String]
  type SqlList = List[primitives.StatementString]
  type SqlParametersList = List[SqlParameter]
  type SqlRecords = List[Iterable[Field]]
  type StatementList = List[StatementData]
  type StatementStringList = List[primitives.StatementString]
  type SubStatementList = List[SubStatementData]
  type TableList = List[TableMember]
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy