Package | Description |
---|---|
org.h2.value |
Data type and value implementations.
|
Modifier and Type | Class and Description |
---|---|
class |
ValueStringFixed
Implementation of the CHAR data type.
|
class |
ValueStringIgnoreCase
Implementation of the VARCHAR_IGNORECASE data type.
|
Modifier and Type | Method and Description |
---|---|
protected ValueString |
ValueStringFixed.getNew(String s) |
protected ValueString |
ValueStringIgnoreCase.getNew(String s) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.