直列化された形式
-
パッケージ com.github.mygreen.splate
-
クラス com.github.mygreen.splate.Position
class Position extends Object implements Serializable-
直列化されたフィールド
-
col
int col
列(1から始まる) -
line
String line
行の文字列 -
row
int row
行(1から始まる)
-
-
-
例外 com.github.mygreen.splate.TwoWaySqlException
class TwoWaySqlException extends org.springframework.core.NestedRuntimeException implements Serializable
-
-
パッケージ com.github.mygreen.splate.node
-
例外 com.github.mygreen.splate.node.NodeProcessException
class NodeProcessException extends TwoWaySqlException implements Serializable-
直列化されたフィールド
-
position
Position position
パースエラーが発生したテンプレート内での位置情報
-
-
-
-
パッケージ com.github.mygreen.splate.parser
-
例外 com.github.mygreen.splate.parser.SqlParseException
class SqlParseException extends TwoWaySqlException implements Serializable-
直列化されたフィールド
-
position
Position position
パースエラーが発生したテンプレート内での位置情報
-
-
-
-
パッケージ com.github.mygreen.splate.type
-
例外 com.github.mygreen.splate.type.SqlTypeConversionException
class SqlTypeConversionException extends TwoWaySqlException implements Serializable-
直列化されたフィールド
-
targetValue
Object targetValue
変換対象の値
-
-
-
例外 com.github.mygreen.splate.type.TextConversionException
class TextConversionException extends TwoWaySqlException implements Serializable-
直列化されたフィールド
-
targetValue
Object targetValue
変換対象の値
-
-
-