public class RegisteredFormatIds
extends java.lang.Object
A TypedFormat is registered by placing a class name at the correct place in the correct array, driven by the base format number:
The class name is either:
Modifier and Type | Field | Description |
---|---|---|
private static java.lang.String[] |
TwoByte |
Constructor | Description |
---|---|
RegisteredFormatIds() |
Modifier and Type | Method | Description |
---|---|---|
static java.lang.String |
classNameForTwoByteID(int idx) |
Return the class name bound to an index into TwoByte
|
static int |
countTwoByteIDs() |
Return the number of two-byte format ids
|
Apache Derby V10.14 Internals - Copyright © 2004,2018 The Apache Software Foundation. All Rights Reserved.