Interface RelationalArrayBuilder
public interface RelationalArrayBuilder
Builder for
RelationalArray
.
This Interface is for implementation by a Builder.-
Method Summary
Modifier and TypeMethodDescriptionaddBytes
(byte[] value) addLong
(long value) addStruct
(RelationalStruct struct) build()
Build aRelationalArray
.
-
Method Details
-
build
Build aRelationalArray
.- Returns:
- A 'built'
RelationalArray
instance. - Throws:
SQLException
-
addAll
- Throws:
SQLException
-
addBytes
- Throws:
SQLException
-
addString
- Throws:
SQLException
-
addLong
- Throws:
SQLException
-
addStruct
- Throws:
SQLException
-