类 PreparedStatement
java.lang.Object
com.tencent.wcdb.core.PreparedStatement
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明voidbindBLOB(byte[] value, int index) voidbindBool(boolean value, int index) voidbindDouble(double value, int index) voidbindInteger(long value, int index) voidbindNull(int index) voidbyte[]getBLOB(int index) booleangetBool(int index) intgetColumnType(int index) doublegetDouble(int index) longgetInteger(int index) getText(int index)
-
构造器详细资料
-
PreparedStatement
public PreparedStatement()
-
-
方法详细资料
-
bindBool
public void bindBool(boolean value, int index) -
bindInteger
public void bindInteger(long value, int index) -
bindDouble
public void bindDouble(double value, int index) -
bindText
-
bindBLOB
public void bindBLOB(byte[] value, int index) -
bindNull
public void bindNull(int index) -
getColumnType
-
getBool
public boolean getBool(int index) -
getInteger
public long getInteger(int index) -
getDouble
public double getDouble(int index) -
getText
-
getBLOB
public byte[] getBLOB(int index) -
getColumnCount
public int getColumnCount()
-