public final class AllColumn extends Object implements ColumFunction
| Constructor and Description |
|---|
AllColumn(Class<?> tableClass) |
AllColumn(String tableAlias,
Class<?> tableClass) |
| Modifier and Type | Method and Description |
|---|---|
String |
getFunctionToString(SqlDialect sqlDialect,
Version version) |
Fn<?,?> |
getOriginColumnFn() |
ParameterBinder |
getParameterBinder() |
String |
getTableAlias() |
Class<?> |
getTableClass() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsetTableAliaspublic AllColumn(Class<?> tableClass)
public Class<?> getTableClass()
public 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–2025 Dynamic-SQL. All rights reserved.