Deprecated API
Contents
-
Deprecated MethodsMethodDescriptionuse
CreateIndexStatement.getCreateIndex()to make it more explicit.useCreateSequenceStatement.getCreateSequence()to make it more explicit.useCreateTableStatement.getCreateTable()to make it more explicit.useDeleteStatement.getDelete()to make it more explicit.SQL does not support ALIAS for INSERT therefore also column names shall not be prefixed with alias.useInsertStatement.getInsert()to make it more explicit.useMergeStatement.getMerge()to make it more explicit.useSelectStatement.getSelect()to make it more explicit.useUpdateStatement.getUpdate()to make it more explicit.useUpsertStatement.getUpsert()to make it more explicit.