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'
RelationalArrayinstance. - Throws:
SQLException
-
addAll
- Throws:
SQLException
-
addBytes
- Throws:
SQLException
-
addString
- Throws:
SQLException
-
addLong
- Throws:
SQLException
-
addUuid
- Throws:
SQLException
-
addObject
- Throws:
SQLException
-
addStruct
- Throws:
SQLException
-