public final class SqlColumnMetadata extends Object
| Constructor and Description | 
|---|
SqlColumnMetadata(String name,
                 SqlColumnType type,
                 boolean nullable)  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equals(Object o)  | 
String | 
getName()
Get column name. 
 | 
SqlColumnType | 
getType()
Gets column type. 
 | 
int | 
hashCode()  | 
boolean | 
isNullable()
Gets column nullability. 
 | 
String | 
toString()  | 
@PrivateApi public SqlColumnMetadata(@Nonnull String name, @Nonnull SqlColumnType type, boolean nullable)
@Nonnull public SqlColumnType getType()
public boolean isNullable()
Copyright © 2023 Hazelcast, Inc.. All rights reserved.