jp.ne.nifty.iga.tosiki.wizard
クラス JSourceCodeWizardProcessorSql
java.lang.Object
|
+--jp.ne.nifty.iga.tosiki.wizard.JSourceCodeWizardProcessorSql
- public class JSourceCodeWizardProcessorSql
- extends java.lang.Object
JSourceCodeWizardProcessor のヘルパークラス
SQL部分です
- 作成者:
- Tosiki IGA
メソッドの概要 |
static java.lang.String |
getColumnAll(java.util.ArrayList vecItem)
|
protected static java.lang.String |
getCreateTable(JSourceCodeWizard wizard)
|
static java.lang.String |
getPrimaryKey(java.util.ArrayList vecItem)
|
static void |
write(JSourceCodeWizard wizard,
JSourceCodeWizardChannel dataChannel,
java.util.ArrayList vecItem,
IndentWriter out)
|
static void |
writeHeadder(JSourceCodeWizard wizard,
JSourceCodeWizardChannel dataChannel,
java.util.ArrayList vecItem,
IndentWriter out)
ヘッダを挿入します。 |
static void |
writeParse(JSourceCodeWizard wizard,
JSourceCodeWizardChannel dataChannel,
java.util.ArrayList vecItem,
IndentWriter out)
|
static void |
writeSqlCreateTable(JSourceCodeWizard wizard,
JSourceCodeWizardChannel dataChannel,
java.util.ArrayList vecItem,
IndentWriter out)
|
static void |
writeSqlDelete(JSourceCodeWizard wizard,
JSourceCodeWizardChannel dataChannel,
java.util.ArrayList vecItem,
IndentWriter out)
|
static void |
writeSqlDropTable(JSourceCodeWizard wizard,
JSourceCodeWizardChannel dataChannel,
java.util.ArrayList vecItem,
IndentWriter out)
|
static void |
writeSqlInsertInto(JSourceCodeWizard wizard,
JSourceCodeWizardChannel dataChannel,
java.util.ArrayList vecItem,
IndentWriter out)
|
static void |
writeSqlSelect(JSourceCodeWizard wizard,
JSourceCodeWizardChannel dataChannel,
java.util.ArrayList vecItem,
IndentWriter out)
|
static void |
writeSqlSelect1(JSourceCodeWizard wizard,
JSourceCodeWizardChannel dataChannel,
java.util.ArrayList vecItem,
IndentWriter out)
|
static void |
writeSqlSelectList(JSourceCodeWizard wizard,
JSourceCodeWizardChannel dataChannel,
java.util.ArrayList vecItem,
IndentWriter out)
|
static void |
writeSqlSelectWhere(JSourceCodeWizard wizard,
JSourceCodeWizardChannel dataChannel,
java.util.ArrayList vecItem,
IndentWriter out)
|
static void |
writeSqlUpdate(JSourceCodeWizard wizard,
JSourceCodeWizardChannel dataChannel,
java.util.ArrayList vecItem,
IndentWriter out)
|
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JSourceCodeWizardProcessorSql
public JSourceCodeWizardProcessorSql()
writeHeadder
public static final void writeHeadder(JSourceCodeWizard wizard,
JSourceCodeWizardChannel dataChannel,
java.util.ArrayList vecItem,
IndentWriter out)
throws java.io.IOException
- ヘッダを挿入します。
write
public static final void write(JSourceCodeWizard wizard,
JSourceCodeWizardChannel dataChannel,
java.util.ArrayList vecItem,
IndentWriter out)
throws java.io.IOException
getCreateTable
protected static final java.lang.String getCreateTable(JSourceCodeWizard wizard)
writeSqlCreateTable
public static final void writeSqlCreateTable(JSourceCodeWizard wizard,
JSourceCodeWizardChannel dataChannel,
java.util.ArrayList vecItem,
IndentWriter out)
throws java.io.IOException
writeSqlDropTable
public static final void writeSqlDropTable(JSourceCodeWizard wizard,
JSourceCodeWizardChannel dataChannel,
java.util.ArrayList vecItem,
IndentWriter out)
throws java.io.IOException
writeSqlInsertInto
public static final void writeSqlInsertInto(JSourceCodeWizard wizard,
JSourceCodeWizardChannel dataChannel,
java.util.ArrayList vecItem,
IndentWriter out)
throws java.io.IOException
writeSqlSelect
public static final void writeSqlSelect(JSourceCodeWizard wizard,
JSourceCodeWizardChannel dataChannel,
java.util.ArrayList vecItem,
IndentWriter out)
throws java.io.IOException
writeSqlSelectList
public static final void writeSqlSelectList(JSourceCodeWizard wizard,
JSourceCodeWizardChannel dataChannel,
java.util.ArrayList vecItem,
IndentWriter out)
throws java.io.IOException
writeSqlSelect1
public static final void writeSqlSelect1(JSourceCodeWizard wizard,
JSourceCodeWizardChannel dataChannel,
java.util.ArrayList vecItem,
IndentWriter out)
throws java.io.IOException
writeSqlSelectWhere
public static final void writeSqlSelectWhere(JSourceCodeWizard wizard,
JSourceCodeWizardChannel dataChannel,
java.util.ArrayList vecItem,
IndentWriter out)
throws java.io.IOException
writeSqlDelete
public static final void writeSqlDelete(JSourceCodeWizard wizard,
JSourceCodeWizardChannel dataChannel,
java.util.ArrayList vecItem,
IndentWriter out)
throws java.io.IOException
writeSqlUpdate
public static final void writeSqlUpdate(JSourceCodeWizard wizard,
JSourceCodeWizardChannel dataChannel,
java.util.ArrayList vecItem,
IndentWriter out)
throws java.io.IOException
writeParse
public static final void writeParse(JSourceCodeWizard wizard,
JSourceCodeWizardChannel dataChannel,
java.util.ArrayList vecItem,
IndentWriter out)
throws java.io.IOException
getColumnAll
public static final java.lang.String getColumnAll(java.util.ArrayList vecItem)
getPrimaryKey
public static final java.lang.String getPrimaryKey(java.util.ArrayList vecItem)