| Package | Description | 
|---|---|
| io.vertx.ext.sql | |
| io.vertx.reactivex.ext.sql | |
| io.vertx.rxjava.ext.sql | 
| Modifier and Type | Method and Description | 
|---|---|
SQLOptions | 
SQLOptions.setAutoGeneratedKeys(boolean autoGeneratedKeys)  | 
SQLOptions | 
SQLOptions.setAutoGeneratedKeysIndexes(JsonArray autoGeneratedKeysIndexes)  | 
SQLOptions | 
SQLOptions.setCatalog(String catalog)  | 
SQLOptions | 
SQLOptions.setFetchDirection(FetchDirection fetchDirection)  | 
SQLOptions | 
SQLOptions.setFetchSize(int fetchSize)  | 
SQLOptions | 
SQLOptions.setQueryTimeout(int queryTimeout)  | 
SQLOptions | 
SQLOptions.setReadOnly(boolean readOnly)  | 
SQLOptions | 
SQLOptions.setResultSetConcurrency(ResultSetConcurrency resultSetConcurrency)  | 
SQLOptions | 
SQLOptions.setResultSetType(ResultSetType resultSetType)  | 
SQLOptions | 
SQLOptions.setSchema(String schema)  | 
SQLOptions | 
SQLOptions.setTransactionIsolation(TransactionIsolation transactionIsolation)  | 
| Modifier and Type | Method and Description | 
|---|---|
static void | 
SQLOptionsConverter.fromJson(Iterable<Map.Entry<String,Object>> json,
        SQLOptions obj)  | 
SQLConnection | 
SQLConnection.setOptions(SQLOptions options)
Sets the desired options to be applied to the current connection when statements are executed. 
 | 
static void | 
SQLOptionsConverter.toJson(SQLOptions obj,
      JsonObject json)  | 
static void | 
SQLOptionsConverter.toJson(SQLOptions obj,
      Map<String,Object> json)  | 
| Constructor and Description | 
|---|
SQLOptions(SQLOptions other)
Copy constructor 
 | 
| Modifier and Type | Method and Description | 
|---|---|
SQLConnection | 
SQLConnection.setOptions(SQLOptions options)
Sets the desired options to be applied to the current connection when statements are executed. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
SQLConnection | 
SQLConnection.setOptions(SQLOptions options)
Sets the desired options to be applied to the current connection when statements are executed. 
 | 
Copyright © 2020 Eclipse. All rights reserved.