Package org.sqlproc.engine.type
Class SqlStringType
java.lang.Object
org.sqlproc.engine.type.SqlDefaultType
org.sqlproc.engine.type.SqlStringType
- All Implemented Interfaces:
SqlMetaType,SqlTaggedMetaType
- Direct Known Subclasses:
JdbcStringType
The META type STRING.
- Author:
- Vladimir Hudec
-
Field Summary
Fields inherited from class org.sqlproc.engine.type.SqlDefaultType
logger -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.sqlproc.engine.type.SqlDefaultType
addScalar, getClassTypesForDefault, setParameter, setResultMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.sqlproc.engine.type.SqlMetaType
addScalarEntryLog, error, getProviderSqlType, getResult, setParameterEntryLog, setResultEntryLog
-
Constructor Details
-
SqlStringType
public SqlStringType()
-
-
Method Details
-
getClassTypes
Returns the list of Java class types related to this META type.- Returns:
- the list of Java class types related to this META type
-
getMetaTypes
Returns the list of names of this META type. These names can be used in the META SQL statements.- Returns:
- list of names of this META type. These names can be used in the META SQL statements
-