Java io.vertx.sqlclient Row fields, constructors, methods, implement or subclass

Example usage for Java io.vertx.sqlclient Row fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for io.vertx.sqlclient Row.

The text is from its open source code.

Method

BooleangetBoolean(String name)
Get a boolean value at pos .
intgetColumnIndex(String name)
Get a column position for the given column name .
IntegergetInteger(String name)
Get an integer value at pos .
StringgetString(String name)
Get a string value at pos .
ObjectgetValue(String name)
Get an object value at pos .