public abstract class SqlDateTimeType extends SqlDefaultType
logger| Constructor and Description |
|---|
SqlDateTimeType() |
| Modifier and Type | Method and Description |
|---|---|
Class<?>[] |
getClassTypes()
Returns the list of Java class types related to this META type.
|
Class<?>[] |
getClassTypesForDefault()
Returns the list of Java class types related to this META type for SqlDefaultType processing.
|
String[] |
getMetaTypes()
Returns the list of names of this META type.
|
void |
setParameter(SqlRuntimeContext runtimeCtx,
SqlQuery query,
String paramName,
Object inputValue,
boolean ingoreError,
Class<?>... inputTypes)
Binds an input value to a named query parameter.
|
addScalar, setResultclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddScalarEntryLog, error, getProviderSqlType, getResult, setParameterEntryLog, setResultEntryLogpublic Class<?>[] getClassTypes()
public String[] getMetaTypes()
public Class<?>[] getClassTypesForDefault()
getClassTypesForDefault in class SqlDefaultTypepublic void setParameter(SqlRuntimeContext runtimeCtx, SqlQuery query, String paramName, Object inputValue, boolean ingoreError, Class<?>... inputTypes) throws SqlRuntimeException
setParameter in interface SqlMetaTypesetParameter in class SqlDefaultTyperuntimeCtx - the runtimeCtx contextquery - the SQL Engine query, an adapter or proxy to the internal JDBC or ORM staffparamName - the name of the parameteringoreError - ignore improper input value handlinginputTypes - the Java types of the attribute in the input POJOSqlRuntimeException - in the case of any problem with the input values handlingCopyright © 2018. All rights reserved.