Class TgBindVariable.TgBindVariableBits
- java.lang.Object
-
- com.tsurugidb.iceaxe.sql.parameter.TgBindVariable<boolean[]>
-
- com.tsurugidb.iceaxe.sql.parameter.TgBindVariable.TgBindVariableBits
-
- Enclosing class:
- TgBindVariable<T>
public static class TgBindVariable.TgBindVariableBits extends TgBindVariable<boolean[]>
This class is not yet implemented: Tsurugi Bind Variable<boolean[]>.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.tsurugidb.iceaxe.sql.parameter.TgBindVariable
TgBindVariable.TgBindVariableBigDecimal, TgBindVariable.TgBindVariableBits, TgBindVariable.TgBindVariableBoolean, TgBindVariable.TgBindVariableBytes, TgBindVariable.TgBindVariableDouble, TgBindVariable.TgBindVariableFloat, TgBindVariable.TgBindVariableInteger, TgBindVariable.TgBindVariableLocalDate, TgBindVariable.TgBindVariableLocalDateTime, TgBindVariable.TgBindVariableLocalTime, TgBindVariable.TgBindVariableLong, TgBindVariable.TgBindVariableOffsetDateTime, TgBindVariable.TgBindVariableOffsetTime, TgBindVariable.TgBindVariableString, TgBindVariable.TgBindVariableZonedDateTime
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
TgBindVariableBits(java.lang.String name)
Creates a new instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TgBindParameter
bind(boolean[] value)
bind value.TgBindVariable.TgBindVariableBits
clone(java.lang.String name)
copy with the same type.-
Methods inherited from class com.tsurugidb.iceaxe.sql.parameter.TgBindVariable
name, ofBits, ofBoolean, ofBytes, ofDate, ofDateTime, ofDecimal, ofDecimal, ofDecimal, ofDouble, ofFloat, ofInt, ofLong, ofOffsetDateTime, ofOffsetTime, ofString, ofTime, ofZonedDateTime, sqlName, toString, type, typeComment
-
-
-
-
Method Detail
-
bind
public TgBindParameter bind(@Nullable boolean[] value)
Description copied from class:TgBindVariable
bind value.- Specified by:
bind
in classTgBindVariable<boolean[]>
- Parameters:
value
- value- Returns:
- bind parameter
-
clone
public TgBindVariable.TgBindVariableBits clone(@Nonnull java.lang.String name)
Description copied from class:TgBindVariable
copy with the same type.- Specified by:
clone
in classTgBindVariable<boolean[]>
- Parameters:
name
- name- Returns:
- bind variable
-
-