Package | Description |
---|---|
java.sql |
Provides the API for accessing and processing data stored in a
data source (usually a relational database) using the
Java™ programming language.
|
javax.sql |
Provides the API for server side data source access and processing from
the Java™ programming language.
|
Modifier and Type | Method and Description |
---|---|
ShardingKeyBuilder |
ShardingKeyBuilder.subkey(Object subkey,
SQLType subkeyType)
This method will be called to add a subkey into a Sharding Key object being
built.
|
Modifier and Type | Method and Description |
---|---|
default ShardingKeyBuilder |
DataSource.createShardingKeyBuilder()
Create a new
ShardingKeyBuilder instance |
default ShardingKeyBuilder |
XADataSource.createShardingKeyBuilder()
Creates a new
ShardingKeyBuilder instance |
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2016, Oracle and/or its affiliates. All rights reserved.
DRAFT 9-internal+0-2016-01-26-133437.ivan.openjdk9onspinwait