Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
B
- beBoolean(ST.Nulls) - Static method in class acdp.design.ST
-
Returns the column type analogon of a Java
boolean
orBoolean
type. - beByte(ST.Nulls) - Static method in class acdp.design.ST
-
Returns the column type analogon of a Java
byte
orByte
type. - beDouble(ST.Nulls) - Static method in class acdp.design.ST
-
Returns the column type analogon of a Java
double
orDouble
type. - beFloat(ST.Nulls) - Static method in class acdp.design.ST
-
Returns the column type analogon of a Java
float
orFloat
type. - beInteger(ST.Nulls) - Static method in class acdp.design.ST
-
Returns column type analogon of a Java
int
orInteger
type. - beLong(ST.Nulls) - Static method in class acdp.design.ST
-
Returns the column type analogon of a Java
long
orLong
type. - beShort(ST.Nulls) - Static method in class acdp.design.ST
-
Returns the column type analogon of a Java
short
orShort
type. - beString() - Static method in class acdp.design.ST
-
Returns the column type analogon of a Java
String
type. - beString(ST.Nulls, ST.OutrowStringLength) - Static method in class acdp.design.ST
-
Returns the String column type with an outrow storage scheme and applying the "UTF-8" charset for any byte conversions.
- beString(Charset, ST.Nulls, int) - Static method in class acdp.design.ST
-
Returns the String column type with an inrow storage scheme and applying the specified charset for any byte conversions.
- beString(Charset, ST.Nulls, ST.OutrowStringLength) - Static method in class acdp.design.ST
-
Returns the String column type with an outrow storage scheme and applying the specified charset for any byte conversions.
- bitCount(byte[], int, int) - Static method in class acdp.misc.Utils
-
Returns the number of one-bits in the specified subarray of bytes.
- blockSize() - Method in interface acdp.Information.WRStoreInfo
-
Returns the size in bytes of a memory block within the FL file space.
- bmLength(int) - Static method in class acdp.misc.Utils
-
Returns the number of bytes of a bitmap with
n
bits represented as an array of bytes. - bnd4 - Static variable in class acdp.misc.Utils
-
The value of
bnd4
[x] for 0 ≤ x < 4 is equal to 256x - 1 and the value ofbnd4
[4] is equal to the value of theInteger.MAX_VALUE
constant. - bnd8 - Static variable in class acdp.misc.Utils
-
The value of
bnd8
[x] for 0 ≤ x < 8 is equal to 256x - 1 and the value ofbnd8
[8] is equal to the value of theLong.MAX_VALUE
constant. - BooleanType - Interface in acdp.types
-
The column type analogon of a Java
boolean
orBoolean
type. - buildPath(String, Path) - Static method in class acdp.misc.Utils
-
Builds a path from the specified path string and the optional directory path.
- ByteType - Interface in acdp.types
-
The column type analogon of a Java
byte
orByte
type.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form