sqlObjectMapper
sqlObjectMapper
/
sqlObjectMapper.annotationProcessing
/
JdbcObjectCreator
Jdbc
Object
Creator
class
JdbcObjectCreator
(
conn
:
Connection
)
Constructors
Functions
Constructors
Jdbc
Object
Creator
Link copied to clipboard
fun
JdbcObjectCreator
(
conn
:
Connection
)
Functions
create
Array
Of
Link copied to clipboard
fun
createArrayOf
(
typeName
:
String
?
,
elements
:
Array
<
Any
?
>
?
)
:
Array
?
create
Blob
Link copied to clipboard
fun
createBlob
(
)
:
Blob
?
create
NClob
Link copied to clipboard
fun
createNClob
(
)
:
NClob
?
create
SQLXML
Link copied to clipboard
fun
createSQLXML
(
)
:
SQLXML
?
create
Struct
Link copied to clipboard
fun
createStruct
(
typeName
:
String
?
,
attributes
:
Array
<
Any
?
>
?
)
:
Struct
?