class RowSet[R] extends SqlResult[RowSet[R]]
A set of rows.
- Alphabetic
- By Inheritance
- RowSet
- SqlResult
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
- new RowSet(_asJava: AnyRef)(implicit arg0: scala.reflect.api.JavaUniverse.TypeTag[R])
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
asJava: AnyRef
- Definition Classes
- SqlResult
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
def
columnsNames(): Buffer[String]
Get the names of columns in the SqlResult.
Get the names of columns in the SqlResult. * @return the list of names of columns.
- Definition Classes
- SqlResult
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def iterator(): RowIterator[R]
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
next(): RowSet[R]
Return the next available result or
null, e.g for a simple query that executed multiple queries or for a batch result. -
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
property[V](propertyKind: PropertyKind[V])(implicit arg0: scala.reflect.api.JavaUniverse.TypeTag[V]): V
Get the property with the specified io.vertx.scala.sqlclient.PropertyKind.
Get the property with the specified io.vertx.scala.sqlclient.PropertyKind. * @param propertyKind the kind of the property
- returns
the value of the property
- Definition Classes
- SqlResult
-
def
rowCount(): Int
Get the number of the affected rows in the operation to this SqlResult.
Get the number of the affected rows in the operation to this SqlResult. * @return the count of affected rows.
- Definition Classes
- SqlResult
-
def
size(): Int
Get the number of rows retrieved in the SqlResult.
Get the number of rows retrieved in the SqlResult. * @return the count of rows.
- Definition Classes
- SqlResult
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
value(): RowSet[R]
Get the result value.
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )