Annotation Type CreateSqlObject


@Retention(RUNTIME) @Target(METHOD) public @interface CreateSqlObject
Use this annotation on a sql object method to create a new sql object with the same underlying handle as the sql object the method is invoked on. Not supported with on-demand SQL objects.