public final class AllColumn extends Object implements ColumFunction
| 限定符和类型 | 方法和说明 |
|---|---|
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 在接口中 ColumFunctionUnsupportedOperationExceptionpublic Fn<?,?> getOriginColumnFn()
getOriginColumnFn 在接口中 ColumFunctionpublic ParameterBinder getParameterBinder()
getParameterBinder 在接口中 ColumFunctionpublic String getTableAlias()
getTableAlias 在接口中 ColumFunctionCopyright © 2024 Dynamic-SQL. All rights reserved.