A general purpose tuple.
| package |
Default |
|---|
__construct()
addBoolean( $arg0) : $this
boolean
$thisa reference to this, so the API can be used fluently
addBuffer( $arg0) : $this
Buffer
$thisa reference to this, so the API can be used fluently
addDouble( $arg0) : $this
float
$thisa reference to this, so the API can be used fluently
addFloat( $arg0) : $this
float
$thisa reference to this, so the API can be used fluently
addInteger( $arg0) : $this
integer
$thisa reference to this, so the API can be used fluently
addLong( $arg0) : $this
integer
$thisa reference to this, so the API can be used fluently
addShort( $arg0) : $this
integer
$thisa reference to this, so the API can be used fluently
addString( $arg0) : $this
string
$thisa reference to this, so the API can be used fluently
addValue( $arg0) : $this
mixed
$thisa reference to this, so the API can be used fluently
clear() : void
get( $arg0, $arg1) : mixed
string
integer
mixed
getBoolean( $arg0) : boolean
integer
booleanthe value or {@code null}
getBuffer( $arg0) : \io\vertx\jphp\core\buffer\Buffer
getDouble( $arg0) : float
integer
floatthe value or {@code null}
getFloat( $arg0) : float
integer
floatthe value or {@code null}
getInteger( $arg0) : integer
integer
integerthe value or {@code null}
getLong( $arg0) : integer
integer
integerthe value or {@code null}
getShort( $arg0) : integer
integer
integerthe value or {@code null}
getString( $arg0) : string
integer
stringthe value or {@code null}
getValue( $arg0) : mixed
integer
mixedthe value or {@code null}
of( $arg0, $arg1 = null, $arg2 = null, $arg3 = null, $arg4 = null, $arg5 = null) : \io\vertx\jphp\sqlclient\Tuple
param $elt1 [mixed] the first value of($elt1)
Create a tuple of two elements.
param $elt1 [mixed] the first value param $elt2 [mixed] the second value of($elt1, $elt2)
Create a tuple of three elements.
param $elt1 [mixed] the first value param $elt2 [mixed] the second value param $elt3 [mixed] the third value of($elt1, $elt2, $elt3)
Create a tuple of four elements.
param $elt1 [mixed] the first value param $elt2 [mixed] the second value param $elt3 [mixed] the third value param $elt4 [mixed] the fourth value of($elt1, $elt2, $elt3, $elt4)
Create a tuple of five elements.
param $elt1 [mixed] the first value param $elt2 [mixed] the second value param $elt3 [mixed] the third value param $elt4 [mixed] the fourth value param $elt5 [mixed] the fifth value of($elt1, $elt2, $elt3, $elt4, $elt5)
Create a tuple of six elements.
param $elt1 [mixed] the first value param $elt2 [mixed] the second valueg param $elt3 [mixed] the third value param $elt4 [mixed] the fourth value param $elt5 [mixed] the fifth value param $elt6 [mixed] the sixth value of($elt1, $elt2, $elt3, $elt4, $elt5, $elt6)
mixed
mixed
mixed
mixed
mixed
mixed
\io\vertx\jphp\sqlclient\Tuplethe tuple
size() : integer
integerthe tuple size
tuple() : \io\vertx\jphp\sqlclient\Tuple
JSON_NULL
It is used to distinguish a JSON null literal value from the Java null value. This is only
used when the database supports JSON types.
| var |
php文件只是为了写代码方便,常量的实际值请参考原java文件 |
|---|