public final class NumberColumn extends Object implements ColumFunction
| Modifier and Type | Field and Description |
|---|---|
protected int |
numberColumn |
| Constructor and Description |
|---|
NumberColumn(int num) |
| Modifier and Type | Method and Description |
|---|---|
String |
getFunctionToString(SqlDialect sqlDialect,
Version version) |
Fn<?,?> |
getOriginColumnFn() |
ParameterBinder |
getParameterBinder() |
String |
getTableAlias() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsetTableAliaspublic String getFunctionToString(SqlDialect sqlDialect, Version version) throws UnsupportedOperationException
getFunctionToString in interface ColumFunctionUnsupportedOperationExceptionpublic Fn<?,?> getOriginColumnFn()
getOriginColumnFn in interface ColumFunctionpublic ParameterBinder getParameterBinder()
getParameterBinder in interface ColumFunctionpublic String getTableAlias()
getTableAlias in interface ColumFunctionCopyright © 2024 Dynamic-SQL. All rights reserved.