public interface TimesTenDistributionKeyBuilder| Modifier and Type | Method and Description |
|---|---|
TimesTenDistributionKey |
build()
Build the distribution key with the subkeys already specified
|
TimesTenDistributionKeyBuilder |
subkey(java.lang.Object subkey, int subkeyType)
Add a subkey into a Distribution Key object being built.
|
TimesTenDistributionKeyBuilder subkey(java.lang.Object subkey, int subkeyType)
subkey - Contains the object that needs to be part of distribution subkeysubkeyType - Data type of subkey. Use java.sql.Types.TimesTenDistributionKey build() throws java.sql.SQLException
java.sql.SQLException - If an error occurs while building this objectTimesTenConnectionBuilder