octavius-postgresql
Toggle table of contents
1.0.0-SNAPSHOT
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
octavius-postgresql
driver
/
io.github.octaviusframework.driver.type
/
PgType
/
Composite
/
Composite
Composite
constructor
(
oid
:
Int
,
name
:
String
,
schema
:
String
,
attributes
:
LinkedHashMap
<
String
,
Int
>
,
relationOid
:
Int
=
0
,
attributeNumbers
:
List
<
Int
>
=
emptyList()
)