com.github.drinkjava2.jdbpro
Interface CustomizedSqlItem

All Known Implementing Classes:
EntityKeyItem, SampleItem

public interface CustomizedSqlItem

Sql Operation Type

Since:
1.7.0.3
Author:
Yong Zhu

Method Summary
 void doPrepare(PreparedSQL ps)
          Prepare special SQL items
 

Method Detail

doPrepare

void doPrepare(PreparedSQL ps)
Prepare special SQL items

Parameters:
ps - PreparedSQL instance


Copyright © 2018. All rights reserved.