kontrol-db
Toggle table of contents
local-SNAPSHOT
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
kontrol-db
kontrol-db-postgres
/
net.futureset.kontroldb.postgres.dialect
/
PostgresDialect
Postgres
Dialect
class
PostgresDialect
:
AnsiDialect
(
source
)
Members
Constructors
Postgres
Dialect
Link copied to clipboard
constructor
(
)
Properties
batch
Separator
Link copied to clipboard
open
override
val
batchSeparator
:
String
close
Quote
Link copied to clipboard
open
override
val
closeQuote
:
String
database
Name
Link copied to clipboard
open
override
val
databaseName
:
String
ddl
In
Transactions
Link copied to clipboard
open
override
val
ddlInTransactions
:
Boolean
=
true
literal
False
Link copied to clipboard
open
override
val
literalFalse
:
String
literal
True
Link copied to clipboard
open
override
val
literalTrue
:
String
nullable
By
Default
Link copied to clipboard
open
override
val
nullableByDefault
:
Boolean
=
true
open
Quote
Link copied to clipboard
open
override
val
openQuote
:
String
order
Link copied to clipboard
open
override
val
order
:
Int
=
10
statement
Separator
Link copied to clipboard
open
override
val
statementSeparator
:
String
supports
Catalogs
Link copied to clipboard
open
override
val
supportsCatalogs
:
Boolean
=
false
supports
Tablespace
Link copied to clipboard
open
override
val
supportsTablespace
:
Boolean
=
true
Functions
connection
Props
Link copied to clipboard
open
override
fun
connectionProps
(
)
:
Properties
db
Now
Timestamp
Link copied to clipboard
open
override
fun
dbNowTimestamp
(
)
:
String
end
Transaction
Link copied to clipboard
open
override
fun
endTransaction
(
id
:
Int
)
:
String
get
Native
Type
Link copied to clipboard
open
override
fun
getNativeType
(
columnType
:
ColumnType
)
:
String
literal
Date
Link copied to clipboard
open
override
fun
literalDate
(
date
:
LocalDate
)
:
String
literal
Datetime
Link copied to clipboard
open
override
fun
literalDatetime
(
date
:
LocalDateTime
)
:
String
start
Transaction
Link copied to clipboard
open
override
fun
startTransaction
(
id
:
Int
)
:
String
temp
Table
Link copied to clipboard
open
override
fun
tempTable
(
table
:
Table
)
:
Table