SQLOptions

io.vertx.scala.ext.sql.`package`.SQLOptions
object SQLOptions

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
SQLOptions.type

Members list

Value members

Concrete methods

def apply(json: JsonObject): SQLOptions
def apply(autoGeneratedKeys: Boolean, autoGeneratedKeysIndexes: JsonArray, catalog: String, fetchDirection: FetchDirection, fetchSize: Integer, maxRows: Integer, queryTimeout: Integer, readOnly: Boolean, resultSetConcurrency: ResultSetConcurrency, resultSetType: ResultSetType, schema: String, transactionIsolation: TransactionIsolation): SQLOptions