| 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
param $pos [integer] the position getBoolean($pos)
Get a boolean value at pos.
param $name [string] the column getBoolean($name)
string | integer
booleanthe value or {@code null}
getBuffer( $arg0) : \io\vertx\jphp\core\buffer\Buffer
param $pos [integer] the position getBuffer($pos)
Get a buffer value at pos.
param $name [string] the column getBuffer($name)
string | integer
\io\vertx\jphp\core\buffer\Bufferthe value or {@code null}
getColumnIndex( $arg0) : integer
string
integerthe column name or {@code -1} if not found
getColumnName( $arg0) : string
integer
stringthe column name or {@code null}
getDouble( $arg0) : float
param $pos [integer] the position getDouble($pos)
Get a double value at pos.
param $name [string] the column getDouble($name)
string | integer
floatthe value or {@code null}
getFloat( $arg0) : float
param $pos [integer] the position getFloat($pos)
Get a float value at pos.
param $name [string] the column getFloat($name)
string | integer
floatthe value or {@code null}
getInteger( $arg0) : integer
param $pos [integer] the position getInteger($pos)
Get an integer value at pos.
param $name [string] the column getInteger($name)
string | integer
integerthe value or {@code null}
getLong( $arg0) : integer
param $pos [integer] the position getLong($pos)
Get a long value at pos.
param $name [string] the column getLong($name)
string | integer
integerthe value or {@code null}
getShort( $arg0) : integer
param $pos [integer] the position getShort($pos)
Get a short value at pos.
param $name [string] the column getShort($name)
string | integer
integerthe value or {@code null}
getString( $arg0) : string
param $pos [integer] the position getString($pos)
Get a string value at pos.
param $name [string] the column getString($name)
string | integer
stringthe value or {@code null}
getValue( $arg0) : mixed
param $pos [integer] the position getValue($pos)
Get an object value at pos.
param $name [string] the column getValue($name)
string | integer
mixedthe value or {@code null}
size() : integer
integerthe tuple size
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文件 |
|---|