class PreparedQuery[T] extends Query[T]
A query for a prepared statement allowing parameterized execution of the query, this query will use a prepared statement.
- Alphabetic
- By Inheritance
- PreparedQuery
- Query
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
- new PreparedQuery(_asJava: AnyRef)(implicit arg0: scala.reflect.api.JavaUniverse.TypeTag[T])
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
- Query
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
execute(tuple: Tuple, handler: Handler[AsyncResult[T]]): Unit
Execute the query.
Execute the query. * @param handler the handler receiving the response
-
def
execute(handler: Handler[AsyncResult[T]]): Unit
Execute the query.
Execute the query. * @param handler the handler receiving the response
- Definition Classes
- PreparedQuery → Query
-
def
executeBatch(batch: Buffer[Tuple], handler: Handler[AsyncResult[T]]): Unit
Execute the query with a batch of tuples.
Execute the query with a batch of tuples. * @param batch the batch of tuples
- handler
the handler receiving the response
-
def
executeBatchFuture(batch: Buffer[Tuple]): Future[T]
Like executeBatch but returns a scala.concurrent.Future instead of taking an AsyncResultHandler.
-
def
executeFuture(tuple: Tuple): Future[T]
Like execute but returns a scala.concurrent.Future instead of taking an AsyncResultHandler.
-
def
executeFuture(): Future[T]
Like execute but returns a scala.concurrent.Future instead of taking an AsyncResultHandler.
Like execute but returns a scala.concurrent.Future instead of taking an AsyncResultHandler.
- Definition Classes
- PreparedQuery → Query
-
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
mapping[U](mapper: (Row) ⇒ U)(implicit arg0: scala.reflect.api.JavaUniverse.TypeTag[U]): PreparedQuery[RowSet[U]]
Use the specified
mapperfor mapping io.vertx.scala.sqlclient.Row to<U>.Use the specified
mapperfor mapping io.vertx.scala.sqlclient.Row to<U>.- Definition Classes
- PreparedQuery → Query
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
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( ... )