public abstract class ColumnMeta extends Object implements Dialect.DialectOwner
| Modifier and Type | Field and Description |
|---|---|
protected Object[] |
args |
protected SQLType |
type |
| Modifier | Constructor and Description |
|---|---|
protected |
ColumnMeta(SQLType type,
Object... args) |
| Modifier and Type | Method and Description |
|---|---|
ColumnMeta |
option(String name) |
ColumnMeta |
option(String name,
Object value) |
abstract ColumnMeta |
option(String name,
Object index,
Object value) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdialect, print, testpublic ColumnMeta option(String name)
public ColumnMeta option(String name, Object value)
public abstract ColumnMeta option(String name, Object index, Object value)
Copyright © 2023. All rights reserved.