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