Package nxt.db
Class DbClause.ByteClause
- java.lang.Object
-
- nxt.db.DbClause
-
- nxt.db.DbClause.ByteClause
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class nxt.db.DbClause
DbClause.BooleanClause, DbClause.ByteClause, DbClause.FixedClause, DbClause.IntClause, DbClause.LikeBothClause, DbClause.LikeClause, DbClause.LongClause, DbClause.NotNullClause, DbClause.NullClause, DbClause.Op, DbClause.StringClause
-
-
Field Summary
-
Fields inherited from class nxt.db.DbClause
EMPTY_CLAUSE
-
-
Constructor Summary
Constructors Constructor Description ByteClause(java.lang.String columnName, byte value)
ByteClause(java.lang.String columnName, DbClause.Op operator, byte value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected int
set(java.sql.PreparedStatement pstmt, int index)
-
-
-
Constructor Detail
-
ByteClause
public ByteClause(java.lang.String columnName, byte value)
-
ByteClause
public ByteClause(java.lang.String columnName, DbClause.Op operator, byte value)
-
-