public interface SQLColumnI
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(SQLColumnI o)
Compares this column definition with another for schema equality.
|
CBOAttributeI |
getAttribute() |
java.lang.String |
getColtype() |
java.lang.String |
getCreateStatement()
Generates the SQL string required to create this column.
|
java.lang.String |
getName() |
java.lang.String |
normalizeColumnType(java.lang.String typeName,
int type,
int size)
Normalizes a database-specific column type string into a standard representation.
|
java.lang.String getName()
java.lang.String getColtype()
CBOAttributeI getAttribute()
java.lang.String normalizeColumnType(java.lang.String typeName,
int type,
int size)
typeName - The raw type name from the database metadata.type - The JDBC java.sql.Types integer code.size - The column size/width.java.lang.String getCreateStatement()
boolean equals(SQLColumnI o)
o - The other column definition.Copyright © 2000-2026 OAshi S.à r.l. All Rights Reserved.