org.sqlproc.engine.type
Class SqlProviderType
java.lang.Object
org.sqlproc.engine.type.SqlMetaType
org.sqlproc.engine.type.SqlInternalType
org.sqlproc.engine.type.SqlProviderType
- Direct Known Subclasses:
- JdbcOracleCursorType, JdbcOtherType, SqlBigDecimalType, SqlBigIntegerType, SqlBlobType, SqlBooleanType, SqlByteArrayType, SqlByteType, SqlCharType, SqlClobType, SqlDateTimeType, SqlDateType, SqlDoubleType, SqlEnumIntegerType, SqlEnumStringType, SqlFloatType, SqlFromDateType, SqlIdentityType, SqlIntegerType, SqlLongType, SqlOutValueType, SqlShortType, SqlStringType, SqlTextType, SqlTimestampType, SqlTimeType, SqlToDateType
public abstract class SqlProviderType
- extends SqlInternalType
The META type contract for types provided by the stack on top of which the SQL Processor works. They can be the JDBC
types or the Hibernate types.
- Author:
- Vladimir Hudec
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SqlProviderType
public SqlProviderType()
getProviderSqlType
public abstract Object getProviderSqlType()
- Returns the type provided by the stack on top of which the SQL Processor works.
- Returns:
- the provided type
getProviderSqlNullType
public abstract Object getProviderSqlNullType()
- Returns the type provided by the stack on top of which the SQL Processor works. It has to support null
input/output values.
- Returns:
- the provided type
Copyright © 2014. All rights reserved.